# Radial Chart Config

**URL:** https://community.glideapps.com/t/radial-chart-config/71260
**Category:** Ask for Help
**Created:** [February 28, 2024, 4:02pm UTC](https://community.glideapps.com/t/radial-chart-config/71260 "2024-02-28T16:02:12Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 29, 2024, 2:09pm UTC](https://community.glideapps.com/t/radial-chart-config/71260/4 "2024-02-29T14:09:09Z")

</div>

Well, not easily. I assume you allow the user to add new mixes or change existing ones, so this is not a static list and it can change. You would have to change your app flow where you allow a user add a row to the mixology table. Then you allow them to separately add each item to the recipe table with separate form submissions. So it would be several screens to add one mix.

To be honest, the built in charts aren’t very flexible and usually rely on data being in rows instead of columns. If you wanted to keep all of your recipe items in the same row, then I’d probably suggest an external chart service such a Quickchart. There are several posts in the forum explaining how many of us use quickchart. Essentially what you do is create a template column or a construct url column to build a quickchart url, which would contain the data from the other columns in the same row. This url can be used in an image component to display a chart as an image.

> [@heart\_eyes Quickchart.io: the Cloudinary of Charts —on the fly charts!](https://community.glideapps.com/t/quickchart-io-the-cloudinary-of-charts-on-the-fly-charts/15946):
>
> GAME CHANGER! Stumbled upon this site today—a way to create on the fly charts using data from your Glide tables. Images render instantly and you can select one of 14 different charts, customize colors, styles etc all through URL parameters! The video below shows my first attempt to create a chart from scratch and implement it in Glide. Took me less than 5 minutes. End result: [Direct Loom link](https://www.loom.com/share/8a4a2fffcef946a288b5ad53560bc469?sid=9b1e0895-9489-43bb-bab6-97a6e6de45c4)

---

_[View the full topic](https://community.glideapps.com/t/radial-chart-config/71260)._
