Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

'updateAxisPointer' event is missing in the doc #230

Open
SanLeen opened this issue Mar 18, 2022 · 0 comments
Open

'updateAxisPointer' event is missing in the doc #230

SanLeen opened this issue Mar 18, 2022 · 0 comments

Comments

@SanLeen
Copy link

SanLeen commented Mar 18, 2022

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 馃嵉

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
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant