Added WIP All purchases chart

This commit is contained in:
Tom Slater 2019-07-12 16:09:08 +01:00
parent 7a6f40e300
commit e7441bf47a
6 changed files with 141 additions and 32 deletions

View file

@ -150,7 +150,7 @@
</div><!--/.row-->
<div class="chart-wrapper">
<canvas baseChart class="chart"
[datasets]="barChartDataCategory"
[datasets]="barChartDataCategoryAll"
[labels]="barChartLabelsCategory"
[options]="barChartOptionsCategory"
[legend]="barChartLegendCategory"