Skip to content

Conversation

@marshallpete
Copy link
Member

Description

Add highlighting to scatter points when the tooltip is visible

Related Issue

Scatter plot

Motivation and Context

Highlighting helps convey which point the tooltip is for

How Has This Been Tested?

Added tests. All existing tests are passing.

Screenshots (if appropriate):

Screen.Recording.2024-02-15.at.1.28.12.PM.mov

Stories

Scatter > Tooltip

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@github-actions
Copy link

@sonarqubecloud
Copy link

@github-actions
Copy link


await hoverNthElement(paths, 0);
expect(points[0]).toHaveAttribute('opacity', '1');
expect(points[1]).toHaveAttribute('opacity', `${1 / HIGHLIGHT_CONTRAST_RATIO}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit:
I think we can remove this, but maybe in another PR since everything else looks great!

Copy link
Contributor

@Bryant-Curtis Bryant-Curtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

@marshallpete marshallpete merged commit 1b62824 into main Feb 15, 2024
@marshallpete marshallpete deleted the an-338345/scatterTooltip branch February 15, 2024 21:37
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.

3 participants