Added time filter options + Chart Labels
Cleaned up graphs that aren't relevant to this particular page, added chart labels and a WIP time filter option
This commit is contained in:
parent
28848b259d
commit
dbb885711a
9 changed files with 89 additions and 112 deletions
|
@ -76,13 +76,6 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
stacked:true,
|
||||
|
||||
}],
|
||||
yAxes:[{
|
||||
scaleLabel: {
|
||||
display:true,
|
||||
labelString: 'Organisation purchase amount'
|
||||
},
|
||||
stacked:true,
|
||||
}]
|
||||
}
|
||||
};
|
||||
public barChartTypeEssential:string = 'horizontalBar';
|
||||
|
|
Reference in a new issue