mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
Merge pull request #13131 from dataease/pr@dev-v2@fix_map_base_color
fix(图表): 修复大屏地图底色错误
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user