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:
Tom Slater 2019-08-09 10:21:40 +01:00
parent 28848b259d
commit dbb885711a
9 changed files with 89 additions and 112 deletions

View file

@ -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';