From 08a173c8c1714b539d022044d57f5609912028da Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 7 Sep 2023 20:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B0=94=E6=B3=A1=E5=9B=BE=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=AD=97=E6=AE=B5=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/view/ChartEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/views/chart/view/ChartEdit.vue b/core/frontend/src/views/chart/view/ChartEdit.vue index de2445b799..f5e8c44e44 100644 --- a/core/frontend/src/views/chart/view/ChartEdit.vue +++ b/core/frontend/src/views/chart/view/ChartEdit.vue @@ -924,6 +924,7 @@ :param="param" :index="index" :item="item" + :chart="chart" :dimension-data="dimension" :quota-data="quota" @onItemChange="bubbleItemChange"