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

[NGRM] - Customize "area" and "gradientfill" display option for logs #1701

Open
mirisb opened this issue Oct 16, 2023 · 1 comment
Open

[NGRM] - Customize "area" and "gradientfill" display option for logs #1701

mirisb opened this issue Oct 16, 2023 · 1 comment
Labels
AspenTech Task owned by AspenTech well-log-viewer

Comments

@mirisb
Copy link
Collaborator

mirisb commented Oct 16, 2023

When rendering continuous logs in track as "area" or "gradientfill", there is a frame colored by the log color around the entire colored area. We would like to change this display such that instead of a frame, only the curve of the log will be colored by the log color.
image

Suggestion to implement this would be to have area and gradient filled to be optionally displayed without a frame and allow to combine display options:

{   ...,  
    frame: false, 
    type: "area" | "line"
}

such that the log would be displayed as a line and behind it filled area without a frame

@Vladimir-Kokin
Copy link
Collaborator

"area" track is implemented in videx-wellog so correspondent issue is created in videx project equinor/videx-wellog#211

"gradientfill" track is implemented in WellLogViewer so such option should be implemented in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AspenTech Task owned by AspenTech well-log-viewer
Projects
None yet
Development

No branches or pull requests

2 participants