From 7578c3ff65329b2269f099475eb687e963efac1c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 27 二月 2024 17:13:29 +0800
Subject: [PATCH] 地图3D模型、折线图和表格三者点击联动效果

---
 componet/chartutil.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/componet/chartutil.js b/componet/chartutil.js
index 142f3eb..044cceb 100644
--- a/componet/chartutil.js
+++ b/componet/chartutil.js
@@ -285,7 +285,7 @@
     const progress = i / (this._xAxis.length - this._size + 1);
 
     for (const iterator of this._series) {
-      if (iterator.name == factorName) {
+      if (iterator.name == factorName || (iterator.name == 'TVOC' || factorName == 'VOC')) {
         iterator.markLine = {
           symbol: 'none',
           data: [

--
Gitblit v1.9.3