Riccardo,
Is there any way to change a css property of a ControlWrapper through Javascript?
I know how to do it with css but I want to know if there is a way to change the control width depending on device/browser width.
I mean something like this:
document.getElementsByClassName('google-visualization-controls-rangefilter .google-visualization-controls-slider-horizontal').style.width = "100%";
and if there is a way... where can I write it? After or before drawing the Dashboard?
I would really be grateful if you could tell me how to do it.