Hi,

I am new to Google Charts. I have been using control wrapper function to 
filter data. I have been using the following function.

programmaticSlider = new google.visualization.ControlWrapper({
          'controlType': 'NumberRangeFilter',
 'containerId': 'programmatic_control_div',
          'options': {
            'filterColumnLabel': 'Year',
            'ui': {'labelStacking': 'vertical'}
          }
        });

But I would like to replace the slider with a drop-down list based on the 
values of a column. Could someone please help me with this ?

-- 
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/d2e880ad-9be8-418a-acba-62b50d4b121c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to