I'm trying to export an zoomcharts network to an image. From https://zoomcharts.com/developers/en/net-chart/chart-basics/export/ I understood that this is the minimal code:
function exportImg(){
chart.saveAsImage("png");
}
Does the default proxy server provide a download link? The page to above also provides a link to "learn how to enable/disable export button in toolbar" but I can't find that info..