mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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,
|
||||
color: eTheme.areaGradTo,
|
||||
}]),
|
||||
opacity: 1,
|
||||
},
|
||||
},
|
||||
data: this.data.map(i => i.value),
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ export class TrafficChartComponent implements AfterViewInit {
|
|||
offset: 1,
|
||||
color: trafficTheme.gradTo,
|
||||
}]),
|
||||
opacity: 1,
|
||||
},
|
||||
},
|
||||
data: points,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue