Is there a way to set a numerical value for completing the donut? I want to be able to have the total amount set to the goal and the amount shaded to show how complete it is, e.g. if the goal is 10000 steps and you have 8000 steps completed, you should see 80% of the donut shaded to one color and the remaining in a different color. Additionally, I also want the color of the donut to change if the goal is met or exceeded. I currently have an Entity [Steps] with the attributes [Amount] and [Goal]. Is this possible and if so, how should I proceed?
↧