You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to initialize the WellLogViewer component with an empty list of tracks, indicating no data initially. The data for this component will be set dynamically using callbacks based on user selections.
Currently, I am not receiving any errors when implementing this approach, but nothing is being displayed in the WellLogViewer component.
Is there a way to fix this issue? One possible solution would be to manually add all the tracks to the initial configuration. However, this approach would preserve the order of the tracks based on their initial position in the list. For example, if "GR," "RT," and "AI" are selected from the dropdown, the order of display would be "AI," "GR," "RT" because the tracks are alphabetically ordered when hardcoded.
The text was updated successfully, but these errors were encountered:
@daniel-dura As far as I understand the possible solution is a some function which automatically generate tracks array with all tracks from well log file preserving its order.
So such function could be implemented out of the WellLogViewer component. Moreover track and plot options for automatically generated tracks should depend on application
I want to initialize the WellLogViewer component with an empty list of tracks, indicating no data initially. The data for this component will be set dynamically using callbacks based on user selections.
Currently, I am not receiving any errors when implementing this approach, but nothing is being displayed in the WellLogViewer component.
Is there a way to fix this issue? One possible solution would be to manually add all the tracks to the initial configuration. However, this approach would preserve the order of the tracks based on their initial position in the list. For example, if "GR," "RT," and "AI" are selected from the dropdown, the order of display would be "AI," "GR," "RT" because the tracks are alphabetically ordered when hardcoded.
The text was updated successfully, but these errors were encountered: