Help

How to create a field that contains a Graph

1128 3
cancel
Showing results for 
Search instead for 
Did you mean: 
meir
4 - Data Explorer
4 - Data Explorer

Hey guys,
We need to great a record in airtable that contains a graph like here in the image:
field that contains graph airtable

We use airtable as our website database
And we need to visually see graphs based on each record in the table (exactly as the image above)
How do we do that, Any creative ways you can think of?

3 Replies 3

I haven’t done anything like that myself, but one possible method would be to use the data to create a simple HTML document (a formula field could handle this) that creates the graph using SVG. A script could pass that HTML to an API like CloudConvert to turn it into an image, then attach the image to the document. This could all be driven via automation. CloudConvert does have a free account, but you may need a paid account depending on how frequently the graphs need to change.

If you’d like help exploring this process more deeply, message me directly.

Thanks for your reply. Sure I’m still exploring this process, will message you in a moment.
In the meantime, here is a helpful html chart I found in the internet, I hope it can help us

That’s one way of doing it, though just to clarify, the final image would be static. It’s not possible to set it up to have the flyout behavior when you hover your mouse over the graph as that page demonstrates. That only works when it remains as an HTML document, and Airtable doesn’t support embedded HTML in tables. The process that I’m talking about will generate an image (probably PNG) added to an attachment field.

Style-wise, you could also use simple line and dot elements to get something similar to your initial example.