Jul 17, 2023 11:50 AM
Trying to build a Multi-series line charts. I found articles from 2022 announcing it as a feature in interfaces but can't find any information about how to do it. I don't see an option to add an additional data set. Does anyone know how to implement this?
https://blog.airtable.com/interface-designer-product-updates-1/
Thanks!
Solved! Go to Solution.
Jul 17, 2023 09:19 PM
Try using the "Group by" dropdown:
Gives me this:
Based on this:
Jul 17, 2023 09:19 PM
Try using the "Group by" dropdown:
Gives me this:
Based on this:
Jul 20, 2023 10:12 AM
Is it possible to create a stacked line chart in the interface based on several fields/columns from the same table in a base?
I created a stacked line chart using Vega-Lite in the dashboard in the base, but I would like to do the same in the interface. Additionally, Vega-Lite is not interactive, so I cannot see the exact values when I hover over the lines/data points.
Jul 20, 2023 10:11 PM
> Is it possible to create a stacked line chart in the interface based on several fields/columns from the same table in a base?
Heh to deal with this I usually create another table that compiles all of the data from those fields into a single field with a single select to differentiate each field. I then group by that single select, thus creating the stacked line chart
Not the most elegant, but it works!
Jul 21, 2023 11:39 AM
Hi Adam,
Thank you so much! I tried it out and it works. You're a lifesaver!