forked from github/dataease
fix(图表): 修复大屏地图底色错误
This commit is contained in:
parent
3eb36e0fbb
commit
59a4e8b838
@ -116,7 +116,7 @@ export const DEFAULT_COLOR_CASE_DARK: DeepPartial<ChartAttr> = {
|
||||
alpha: 100,
|
||||
gradient: false,
|
||||
mapStyle: 'darkblue',
|
||||
areaBaseColor: '5470C6',
|
||||
areaBaseColor: '#5470C6',
|
||||
areaBorderColor: '#EBEEF5',
|
||||
gaugeStyle: 'default',
|
||||
tableBorderColor: '#CCCCCC',
|
||||
|
Loading…
Reference in New Issue
Block a user