|
|
|
|
|
by dola
3502 days ago
|
|
I've been using Recharts [1] lately. It offers many different chart types and has a high level interface that makes it easy and quick to use for basic charts. If you want to customize you can still do so because almost every part of a graph is composable. (I have no affiliation) [1]: http://recharts.org/ |
|
Finally I've been using React Chartjs 2, based on Chartjs 2.
https://github.com/gor181/react-chartjs-2 (157 stars, actively maintained)
https://github.com/chartjs/Chart.js (26,256 stars, actively maintained)