DEV Community

Discussion on: The top four React chart libraries that you need to know for 2021

Collapse
 
keefdrive profile image
Keerthi

You may also have an option to use d3.js and compose your own library for your projects, you just need to know how to abstract out the calculation and logic part, and let react deal with the rendering. This may be a very good solution for someone who has good in-depth knowledge of d3.js.