summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-08-16 01:53:55 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-16 01:53:55 +0000
commit7bf9e819890a3bbf5d36ba6d5f36e93afa55588d (patch)
treec475fc9c4d615ba1d50e328dcc0fcfb2952ed907 /usecaseui-portal/src/app/components
parentcf9c1b79eb94d245ec2a9b18351686e276260277 (diff)
parent983f2c77d5e73d024cc8ef60c5d088551d46ed8c (diff)
Merge "Refactoring code"
Diffstat (limited to 'usecaseui-portal/src/app/components')
-rw-r--r--usecaseui-portal/src/app/components/charts/bar/bar.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/charts/bar/bar.component.ts b/usecaseui-portal/src/app/components/charts/bar/bar.component.ts
index 217ee121..609ce3ee 100644
--- a/usecaseui-portal/src/app/components/charts/bar/bar.component.ts
+++ b/usecaseui-portal/src/app/components/charts/bar/bar.component.ts
@@ -41,7 +41,7 @@ export class BarComponent implements OnInit {
tooltip: this.initData.option.tooltip,
grid: this.initData.option.grid,
xAxis: this.initData.option.xAxis,
- yAxis:this.initData.option.yAxis,
+ yAxis: this.initData.option.yAxis,
series: this.initData.option.series
}
}