Added WIP All purchases chart
This commit is contained in:
parent
7a6f40e300
commit
e7441bf47a
6 changed files with 141 additions and 32 deletions
|
@ -150,7 +150,7 @@
|
|||
</div><!--/.row-->
|
||||
<div class="chart-wrapper">
|
||||
<canvas baseChart class="chart"
|
||||
[datasets]="barChartDataCategory"
|
||||
[datasets]="barChartDataCategoryAll"
|
||||
[labels]="barChartLabelsCategory"
|
||||
[options]="barChartOptionsCategory"
|
||||
[legend]="barChartLegendCategory"
|
||||
|
|
Reference in a new issue