echarts3 Map去除指示点

去除指示点的方法是:

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

例如:

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




猜你喜欢

转载自blog.csdn.net/chenxiaoscode/article/details/68060923