Commit 417b95f45828242a7f39ad788d7d7073868d22ae

Authored by baohanddd
1 parent afb7a8a080

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 @ 417b95f
... ... @@ -76,7 +76,8 @@
76 76 areaBarOption.getLegend().getData().add("近30天建档人数");
77 77 areaBarOption.getLegend().getData().add("当前高危总人数");
78 78 areaBarOption.getLegend().setOrient("horizontal");
79   - areaBarOption.getLegend().setLeft("40px");
  79 + areaBarOption.getLegend().setLeft("3%");
  80 + areaBarOption.getLegend().setTop("60px");
80 81 areaBarOption.getTooltip().setShow(true);
81 82 List<Object> areaBarSeriesList = new ArrayList<>();
82 83 Series patientSeries = new Series();