diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-08 15:15:13 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-08 15:15:18 +0800 |
commit | ad5450efb78c3140cae0a56c29c8a2506cd41a0f (patch) | |
tree | d115394d5dc3b7ae02e35a9d958509f0b62e07fe /usecaseui-portal/src/app/home | |
parent | a6365f7559fb6583c54541ac5c2b2dcc0f53af43 (diff) |
User and service type management interface
Change-Id: I82cd0af64f87bd8f49a5a40d13130bca110491e1
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/home')
-rw-r--r-- | usecaseui-portal/src/app/home/home.component.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/home/home.component.ts b/usecaseui-portal/src/app/home/home.component.ts index d0e6ef0b..ba0ae684 100644 --- a/usecaseui-portal/src/app/home/home.component.ts +++ b/usecaseui-portal/src/app/home/home.component.ts @@ -149,10 +149,10 @@ export class HomeComponent implements OnInit { }, { offset: 1, color: '#7A8BAE' }], - globalCoord: false // 缺省为 false + globalCoord: false }], series: [{ - name: "告警信息", + name: "", radius: ['50%', '70%'], center: ['50%', '45%'], label: { @@ -244,7 +244,7 @@ export class HomeComponent implements OnInit { }) } - // alarm lin + // alarm line alarmLineChartData:Object; alarmLineChartInit:Object = { height:320, |