diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue index 58eb11adc0..e3508f9d1a 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue @@ -33,6 +33,12 @@ const state = reactive({ const emit = defineEmits(['onChangeYAxisForm']) +const splitLineStyle = [ + { label: t('chart.line_type_solid'), value: 'solid' }, + { label: t('chart.line_type_dashed'), value: 'dashed' }, + { label: t('chart.line_type_dotted'), value: 'dotted' } +] + watch( () => props.form, () => { @@ -284,10 +290,26 @@ onMounted(() => { is-custom /> + + + + + { is-custom /> + + + + + { /> - - - - - { is-custom /> + + + + + { /> - - - - -