zoukankan      html  css  js  c++  java
  • 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"
            }
        }]
    }

    如果这篇文章对您有帮助,您可以打赏我

    技术交流QQ群:15129679

  • 相关阅读:
    2021/3/12
    2021/3/11
    2021/3/10
    2021/3/9
    2021/3/8
    2021/3/5
    2021/3/4
    2021/3/3
    2021/3/2
    2021/3/1
  • 原文地址:https://www.cnblogs.com/yeminglong/p/15705331.html
Copyright © 2011-2022 走看看