Hi, 

There is a class google.visualization.ControlWrapper 
<https://developers.google.com/chart/interactive/docs/gallery/controls#controlwrapperobject>
 that 
defines a container for controls in the dashboard

var donutRangeSlider = new google.visualization.ControlWrapper({
          'controlType': 'NumberRangeFilter',
          'containerId': 'filter_div',
          'options': {
            'filterColumnLabel': 'Donuts eaten'
          }

        }); 

The controlType seems to be limited CategoryFilter, NumberRangeFilter. What 
if I want to replace  the filters with a custom jQuery control, instead of 
sliders, dropdown, textbox. 

https://developers.google.com/chart/interactive/docs/gallery/controls

Thanks
Rajaraman S

-- 
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 http://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/2792d682-a1f9-4f08-b5f1-6c734060729c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to