Dom
Dom
Hi, I might be missing something, but is it possible to change the colour of the label text separately from the pie's colour? Also, is there a way to make...
Keep in mind if you have a base64 string of a random image, you'll need to prepend 'data:image/png;base64,' to the beginning of the dataURL value (i.e. dataURL=`data:image/png;base64,${base64string}`)
I've amended it in my pull request. As soon as it's merged it should no longer be an issue
Would also like to know how to make the canvas transparent
This should no longer be needed starting version 4.2.0 as I changed the default background color to be transparent.