From 7d93407f03e7144b5f102e2e485b1285ce5b694b Mon Sep 17 00:00:00 2001 From: erdanergou Date: Wed, 19 Jul 2023 13:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=BA=93=E5=AD=98=E6=97=AD?= =?UTF-8?q?=E6=97=A5=E5=9B=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/depository/InAndOut_echart/SunburstChart.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/templates/pages/depository/InAndOut_echart/SunburstChart.html b/src/main/resources/templates/pages/depository/InAndOut_echart/SunburstChart.html index 8a6c0439..e60cb84d 100644 --- a/src/main/resources/templates/pages/depository/InAndOut_echart/SunburstChart.html +++ b/src/main/resources/templates/pages/depository/InAndOut_echart/SunburstChart.html @@ -119,6 +119,9 @@ content: '
', success: function () { var fullchart = echarts.init(window.top.document.getElementById('fullChart')); + optionSunburstChart.tooltip = { + trigger : 'item' + }; fullchart.setOption(optionSunburstChart) } })