Commit 7db587a4e4faab647869bcf16a94c36c069d23f6
Exists in
master
and in
3 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
7db587a
| ... | ... | @@ -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()); |