Oh, then I understand =) Thanx again for all your help =)
By the way, I dont know if you noticed... The "dataTable: data" is not
explicitly written in the API for ControlWrapper (in the example you posted
earlier).
https://developers.google.com/chart/interactive/docs/gallery/controls#controlwrapperobject
// Define a slider control for the Age column.
var slider = new google.visualization.ControlWrapper({
controlType: 'NumberRangeFilter',
containerId: 'control1',
dataTable: data,
options: {
filterColumnLabel: 'Age',
ui: {
labelStacking: 'vertical'
}
}
});
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/grO10O_HAM8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.