echarts3 Map去除指示点

去除指示点的方法是:

series属性中加入一句:showLegendSymbol: false

例如:

series: [
        {
            name: 'xxx',
            type: 'map',
            showLegendSymbol: false
        }]




你可能感兴趣的:(echarts3 Map去除指示点)