Festive greetings.
Was hoping someone knew how to create a line chart using data entered in the textinput boxes directly in the app (no external data sources). I was thinking the below, but this only creates 1 series in the chart, I need multiple. Any ideas?
Table({Value:TextInput1.Text, Label: "Category1"},{Value:TextInput2.Text, Label: "Category2"})
Essentially I need a line chart to show below with year as the x axis and sales on the y axis - with 2 lines for each machine
| Machine 1 | Machine 2 | Year |
| 350 | 520 | 2016 |
| 100 | 200 | 2017 |