Hi!
I'm just curious how would it be possible to make Qt-application react on clicks on the chart items?
I.e. when I have a bar chart then I would like to intercept a click on bar's segment in my host Qt application, in order to obtain clicked bar's data (i.e. index and segment where the click has occurred).
There is submitEvent() function in Chart.qml, but how to use it from Qt code?
Thanks!