Save a chart to the s3 database

I am building a web app that allows the user to fill out a survey and generate a pdf based on the users responses. I am using CraftMyPDF for the dynamic PDF and everything works great except for one thing.
Part of the PDF will be a scatter plot. In CraftMyPDF I can dynamically load in an image from an s3 database, but I have not been able to find any charting plug in that allows me to save the chart or a static image of the chart from bubble to the s3 DB.

Any advice how I can create a scatter plot in bubble then save an image of that chart to s3 and retrieve its link?

Quickchart.io might be handy here

2 Likes

This is exactly what I needed. Thank you!

1 Like