fix(dashboard): change color scheme for the electricity chart

This commit is contained in:
nixa 2017-09-19 17:29:03 +03:00
parent 4d516986b1
commit 84ddf24e64
3 changed files with 2 additions and 5 deletions

View file

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