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

WellLogViewer - Option to hide depth-readout from viewer overlay #2390

Open
Anders2303 opened this issue Nov 29, 2024 · 1 comment
Open

WellLogViewer - Option to hide depth-readout from viewer overlay #2390

Anders2303 opened this issue Nov 29, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers well-log-viewer

Comments

@Anders2303
Copy link
Collaborator

The Well-log viewer renders a small black box with the currently hovered or pinned log depth. This element is currently not needed for our use webviz, so it would be nice if there was an option that allowed us to disable it (for now, we're applying CSS to remove it).
Image

@w1nklr
Copy link
Collaborator

w1nklr commented Dec 3, 2024

One possibility is to have a callback props.
IMO; there are 2 possible strategies:

  1. Props is callback only
    If callback is provided, use it.
    If none, use no readout.
    The API should provided a default callback implementation.

  2. Props is bool | callback
    If callback is provided, use it.
    If boolean, display or hide default implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers well-log-viewer
Projects
None yet
Development

No branches or pull requests

2 participants