I want to create a table that shows aggregate values like the one below, 
where each numeric cell can be clicked on to show a list of the 
contributing source records. To do this, I plan to use the row and column 
indices from the selection to get the row and column attributes to select 
the appropriate source records.

Unfortunately, I don't seem to be able to get the column using the approach 
shown in the API documentation (Handling Events 
<https://developers.google.com/chart/interactive/docs/events> > The select 
event) and the row isn't always accessible either. Here is a recording of 
my interaction with the documentation example. 
<https://accruent.zoom.us/rec/share/BTomnPARQawUrFDfDc245hxx0s_MLt-iFhgIRUXXBHE0JkftsHGY55-eDtEpSEA3.6D0X9zm9ArA9zUeT?startTime=1608269308000>
In this recording, you will see the following:

   - Clicking on a cell in the first column displays the "You selected 
   nothing" message, which suggests the getSelection method is returning null 
   for both row and column.
   - Clicking on a cell in the second column displays the message that 
   identifies the selected row, but not the column, which suggests the 
   getSelection method is returning null for the column.

This is a critical piece for my current project, so I would greatly 
appreciate any direction or alternate solution anyone can provide.

Thanks in advance,
Jamie

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/e9eaff8e-1dff-42ac-86b9-0c4e0b6585f6n%40googlegroups.com.

Reply via email to