Hello ,
I use chartJS to build my charts in WeWen, which work properly.
However, it’s difficult to build a system for exporting charts to make them easier to use for our users.
I’ve tried setting up a Make scenario but the design isn’t identical and it’s difficult to scale.
Do you have any ideas for solutions or feedback?
Hey @princenocode
What kind of export are you trying to make?
Hi @jptrinh ,
Juste in png image format
You could use that tutorial to generate a base64 format of your chartjs instance, and then use that however you want Made some tests and it looks like its working fine.
1 Like
Thanks a lot @jptrinh ,
I’ll test it