Commit d52d7f0a80a5f9c88448078a18a2ac48fbde49fc

Authored by baohanddd
1 parent f52409e882

add statistics(map) common index

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java View file @ d52d7f0
... ... @@ -77,8 +77,9 @@
77 77 areaBarOption.getLegend().getData().add("当前高危总人数");
78 78 areaBarOption.getLegend().setOrient("horizontal");
79 79 areaBarOption.getLegend().setLeft("3%");
80   - areaBarOption.getLegend().setTop("60px");
  80 + areaBarOption.getLegend().setTop("50px");
81 81 areaBarOption.getTooltip().setShow(true);
  82 + areaBarOption.getGrid().setTop("80px");
82 83 List<Object> areaBarSeriesList = new ArrayList<>();
83 84 Series patientSeries = new Series();
84 85 patientSeries.setName("近30天建档人数");