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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dc.js migration] tooltip double renders on hover #40532

Closed
Tracked by #37306
JesseSDevaney opened this issue Mar 22, 2024 · 2 comments
Closed
Tracked by #37306

[dc.js migration] tooltip double renders on hover #40532

JesseSDevaney opened this issue Mar 22, 2024 · 2 comments
Assignees
Labels
.echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. Priority:P3 Cosmetic bugs, minor bugs with a clear workaround .Team/DashViz Dashboard and Viz team

Comments

@JesseSDevaney
Copy link
Contributor

JesseSDevaney commented Mar 22, 2024

2024-03-22.15-42-39.mp4
@JesseSDevaney JesseSDevaney changed the title [dc.js migration] tooltip double renders on hove [dc.js migration] tooltip double renders on hover Mar 22, 2024
@JesseSDevaney JesseSDevaney self-assigned this Mar 22, 2024
@JesseSDevaney JesseSDevaney added .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. .Team/DashViz Dashboard and Viz team .echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation labels Mar 22, 2024
@JesseSDevaney
Copy link
Contributor Author

Attempted this, but could not find a solution in a reasonable time.


To summarize:

When hovering over the outer edge of a point, it sometimes makes the target of the event, the series line instead of the data point even though it is still passing the data of the point itself.

This causes the tooltip to be rendered on top of the box containing the series line instead of the data point itself.

If you then move closer to the data point, it will re-render on top of the data point because the new target is now the data point itself.

@JesseSDevaney JesseSDevaney removed their assignment Mar 22, 2024
@EmmadUsmani EmmadUsmani added the Priority:P3 Cosmetic bugs, minor bugs with a clear workaround label Mar 25, 2024
@EmmadUsmani
Copy link
Contributor

@alxnddr Fixed this once before #39408

@alxnddr alxnddr self-assigned this Apr 12, 2024
@alxnddr alxnddr closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. Priority:P3 Cosmetic bugs, minor bugs with a clear workaround .Team/DashViz Dashboard and Viz team
Projects
None yet
Development

No branches or pull requests

3 participants