Hello All!
Love this app! I have ZERO coding experience and have managed to build something vaguely resembling an Idea/App, so thanks!
Im a little stuck though. I’m creating an App that takes simple Daily/Weekly tasks and allows a person to toggle them when done, giving them a score. I’d like to create a dashboard where they can see their progression (think 3 ‘tasks’ per day. 21 per week. I’ve completed 7 so i’m 33% the way there) is there a way to show this visually? say in a Pie Chart?
Thanks!
Matt
As you’re new you might not be aware that before creating a topic you should search the forum.
Search for pie chart and read the topics, you will likely find a solution.
thanks for the reply, I had a read but to be honest, It was a little too complicated for my understanding currently.
Nevermind, I’ll keep trying
Hey @muzowebcreative0 ,
Maybe this progress bar would be a good fit for your use case?
Tutorial and remix link here:
Overview
At the end of this tutorial you will be able to create a custom progress bar for your apps, just like the thin yellow bar that you can see scrolling across the bottom of the screen here.
[progress_bar]
Remix this app
If you want jump straight in and get a copy of this project yourself then just click on this remix link
1. Increment and Show Percent
For this example the CounterLabel.Text starts at 0 and increases with each button press.
To set the width of the ProgressLab…
1 Like
that looks fantastic, i’ll have a play. Thanks!
1 Like
jared
February 19, 2021, 8:57pm
6
I wanted to post this example for those who are making quiz apps or study apps. The ability to see your progress visually is uber important. This is why we have charts in the first place.
seeItLive
incorporating charts in the past has been difficult. Here is an easy example you can fork or use yourself to incorporate a correct/incorrect chart into your app. This is based on the standard celebration chart that is used in the world of Precision Teaching and Applied Behavior Analysis. This allows…
Make beautiful and dynamic chart with C3 following the method outlined here!
2 Likes
@muzowebcreative0 check out Jared’s example above, and also there’s another topic about pie charts here too:
Hi, I want to create a pie chart in my application.
How can this be done?