diff options
author | liuwh7 <liuwh7@asiainfo.com> | 2021-10-22 15:26:45 +0800 |
---|---|---|
committer | liuwh7 <liuwh7@asiainfo.com> | 2021-10-22 15:26:48 +0800 |
commit | 06b6007ff6240618d5c5438aebc549d98fff5aa6 (patch) | |
tree | 98fa4164d08c63ced06c588a000d9f1d18fe4a5b /usecaseui-portal/src/app | |
parent | f1168a9fad8244d9a4ae5f21efb48bb9c14a2a4c (diff) |
feat: modify intent based service
Signed-off-by: liuwh7 <liuwh7@asiainfo.com>
Change-Id: I0650fc3b4dd1e0dbbbe472900a0fa6b8c32ffa9a
Issue-ID: USECASEUI-605
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r-- | usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.ts | 8 |
1 files changed, 4 insertions, 4 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 7d877371..f86f02c1 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 @@ -87,12 +87,12 @@ export class MonitorFacpsServiceComponent implements OnInit { interval: 0, show: true, textStyle: { - color: "#a9a9a9", //更改坐标轴文字颜色 - fontSize: 10 //更改坐标轴文字大小 + color: "#a9a9a9", + fontSize: 10 }, rotate: 40, - showMinLabel: true,//显示最小值 - showMaxLabel: true,//显示最大值 + showMinLabel: true, + showMaxLabel: true, color: "#3C4F8C", }, data: this.initData.option.xAxis.data, |