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: {
|
lineConfig: {
|
||||||
mapLineAnimate: true,
|
mapLineAnimate: true,
|
||||||
mapLineGradient: false,
|
mapLineGradient: false,
|
||||||
mapLineSourceColor: '#146C94',
|
mapLineSourceColor: '#1E90FF',
|
||||||
mapLineTargetColor: '#576CBC'
|
mapLineTargetColor: '#90EE90'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
nameFontColor: '#000000',
|
nameFontColor: '#000000',
|
||||||
|
Loading…
Reference in New Issue
Block a user