[email protected] Report post Posted November 19, 2009 Nice day to discover if FusionCharts support a very useful feature for us, or if a way does exist to achieve this goal with a little javascripts barba-tricks. I mean: when we do ... object = new FusionCharts('swfurl.swf....',''.... .. we set the kind of graph that will be displayed. Good! But.... what if now I wanted to change it in a similar way: object.setURL('newurl.swf') ? is it possible? if not, do I have to regenerate that code to change it? Thanks in advance for your help, I really need it. F.B. :cool: Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 20, 2009 Hi, Yes, you would need to rerender the chart. You can always retrieve the XML from the existing chart using getXML() method. Share this post Link to post Share on other sites