tmtron commented on issue #15775:
URL: https://github.com/apache/echarts/issues/15775#issuecomment-996518051


   > I'm not sure but it seems the 
[datazoom](https://echarts.apache.org/en/api.html#events.datazoom) event 
already did this work.
   
   @pissang Not sure what you mean. This is what this bug-report is all about. 
The dataZoom click event does not work:
   ```typescript
   chart.on('click', 'dataZoom', function () {...});
   ```
   In this example the callback function will not be executed when you click on 
the data-zoom-slider.  
   You can test it in the reproduction link: 
https://jsfiddle.net/tmtron/9y0xtqs7/11/  
   * click events on the axis-labels or data-samples work: see console output
   * but a click on the data-slider component does not work (and there is no 
`triggerEvent` property for the zoom-slider)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to