grofit / aurelia-chart

A chart element for aurelia which is powered by chart js using html5 canvas.
MIT License
46 stars 25 forks source link

Underlying chart.js need to be updated to latest release #34

Open nashwaan opened 7 years ago

nashwaan commented 7 years ago

@grofit Thanks for the efforts on this package.

I notice the "chart.js": "^2.0.2" is not updated since 17-Apr-2016, more than a year!

Current release is v2.5.0 (see releases). I think the underlying chart.js engine need to be updated.

ckotzbauer commented 7 years ago

Hi @nashwaan, npm installs automatically the latest version which matches the range. The caret ^ matches minor updates too. So the current version 2.6.0 is installed and used correctly. Or do you have other reasons why the dep should be updated?