Ok. But, what about left click option (also known as "select" event) which
is currently available in case of line/bar charts but not for Motion
charts. Pls. refer below code as an example:
google.visualization.events.addListener(chart, 'select', function() {
location.href = 'http://www.google.com';
});
Is there a way to redirect to a URL by clicking/selecting a bubble and
passing its value too. Thank you.
On Fri, Jul 5, 2013 at 11:38 PM, asgallant <[email protected]>wrote:
> Google cancels the propagation of right-click events in almost all
> visualizations, so you cannot capture them, sorry.
>
>
> On Friday, July 5, 2013 1:09:04 PM UTC-4, Himanshu Jain wrote:
>>
>> Hello Everyone,
>>
>> I have been working on Motion charts and looking if I can have *right
>> click *or something like *onclick *method to the elements within a
>> Google Visualization *Motion *chart? For example, if a user clicks on
>> point within the chart, then I can redirect the user to a page with more
>> details. I've gone all through the documentation and can't find an example
>> of how to do this.
>>
>> Though, there is a "*select*" event available in case of "*line charts*"
>> that works as per my expectation, but that isn't working in case of Motion
>> charts. Any suggestions please. Thank you.
>>
>> Regards,
>> Himanshu.
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/NgXzGOzVcHY/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
>
>
>
--
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.