4

I'm trying to create an app with Google app inventor which can plot a graph from a database - for example: x,y values that the app will get.

Does anyone know how to do it?

During my search for some info I saw below image from this webpage, and if you look closely you'll see on the top (right corner) the options: "plot chart" and "output chart", but I don't actually find these options in the app inventor menu.

enter image description here

zx8754
  • 52,746
  • 12
  • 114
  • 209
Or.
  • 41
  • 1
  • 3

1 Answers1

5

Yes, you can do it indirectly by creating an Image component, then setting its Picture property to a URL for a Google Chart.

Blocks Editor view

Designer View

Ellen Spertus
  • 6,576
  • 9
  • 50
  • 101