From c08a485cc52dabbd7d05a086439ff740916246aa Mon Sep 17 00:00:00 2001 From: liuwh7 Date: Mon, 9 May 2022 10:12:54 +0800 Subject: feat/fix:modify yAxis label Signed-off-by: liuwh7 Change-Id: I33acac3dfa32cff715a2f30d0b6a4e3a2615b7ea Issue-ID: REQ-1075 --- .../monitor-facps-service/monitor-facps-service.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: { -- cgit 1.2.3-korg