We’re building a React app along with ChartFactor and I’m trying to subsscribe to the datazoom event of a bars visualization in one component in order to update a window by showing the first and last item of the selected range. It works well when I’m try with a simple bars in a standalone html page, but not in the application. It just doesn’t seems to be listening the event, could it be that maybe is loosing the event?
The subscription is simply done with: bars.on('datazoom', updateEdgesWindow)