Dear all
I have a jqx-chart using a dataAdapter as datasource configured to load remote json data.
I now like to cause the chart to ‘smoothly’ refresh the data, as we can see in the live update examples (http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_live_updates.htm?arctic).
I therefore like to call the update-Method; but I remark that the chart does not fire an ajax request to retrieve current data from server. What am I doing wrong? (If I call ‘dataBind()’ on the dataAdapter, it retrieves new data but it also performs a full redraw and now a smooth update as we have in the live update examples.)
Thanks in advance for any help.
– badera