cancan97 Report post Posted August 25, 2010 Hi, if use data like "myChart.setDataURL("data.xml");" save chart is done. However i use data like $FC->renderChartFromExtXML($strXML);so saving chart not worked. What can i do? Ps: my code was attached. 1.Attached (data.html) : worked. 2.Attached (chart.php) : not worked.(Chart is rendered.Capturing is ok. But saving is not worked) Also i have a character problem in chart like chart header. if write static string, character problem is solved but my data created from db. character problem is occured only chart Best Regards, Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 25, 2010 For saving most probably the export component is not defined or its id is not used in the chart's XML. You need to add BOM Stamp to the XML or the Chart containing page to support extended or UTF-8 characters. Share this post Link to post Share on other sites