Hello, i'm triying to make a visualization that take 3 numbers from fileds in my index ej:
total_amount : "500"
approved_amount: "400"
rejected_amount: "100"
i want to know if is possible to make one visualization where the "total_amount" will be the top range of the chart and "approved_amount", "rejected_amount" will distribute accordingly in a percentaje or something.
I was trying with the pie and bar charts but i don't know if its possible or i'm just clueless.

