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

Gantt Chart Fixes - Smoother tooltip #2410

Open
martin0he opened this issue May 18, 2024 · 0 comments
Open

Gantt Chart Fixes - Smoother tooltip #2410

martin0he opened this issue May 18, 2024 · 0 comments

Comments

@martin0he
Copy link
Contributor

Description

Currently, when hovering over a bar in the gantt chart, a tooltip popup appears but its location is pretty jagged and inconsistent. Try to make the tooltip movement a lot smoother and maintain a minimum size so the text doesn't get squished.

We don't want this either:
image

Acceptance Criteria

  • Gantt chart tooltip moves around much smoother/doesn't hop from place to place erratically. Alternatively, finding a fixed position for the tooltip on the page for that bar would also work, ie make it sticky until its no longer in view.
  • Tooltip text box is a minimum size such that text wont get squished, if the cursor is in an area with limited space, make the tooltip dynamic so that it can appear in the top/bottom/left/right/immediate proximity of the bar while still being a minimum size.

Proposed Solution

  • modify the placement & movement of the tooltip
  • modify the sizing of the box components to have a min width

Mocks

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant