PerroLoco Report post Posted March 20, 2008 (edited) I'm having trouble using relative URLs for the setDataURL method. Using the FusionCharts debug mode I was able to determine that a querystring is being appended to the URL of my XML data file. Here's what I get the debug tells me: INFO: XML Data provided using dataURL method. dataURL provided: small.xml dataURL invoked: small.xml?FCTime=341 I'm not positive, but I believe the appended querystring is causing the data load to fail. Is it FusionCharts that is appending the querystring, or is it possible it's coming from other environmental factors? Edited March 20, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted March 21, 2008 It's FusionCharts that's appending the querystring to avoid data from caching. Share this post Link to post Share on other sites
PerroLoco Report post Posted March 21, 2008 Pallav (3/21/2008)It's FusionCharts that's appending the querystring to avoid data from caching. Thanks for the response. But since the appended query string is causing the call to the data file to fail, is there a way to prevent it from happening? Thanks. Share this post Link to post Share on other sites