Can I use one "Control Slider" to control two PieCharts that have separate dataTables?

27 views
Skip to first unread message

it-works!

unread,
Mar 26, 2012, 11:43:51 AM3/26/12
to google-visua...@googlegroups.com
Hi,

I'm trying to establish the following: 

working with the 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!! :)


asgallant

unread,
Mar 26, 2012, 1:01:49 PM3/26/12
to google-visua...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages