From: liuwh7 Date: Mon, 9 May 2022 02:12:54 +0000 (+0800) Subject: feat/fix:modify yAxis label X-Git-Tag: 5.1.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c08a485cc52dabbd7d05a086439ff740916246aa;p=usecase-ui.git feat/fix:modify yAxis label Signed-off-by: liuwh7 Change-Id: I33acac3dfa32cff715a2f30d0b6a4e3a2615b7ea Issue-ID: REQ-1075 --- 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: {