Reputation: 28883
What is the best solution for charts that refresh 5+ times a second? I'll even drop that to once every 1-5 seconds if I can get charts that don't "blink" when redrawing.
I'm willing to use any technology, but considering the application already uses WebSockets you can recommend just about anything and it can be used.
Upvotes: 0
Views: 733
Reputation: 9954
The YUI Charts Control provides built-in support for iterative polling for data over XHR using an XHR DataSource instance
Upvotes: 1
Reputation: 60580
Have you looked at flot?
The "poll for data" example on this page may be what you're looking for: http://people.iola.dk/olau/flot/examples/ajax.html
Upvotes: 4