Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript Chart Library with zoom and large data support [closed]

Would anyone recommend a particular JavaScript charting library with zoom functionality, supporting large size data around 2,50,000/250K plotting points at once.

open source would be recommended.

like image 393
BrainCoder Avatar asked Feb 26 '15 07:02

BrainCoder


2 Answers

My first thought would be either d3.js or ZingChart. d3 is open source, but the learning curve is pretty steep. ZingChart is closed, but much more approachable and provides support. Once you get into 50k+ points, other libraries tend to start having trouble.

Disclaimer: I'm on the ZC team. Feel free to reach out if you've got questions.

PPS. Next time you may want to post in softwarerecs. Be sure to read their post guidelines.

like image 198
Jailbot Avatar answered Oct 20 '22 08:10

Jailbot


Check the dyGraphs for this purpose. Have a look at the way it zooms:

http://dygraphs.com/tests/zoom.html

like image 35
Yash P Shah Avatar answered Oct 20 '22 08:10

Yash P Shah