We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make the scale bar display useful sizes. This implies that the scale bar will get a variable width depending on the exact zoom level. However, it should have a max width. For inspiration: https://github.com/google/neuroglancer/blob/master/src/neuroglancer/widget/scale_bar.ts
The scale bar has a fixed width which results in fractional values. That makes it hard to use the scale bar for roughly measuring objects in the data.
The text was updated successfully, but these errors were encountered:
Dagobert42
Successfully merging a pull request may close this issue.
Detailed Description
Make the scale bar display useful sizes. This implies that the scale bar will get a variable width depending on the exact zoom level. However, it should have a max width. For inspiration: https://github.com/google/neuroglancer/blob/master/src/neuroglancer/widget/scale_bar.ts
Context
The scale bar has a fixed width which results in fractional values. That makes it hard to use the scale bar for roughly measuring objects in the data.
The text was updated successfully, but these errors were encountered: