kurtomerfaruk / wicked-charts

Automatically exported from code.google.com/p/wicked-charts
0 stars 0 forks source link

Request for enhancement - full prior data load for live spline updating graph #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One thing that would be hugely helpful for us in reducing server load is to be 
able to load a whole dataset once in a page and have a live updating spline 
graph show this but for the server not to be hit continually, in that the data 
is loaded locally. 

It looks like Highcharts supports something like this but I'm not 100% sure. Do 
you know if this is definitely possible, Tom? We have data which is calculated 
at the session startup but doesn't need recalculating after that and with 
potentially hundreds of simultaneous views, it will get expensive for us in 
performance.

Many thanks - your opinion would be really interesting in this.

Original issue reported on code.google.com by richards...@gmail.com on 3 Feb 2014 at 10:38

GoogleCodeExporter commented 9 years ago
Hi,

this will certainly work with Highcharts, see the dynamic update demo at 
Highcharts.

With a little Javascript magic it should also work with Wicked Charts. You 
could write your own Function implementation that returns the client side data 
and pass it into Events.setLoad().

Regards,
Tom

Original comment by tom.homb...@gmail.com on 21 Apr 2014 at 12:19

GoogleCodeExporter commented 9 years ago
Many thanks, Tom.
Richard Livingstone
www.bananasoft.net
07711590497

Original comment by richards...@gmail.com on 21 Apr 2014 at 3:08