2amigos / yii2-chartjs-widget

ChartJs Widget For Yii2
https://2amigos.us
Other
109 stars 67 forks source link

chartjs can no longer be installed via bower #18

Closed schmunk42 closed 6 years ago

schmunk42 commented 7 years ago

They dropped bower support, see https://github.com/chartjs/Chart.js/commit/c6318749da660f6d8599b466b3871f437123c1d0

I am also creating an issue there.

schmunk42 commented 7 years ago

You could also switch to npm...

tonydspaniard commented 7 years ago

it seems stills available for bower

schmunk42 commented 7 years ago

Fixed in 2.3.0, see https://github.com/chartjs/Chart.js/issues/3033#issuecomment-248721853

You might want to use that as a minimum version in composer.json (^2.3.0).

tonydspaniard commented 7 years ago

sure... thanks @schmunk42