Commit 78ae13a536ba5b64339b7e169f83e23af438d246
1 parent
3f4dee4b92
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
78ae13a
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | colormap.put("红色", "#FFBDBE"); |
59 | 59 | colormap.put("橙色", "#FFD6BD"); |
60 | 60 | colormap.put("黄色", "#FFFEBD"); |
61 | - colormap.put("其它", "#DEDCE0"); | |
61 | + colormap.put("其他", "#DEDCE0"); | |
62 | 62 | if (type == 1) { |
63 | 63 | // 地图数据 |
64 | 64 | List<AreaData> provinceRiskList = statisticsService.queryProvinceRisks(); |
... | ... | @@ -212,7 +212,7 @@ |
212 | 212 | AxisPointer yAxis = new AxisPointer(); |
213 | 213 | yAxis.setType("category"); |
214 | 214 | List<Object> dataList = new ArrayList<Object>(); |
215 | - dataList.add("其它"); | |
215 | + dataList.add("其他"); | |
216 | 216 | dataList.add("黄色"); |
217 | 217 | dataList.add("橙色"); |
218 | 218 | dataList.add("红色"); |