Commit 12bacbdc3d5aec9b610ff46a224b0ec57c5239b8
1 parent
9a73969b
首页圆形统计图大小调整统一
Showing
1 changed file
with
2 additions
and
2 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/home/service/impl/HomePageViewServiceImpl.java
... | ... | @@ -206,7 +206,7 @@ public class HomePageViewServiceImpl implements HomePageViewService { |
206 | 206 | Pie pie = new Pie(); |
207 | 207 | pie.setName("货位状态"); |
208 | 208 | pie.setType(SeriesType.pie); |
209 | - pie.setRadius("55%"); | |
209 | + pie.setRadius("70%"); | |
210 | 210 | pie.setCenter(new String[] {"40%", "50%"}); |
211 | 211 | Normal normal = new Normal(); |
212 | 212 | normal.setFormatter("{b} \n {c} ({d}%)"); |
... | ... | @@ -301,7 +301,7 @@ public class HomePageViewServiceImpl implements HomePageViewService { |
301 | 301 | Pie pie = new Pie(); |
302 | 302 | pie.setName("库存"); |
303 | 303 | pie.setType(SeriesType.pie); |
304 | - pie.setRadius("55%"); | |
304 | + pie.setRadius("70%"); | |
305 | 305 | pie.setCenter(new String[] {"40%", "50%"}); |
306 | 306 | pie.itemStyle().emphasis().setShadowBlur(10); |
307 | 307 | pie.itemStyle().emphasis().setShadowOffsetX(0); |
... | ... |