kempsteven / vue-html2pdf

vue-html2pdf converts any vue component or element into PDF, vue-html2pdf is basically a vue wrapper only and uses html2pdf.js behind the scenes.
https://www.npmjs.com/package/vue-html2pdf
MIT License
440 stars 74 forks source link

DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0. #114

Open cancirkin opened 3 years ago

cancirkin commented 3 years ago

here is my props:

Screenshot_2

when i clicked download button i got that error:

Screenshot_4

Screenshot_3

i have charts in my html. İf i click inspect the chart i see they are canvas element. how can i fix that ?