[Chartjs]-ChartJS and jsPDF – why the background is black?

14👍

Maybe later, but I solved using PNG image:

var newCanvasImg = newCanvas.toDataURL("image/png", 1.0);

Hope this helps.

Leave a comment