From 4b999dc98a0fd6a86c9aa1102ca39c70689c99b4 Mon Sep 17 00:00:00 2001
From: zx <604444282@qq.com>
Date: Wed, 12 Jan 2022 16:50:16 +0800
Subject: [PATCH] zx
---
src/components/v-echars/index.vue | 3 ++-
src/views/BrandInsight/titsopo/index.vue | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/v-echars/index.vue b/src/components/v-echars/index.vue
index 585a79b..3556880 100644
--- a/src/components/v-echars/index.vue
+++ b/src/components/v-echars/index.vue
@@ -57,9 +57,10 @@ export default {
}
if(params.componentType === 'markPoint') {
params.event.event.stopPropagation();
+ console.log(params)
let o = {
key: params.data.name,
- index: params.seriesIndex,
+ index: params.data.xAxis,
}
this.$emit("clickMark", o);
}
diff --git a/src/views/BrandInsight/titsopo/index.vue b/src/views/BrandInsight/titsopo/index.vue
index 9e9c205..85f743a 100644
--- a/src/views/BrandInsight/titsopo/index.vue
+++ b/src/views/BrandInsight/titsopo/index.vue
@@ -25,7 +25,7 @@