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