Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I got a tool where it allows the user to choose a variety of tags to look at and a date range for them. So this dataset is date and some int value bounded. After I grab the data set which typical may be around 3000 points per tag for a day, I want to make an interactive graph.

My initial choice was going for Highchart stocks, but testing with 3000 points, it took 2 seconds on IE to render. That also had some problems zooming up into an hour minute.

My question is, what is a browser graphing utility that I can use in my web application to graph large data sets. Pros and Cons? I am not sure what to look for in a graphing utility. Is there a way to get a sample of my data and show it initially, and be able to zoom on the data?

Google Charts? D3?

Also is there any good methods to do what I am trying to achieve?
Posted
Updated 2-Jul-12 12:18pm
v2

1 solution

I have on my todo list to review flotr2 I don't know it this will help you.
http://humblesoftware.com/flotr2/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900