Hi,
I am beginner. I make my project in Laravel 8. I use components: https://www.chartjs.org and barryvdh/laravel-dompdf , fx3costa/laravelchartjs. In view I have chart. It's work fine, but in PDF my chart is invisible. I found info with information about Dompdf has problem with js.
Do you know any way to add charts to PDF in this library or some other?
I recommend the above package if you server supports Puppeteer.
Charts can't simply be exported because they are created on canvas elements dynamically. Only way to really export is to use something to capture an image then inject into the PDF. Hope that helps.