mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-12 00:22:35 +01:00
traffic and popular app components style fixes
This commit is contained in:
parent
80e4eddab3
commit
1dac44f253
5 changed files with 75 additions and 64 deletions
|
|
@ -15,9 +15,11 @@ 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