Commit 268d7732ab44a2f2c37b9a7811f8d2d881c96532

Authored by baohanddd
1 parent 27b1cf108e

add statistics(map) common index (area data)

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 @ 268d773
... ... @@ -687,7 +687,7 @@
687 687  
688 688 for (String areaName:subMapsData.keySet()) {
689 689 try {
690   - Option subGroupRiskOption = new Option();
  690 + Option subGroupRiskOption = buildyBarOption(areaName + "当前高危人数", null);
691 691 groupRiskOption.getTooltip().setShow(true);
692 692 List<Object> subGroupRiskSeriesList = new ArrayList<>();
693 693 Series subGroupRiskSeries = new Series();