Re: chart with remote datasource doesn't poll in IE6
> Ok, thanks. Figured out the problem: IE6 is caching the JSON data and
> not hitting the server for updates...it's getting it from cache, so
> the chart never updates.
Just to follow up, caching was the problem. Setting no-cache HTTP
headers makes IE6 update the chart. Thanks for your help, Tripp.
Hi, I've got a chart with a JSON datasource that's supposed to be polled every x seconds. The datasource polling works just fine in Firefox 3 and the chart...
... Some more info: Firefox 2 displays the following error: Error: uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12"...
... Hi Tripp, Here's the code. There are no javascript errors except this one: "Empty string passed to getElementById()" (reported by Firebug in Firefox since ...
... Here's the source for chartpanel.js in case that helps: /** * The ChartPanel class bundles a YUI Chart, YUI datasource, associated callbacks, * and some...
Hi, I have been able to get your code to work on my local test environment in IE 6. I have not made any changes to your code other than the following: I...
Hi Tripp, Thanks for your help so far. ... I don't understand--the code I posted already used the files hosted at yui.yahooapis.com. Are you only referring to...
... Same results for me: works fine in Firefox 3. In IE6, the chart is only drawn once then no updates (and I've checked the server... there are no calls to...
... Ok, thanks. Figured out the problem: IE6 is caching the JSON data and not hitting the server for updates...it's getting it from cache, so the chart never...
... Not sure if you contribute to YUI, Tripp, but if so, you might consider adding this information (setting the Content-Type and no cache headers) to the...