mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
playing with colors
This commit is contained in:
parent
77a33d880b
commit
9fbe408c22
12 changed files with 121 additions and 114 deletions
|
|
@ -15,11 +15,9 @@ import {TrafficChartService} from './trafficChart.service';
|
|||
export class TrafficChart {
|
||||
|
||||
public doughnutData: Array<Object>;
|
||||
public transparent:boolean = false;
|
||||
|
||||
constructor(private trafficChartService:TrafficChartService) {
|
||||
this.doughnutData = trafficChartService.getData();
|
||||
this.transparent = trafficChartService.getTransparent();
|
||||
}
|
||||
|
||||
ngAfterViewInit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue