This is how i call it
chart.setDataURL(graphUrl);
The chart-object is fetched with the getChartFromId-function, and the object is found properly. This works fine in FireFox 2.0, and internet Explorer 7.0, but in internet Explorer 6.0 i get "Object doesn't support this property or method".
Is this a known bug?
[edit] It's the second time calling that fails, the init-call works like a charm. I'm trying to load another graph with the setDataUrl-method.