[NGRM] - Provide an option to hide primary scale, readout and zoom for well log component, and also option to disable right click context menu
We would like primary scale, legend and zoom display of the log component to be optional such that it would be possible to display the log tracks only
WellLogView (WellLogViewWithScroller) component is a central part of WellLogViewer component.
So if only the central part without any additional UI is needed WellLogView (WellLogViewWithScroller) would be used instead of WellLogViewer.
Props of these components are basicaally the same.
WellLogViewerProps is based on WellLogViewProp type and only has some additional prop for readout options
A full customization of WellLogViewer component layout will be done with PR https://github.com/equinor/webviz-subsurface-components/pull/1363
And also add flag to disable right click context menu on log header also for synced log viewer
@mirisb, It seems the issue could be closed as implemented with #1363