forked from github/dataease
Merge pull request #11783 from dataease/pr@dev-v2@chart-flow-map-style
style(图表-流向地图): 修改线条默认颜色
This commit is contained in:
commit
ffcbe530da
@ -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