kurtomerfaruk / wicked-charts

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

LiveSeries doesn't allow ajax update of other component in the update() method #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a graph which is fed via irregular data from an external source of a 
second timer. If there is no new data, I make the data point decay smoothly 
towards zero, and also update a Jquery Wicket (Jquery) slider control to show 
the same thing. The former works fine but the latter doesn't, I suspect because 
although I've updated the model which feeds the slider value, I need to do a 
target.add(slider) inside the update() to make this happen.

Any chance an AjaxTarget param might be added to the update() method ?

Original issue reported on code.google.com by tom.homb...@gmail.com on 10 Feb 2013 at 9:21

GoogleCodeExporter commented 9 years ago
Yes, that's possible. I will have a look at it for the next version.

Regards,
Tom

Original comment by tom.homb...@gmail.com on 10 Feb 2013 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by tom.homb...@gmail.com on 10 Feb 2013 at 9:28

GoogleCodeExporter commented 9 years ago
Thanks, Tom

Original comment by richards...@gmail.com on 10 Feb 2013 at 10:15

GoogleCodeExporter commented 9 years ago
feature was added with revisions r240 and r241. will be included in the next 
release.

Original comment by tom.homb...@gmail.com on 11 Feb 2013 at 8:33

GoogleCodeExporter commented 9 years ago
included in 1.4.3 which was released today

Original comment by tom.homb...@gmail.com on 3 Mar 2013 at 5:46