Skip to content

Conversation

@sanne-san
Copy link
Contributor

Changes

  • Rather than showing the tooltip in a fixed position below the graph, it now follows your finger just like it follows the cursor on desktop.
  • The information of the tooltip on mobile is reduced to just the value and the comparison difference.

Tests

  • This PR does not require tests

Changelog

  • This PR does not make a user-facing change

Documentation

  • This change does not need a documentation update

Dark mode

  • The UI has been tested both in dark and light mode

- Rather than showing the tooltip in a fixed position below the graph, it now follows your finger just like it follows the cursor on desktop.
- The information of the tooltip on mobile is reduced to just the value and the comparison difference.
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Preview environment👷🏼‍♀️🏗️
PR-5980

@sanne-san sanne-san requested a review from a team January 5, 2026 13:08
Comment on lines +200 to +203
handleTouchMove = (e) => {
e.preventDefault()
this.repositionTooltip(e)
}
Copy link
Contributor

@apata apata Jan 5, 2026

Choose a reason for hiding this comment

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

issue, blocking: probably this inhibits ability to scroll past the main graph on iOS Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants