Commit 438a7252997a9338ea48474715c2c3d94a35d2ac
1 parent
1faaf4405f
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
438a725
| ... | ... | @@ -185,7 +185,7 @@ |
| 185 | 185 | if (riskColorMap.containsKey(entry.getKey())) { |
| 186 | 186 | Data data = new Data(); |
| 187 | 187 | data.setValue(entry.getValue()); |
| 188 | - data.setItemStyle(new ItemStyle(new Normal(null,colormap.get(entry.getKey())),null)); | |
| 188 | + data.setItemStyle(new ItemStyle(new Normal(true,riskColorMap.get(entry.getKey())),null)); | |
| 189 | 189 | groupRiskDataList.add(data); |
| 190 | 190 | } else { |
| 191 | 191 | groupRiskDataList.add(entry.getValue()); |