diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-20 14:28:59 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-20 15:22:04 +0800 |
commit | 8a407e8af4eadd70216065d165fdd8b0828f8c58 (patch) | |
tree | 1cc4c062f0817339848dffecc3de9a330e9d7d45 /usecaseui-portal/src/app/components | |
parent | ebd842c6737c3a2078a4d33babc4048e9bbaaf86 (diff) |
feat:optimize chart text
Change-Id: I5adc594c1662640323bd113a87f5e3b294c4295c
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components')
-rw-r--r-- | usecaseui-portal/src/app/components/charts/pie/pie.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/components/charts/pie/pie.component.ts b/usecaseui-portal/src/app/components/charts/pie/pie.component.ts index b5142410..dc5c80a0 100644 --- a/usecaseui-portal/src/app/components/charts/pie/pie.component.ts +++ b/usecaseui-portal/src/app/components/charts/pie/pie.component.ts @@ -38,6 +38,7 @@ export class PieComponent implements OnInit { backgroundColor:this.initData.option.backgroundColor, legend: this.initData.option.legend, color:this.initData.option.color, + tooltip: this.initData.option.tooltip || '', series : [ { name: this.initData.option.series[0].name, |