I don't think you can, as the Visualization API cancels event propagation when you have an visualization event listener in place (I'm pretty sure the expand/collapse events count), which blocks the right-click from reaching your link.
On Thursday, September 12, 2013 3:28:53 PM UTC-4, David wrote: > > Hello, > > I am working with an orgchart that links a person's name in a node to a > page with more information about them. I am using a select event handler > to expand and collapse nodes, but I would also like to allow users to > right-click the node/name and open the link in a new tab using the > browser's context menu. Right now, I can only reliably do this on nodes > that do not expand as a right-click triggers the select event. Is there a > good way to implement this functionality? > > Thanks! > David > > -- 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.
