Commit 2fa1a9ae by liuyang

2024-10-27 驾驶舱数据堆叠

parent 3f23a442
......@@ -344,7 +344,7 @@ public class ServiceHPBI003 extends ServiceBase {
treeMap.add(key.get("sort"));
map.put("name", key.get("sort"));
map.put("type", "line");
map.put("stack", false);
map.put("stack", "Total");
List list1 = new ArrayList<>();
for (Map map1: listMap1.get(key.get("sort"))) {
list1.add(map1.get("wt"));
......
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