You can do this with a dashboard (if necessary) by creating a "null control", simply a control which you will not display, then hide it using CSS in the HTML. It's quite useful if you're generating charts from sources of arbitrary length and need to cut down on code cloning.
On Tuesday, 3 January 2012 14:34:52 UTC-5, asgallant wrote: > > You can do that, but not in the context of a Dashboard (at least, not > insofar as I am aware). You can specify the data source for each chart in > the ChartWrapper declaration, and then call the #draw() method of each > wrapper individually. -- 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/-/h5qvI9DTzFwJ. 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.
