[Chartjs]-Is it possible to create a canvas to extract image data without actually rendering the canvas?

0👍

I did a quick test, but ChartJS doesn’t seem to be accepting an in-memory canvas created with document.createElement('canvas') so alternatively you can move your canvas off-screen so it’s not visible.

Leave a comment