carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

Chart.js 1.0.0-beta is no more on Bower. #64

Closed haiderfaizan closed 8 years ago

haiderfaizan commented 8 years ago

When using bower to download this plugin Chart.js is not downloaded.

joris-lambrechts commented 8 years ago

The version definition of Chart.js in the bower.json file states ~1.0.0-beta which means any version >= 1.0.0-beta and < 2.

When you run bower install it should use the latest 1.x.x version of Chart.js, which is 1.1.1.

Are you perhaps using a proxy repository? Maybe you could try clearing your bower cache: bower cache clean Chart.js

carlcraig commented 8 years ago

Going to close this now as bower support has been dropped by Chart.js and this library.

There is a workaround for bower which is linked in the readme , and on Chart.js install instructions