openmct/e2e/tests/functional/plugins/plot
Shefali Joshi c1c1d87953
Fix multiple y axis issues (#6204)
* Ensure enabling log mode does not reset series that don't belong to that yaxis.
propagate both left and right y axes widths so that plots can adjust accordingly

* Revert code
Handle second axis resizing

* Fixes issue where logMode was getting initialized incorrectly for multiple y axes

* Get the yAxisId of the series from the model.

* Address review comments - rename params for readability

* Fix number of log ticks expected and the tick values since we reduced the number of secondary ticks

* Fix log plot test

* Add guard code during destroy

* Add missing remove callback
2023-02-01 21:46:15 +00:00
..
autoscale.e2e.spec.js-snapshots [CLA on File] style: added padding to object & icon button labels (#6036) 2023-01-20 11:07:56 -08:00
autoscale.e2e.spec.js [Staleness] API and Component Functionality (#6108) 2023-01-23 10:27:04 -08:00
logPlot.e2e.spec.js Fix multiple y axis issues (#6204) 2023-02-01 21:46:15 +00:00
missingPlotObj.e2e.spec.js test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
overlayPlot.e2e.spec.js Multiple Y-Axes for Overlay Plots (#6153) 2023-01-23 15:34:26 +00:00
plotLegendSwatch.e2e.spec.js test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
plotRendering.e2e.spec.js [Plots] Ignore Infinity when autoscaling y-axis (#5907) 2022-12-12 11:51:57 -08:00
scatterPlot.e2e.spec.js Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
stackedPlot.e2e.spec.js Fix plot composition (#6206) 2023-01-31 06:01:00 +00:00