reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Does react-chartjs play well with chartjs 2.0.0 beta? #71

Closed vsrnth closed 8 years ago

vsrnth commented 8 years ago

Or is it such that react-chartjs is chartjs version agnostic? Don't suppose that's the case but what do I know.

austinpray commented 8 years ago

Try it out and let us know

vsrnth commented 8 years ago

Sure thing.

austinpray commented 8 years ago

Thanks!

darkone23 commented 8 years ago

Tried with react-chartjs 0.7.3 - the answer is no - code that works with current version of react-chartjs does not work with chart.js 2.0 beta, looks like there were some breaking changes in the underlying library.

maindi commented 8 years ago

This would be nice, since 2.0.0 supports multiple y-axis

austinpray commented 8 years ago

https://github.com/jhudson8/react-chartjs/pull/87