-
Notifications
You must be signed in to change notification settings - Fork 1
Time slider #93
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
Time slider #93
Conversation
…igger reactive behaviour downstream in solidjs
…changing the props
…iple experiments with different times
sverhoeven
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice slider even works smoothly with parameter sweep permutations.
With this addition the configure button on an analysis card having a popup makes less sense. We should change it into a toggle button that hides/shows the variable select(s) and time slider or just remove the configure button.
Given default experiment, then the time slider is at 12:00. If I then change the total run time to 28800 (8h) then the plot line is missing and the slider is too big.

Selecting the slider makes it pop to 08:00
You need to sprinkle in some reactivity so that the slider reacts to updated output.
Given 2 experiments with total run time of 28800 and 43200. when sliding past >8h then first line disappears from plot. This is good and expected.
That was a tricky one! Good catch. |
Add time slider for profile plot(s)
TODO: