Commit 3f4dee4b9225fed12a091589fe18e92d49374945
1 parent
453c95d973
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
3f4dee4
... | ... | @@ -132,6 +132,8 @@ |
132 | 132 | data.setValue(mapsData.get(key)); |
133 | 133 | data.setItemStyle(new ItemStyle(new Normal(null,colormap.get(key)),null)); |
134 | 134 | groupRiskDataList.add(data); |
135 | + } else { | |
136 | + groupRiskDataList.add(0); | |
135 | 137 | } |
136 | 138 | } |
137 | 139 | groupRiskSeries.setData(groupRiskDataList); |