style(图表): 地图图例图形是三角形时,取消边框颜色

This commit is contained in:
jianneng-fit2cloud 2024-11-06 16:32:16 +08:00
parent e81b50029f
commit 8ea8c68f40

View File

@ -330,7 +330,7 @@ export class Map extends L7PlotChartView<ChoroplethOptions, Choropleth> {
...LEGEND_SHAPE_STYLE_MAP[legend.icon],
width: '9px',
height: '9px',
border: '0.01px solid #f4f4f4'
...(legend.icon === 'triangle' ? {} : { border: '0.01px solid #f4f4f4' })
}
}
}