去除指示点的方法是:
在series属性中加入一句:showLegendSymbol: false
例如:
series: [
{
name: 'xxx',
type: 'map',
showLegendSymbol: false
}]
本文介绍如何在ECharts的地图系列中移除图例符号,通过设置showLegendSymbol为false来实现,适用于需要定制化展示效果的场景。
去除指示点的方法是:
在series属性中加入一句:showLegendSymbol: false
例如:
series: [
{
name: 'xxx',
type: 'map',
showLegendSymbol: false
}]
3万+

被折叠的 条评论
为什么被折叠?