Omicron

Members
  • Content count

    2
  • Joined

  • Last visited

About Omicron

  • Rank
    Forum Newbie
  1. Empty image with DragNode export

    Problem solved, I put the code of the fonction FC_Rendered in a setTimeout()
  2. 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" }); }