fix: autoscale turned off could cause errors (#5040)

* fix: autoscale turned off could cause errors

* remove commented code

* add tests for plot ticks

* make sure autoscale tests use a certain window size so they work consistently

* add commented code to use once playwright snapshot testing is fixed

* default the user selected range to the current range prior to when they turn off autoscale

* add snapshot tests for plots autoscale turned off test
This commit is contained in:
Joe Pea
2022-04-11 11:22:44 -07:00
committed by GitHub
parent 47099786cb
commit 525496fbca
8 changed files with 263 additions and 79 deletions

View File

@@ -157,7 +157,8 @@ export default class PlotConfigurationModel extends Model {
@typedef {{
configuration: {
series: import('./PlotSeries').PlotSeriesModelType[]
}
yAxis: import('./YAxisModel').YAxisModelType
},
}} SomeDomainObject_NeedsName
*/