You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script> -> appearing twice, should be removed as the order is useful.
<script src="node_modules/chart.js/Chart.min.js"></script> ->
<script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script>
Nothing major, but could help other to install it.
Thanks,
Nanex
The text was updated successfully, but these errors were encountered:
Overview
In the installation manual, one mistake :
<script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script> -> appearing twice, should be removed as the order is useful. <script src="node_modules/chart.js/Chart.min.js"></script> -> <script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script>Nothing major, but could help other to install it.
Thanks,
Nanex
The text was updated successfully, but these errors were encountered: