I have a date slider:
var dateSlider = new google.visualization.ControlWrapper({
'controlType': 'DateRangeFilter',
'containerId': 'marketingChartControl',
'options': {
'filterColumnLabel': 'Date',
}
});
However my date rate is rather large, about 3 years, so I would like to
increase the width of the slider so that it is easier to use.
I tried to adding
'width': '300px'
under the options object but it only caused the two thumbs to be placed
incorrectly.
I also tried altering the CSS with:
.google-visualization-controls-slider-horizontal {
width: 300px;
}
but that didn't work either.
Is there actually any way to do this as I have had a look through the
documentation and didn't see anything?
Many Thanks,
Ryan
--
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 post to this group, send email to [email protected].
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/dd2afb63-b21f-4553-850f-79523fab1926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.