{
    "color": [
        "#108ee9",
        "#7ec2f3",
        "#3dbd7d",
        "#ffce3d",
        "#76cdd3"
    ],
    "tooltip": {
        "trigger": "item",
        "backgroundColor": "rgba(0,0,250,0.2)"
    },
    "legend": {
        "show": false,
        "type": "scroll",
        "bottom": 10,
        "data": [
            "2001",
            "2002",
            "2003",
            "2004",
            "2005",
            "2006",
            "2007",
            "2008",
            "2009",
            "2010",
            "2011",
            "2012",
            "2013",
            "2014",
            "2015",
            "2016",
            "2017",
            "2018",
            "2019",
            "2020",
            "2021",
            "2022",
            "2023",
            "2024",
            "2025",
            "2026",
            "2027",
            "2028"
        ]
    },
    "visualMap": {
        "top": "middle",
        "right": 10,
        "color": [
            "#0F955D",
            "#64DBA7"
        ],
        "calculable": true
    },
    "radar": {
        "indicator": [
            {
                "text": "IE8-",
                "max": 400
            },
            {
                "text": "IE9+",
                "max": 400
            },
            {
                "text": "Safari",
                "max": 400
            },
            {
                "text": "Firefox",
                "max": 400
            },
            {
                "text": "Chrome",
                "max": 400
            }
        ]
    }
}