TanTayBui / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Dynamic graph using ajax call taking long time to display #671

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to display a dynamic graph using ajax call. The graph is getting 
loaded but takes long time before displaying it.

Original issue reported on code.google.com by mohit.ti...@gmail.com on 22 Feb 2012 at 12:56

GoogleCodeExporter commented 9 years ago
Unless you see similar performance when using static data, it sounds like the 
server-side handler is just taking a while to produce the response.

I'm closing this issue as unrelated to Flot, since the library doesn't deal 
with AJAX directly.  I'll reopen it if you can confirm that you see poor 
performance even with static data, and provide some more info on the data and 
plot you're working with.

Original comment by dnsch...@gmail.com on 30 Apr 2012 at 12:40