Fix VNF Alarm Query Bugs 38/71538/1
authorzhangab <zhanganbing@chinamobile.com>
Wed, 31 Oct 2018 09:07:55 +0000 (17:07 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Wed, 31 Oct 2018 09:08:15 +0000 (17:08 +0800)
Change-Id: Ibdfb335ffaaf646a18d184df66a1c5882b780556
Issue-ID: USECASEUI-165
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
usecaseui-portal/src/app/components/charts/line/line.component.ts

index 8bc8ebd..fa9c036 100644 (file)
@@ -24,6 +24,7 @@ export class LineComponent implements OnInit {
       tooltip : this.initData.option.tooltip,
       icon:'circle',
       legend: this.initData.option.legend,
+      dataZoom: this.initData.option.dataZoom,
       grid: {
           left: '1%',
           right: '3%',