openmct/e2e/tests/functional/plugins/plot
Shefali Joshi 10decda94e
When auto scale is turned off, handle user specified range correctly (#6258)
* Fix typo when saving the user specified range
* Ensure range is specified when autoscale is turned off
* Don't redraw unless absolutely necessary
* Add 'stats' to the handled attributes for redrawing plots
* Handle x axis displayRange, marker shape and size to redraw
* If there are is no closest data point for a plot, skip annotation gathering
* Ensure that min and max user defined ranges are valid when autoscale is disabled. Otherwise, enable autoscale to true.
* Fix autoscale e2e test
* updated snapshot
* Update e2e/README.md
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-02-07 15:19:50 -08:00
..
autoscale.e2e.spec.js-snapshots When auto scale is turned off, handle user specified range correctly (#6258) 2023-02-07 15:19:50 -08:00
autoscale.e2e.spec.js When auto scale is turned off, handle user specified range correctly (#6258) 2023-02-07 15:19:50 -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 stacked plot child selection (#6275) 2023-02-03 23:56:50 +00:00