Hi Dear Community,
I have a problem with the chart maker extension. I would like to make a line graph from calculated number. But I haven’t any idea how I can perform that graph.
Hi Dear Community,
I have a problem with the chart maker extension. I would like to make a line graph from calculated number. But I haven’t any idea how I can perform that graph.
Hi @Zoltan_Furko,
It’s been a while since I’ve used this extension, but I’m pretty sure you need to pass a list of values for the data points and another list of values for the labels.
What sort of app are you trying to build?
Hi,
I would like to make an app in which I can create a graph from calculated numbers. For example: x coordinates: 1, 2, 3, 4,… ; y coordinates: 2, 3, 4, 5,… (the equation: y=x+1). And I would like to graph these pairs of data.
Thank you,