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

Improving mouse hover behavior in Line Chart #33261

Open
wants to merge 122 commits into
base: master
Choose a base branch
from

Conversation

srmukher
Copy link
Contributor

Issue: Whenever the mouse is hovered on the Line Chart, the Popover moves along with the mouse even if no new points are highlighted in the chart.

Following are the results after addressing the issues:

  1. The popover now remains stationary once rendered for a data point. It only changes position if dismissed or if the mouse hovers over another data point.
  2. The number of re-renders has been significantly reduced, from 187 to 19.

AtishayMsft and others added 30 commits May 6, 2024 10:37
@srmukher srmukher requested a review from a team as a code owner November 12, 2024 16:24
Copy link

Pull request demo site: URL

Base automatically changed from usr/atisjai/chartsV9 to master November 14, 2024 02:55
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

Successfully merging this pull request may close these issues.

5 participants