Skip to content

Commit 78a058d

Browse files
committed
fix: resolve label color palette picker issue
1 parent 9ea2733 commit 78a058d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src2/charts/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,7 @@ export function getMapChartOptions(config: MapChartConfig, result: QueryResult)
814814
pieces: mapPieces(values),
815815
itemSymbol: 'circle',
816816
inRange: {
817+
817818
color: ['#dbeeff', '#b7ddff', '#92cdff', '#6ebcff', '#4aabff'],
818819
},
819820
},

0 commit comments

Comments
 (0)