mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
style(图表-流向地图): 修改线条默认颜色
This commit is contained in:
parent
e9886b8b2e
commit
fbf53c6f42
@ -33,8 +33,8 @@ export const DEFAULT_COLOR_CASE: DeepPartial<ChartAttr> = {
|
||||
lineConfig: {
|
||||
mapLineAnimate: true,
|
||||
mapLineGradient: false,
|
||||
mapLineSourceColor: '#146C94',
|
||||
mapLineTargetColor: '#576CBC'
|
||||
mapLineSourceColor: '#1E90FF',
|
||||
mapLineTargetColor: '#90EE90'
|
||||
}
|
||||
},
|
||||
nameFontColor: '#000000',
|
||||
|
Loading…
Reference in New Issue
Block a user