This is nice but it has a small bug in that it doesn't max out when you add 
more entries than the rows in the table. 

I know how busy you must be but it would be great to see some enhancements 
in terms of the menu of control options and styles. If you look at what is 
commonly done in D3 and other visualisation APIs, the Google controls & 
dashboards are showing their age. 

Regards,
Nick 

On Wednesday, October 28, 2015 at 7:59:33 PM UTC, Sergey wrote:
>
> Hi Rajaraman,
>
> You can certainly create a custom control, but it's not trivial, and we 
> don't have any documentation for doing it. To help, I created a jsfiddle 
> that shows a simple custom control <http://jsfiddle.net/503yg82j/>. This 
> control is a simple textbox where you enter a comma-delimited set of rows, 
> and it will filter to those rows.
>
> On Wed, Oct 28, 2015 at 3:08 PM Rajaraman Soundararajan <
> [email protected] <javascript:>> wrote:
>
>> 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 [email protected] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> 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
>>  
>> <https://groups.google.com/d/msgid/google-visualization-api/2792d682-a1f9-4f08-b5f1-6c734060729c%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
>
> *[image: unnamed.gif] *
> *Sergey Grabkovsky* | SWE  | [email protected]
>

-- 
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 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/c202703b-d2dd-4390-8941-b8413998cee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to