Hi, 

I'm setting the highThumbAtMaximum property of 'state' to true, however, it 
is not behaving as expected and the user can still move around the higher 
thumbs.  Any ideas what I'm doing wrong?  Here is my filter:

var today = new Date();

var minDate = new Date();
minDate.setDate(minDate.getDate() - 60);

var dateFilter = new google.visualization.ControlWrapper({
controlType: 'DateRangeFilter',
containerId: 'filter_div',
options: {
filterColumnLabel:'Date',
minValue: minDate, 
maxValue: today,
},
state: {lowValue: minDate, highThumbAtMaximum: true}
});


Thanks,
Nav Dena

-- 
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+unsubscr...@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/cfc33450-759e-4b57-9d15-64e7519b0ad9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to