diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue index 5a1e9bb751..02177f6264 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue @@ -373,57 +373,6 @@ onMounted(() => { class="drop-style" :class="themes === 'dark' ? 'dark-dimension-quota' : ''" > - { props.type !== 'extLabel' && props.type !== 'extTooltip' && props.type !== 'extBubble' && - !chart.type.includes('chart-mix') + !['chart-mix', 'indicator', 'liquid', 'gauge'].includes(chart.type) " :divided="chart.type !== 'table-info'" > @@ -766,7 +715,7 @@ onMounted(() => { :command="beforeClickItem('filter')" :divided="chart.type.includes('chart-mix')" > - {{ t('chart.filter') }}... + {{ t('chart.filter') }} { :command="beforeClickItem('formatter')" > - {{ t('chart.value_formatter') }}... + {{ t('chart.value_formatter') }}