I have a chart
I suscribe to the chart event GraphItemClickEvent
https://docs.jmix.io/1.x/jmix/1.6/charts/events.html#graph-item-click-event
The event contains dataItem of the selected bar,
but I found no way to know exact item (which color) has been clicked.
How can I have the exact item clicked ?
Click on the first bar
Click on the bottom of the second bar
Click on the middle of the second bar
Click on the top of the second bar