We currently have two controls that fulfill this need – the NumberRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#numberrangefilter>and the ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>. It seems like you want the NumberRangeFilter UI with the ChartRangeFilter's capability to filter dates. Unfortunately this isn't possible, so for now the ChartRangeFilter is your best option.
- Sergey On Tue, Apr 2, 2013 at 8:56 AM, Piyush Lanjewar <[email protected]>wrote: > I want to scale x-axis using slider. > But on x-axis there are entities with DATE data type. > How can use ControlWrapper to acheive this function. > on y-axis I have AccountBalance values. > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
