Forums
Export a chart from label or image script - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: Export a chart from label or image script (/showthread.php?tid=613)



Export a chart from label or image script - shreekantgosavi - 12-23-2022

var chart = sdk.getWidget("bubble2");
chart.plugin.exportToExcel();
chart.plugin.exportToJPEG();
chart.plugin.exportToPNG();
chart.plugin.exportToPDF();
chart.plugin.exportToPPT();
chart.plugin.exportToPrint();