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

Tooltip Fixed Attribute Does Not Work for Donut Chart #4720

Open
KazdenJolley opened this issue Sep 21, 2024 · 0 comments
Open

Tooltip Fixed Attribute Does Not Work for Donut Chart #4720

KazdenJolley opened this issue Sep 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KazdenJolley
Copy link

Description

Adding tooltip: { fixed: { enabled: true } } options to Pie/Donut chart do not work as expected. If this is by design it should be noted in the documentation.

Steps to Reproduce

  1. Create pie/donut chart
  2. Add tooltip: { fixed: { enabled: true, position: 'topRight' } }
  3. hover over chart

Expected Behavior

Tooltip would be in a fixed position at the top right of the chart area.

Actual Behavior

Tooltip follows cursor

Reproduction Link

https://codepen.io/kazdenjolley/pen/GRVKBpa

Screenshots

Reproduction Link

@KazdenJolley KazdenJolley added the bug Something isn't working label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant