-
Notifications
You must be signed in to change notification settings - Fork 373
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
Hover previews can easily become too cluttered #3573
Comments
I also wonder about "hover position" for 3D points when hover in 2D. I think we should remove it but I may be wrong. I definitely don't understand it. |
Afaik showing the position was a user request: Also not happy with what it looks like though in the ui. There's some more notes on the topic here |
In my opinion the current implementation makes things worse more than better. It's not worth the added clutter when it's hard to understand |
### What Fit it on just two lines, and show full 3x3 matrix on hover: ![image](https://github.com/rerun-io/rerun/assets/1148717/ed1b009f-9149-4617-a2f3-ec069d3f12d5) * Closes #3573 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3579) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3579) - [Docs preview](https://rerun.io/preview/217ca4a77e15709afaf049cb71e4dbb9eef5dca3/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/217ca4a77e15709afaf049cb71e4dbb9eef5dca3/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
Hovering over data in a space view can easily become quite cluttered (see screenshot and video).
too_much_hover_data.mp4
We should therefore
The text was updated successfully, but these errors were encountered: