prod
校文 3 years ago
parent d032495c99
commit 04ce1008eb

@ -15,7 +15,7 @@
"compression-webpack-plugin": "^9.0.0", "compression-webpack-plugin": "^9.0.0",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"cz-storage": "^1.0.1", "cz-storage": "^1.0.1",
"echarts": "^5.2.2", "echarts": "5.2.2",
"echarts-wordcloud": "^2.0.0", "echarts-wordcloud": "^2.0.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"less": "^4.1.2", "less": "^4.1.2",

@ -91,7 +91,7 @@ export default {
if(ex && ex.componentSubType === 'line') { if(ex && ex.componentSubType === 'line') {
this.$emit("getData", obj); this.$emit("getData", obj);
} }
}; }
}); });
// //
@ -120,6 +120,7 @@ export default {
}, },
// //
roundDefaultSelect(myChart) { roundDefaultSelect(myChart) {
console.log(myChart)
if (!myChart.getOption().series[0] || myChart.getOption().series[0].type != "pie") { if (!myChart.getOption().series[0] || myChart.getOption().series[0].type != "pie") {
return; return;
} }

Loading…
Cancel
Save