Commit e8c2e0ff authored by caotao's avatar caotao

1.全站概览-功率曲线y坐标错误

parent 82178a0c
......@@ -538,8 +538,8 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
Map<String,Object> map2 = new HashMap<>();
map1.put("data", values);
map2.put("data", valueList);
seriesData.add(map1);
seriesData.add(map2);
seriesData.add(map1);
map.put("seriesData", seriesData);
map.put("axisData",time);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment