Export the chart as image (jpg / png).
var chart = new CanvasJS("container", { . . . . }); chart.render(); chart.exportChart({format: "png"});
Also See: