From df6ba5f007a68f269da9be0fcd3d91ad822352c6 Mon Sep 17 00:00:00 2001 From: wisonic Date: Wed, 30 Oct 2024 17:08:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E8=A1=A8=E6=8F=92=E4=BB=B6=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 197f4bcf55..dbaa564ed2 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -1998,6 +1998,11 @@ const deleteChartFieldItem = id => { :quota="state.quota" :themes="themes" :emitter="emitter" + @onDimensionItemChange="dimensionItemChange" + @onDimensionItemRemove="dimensionItemRemove" + @onNameEdit="showRename" + @onCustomSort="onCustomSort" + @valueFormatter="valueFormatter" />