Commit 1b9879aa by 饶艳婷

合并分支 'feature/branch_yx' 到 'develop'

Feature/branch yx

查看合并请求 !18
parents 082f854f 1d6a2903
...@@ -59,18 +59,7 @@ export function base3DColumnOptionAntV(chartDom, chartId, chart, action) { ...@@ -59,18 +59,7 @@ export function base3DColumnOptionAntV(chartDom, chartId, chart, action) {
}) })
.animate(true) .animate(true)
.active(true) .active(true)
.color(yAxis[0].dataeaseName, [ .color(yAxis[0].dataeaseName, color?.colors)
'#094D4A',
'#146968',
'#1D7F7E',
'#289899',
'#34B6B7',
'#4AC5AF',
'#5FD3A6',
'#7BE39E',
'#A1EDB8',
'#CEF8D6'
])
if (!init) { if (!init) {
chartDom.addLayer(layer) chartDom.addLayer(layer)
} }
......
...@@ -2005,7 +2005,8 @@ export const TYPE_CONFIGS = [ ...@@ -2005,7 +2005,8 @@ export const TYPE_CONFIGS = [
], ],
propertyInner: { propertyInner: {
'color-selector': [ 'color-selector': [
'mapStyle' 'mapStyle',
'value'
], ],
'size-selector-ant-v': [ 'size-selector-ant-v': [
'mapPitch' 'mapPitch'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论