I have embeded the report to my web-app and I need to have some interactions base on where the user clicks in a stacked Column chart. For which I'd like to know where the user clicks i.e. for which y axis legend, and x-axis legend. I read that the dataSelected event return a list of identites which has the data i'm looking for but I'm not sure if this the right way to fetch this data.
Is there any straigtforward approach to pull in this data?
dataPoints: (Array of data points) each point has: 1) **identity** array 2) **values** array (In Progress)
Also, I'm not sure what data point mean exactly since there is a list of them. Could you point me to some references online?