Hi Carol and welcome to the community.
By the looks of your charts, you are obviously skilled in creating good visuals. Unfortunately, the Chart Block has some limitations, mostly regarding simple nuances like sorting and colour control.
I’m not sure that you can’t achieve your objectives with it, but long ago I sorta gave up on the Chart Block and decided to use the new Vega-Lite Block which is in beta, but you can get access to it with a single click.
There are almost no limits to what you can build with Vega, but it does require a little technical understanding of the grammars and you need to edit JSON declarations. There are some good tutorials though and the dividends are huge if you master it. For example, this is simply out of reach for most charting tools -

Hi Carol and welcome to the community.
By the looks of your charts, you are obviously skilled in creating good visuals. Unfortunately, the Chart Block has some limitations, mostly regarding simple nuances like sorting and colour control.
I’m not sure that you can’t achieve your objectives with it, but long ago I sorta gave up on the Chart Block and decided to use the new Vega-Lite Block which is in beta, but you can get access to it with a single click.
There are almost no limits to what you can build with Vega, but it does require a little technical understanding of the grammars and you need to edit JSON declarations. There are some good tutorials though and the dividends are huge if you master it. For example, this is simply out of reach for most charting tools -

Hi Bill,
Thank you for your welcome and for your time and energy on my question, and the feedback that I’ll need to look elsewhere – such as Vega-Lite – for controlling order and colour for consistency across multiple charts.
I’ll download and have a good “play” with it :grinning_face_with_smiling_eyes: Your waterfall chart would be out of reach for most charting tools.
cheers
Carol
Hi Bill,
Thank you for your welcome and for your time and energy on my question, and the feedback that I’ll need to look elsewhere – such as Vega-Lite – for controlling order and colour for consistency across multiple charts.
I’ll download and have a good “play” with it :grinning_face_with_smiling_eyes: Your waterfall chart would be out of reach for most charting tools.
cheers
Carol
To be clear, you don’t need to download anything or really learn a whole lot to get some traction with the Vega-Lite block. You simply install it into your Airtable account with a single click and then start to use it like any other plugin component (i,.e., “app”) in Airtable.
And the Vega-Lite block will generate a basic grammar for you to select tables and fields, so you can get a feel for it right away. It’s all the little nuances of shape, form, and style that will require more learning. But as you can see from this thread, there’s a way to do almost any type of refined rendering.
One of the biggest advantages of Vega-Lite is extensibility. If you invest in developing charts using Vega grammars, and you need to apply the same or similar renderings in other places - like a website, or a portal, or another Airtable block, the JSON code is transportable without modification.


And here’s an example where I use Vega-Lite as an overlay of COVID death rates in a custom mapping app. This is made possible by building your own custom apps with the Airtable Blocks SDK. The Vega grammar used to create the overlay was initially developed by my client as a Vega block - we simply copied it into the custom app and added an opacity level.

Hi Carol,
Your graphs look amazing!! What extension are you using? I am trying to replicate the stacked line graph for my business dashboard in the interface, but I can't seem to figure out how to create a stacked line graph. Is your field a single select field?
Thank you