Commit 8df94ec7803d0942300013420bdcfdd91a6a14d6
1 parent
aa11bdd621
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 @
8df94ec
... | ... | @@ -77,9 +77,9 @@ |
77 | 77 | areaBarOption.getLegend().getData().add("当前高危总人数"); |
78 | 78 | areaBarOption.getLegend().setOrient("horizontal"); |
79 | 79 | areaBarOption.getLegend().setLeft("3%"); |
80 | - areaBarOption.getLegend().setTop("50px"); | |
80 | + areaBarOption.getLegend().setTop("55px"); | |
81 | 81 | areaBarOption.getTooltip().setShow(true); |
82 | - areaBarOption.getGrid().setTop("80px"); | |
82 | + areaBarOption.getGrid().setTop("90px"); | |
83 | 83 | List<Object> areaBarSeriesList = new ArrayList<>(); |
84 | 84 | Series patientSeries = new Series(); |
85 | 85 | patientSeries.setName("近30天建档人数"); |