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

Consider replacing d3 popover/tooltip code with native Popovers #1401

Open
bhousel opened this issue May 2, 2024 · 3 comments
Open

Consider replacing d3 popover/tooltip code with native Popovers #1401

bhousel opened this issue May 2, 2024 · 3 comments
Labels
chore Improvements to the code or development stack, cleanups

Comments

@bhousel
Copy link
Contributor

bhousel commented May 2, 2024

Since April 2024, Popover API is supported in all evergreen browsers. We can probably replace a lot of our complex d3 code for drawing tooltips and popovers with much simpler code that works across browsers.
see: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API

@bhousel bhousel added the chore Improvements to the code or development stack, cleanups label May 2, 2024
@eneerhut
Copy link

eneerhut commented Oct 4, 2024

Have we noticed issues with tooltips and other popovers across different browsers @bhousel?

@bhousel
Copy link
Contributor Author

bhousel commented Oct 4, 2024

Have we noticed issues with tooltips and other popovers across different browsers @bhousel?

Not really - this is more about clearing away tech debt.

@eneerhut
Copy link

eneerhut commented Oct 4, 2024

Ok thanks for clarifying @bhousel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Improvements to the code or development stack, cleanups
Projects
None yet
Development

No branches or pull requests

2 participants