summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-20 14:28:59 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-20 15:22:04 +0800
commit8a407e8af4eadd70216065d165fdd8b0828f8c58 (patch)
tree1cc4c062f0817339848dffecc3de9a330e9d7d45 /usecaseui-portal/src/app/components
parentebd842c6737c3a2078a4d33babc4048e9bbaaf86 (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.ts1
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,