simple is in it? but i could not find any sample code that shows the values field usage.
my datatable column can have 3 numbers only 0,1,2
my category filter need to display instead of these 3 numbers text instead like 0-Good,1-Bad,2-Fatal
how is my values field should look like?
many thanks in advance;
can someone drop an example code
var types_slider = new google.visualization.ControlWrapper({
'controlType': 'CategoryFilter',
'containerId': 'types_control',
'options': {
'filterColumnLabel': 'Type',
'values': ????????????????????????????????????????????????
'ui': {
'caption': 'All',
'labelStacking': 'horizontal',
'allowTyping': false,
'allowMultiple': false
}
}
});