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

Allow configuration of yKey for each series of a plot (Overlay) #5785

Closed
shefalijoshi opened this issue Sep 19, 2022 · 1 comment · Fixed by #5790
Closed

Allow configuration of yKey for each series of a plot (Overlay) #5785

shefalijoshi opened this issue Sep 19, 2022 · 1 comment · Fixed by #5790

Comments

@shefalijoshi
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently when a yKey is set for a plot, it is automatically saved to the first series of a plot (even if the plot is composed of multiple series)

Describe the solution you'd like
When the yKey is saved on a plot, save the yKey to all the series of the plot
https://github.com/nasa/openmct/blob/master/src/plugins/plot/MctPlot.vue#L1101
This will allow the user to later specify different yKeys for each series depending on the y-axis they are assigned to.

Describe alternatives you've considered
None

Additional context
This is the first step to getting multiple Y Axis into plots for Open MCT

@khalidadil
Copy link
Contributor

@shefalijoshi Was there a good way to test this now?

@ozyx ozyx removed the needs:test instructions Missing testing notes label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants