Apr 13, 2020 06:29 PM
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!
Apr 14, 2020 08:37 AM
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 :slightly_smiling_face: I was a C++ and Java guy for the part of my career that was programming.
Apr 14, 2020 10:56 AM
In case it helps, here’s an example using Chart.js:
Apr 14, 2020 11:19 AM
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.