You need to chain your filters together in the bind calls, eg: dashboard.bind([filter1], [filter2]); dashboard.bind([filter2], [filter3]); dashboard.bind([filter3], [table]);
On Thursday, June 12, 2014 9:27:13 AM UTC-4, bob3321 wrote: > > Hello everyone, > I have a table chart with three category filter connect by a dashboard. > Each category filter is connected to a column of the table. > I wish that when I select an item from the filter, and then update the > table, also update automatically other category filter > Is it possible? > > thanks > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
