Merge pull request #13129 from dataease/pr@dev-v2@fix_map_triangle_legend

Pr@dev v2@fix map triangle legend
This commit is contained in:
wisonic-s 2024-11-05 15:22:23 +08:00 committed by GitHub
commit 580de0c04e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,6 +278,7 @@ export class Map extends L7PlotChartView<ChoroplethOptions, Choropleth> {
}, },
square: {}, square: {},
triangle: { triangle: {
border: 'unset',
borderLeft: '5px solid transparent', borderLeft: '5px solid transparent',
borderRight: '5px solid transparent', borderRight: '5px solid transparent',
borderBottom: '10px solid var(--bgColor)', borderBottom: '10px solid var(--bgColor)',