MainPri opened a new issue #16690:
URL: https://github.com/apache/echarts/issues/16690
### What problem does this feature solve?
I want to dynamically fill the Echarts data corresponding to the
current time according to the time stamp of the drop point when I drag handle
dynamically
example:
[](https://echarts.apache.org/examples/zh/editor.html?c=line-tooltip-touch&edit=1&reset=1)
### What does the proposed API look like?
Supports listening for drag events in 'xAxis.axisPointer.handle' like:
myChart.on('mousemove','xAxis.axisPointer.handle',function (params){
console.log(params)
})
--
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]