I have an embedded report with multiple charts. It's possible to select multiple data points accros multiple charts using Ctrl+click. I would like to catch such multiple data selected events using the javascript SDK. When adding an event listener "dataSelected" I can just catch the latest data selected event, not the multiple data selected events. I can catch multiple data selected events in one single chart but not accros multiple charts. Is there a way to do it ?
↧