Work on date picker function on bubble chart
This commit is contained in:
parent
c206a394d2
commit
d550bf5e12
11 changed files with 139 additions and 38 deletions
|
@ -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[] = [];
|
||||
|
|
Reference in a new issue