Steve Price

Results 4 comments of Steve Price

Same issue here, seems like a bug with the latest version, to be fair it is labelled as beta, I downgraded it to [0.3.8] which solved the issue for me.

You just need to set the scale when calling html2canvas, this will double the quality: ` html2canvas(sourceChart, { 'scale': 2, 'width': flag ? sourceChart.clientHeight : sourceChart.clientWidth, 'height': flag ? sourceChart.clientWidth...

Not sure if this will be helpful to anyone but I was able to do it by editing the js file createNode function. You can add something like this to...

Same issue still present. - Angular 18.1.0 - primeng 17.18.6