I am unable to get the setDataURL working, so I thought I would try the setDataXML. The setDataXML is working for me manually, but I have to refresh the browser to receive the updated data.
I'm calling the setDataXML function from a .jsp and just placing the variable into the dataStreamURL. Fro example:
myChart.setDataXML(".....dataStreamURL='<%=dashboard_login_count_result%>' refreshInterval='5'"
Am I missing something? As I said It's working, but only manually.