chartjs / chartjs-adapter-date-fns

date-fns adapter for Chart.js
MIT License
100 stars 35 forks source link

Wrong chartjs version in readme. #38

Closed 0x6F72656F73 closed 2 years ago

0x6F72656F73 commented 3 years ago

Readme says Chart.js 2.8.0 however 3.0 is required.

kurkle commented 2 years ago

The readme is correct: https://codepen.io/kurkle/pen/PojMZLw?editors=1010

jacksongross commented 2 years ago

The README.md is correct, but the peerDependencies are wrong so won't install correctly on npm 7. I've opened an PR to fix this which would be great if we could merge. https://github.com/chartjs/chartjs-adapter-date-fns/pull/48