|
@@ -894,8 +894,8 @@ public class IotStaticController {
|
|
|
waterData.add(v);
|
|
|
});
|
|
|
|
|
|
- ImmutableMap<String, Serializable> fillResult = ImmutableMap.of("name", "累计注气量", "data", fillData);
|
|
|
- ImmutableMap<String, Serializable> waterResult = ImmutableMap.of("name", "累计注水量", "data", waterData);
|
|
|
+ ImmutableMap<String, Serializable> fillResult = ImmutableMap.of("name", "累计注气量~~en**cumulative gas injection", "data", fillData);
|
|
|
+ ImmutableMap<String, Serializable> waterResult = ImmutableMap.of("name", "累计注水量~~en**cumulative water injection", "data", waterData);
|
|
|
return success(ImmutableMap.of("xAxis", xAxis, "series", ImmutableList.of(fillResult,waterResult)));
|
|
|
|
|
|
}
|
|
@@ -948,8 +948,8 @@ public class IotStaticController {
|
|
|
waterData.add(v);
|
|
|
});
|
|
|
|
|
|
- ImmutableMap<String, Serializable> fillResult = ImmutableMap.of("name", "当日注气量", "data", fillData);
|
|
|
- ImmutableMap<String, Serializable> waterResult = ImmutableMap.of("name", "当日注水量", "data", waterData);
|
|
|
+ ImmutableMap<String, Serializable> fillResult = ImmutableMap.of("name", "当日注气量~~en**daily gas injection", "data", fillData);
|
|
|
+ ImmutableMap<String, Serializable> waterResult = ImmutableMap.of("name", "当日注水量~~en**daily water injection", "data", waterData);
|
|
|
return success(ImmutableMap.of("xAxis", xAxis, "series", ImmutableList.of(fillResult, waterResult)));
|
|
|
|
|
|
}
|