Thanks, I think I see how that will work for me. Documenting it here in case it's of use to others.
The code in the link you gave me returns the variables row and column. I can use those to extract what I need from my data table. The month is in array cc[row][0), and the type (Scheduled or Actual) is in array If[column]['label']. Or maybe there are API calls I can use to avoid delving so deeply into the data table? On Saturday, September 7, 2019 at 6:13:03 PM UTC-7, Peter Haworth wrote: > > I have a column chart with two data series (Scheduled and Actual) with > months along the x axis. When a bar is clicked, I need to find the month > and data series the clicked bar belongs to, e.g. Scheduled and May. This > is to generate a report of the detail making up the bar. How can I do that? > -- 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/f9ceca35-8aeb-4ec1-b79d-d55339f9ac7a%40googlegroups.com.
