Merge pull request #13173 from dataease/pr@dev-v2@chart-map-style

style(图表): 地图图例图形是三角形时,取消边框颜色
This commit is contained in:
jianneng-fit2cloud 2024-11-06 16:34:03 +08:00 committed by GitHub
commit 40ad9bf2f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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' })
}
}
}