合作联系微信: w6668263      合作联系电话:177-9238-7426     

echarts 经典水球配置项目

 

 

 

 

 

{
    "backgroundColor": "transparent",
    "title":
    {
        "text": 0,
        "textStyle":
        {
            "fontSize": 38,
            "fontWeight": "normal",
            "color": "rgba(255,215,172,1)"
        },
        "x": "center",
        "y": "20"
    },
    "series": [
    {
        "type": "liquidFill",
        "waveAnimation": 15,
        "amplitude": 10,
        "data": [0.3, 0.35, 0.35],
        "color": [
        {
            "type": "linear",
            "x": 0,
            "y": 1,
            "x2": 0,
            "y2": 0,
            "colorStops": [
            {
                "offset": 1,
                "color": ["rgba(255,110,0,0.58)"]
            },
            {
                "offset": 0,
                "color": ["rgba(250,255,6, 0.2)"]
            }],
            "global": false
        },
        {
            "type": "linear",
            "x": 0,
            "y": 1,
            "x2": 0,
            "y2": 0,
            "colorStops": [
            {
                "offset": 1,
                "color": ["rgba(255,196,7, 1)"]
            },
            {
                "offset": 0,
                "color": ["rgba(255,159,7, 0.8)"]
            }],
            "global": false
        },
        {
            "type": "linear",
            "x": 0,
            "y": 1,
            "x2": 0,
            "y2": 0,
            "colorStops": [
            {
                "offset": 1,
                "color": ["rgba(255,69,13, 1)"]
            },
            {
                "offset": 0,
                "color": ["rgba(255,163,0, 0)"]
            }],
            "global": false
        }],
        "radius": "100%",
        "outline":
        {
            "show": false
        },
        "label":
        {
            "normal":
            {
                "formatter": ""
            }
        },
        "backgroundStyle":
        {
            "color": "transparent"
        }
    }]
}

 

posted on 2021-12-18 16:13  龙行龘龘9527  阅读(379)  评论(0编辑  收藏  举报

导航