forked from github/dataease
style(图表): 地图图例图形是三角形时,取消边框颜色
This commit is contained in:
parent
e81b50029f
commit
8ea8c68f40
@ -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' })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user