diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 1afb455441..de4ba5ead8 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1549,16 +1549,7 @@ export const TYPE_CONFIGS = [ 'alpha' ], 'size-selector': [ - 'barDefault', - 'barWidth', - 'barGap', - 'lineWidth', - 'lineType', - 'lineSymbol', - 'lineSymbolSize', - 'lineArea', - 'bubble_scatterSymbol', - 'bubble_scatterSymbolSize' + 'mix' ], 'label-selector': [ 'show', diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue index 5b99b73eb9..a15b57511f 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue @@ -171,55 +171,56 @@ - - - {{ $t('chart.chart_bar') }} - - {{ $t('chart.adapt') }} - - - - - - - - {{ $t('chart.chart_line') }} - - - - - - {{ $t('chart.line_type_solid') }} - {{ $t('chart.line_type_dashed') }} - - - - - - - - - {{ $t('chart.show') }} - - {{ $t('chart.chart_scatter') }} - - - - - - - - + + + {{ $t('chart.chart_bar') }} + + {{ $t('chart.adapt') }} + + + + + + + + {{ $t('chart.chart_line') }} + + + + + + {{ $t('chart.line_type_solid') }} + {{ $t('chart.line_type_dashed') }} + + + + + + + + + {{ $t('chart.line_smooth') }} + + {{ $t('chart.chart_scatter') }} + + + + + + + + +