Is it possibile to implement this solution from within google apps script? I've modified my data so that it now looks like
[Date, Submitted,Opened,In Work; 5/5/2013,20,40,10;] etc.. *There aren't any controls in the API for adding or removing columns, but > you can build your own. Attaching event handlers to HTML checkboxes is > probably the most common way to do this. If you like the look of the > CategoryFilters, though, I came up with a pretty decent hack to make them > work on columns:http://jsfiddle.net/asgallant/WaUu2/ * On Wednesday, July 10, 2013 11:11:17 PM UTC-7, Ryan wrote: > > I was trying to avoid moving outside of apps scripts but regardless I > appreciate your evaluation. > > On Wednesday, July 10, 2013 3:52:11 PM UTC-7, asgallant wrote: >> >> I skimmed over the Apps Script wrapper for the Visualization API, and I >> don't think it is sufficiently flexible to do what you want. It is >> certainly possible to do in the native javascript environment (it would >> just require a bit of custom coding), if you can make the switch from Apps >> Script to javascript. >> >> On Wednesday, July 10, 2013 11:53:10 AM UTC-4, Ryan wrote: >>> >>> attached demo spreadsheet to demonstrate functionality I am trying to >>> recreate >> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
