Update reports view using chart.js

This commit is contained in:
Reynaldo Reyes
2016-06-07 22:47:21 -04:00
parent 68edae2ed0
commit 40f770213b
4 changed files with 53 additions and 7 deletions

View File

@@ -13,4 +13,8 @@
ng-click = "vm.back()">
Regresar
</button>
<canvas id="line" class="chart chart-line" chart-data="vm.data"
chart-labels="vm.labels" chart-legend="true" chart-series="vm.series">
</canvas>
</div>