ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
284 stars 84 forks source link

How to export chart to png/jpg? #88

Closed kahfieidn closed 8 months ago

kahfieidn commented 8 months ago

hello, how to export chart to png/jpg using larapex?

ArielMejiaDev commented 8 months ago

To export it as PDF you should a library that uses something like headless chrome behind the scenes, a great package to make something like this would be:

https://spatie.be/docs/laravel-pdf/v1/introduction

To export it to Excel at this point I did not figure out a way to make it, but I would be totally open to a PR if you are able to figure it out.