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

Fix Area Plot Depth Selector #1177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JustinElms
Copy link
Contributor

Background

The area plot depth selector was not updating the plot displayed in the window. This was because the plot_query referenced the copy of dataset_0 in state and not props. To fix this problem we updated the reference so that the plot chances when a new depth is selected.

Checks

  • I ran unit tests.
  • I've tested the relevant changes from a user POV.
  • I've formatted my Python code using black ..

@JustinElms JustinElms added Bugfix A fix for something broken. Javascript labels Feb 21, 2025
@JustinElms JustinElms self-assigned this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix A fix for something broken. Javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant