Hi all,
I have a bunch of data in airtable that I'd like to visualize in the form of line charts.
Airtable doesn't give you specific html to embed just for your charts, and I have some reservations about the lack of customization to it.
Ideally I need to send my airtable data to some api that renders an HTML chart. I will then have this html dynamically load on my website.
Does anyone have any tips for accomplishing something like this?
Some other info, I am using softr.io which reads in data directly from airtable and can render the html. So once the HTML line charts are generated, i want to send it back to airtable which then softr can pick up.
Thanks for the help!