DEV Community

Discussion on: Building simple data visualizations with React

Collapse
 
cychainey profile image
Cy Chainey

Thanks for the post and the info on Nivo. I've been working on a project recently that required data viz. We settled on Chart.js wrapped inside a React component in the end as we had specific use cases that made hacking against the libs counter-productive. But without that Nivo would have fit the bill nicely, definitely one to bookmark for the future. So thanks again for the info.

P.S React lib for Chart.js

Collapse
 
brettmstevens7 profile image
Brett Stevens

Great point Cy. So important to nail down your specific use cases before investing too much time and energy in a new library...