javascript - Google Chart Dashboard Control Event Handler -


is possible listen selection event in dashboard control? i've had in documentation can't find controls, charts...

what i'm trying run data.group function dependent on category picker selection , update table chart resultant dataset.

any appreciated! thanks

you use "statechange" event trigger actions when user interacts control.

google.visualization.events.addlistener(control, 'statechange', function () {     var state = control.getstate();     // state }); 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -