Plots with many data points in JS


Plots with many data points in JS



I am building a dashboard using JS, that will show users plots of their sales data. Can you suggest a js library, which:



Many thanks for any help!





I uses chartJS for charts. I think there will be a wrapper for react too.
– Chamara Abeysekara
Jun 29 at 9:13




1 Answer
1



There's probably many options but one could be Victory Chart. The library is built on top of D3.js and is heavily customizable. For your large dataset, I can think of one solution I used that is documented here.
One reason I'd suggest Victory is because they have a nice support community here.



I read many blog posts about that topic, here's one that compares a few "big" chart libraries with React Components.



For time series, I'd suggest having a look at this library.



If nothing works with large datasets, I think that your best option would be D3.js (with or without a React implementation).





thanks. Continuously loading data seems an attractive solution. I am wondering if it is possible to pre-render a plot and store it as a plain HTML string on my backend (I read in plotly docs, that HTML pre-render is possible). And, once required, inject it into the react app. Have you heard of something similar? Do you think it might work?
– Gleb
Jun 29 at 11:08





I'll be honest, I have not experienced any sort of server rendering with react and totally forgot about your bullet point n°3. I've read some blog about d3.js with SSR but that's about it. Sorry.
– Clafou
Jun 29 at 11:13






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Export result set on Dbeaver to CSV

Opening a url is failing in Swift