What you do depends on whether you want a dashboard (as in the generic term for a group of related charts) or a Dashboard (as in the Visualization API object that handles binding charts and controls together). In the former case, you can do something like this: http://jsfiddle.net/asgallant/Xfx3h/, in the latter, something like this: http://jsfiddle.net/asgallant/Kuyr6/
The latter example is far more complicated than necessary to demonstrate the point, but it happens to be something I'm currently working on as a side project. On Tuesday, October 23, 2012 12:24:43 AM UTC-4, taps wrote: > > Only one chart is being displayed.. Can you provide a sample code? > > On Monday, 22 October 2012 20:08:42 UTC+5:30, asgallant wrote: >> >> That is doable. What are you having trouble with? >> >> On Monday, October 22, 2012 2:40:59 AM UTC-4, taps wrote: >>> >>> I have created bubble charts and saved it using the parameters and when >>> user click on show I am displaying the chart by search with name. >>> Now, I want to create a dashboard that displays three most recent bubble >>> charts on the page. I want to display bubble charts only. Or Is there any >>> other way to display charts like dashboard.? So, how can I code for it?Pls >>> can anyone help? Its urgent. >>> >> -- 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/-/4YdEWsRLIEMJ. 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.
