And in the case of an OrgChart, IIRC, you don't get a column reference, since each node represents an entire row of data, not any specific column(s).
On Tuesday, January 21, 2014 9:50:40 AM UTC-5, Sergey wrote: > > You need to call chart.getSelection() to get the chart's selection. That > will return to you an array of objects, each with a row and column > attribute. > > - Sergey > > > On Tue, Jan 21, 2014 at 9:33 AM, Lewis LaCook > <[email protected]<javascript:> > > wrote: > >> I'm using an org chart in my project, in which the user can define the >> cells by filling in and submitting lightboxed forms. My primary difficulty >> with the API right now is in editing a node; I can't seem to figure out how >> to get the selected column in the select event. Ran across the >> getColumnIndex method, but no matter what I do, it returns -1. Any help >> would be appreciated. >> >> -- >> 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]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> 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.
