diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 63722d3826..5eb57b4ceb 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1845,9 +1845,9 @@ export const TYPE_CONFIGS = [ 'color-selector': [ 'alpha', 'mapStyle', - 'lineLinear', - 'lineSourceColor', - 'lineTargetColor' + 'mapLineGradient', + 'mapLineSourceColor', + 'mapLineTargetColor' ], 'size-selector-ant-v': [ 'mapPitch', diff --git a/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue b/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue index f9a16391cf..3a463782e9 100644 --- a/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue +++ b/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue @@ -294,16 +294,18 @@ /> @@ -313,11 +315,12 @@ /> diff --git a/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue b/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue index 609128bdaf..cf9275d445 100644 --- a/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue +++ b/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue @@ -1264,6 +1264,7 @@ size="mini" > @@ -1275,6 +1276,7 @@ /> @@ -1292,6 +1294,7 @@ @@ -1299,10 +1302,11 @@ v-model="sizeForm.mapLineWidth" :min="1" :max="10" - @change="changeBarSizeCase('lineWidth')" + @change="changeBarSizeCase('mapLineWidth')" /> @@ -1314,6 +1318,7 @@
@@ -1325,6 +1330,7 @@ /> @@ -1337,6 +1343,7 @@ />