diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-15 18:05:18 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-15 18:05:29 +0800 |
commit | c3e2270c9694e0cbd2835d0d1ae7d14405ba0e8e (patch) | |
tree | 10ae29b577e798b631961f5db339a6b14a93c090 /usecaseui-portal/src/app/components/customer | |
parent | 4ae5d325db70282d453a27c6790433e3ff0ed2f9 (diff) |
Fix instance instantiation for e2e/NS
Change-Id: Ib3813f16b208422492c6b8f4763d7b3660c735f6
Issue-ID: USECASEUI-255
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/customer')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.ts b/usecaseui-portal/src/app/components/customer/customer.component.ts index 8a84e1b6..51486dbf 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.ts +++ b/usecaseui-portal/src/app/components/customer/customer.component.ts @@ -94,7 +94,7 @@ export class CustomerComponent implements OnInit { normal: { position: 'center', show: false, - formatter: ' {b|{b}:{d}%} ', + formatter: ' {b|{b}:{c}%} ', backgroundColor: 'rgba(51,51,51,0.9)', borderColor: 'rgba(51,51,51,0.9)', borderWidth: 1, |