On Sun, Feb 1, 2015 at 4:00 PM, Shailendra Singh <[email protected]> wrote:
> This might be a question out of track. Somehow i figured out how to store > multiple values in NDB i.e. using repeated properties. Now my next step is > to create google chart. Can some one guide me for the same. I hadn't found > much tutorials for google Chart + NDB . Google charts have google docs but > their queries and functions are only for some of the data stores like > google spreadsheet, fusion table etc. How can i used NDB queries to get > data which is compatible for google chart. Any lead will be helpful. > The exact process depends on your use case, but for the simplest case you would retrieve the entity you need, retrieve all of the repeated properties <http://stackoverflow.com/questions/19829675/how-to-access-all-repeated-structured-properties-in-gae-ndb-python>, then print out those values as part of a web page similar to this code: https://developers.google.com/chart/interactive/docs/examples#table_example Did you want to make the data available as part of an API (since Google Charts can load in JSON data) or write it directly into a web page? ----------------- -Vinny P Technology & Media Consultant Chicago, IL -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALDhpDgJ4JFfjiMk6Pb-pKo2-A73tXm0aZrViVxG8T77Mw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
