Tuesday, 20 August 2013

Highchart and DWR Comet

Highchart and DWR Comet

there is an element that get updates using DWR comet command in server
side Like this Util.setValue("newnumber", number);
So in Client Side I can get it like in simple command like
Now I want to add the data in HighCharts' live chart. My question is there
any event command that says that the "newnumber" value is updated so that
I can add the new data in highchart series?

No comments:

Post a Comment