Skip to main content

Javascript chart library?


Has anyone found a javascript chart library that they like, that also works with React? I’m assuming that is one of the requirements as I seem to have struck out using d3.js inside my simple example.


Really excited to create a richer charting block, if I can only find the right library. Thanks!

3 replies

  • Author
  • Inspiring
  • 326 replies
  • April 14, 2020

So I got recharts to work, but it’s not ideal for what I want to accomplish. I will probably continue with it for awhile while I learn what I’m doing. Never built anything in javascript, html, or most modern things 🙂 I was a C++ and Java guy for the part of my career that was programming.



  • Inspiring
  • 192 replies
  • April 14, 2020

In case it helps, here’s an example using Chart.js:



  • Author
  • Inspiring
  • 326 replies
  • April 14, 2020
Kasra wrote:

In case it helps, here’s an example using Chart.js:




Nice, thanks. I just got a simple linear regression working using ml.js and visualized with rechart, but I might switch back to chart.js now that I’ve seen your pointer. I’ve been successful so far figuring out the puzzle (knowing nothing of the technologies), but now I need to get a little more background on React, etc.


Reply