diff --git a/package.json b/package.json index eba8f6c..c7d18a5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "compression-webpack-plugin": "^9.0.0", "core-js": "^3.6.5", "cz-storage": "^1.0.1", - "echarts": "^5.2.2", + "echarts": "5.2.2", "echarts-wordcloud": "^2.0.0", "js-cookie": "^3.0.1", "less": "^4.1.2", diff --git a/src/components/v-echars/index.vue b/src/components/v-echars/index.vue index dd0f8b7..912c79c 100644 --- a/src/components/v-echars/index.vue +++ b/src/components/v-echars/index.vue @@ -91,7 +91,7 @@ export default { if(ex && ex.componentSubType === 'line') { this.$emit("getData", obj); } - }; + } }); // 将鼠标变成小手 @@ -120,6 +120,7 @@ export default { }, // 针对圆特定图形加个默认被选择 roundDefaultSelect(myChart) { + console.log(myChart) if (!myChart.getOption().series[0] || myChart.getOption().series[0].type != "pie") { return; } diff --git a/src/views/KeyMediaBrand/weiboContentTOPVolume/index.vue b/src/views/KeyMediaBrand/weiboContentTOPVolume/index.vue index e473808..13ddf6f 100644 --- a/src/views/KeyMediaBrand/weiboContentTOPVolume/index.vue +++ b/src/views/KeyMediaBrand/weiboContentTOPVolume/index.vue @@ -78,7 +78,7 @@ export default {