Interesting; adding minValue and maxValue changes the behavior (but still
not what you're looking for):
var control = new google.visualization.ControlWrapper({
'controlType': 'NumberRangeFilter',
'containerId': 'numberRangeFilter_control_div',
'options': {
'minValue': 1.0,
'maxValue': 10.0,
'filterColumnIndex': 1,
'ui': {
'showRangeValues':true,
'step': 0.1
}
}
});
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/c7b004ae-897d-45fa-bfd3-6e0c3cfd159a%40googlegroups.com.