# How to use the "Radial chart" component?

**URL:** https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573
**Category:** Ask for Help
**Created:** [December 13, 2024, 11:43am UTC](https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573 "2024-12-13T11:43:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![HIGOR\_GUSTAVO\_DA\_SIL](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/higor_gustavo_da_sil/32/79704_2.png) [@HIGOR\_GUSTAVO\_DA\_SIL](https://community.glideapps.com/u/HIGOR_GUSTAVO_DA_SIL)
#### Post date: [December 13, 2024, 11:43am UTC](https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573/1 "2024-12-13T11:43:37Z")

</div>

I’ve already tried several different numerical columns, but the graph always stays at 100% regardless of the values ​​I enter. What should I do?

---

<div class="post-metadata">

### Author: ![Baswesten](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baswesten/32/75708_2.png) [@Baswesten](https://community.glideapps.com/u/Baswesten)
#### Post date: [December 13, 2024, 11:55am UTC](https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573/2 "2024-12-13T11:55:55Z")

</div>

Can you share a screenshot of your current content? Most likely, you’re trying to visualize only 1 label value, so it’ll always display 100%.

---

<div class="post-metadata">

### Author: ![HIGOR\_GUSTAVO\_DA\_SIL](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/higor_gustavo_da_sil/32/79704_2.png) [@HIGOR\_GUSTAVO\_DA\_SIL](https://community.glideapps.com/u/HIGOR_GUSTAVO_DA_SIL)
#### Post date: [December 13, 2024, 12:41pm UTC](https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573/3 "2024-12-13T12:41:07Z")

</div>

I can yes

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/1/9131be9f55f7b9e1061af1fec83a83bca8fbe316.jpeg)

---

<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: [December 13, 2024, 4:48pm UTC](https://community.glideapps.com/t/how-to-use-the-radial-chart-component/78573/5 "2024-12-13T16:48:56Z")

</div>

A radial chart is always going to add up to 100%. You are showing one unique item and that’s 100% of all items being shown. If you were expecting the chart to show 2 values…one for 41 and another for 59, then you would need a second row with that 59. Yes, it’s probably possible to set that up, but a lot of extra work just to show progress, which isn’t the intended use of a radial chart.

I think what you might be looking for is a type of progress bar instead. Glide does have a progress bar component, but it’s not a circle like the radial chart.

Instead you have a couple of options. One is to use a third party service like quickchart to generate an image, much like how I use it in one of my apps.

 ![1000003952](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/c/4c4801c6b0f122127e1dea6d2a439574228ccb44.png)

The other option is to create a custom component to look and work the way you want based on your data.
