I have another question actually,
I noticed the page for org chart mentions a section for events, is
there an easier way to use them than using this method of embedding it
in the datatable? [{v:'Alice',f:'<div onmouseover = "showMap()";>Alice
</div>'}, 'Jim', '', 'testing'], // row 2
Is the proper way of using the events for this API?
A side question, if I wanted to pass the element ID that the event is
called from using DOM, how would I go about doing that? do I just use
document.thisid or something similar? I want the event to reference
where it was called from.
Thanks,
Chris