FusionCharts Forum: Empty image with DragNode export - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Empty image with DragNode export

#1 User is offline   Omicron 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 25-August 10

Posted 25 August 2010 - 08:17 AM

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" });



}

0

Other Replies To This Topic

#2 User is offline   Omicron 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 25-August 10

Posted 25 August 2010 - 09:43 AM

Problem solved, I put the code of the fonction FC_Rendered in a setTimeout()
0

Other Replies To This Topic

#3 User is offline   Sanjukta 

  • Supreme Being
  • Group: Administrators
  • Posts: 1593
  • Joined: 15-March 10

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!
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic