fix(dashboard): make chart line areas not transparent

This commit is contained in:
KostyaDanovsky 2017-08-10 16:29:51 +03:00
parent 0fcee9cb26
commit fd37cd7a76
2 changed files with 2 additions and 0 deletions

View file

@ -152,6 +152,7 @@ export class ElectricityChartComponent implements AfterViewInit {
offset: 1,
color: eTheme.areaGradTo,
}]),
opacity: 1,
},
},
data: this.data.map(i => i.value),

View file

@ -132,6 +132,7 @@ export class TrafficChartComponent implements AfterViewInit {
offset: 1,
color: trafficTheme.gradTo,
}]),
opacity: 1,
},
},
data: points,