I read in the documentation that binding Control to other Control in a dashboard is possible
https://code.google.com/apis/ajax/playground/?type=visualization#dependent_controlsI want to bind two StringFilterControl to a NumberRangeFilterControl. One StringFilterControl to the NumberRangeFilterControls min value and the other to the max value. Is it possible? If so... how do I bind?
dashboard.bind(stringfilterMin, numberrangefilter.lowValue).bind(stringfilterMax, numberrangefilter.highValue);
But this surprisingly didnt work =)
thank you in advance
bassa