diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts index 85626605e1..b67ec32794 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts @@ -330,7 +330,7 @@ export class Map extends L7PlotChartView { ...LEGEND_SHAPE_STYLE_MAP[legend.icon], width: '9px', height: '9px', - border: '0.01px solid #f4f4f4' + ...(legend.icon === 'triangle' ? {} : { border: '0.01px solid #f4f4f4' }) } } }