jtblin / angular-chart.js

Reactive, responsive, beautiful charts for AngularJS using Chart.js: http://jtblin.github.io/angular-chart.js
Other
2.67k stars 759 forks source link

Small error in 'Getting Started' #673

Open solejar opened 6 years ago

solejar commented 6 years ago

Describe the issue. What is the issue and what did you expect?

Just a note that the 'Getting started' appears to be incorrect, as angular-chart.js@1.1.1 boxes Chart.min.js in chart.js/dist, not chart.js. This necessitates the following change to the getting started:

From: <script src="./node_modules/chart.js/Chart.min.js"></script>

To: <script src="./node_modules/chart.js/dist/Chart.min.js"></script>