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

Properties of stacked plot series that aren't mutable don't get applied #7771

Closed
4 of 7 tasks
shefalijoshi opened this issue Jul 5, 2024 · 1 comment · Fixed by #7770
Closed
4 of 7 tasks

Properties of stacked plot series that aren't mutable don't get applied #7771

shefalijoshi opened this issue Jul 5, 2024 · 1 comment · Fixed by #7770
Labels
type:bug verified Tested or intentionally closed
Milestone

Comments

@shefalijoshi
Copy link
Contributor

shefalijoshi commented Jul 5, 2024

Summary

Changing the properties/config of a stacked plot series that is not mutable gets saved correctly, but does not get applied when loaded.
Workaround is to first include the series in an overlay plot, save the config and then include the overlay plot inside the stacked plot.

ALSO SEE: VIPERGC-535

Expected vs Current Behavior

Steps to Reproduce

  1. Create a stacked plot
  2. Add a series (telemetry) to the stacked plot that cannot be saved to couchdb (like a Sine wave generator)
  3. Edit the stacked plot, select the series and change it's config - for example, the marker size
  4. Save the change
  5. Observe that the change is not applied.

Environment

  • Open MCT Version: 4.0.x
  • Deployment Type: all
  • OS: all
  • Browser: all

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

@jvigliotta
Copy link
Contributor

jvigliotta commented Oct 2, 2024

Fixed/New Issue - Testathon 10/2/24

When editing a dictionary endpoint in the stacked plot (when it was the second item) it's properties DID persist.

New Issue:
Whenever a new item is dropped in, it isn't selectable.

Created: #7865

@akhenry akhenry added the verified Tested or intentionally closed label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug verified Tested or intentionally closed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants