layout fixes
This commit is contained in:
parent
05c4d2284e
commit
543bd120fd
2 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
public doughnutChartDataCategory: any[] = [];
|
||||
public doughnutChartLabelsCategory: string[] = [];
|
||||
|
||||
public doughtnutChartOptionsCategory:any = {
|
||||
public doughnutChartOptionsCategory:any = {
|
||||
tooltips: {
|
||||
callbacks: {
|
||||
label: (tooltip, data) => {
|
||||
|
|
Reference in a new issue