Is there any way to Unbinding ControlTypes on Fly.

22 views
Skip to first unread message

Naresh Kumar Sanda

unread,
Oct 18, 2016, 3:01:03 AM10/18/16
to Google Visualization API
Hello Team,

This is how my binding looks like .

 var dashboard = new google.visualization.Dashboard(document.getElementById('dashboard')).
            // Establish bindings, declaring the both the slider and the category
            // picker will drive both charts.
            bind([slider, categoryPicker, stringFilter], [pie, table], [stringFilter, table]).
            // Draw the entire dashboard.
            draw(data);
 }

is there any possibilty to unbind the controlTypes whenevor needed,Rather building the binding appropreately.On the fly how can I do that unbinding.



Regards,
Naresh

Daniel LaLiberte

unread,
Oct 18, 2016, 11:05:13 AM10/18/16
to Google Visualization API
Hi Naresh,

Sorry, there is no way currently to unbind the components of a Dashboard.  You have to start over and build up new bindings.

--
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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/7a2c3841-6938-4298-8ec3-c9b844dde582%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Naresh Kumar Sanda

unread,
Oct 24, 2016, 10:40:02 AM10/24/16
to Google Visualization API
Reply all
Reply to author
Forward
0 new messages