I'm creating a custom gadget that I will use in a blog to display charts. I'd like to add the toolbar at the bottom so that my readers can get the csv or html or script to embed in their own blogs.
The problem is that I don't want to put the key to the spreadsheet in the XML because I want to use the same gadget to create visualizations for several spreadsheets. GadgetHelper's createQueryFromPrefs does a great job of letting me do the spreadsheet query without hard-coding the key, but obviously it must be able to get the key somehow so it can get the data table. Wouldn't it be easy to add a method to GadgetHelper to return the spreadsheet query key, which could then be used in the toolbar to enable the toolbar functions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
