You could hack something together to make this work, but the 
NumberRangeFilter isn't well suited to the task.  I would suggest building 
your own slider (libraries such as jQuery UI have prepackaged sliders you 
can use), and hooking the slide events thrown by the slider to filter your 
data and draw charts based on the filtered data.  Here's an example script 
that uses custom sliders (from jQuery UI): 
http://jsfiddle.net/asgallant/UEqu9/.  The purpose of the sliders in that 
example is completely different than what you are looking for, but it 
should be sufficient to demonstrate how to create and use them.

On Tuesday, July 9, 2013 2:10:26 PM UTC-4, [email protected] wrote:
>
> Hello,
>
> Is there a way to change this slider so that only one number is selected 
> at a time, rather than a range?
>
>
> https://code.google.com/apis/ajax/playground/?type=visualization#numberrangefilter_control
>
> Thanks!
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to