Work on date picker function on bubble chart

This commit is contained in:
Tom Slater 2019-08-14 09:49:18 +01:00
parent c206a394d2
commit d550bf5e12
11 changed files with 139 additions and 38 deletions

View file

@ -76,7 +76,7 @@ export class DashboardComponent {
public bootstrapColours: string[] = ['bg-primary', 'bg-secondary', 'bg-success',
'bg-danger', 'bg-warning', 'bg-info'];
public chartType = 'pie';
public chartType = 'doughnut';
public chartLegend = true;
public doughnutChartDataCategory: any[] = [];
public doughnutChartLabelsCategory: string[] = [];