diff options
author | liuwh7 <liuwh7@asiainfo.com> | 2022-05-09 10:12:54 +0800 |
---|---|---|
committer | liuwh7 <liuwh7@asiainfo.com> | 2022-05-09 10:13:06 +0800 |
commit | c08a485cc52dabbd7d05a086439ff740916246aa (patch) | |
tree | 7a12f8546ac409ec22976817fbee39d31533109b /usecaseui-portal/src/app/views/fcaps/monitor-management-service | |
parent | cfa4676dc8f327449d2c7625b57b8bba628b6a08 (diff) |
feat/fix:modify yAxis label
Signed-off-by: liuwh7 <liuwh7@asiainfo.com>
Change-Id: I33acac3dfa32cff715a2f30d0b6a4e3a2615b7ea
Issue-ID: REQ-1075
Diffstat (limited to 'usecaseui-portal/src/app/views/fcaps/monitor-management-service')
-rw-r--r-- | usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts b/usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts index 858bfac2..23bb62cf 100644 --- a/usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts +++ b/usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts @@ -79,7 +79,7 @@ export class MonitorFacpsServiceComponent implements OnInit { legend: this.initData.option.legend, dataZoom: this.initData.option.dataZoom, grid: { - left: "0%", + left: "3%", right: "3%", top: "10%", bottom: "18%", @@ -116,6 +116,7 @@ export class MonitorFacpsServiceComponent implements OnInit { }, axisLabel: { color: "#3C4F8C", + formatter: '{value} KB' }, splitLine: { lineStyle: { |