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) } })