Merge pull request #11783 from dataease/pr@dev-v2@chart-flow-map-style

style(图表-流向地图): 修改线条默认颜色
This commit is contained in:
jianneng-fit2cloud 2024-08-27 14:59:15 +08:00 committed by GitHub
commit ffcbe530da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',