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,
|
alpha: 100,
|
||||||
gradient: false,
|
gradient: false,
|
||||||
mapStyle: 'darkblue',
|
mapStyle: 'darkblue',
|
||||||
areaBaseColor: '5470C6',
|
areaBaseColor: '#5470C6',
|
||||||
areaBorderColor: '#EBEEF5',
|
areaBorderColor: '#EBEEF5',
|
||||||
gaugeStyle: 'default',
|
gaugeStyle: 'default',
|
||||||
tableBorderColor: '#CCCCCC',
|
tableBorderColor: '#CCCCCC',
|
||||||
|
Loading…
Reference in New Issue
Block a user