We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updateAxisPointer is a very useful event to listen where item is hovered by mouse.
updateAxisPointer
echarts_instance.on('updateAxisPointer', e => console.log(e)) works but never be mentioned in the doc.
echarts_instance.on('updateAxisPointer', e => console.log(e))
please add it
thaks 🍵
event object
{ "type": "updateaxispointer", "seriesIndex": 0, "dataIndexInside": 37, "dataIndex": 336, "axesInfo": [ { "axisDim": "x", "axisIndex": 0, "value": 336 }, { "axisDim": "y", "axisIndex": 0, "value": 5188.092254685122 }, { "axisDim": "x", "axisIndex": 1, "value": 336 } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
updateAxisPointer
is a very useful event to listen where item is hovered by mouse.echarts_instance.on('updateAxisPointer', e => console.log(e))
works but never be mentioned in the doc.please add it
thaks 🍵
The text was updated successfully, but these errors were encountered: