From b427f4ccd9885af97373809637c61076b17b0122 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 3 Jun 2024 14:11:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=BD=91=E6=A0=BC=E7=BA=BF=E8=AE=BE=E7=BD=AE=E4=B8=BA=E8=99=9A?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #9904 --- .../components/DualYAxisSelectorInner.vue | 24 ++++++++++++- .../editor-style/components/XAxisSelector.vue | 34 +++++++++---------- .../editor-style/components/YAxisSelector.vue | 34 +++++++++---------- .../components/js/panel/common/common_antv.ts | 5 +-- 4 files changed, 60 insertions(+), 37 deletions(-) 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 /> + + + + + { /> - - - - -