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

Improve rendering and readability of labels #266

Open
abought opened this issue Jan 19, 2022 · 0 comments
Open

Improve rendering and readability of labels #266

abought opened this issue Jan 19, 2022 · 0 comments

Comments

@abought
Copy link
Member

abought commented Jan 19, 2022

The current plot label code is iterative on render. For a region with many labeled items, this triggers many forced refreshes, and causes the page to show a slow, ugly animation as labels move into position.

  1. The layout code should be performed before labels are rendered, and explore more performant algorithms
  2. Explore readability improvements for labels, lines, and backgrounds where items overlap with markers (like scatter plot points)

This will require a bit of experimentation and refactoring- priority is based on the effort:reward ratio. If specialized use cases arise where we want to show that many labels more often, we can revisit priority.

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

No branches or pull requests

1 participant