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
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
Create a stacked plot
Add a series (telemetry) to the stacked plot that cannot be saved to couchdb (like a Sine wave generator)
Edit the stacked plot, select the series and change it's config - for example, the marker size
Save the change
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
The text was updated successfully, but these errors were encountered:
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
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: