Thanks for your answer Keith! I looked into other solutions to trigger shadowbox and I got it to work when I placed the following inside the <a>:
onclick="Shadowbox.open(this);return false;" Hope this is helpful to someone else. /Tom On Dec 29, 4:10 pm, KeithB <[email protected]> wrote: > Tom, > > This is likely a javascript / shadowbox-js issue, not a Google > Visualization API issue. The org chart supports HTML and you use that > to specify an HTML link. The ShadowBox.js code mostly likely traverses > the DOM looking for links to "enable" and it has problems finding your > links within the org chart. > > I would look into using the org chart's select event in javascript and > manually open a shadowbox.js object via javascript (this is an > "advanced" usage). > > Good luck, > Keith -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
