You are close, but missing a couple things.  You'll want to do something
like control.getState().selectedValues[0].range.start and .end.

On Mon, Jan 5, 2015 at 2:45 AM, Kallol Das <[email protected]> wrote:

> Hi Daniel,
>
> Sorry for the late response.
> Wish You a very Happy New Year :)
>
> I have implemented other listeners and they are working perfectly fine.
> But, in case of ChartRangeFilter, I have no idea how to fetch
> startDate/endDate from the control.getState().selectedValues[0]
>
> Here is the code snippet for reference:
> google.visualization.events.addListener(control, 'statechange',
> function() {
>       var state = control.getState();
>
>  
> makeAjaxCall(state.selectedValues[0].startDate,state.selectedValues[0].endDate);
> });
> Thanks in advance.
> --Kallol
>
> On Wednesday, December 24, 2014 6:57:35 PM UTC+5:30, Kallol Das wrote:
>
>> Hi All,
>>
>> I am developing a dashboard application where I need to create a grand
>> timeline which can drill down to week level from year...month...etc.
>> Also, there is a bar chart which contains separate data set. This bar
>> chart needs to respond as per changes happening in the time line.
>> Any suggestion is welcome.....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/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
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/d/optout.

Reply via email to