From 9130536f57daccec183fa203fe2d666667fd42e1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 三月 2024 17:32:32 +0800
Subject: [PATCH] 2024.3.13

---
 history.mode.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/history.mode.js b/history.mode.js
index 2abbef0..0d2ead3 100644
--- a/history.mode.js
+++ b/history.mode.js
@@ -196,7 +196,7 @@
       this.drawMesh(false, this, this.factorDatas);
     }
     // 鎶樼嚎鍥鹃�変腑瀵瑰簲鍥犲瓙
-    this.choseOneFactorLineChart(factorType)
+    this.choseOneFactorLineChart(factorType);
     // 琛ㄦ牸閫変腑瀵瑰簲鍥犲瓙
   },
   setFactorMode: function (factorMode) {
@@ -335,6 +335,10 @@
     this.historyDatas.datas[index].show = true;
     this.historyDatas.physicalQuantity[index].show = true;
     this.lineChartFactorType = [index];
+    CheckBox.refreshCheckBox(
+      'history_chart_factorbox',
+      this.lineChartFactorType
+    );
     this.refreshLineChartData();
   },
   // 鍒涘缓鍒濆鎶樼嚎鍥�

--
Gitblit v1.9.3