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
折线图通过监听事件chart.on('tooltip:show', (event) => {})回调返回的数据是上个日期,应该是当前选中的日期
chart.on('tooltip:show', (event) => { const { x } = event?.data?.data || {} console.log('tooltip:show x: ', x) })
期望是当前选中的日期,但是回调返回的上个日期
No response
The text was updated successfully, but these errors were encountered:
nice issue.
Sorry, something went wrong.
lxfu1
No branches or pull requests
问题描述
折线图通过监听事件chart.on('tooltip:show', (event) => {})回调返回的数据是上个日期,应该是当前选中的日期
重现链接
重现步骤
预期行为
期望是当前选中的日期,但是回调返回的上个日期
平台
屏幕截图或视频(可选)
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: