reactjs / react-chartjs

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

Combo line & bar, upgrade chartjs to 2.0 #200

Open jamding opened 6 years ago

jamding commented 6 years ago

Chartjs 2.0 introduces combo line & point, requires upgrading chartjs dependency and exporting react component

benmccann commented 6 years ago

Depends on https://github.com/reactjs/react-chartjs/issues/84

Jareechang commented 6 years ago

hey @benmccann, I saw you making some merges to chartjs-v2 branch.

Why don't we just work on that branch, release as the version you've specified for now while we test it in beta - 2.0.0-beta2 ?

I think once we're ready we can just release react-chartjs as 2.0.0 with Chartjs 2.0.

Jareechang commented 6 years ago

@benmccann and @jamding I am going to go through what we have in our issues and label as version 2.0.0 for features needed for Chart.js 2.0.

CWSites commented 6 years ago

We are on version 2.7.0 of chartjs and react-chartjs-2 so what is the status of doing a combo line & bar chart?