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

feat: Add tooltips for graph elements #7

Closed
Nohty opened this issue Nov 6, 2023 · 0 comments · Fixed by #22
Closed

feat: Add tooltips for graph elements #7

Nohty opened this issue Nov 6, 2023 · 0 comments · Fixed by #22
Assignees
Labels
effort2: days Medium issue that will take days to fix priority: medium (3) Medium priority issue that needs to be resolved type: enhancement 🐺 New feature or request
Milestone

Comments

@Nohty
Copy link
Owner

Nohty commented Nov 6, 2023

Task

Enhance the user experience of the graph by implementing tooltips that display data points' information when a user hovers over elements of the graph (e.g., nodes, edges, bars).

Acceptance Criteria

  1. Tooltips should appear on hover-over for all interactive elements of the graph.
  2. The tooltip should display relevant information such as data point name, value, and any additional metadata.
  3. The tooltip feature should be responsive and work on various screen sizes and devices.
  4. Tooltips should not overlap graph elements or obstruct the view of the graph.
@Nohty Nohty self-assigned this Nov 6, 2023
@Nohty Nohty added effort2: days Medium issue that will take days to fix priority: medium (3) Medium priority issue that needs to be resolved type: enhancement 🐺 New feature or request labels Nov 6, 2023
@Nohty Nohty added this to the 1.0.0 milestone Nov 6, 2023
@Nohty Nohty linked a pull request Nov 8, 2023 that will close this issue
@Nohty Nohty closed this as completed in #22 Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort2: days Medium issue that will take days to fix priority: medium (3) Medium priority issue that needs to be resolved type: enhancement 🐺 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant