Using a doughnut chart to represent a percentage

I’m using Bubble’s chart element plugin.

I’m displaying the % of an employees time that is allocated to a given role (e.g., 40%) and want to show a doughnut chart next the label that is only a partially enclosed ring. (Like an unclosed ring on an apple watch fitness app). I’m doing this in a repeating group where each row shows an employees role.

If I constrain the data to only the role represented in that cell (e.g., 40%), I’m still getting fully enclosed rings. Any ideas?

1 Like

Pie/Donut chart are not “radial / range” bar chart. Your issue is related to the fact that you only have one group. A do Pie chart always represent 100% of the data and each part are a % of the whole data set. So maybe you can create manually two group one that is the 40% and one that will represent the remaining part (60%)
There’s a few plugin that can help you. I’ve created this one that was made for this: https://bubble.io/plugin/apex-radial-bar--gauge-1564773909623x794640812615401500
Also, if you search for progress bar, you will find some that are circular/radial and will fit your needs.