How to Create a Pie Chart to Track Progress of KPI?

I am working on building an app to track company wide KPIs. My goal is to use a donut chart to track the progress of the KPI to see what % is achieved of the goal. I was able to create the donut chart in the Plotly JSON tool, but haven't been able to figure out how to make the KPI as the max value of the chart to show the current progress vs that value.

Appreciate any help with this. Thanks!

hi @lwinter Welcome to the community :slight_smile:

in terms of calculating this % you could perform some simple calculations inline, or in a transformer in your application. I'm not entirely sure what your data looks like, but it sounds like its a simple calc for the percent of a total.

LMK if you are able to figure it out or provide more detail!

Joey