|
@@ -527,10 +527,10 @@ export default {
|
|
|
chart = echarts.init(this.$refs.regionChart);
|
|
|
window.onresize = chart.resize;
|
|
|
}
|
|
|
+ chart.clear();
|
|
|
chart.resize({
|
|
|
height: (this.$refs.regionChart.offsetWidth * 4) / 16,
|
|
|
});
|
|
|
- console.log(keyList, valueList, title);
|
|
|
chart.setOption({
|
|
|
tooltip: {
|
|
|
trigger: "axis",
|