mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): make chart line areas not transparent
This commit is contained in:
parent
0fcee9cb26
commit
fd37cd7a76
2 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ export class ElectricityChartComponent implements AfterViewInit {
|
||||||
offset: 1,
|
offset: 1,
|
||||||
color: eTheme.areaGradTo,
|
color: eTheme.areaGradTo,
|
||||||
}]),
|
}]),
|
||||||
|
opacity: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: this.data.map(i => i.value),
|
data: this.data.map(i => i.value),
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ export class TrafficChartComponent implements AfterViewInit {
|
||||||
offset: 1,
|
offset: 1,
|
||||||
color: trafficTheme.gradTo,
|
color: trafficTheme.gradTo,
|
||||||
}]),
|
}]),
|
||||||
|
opacity: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: points,
|
data: points,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue