From 3a068074c36c8bc7cdf7e709eb5ebe36f1bbf8f8 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Tue, 16 Jan 2024 14:40:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-Echarts):=20=E7=9F=A9?= =?UTF-8?q?=E5=BD=A2=E6=A0=91=E5=9B=BE=E5=8F=96=E6=B6=88=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=81=9A=E7=84=A6#7361?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/chart/chart.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/views/chart/chart/chart.js b/core/frontend/src/views/chart/chart/chart.js index d991ad6dd7..11b299fa27 100644 --- a/core/frontend/src/views/chart/chart/chart.js +++ b/core/frontend/src/views/chart/chart/chart.js @@ -1108,7 +1108,8 @@ export const BASE_TREEMAP = { breadcrumb: { show: false }, - data: [] + data: [], + nodeClick: false } ] }