diff options
Diffstat (limited to 'usecaseui-portal/src/app/views/fcaps')
-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: { |