Commit 09c55837 authored by tangwei's avatar tangwei

解决冲突

parents 3fe9a2df e8c2e0ff
......@@ -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