riku
2024-03-13 9130536f57daccec183fa203fe2d666667fd42e1
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();
  },
  // 创建初始折线图