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

Tracks' interactivity #1569

Open
daniel-dura opened this issue Jun 27, 2023 · 1 comment
Open

Tracks' interactivity #1569

daniel-dura opened this issue Jun 27, 2023 · 1 comment
Labels
enhancement New feature or request well-log-viewer

Comments

@daniel-dura
Copy link

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.

@Vladimir-Kokin
Copy link
Collaborator

@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

@Vladimir-Kokin Vladimir-Kokin added the enhancement New feature or request label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request well-log-viewer
Projects
None yet
Development

No branches or pull requests

3 participants