src/model/Factor.js
@@ -60,7 +60,8 @@ this.standardMin = -1; //监测因子类型对应的标准最小值 this.standardMax = -1; //监测因子类型对应的标准最大值 this.legendType = Legend.S_TYPE; //图例模式 // this.legendType = Legend.S_TYPE; //图例模式 this.legendType = Legend.D_TYPE; //图例模式 if (options != undefined) { this.datas = options.datas;