Control Wrapper - Drop Down List

10 views
Skip to first unread message

josep...@gmail.com

unread,
Feb 20, 2016, 8:00:43 PM2/20/16
to Google Visualization API
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 ?

Reply all
Reply to author
Forward
0 new messages