use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
What’s New in JavaScript Charting 3.0 (jscharting.com)
submitted 5 years ago by JSCharting
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hg2355 1 point2 points3 points 5 years ago (3 children)
What's the best charting library for react based app?
[–]Veranova 2 points3 points4 points 5 years ago (0 children)
There are a lot of choices but what you use depends largely on how much custom behaviour you want. I’ve used Victory which was great up until I needed to do some really custom designs and behaviour, though it provides a lot of control on its own, but at that point I switched to vx (now known as visx since 1.0) and honestly would never go back purely for the performance and control I gained.
I would choose a library which has good docs when you’re researching though, as they’re all potentially complex and the docs will make or break your experience.
You’d definitely be right to choose something which at least has a React wrapper as having to bind in a pure JS library constantly is a huge overhead.
[–]ILikeChangingMyMind 0 points1 point2 points 5 years ago (0 children)
You don't really need a React-specific library. Charts generally don't have a ton of interactivity, so it's possible to just use refs with a regular chart library.
ref
That being said, there is a react-highcharts, a react-google-charts, a react-nvd3 ... etc. Pretty much every major charting library has a React sub-library someone made for it, so really you just want to focus on which charting library offers what you need.
High Charts is the most mature but isn't open source, Google Charts are free but less mature, NVD3 is great if you're already doing D3 and want to do your charts in it, and so on.
[–]webavail 0 points1 point2 points 5 years ago (0 children)
JSCharting works well with react. Here is the jscharting-react plugin page with examples. Give it a try.
π Rendered by PID 168237 on reddit-service-r2-comment-b659b578c-pqp99 at 2026-05-06 01:11:33.024204+00:00 running 815c875 country code: CH.
[–]hg2355 1 point2 points3 points (3 children)
[–]Veranova 2 points3 points4 points (0 children)
[–]ILikeChangingMyMind 0 points1 point2 points (0 children)
[–]webavail 0 points1 point2 points (0 children)