@ -119,6 +119,9 @@
content: '<div id="fullChart" style="width: 100%;height: 100%;padding:30px 0px"></div>',
success: function () {
var fullchart = echarts.init(window.top.document.getElementById('fullChart'));
optionSunburstChart.tooltip = {
trigger : 'item'
};
fullchart.setOption(optionSunburstChart)
}
})