Forums

Full Version: Export a chart from label or image script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var chart = sdk.getWidget("bubble2");
chart.plugin.exportToExcel();
chart.plugin.exportToJPEG();
chart.plugin.exportToPNG();
chart.plugin.exportToPDF();
chart.plugin.exportToPPT();
chart.plugin.exportToPrint();