I have a series of buttons that when clicked each pass a separate chart to the same function that redraws the chart in a jQuery UI dialog window where it is much larger and can be easily printed (via a separate function). Some of my data does not easily fit into these charts and is better displayed through dashboards which I generate dynamically using a function similar to the filter chart function shown in my jsFiddle<http://jsfiddle.net/mstewart/hdwBN/>. I've mastered the art of redrawing a simple chart (see zoomChart function at the bottom of my fiddle). How can I do the same thing with my dashboards? (Redraw them larger). I would like the functionality to be maintained so that the chart filtered multiple ways could be rapidly printed and complex data can be retrieved in the larger display. I see the Dashboard object but don't see a way to easily alter some of the properties like I can with the drawChart method. I have been looking around and came across this<https://groups.google.com/forum/?fromgroups=#!searchin/google-visualization-api/redraw$20dashboard/google-visualization-api/lSpi6FVcg-s/kRiuVMX46X4J>post, which sounded promising but doesn't seem to have anything to do with dashboards. Do I have to go all the way back to the raw data and reconfigure everything for the new location?
Any help will be greatly appreciated, Michelle -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/ttjT-1Lqd40J. 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.
