pingjiang / dygraphs

Automatically exported from code.google.com/p/dygraphs
0 stars 0 forks source link

Data limit on x-axis for dygraphs #496

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am trying to plot the annotated time line graph using dygraphs but when the 
number of records for x-axis reaches a certain limit say (5000 points) the 
graphs fails to render resulting in a weird output (See attached image). I just 
want to know the maximum number of points (on x-axis) that dygraphs can plot 
with failing to render.

Thanks,
Sumit

Original issue reported on code.google.com by sumi...@gmail.com on 11 Nov 2013 at 4:57

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I just want to know the maximum number of points (on x-axis) that dygraphs can 
plot without failing to render.

Original comment by sumi...@gmail.com on 11 Nov 2013 at 4:59

GoogleCodeExporter commented 9 years ago
There should be no limit to the number of x-axis points. However, there's not 
enough information here for me to debug the problem. If you can recreate this 
with jsfiddle, (you can use the link http://dygraphs.com/fiddle for a 
prototype) we could better understand your problem.

Original comment by konigsb...@google.com on 6 Apr 2014 at 12:36