forked from github/dataease
Merge pull request #3561 from dataease/pr@dev@perf_bubble_map_base_color
perf(气泡地图): 深色主题默认底图颜色
This commit is contained in:
commit
fb0aacda5a
@ -27,7 +27,8 @@ export const DEFAULT_COLOR_CASE = {
|
||||
quotaColor: '#5470c6',
|
||||
tableBorderColor: '#E6E7E4',
|
||||
seriesColors: [], // 格式:{"name":"s1","color":"","isCustom":false}
|
||||
areaBorderColor: '#303133'
|
||||
areaBorderColor: '#303133',
|
||||
areaBaseColor: '#FFFFFF'
|
||||
}
|
||||
|
||||
export const DEFAULT_COLOR_CASE_DARK = {
|
||||
@ -42,7 +43,8 @@ export const DEFAULT_COLOR_CASE_DARK = {
|
||||
quotaColor: '#5470c6',
|
||||
tableBorderColor: '#CCCCCC',
|
||||
seriesColors: [], // 格式:{"name":"s1","color":"","isCustom":false}
|
||||
areaBorderColor: '#EBEEF5'
|
||||
areaBorderColor: '#EBEEF5',
|
||||
areaBaseColor: '5470C6'
|
||||
}
|
||||
export const DEFAULT_SIZE = {
|
||||
barDefault: true,
|
||||
|
Loading…
Reference in New Issue
Block a user