Plotting charts with google app inventor

Or. picture Or. · May 2, 2011 · Viewed 8.8k times · Source

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

Answer

Ellen Spertus picture Ellen Spertus · Jun 1, 2011

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