# \[Solved\] Pie Chart and some help for a newbie!

**URL:** https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858
**Category:** Questions about Thunkable X
**Tags:** design, data-visualization
**Created:** [February 18, 2021, 10:54pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858 "2021-02-18T22:54:46Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![muzowebcreative0](https://avatars.discourse-cdn.com/v4/letter/m/7cd45c/32.png) [@muzowebcreative0](https://community.thunkable.com/u/muzowebcreative0)
#### Post date: [February 18, 2021, 10:54pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/1 "2021-02-18T22:54:46Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Dean\_Artis](https://avatars.discourse-cdn.com/v4/letter/d/a8b319/32.png) [@Dean\_Artis](https://community.thunkable.com/u/Dean_Artis)
#### Post date: [February 18, 2021, 11:04pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/2 "2021-02-18T23:04:17Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![muzowebcreative0](https://avatars.discourse-cdn.com/v4/letter/m/7cd45c/32.png) [@muzowebcreative0](https://community.thunkable.com/u/muzowebcreative0)
#### Post date: [February 19, 2021, 11:49am UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/3 "2021-02-19T11:49:40Z")

</div>

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

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [February 19, 2021, 12:15pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/4 "2021-02-19T12:15:04Z")

</div>

Hey @muzowebcreative0 ,

Maybe this progress bar would be a good fit for your use case?

> [@muzowebcreative0](#):
>
> think 3 ‘tasks’ per day. 21 per week. I’ve completed 7 so i’m 33% the way there

Tutorial and remix link here:

> [@How to create a progress bar](https://community.thunkable.com/t/how-to-create-a-progress-bar/115625):
>
> 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. recycle Remix this app If you want jump straight in and get a copy of this project yourself then just click on this [remix link](https://x.thunkable.com/copy/7b0ea9fa53caf9bd1c3fe7ec3540a970) 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…

---

<div class="post-metadata">

### Author: ![muzowebcreative0](https://avatars.discourse-cdn.com/v4/letter/m/7cd45c/32.png) [@muzowebcreative0](https://community.thunkable.com/u/muzowebcreative0)
#### Post date: [February 19, 2021, 12:18pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/5 "2021-02-19T12:18:50Z")

</div>

that looks fantastic, i’ll have a play. Thanks!

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [February 19, 2021, 8:57pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/6 "2021-02-19T20:57:54Z")

</div>

> [@\[Tutorial\] Dynamic interactive charts](https://community.thunkable.com/t/how-to-create-charts-using-the-webviewer/563880):
>
> 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!

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [February 20, 2021, 12:47am UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/7 "2021-02-20T00:47:03Z")

</div>

> [@jared](#):
>
> Make beautiful and dynamic chart with C3 following the method outlined here!

@muzowebcreative0 check out Jared’s example above, and also there’s another topic about pie charts here too:

> [@\[Solved\] Is it possible to create a pie chart?](https://community.thunkable.com/t/solved-is-it-possible-to-create-a-pie-chart/192465):
>
> Hi, I want to create a pie chart in my application. How can this be done?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:29pm UTC](https://community.thunkable.com/t/solved-pie-chart-and-some-help-for-a-newbie/1107858/8 "2024-11-08T13:29:19Z")

</div>


