Sign in to follow this  
Omicron

Empty image with DragNode export

Recommended Posts

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

 

 

 

}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this