Show the same variable on a label, a slider and a chart at the same time.
This tutorial is part of the Nairda learning path. You can build it step by step inside the app, which checks every block you place before letting you move on.
The steps
- We add a While loop, which repeats forever.
- We create a number variable called value.
- On the dashboard we draw a label.
- We change the label text to value.
- We add a slider to the dashboard.
- And we add a chart to the dashboard.
- We drag the variable value onto the label.
- We drag it onto the slider too, so it can be moved by hand.
- And onto the chart, which draws how it changes.
When you finish, the app takes you straight to the next tutorial in the path.