I use the DragNode chart for representing relations between different objects. The generated image contains only text, the connectors and colors are not present.
For the export I use this code :
function FC_Rendered(objRtn){
var myChart = getChartFromId(objRtn);
myChart.exportChart( {
exportFormat : "JPG",
exportAtClient : 0,
exportFileName : "mychart",
exportAction : "save",
exportHandler : "includes/powercharts/ExportHandlers/PHP/FCExporter.php" });
}
Page 1 of 1
Empty image with DragNode export
Other Replies To This Topic
#2
Posted 25 August 2010 - 09:43 AM
Problem solved, I put the code of the fonction FC_Rendered in a setTimeout()
Other Replies To This Topic
#3
Posted 25 August 2010 - 11:34 PM
Hey,
Glad that your issue is resolved.
Thanks for sharing the idea.
Happy FusionCharting!
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote