webviz-subsurface-components icon indicating copy to clipboard operation
webviz-subsurface-components copied to clipboard

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

Open mirisb opened this issue 2 years ago • 1 comments

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

mirisb avatar Oct 16 '23 08:10 mirisb

"area" track is implemented in videx-wellog so correspondent issue is created in videx project https://github.com/equinor/videx-wellog/issues/211

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

Vladimir-Kokin avatar Oct 17 '23 06:10 Vladimir-Kokin