You should be able to make something work. Create a dashboard with the control and one of the pie charts, including an event listener for the control's 'statechange' event. In the event listener, you can filter the rows from DataTable for the second pie chart into a DataView and use the view to draw the second pie chart.
On Monday, March 26, 2012 11:43:51 AM UTC-4, it-works! wrote: > > Hi, > > I'm trying to establish the following: > > working with the full dashboard: > > http://code.google.com/apis/ajax/playground/?type=visualization#full_dashboard > > > I would like to create a second pieChart that has it's own dataTable, if > possible... yet, use one slider for both... (both dataTables will have > similar columns) > > I would like to keep the data separate and avoid joining the tables if I > can... > > Thanks in advance!! :) > > > -- 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/-/1xDgT_mFmAIJ. 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.
