Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tsay <david.e.tsay@nasa.gov>2022-04-14 21:19:13 +0300
committerDavid Tsay <david.e.tsay@nasa.gov>2022-04-14 21:19:13 +0300
commitf404c4022b20031b4e46acedea25d3ca2abeba42 (patch)
treef4c2affa7ebd557a950fba8b99182efdf7a4cd35
parentbf3cad3f6eefe6b06eba46b0853edde556353827 (diff)
-rw-r--r--src/plugins/plot/MctPlot.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plot/MctPlot.vue b/src/plugins/plot/MctPlot.vue
index 0c49a8239..1a2314392 100644
--- a/src/plugins/plot/MctPlot.vue
+++ b/src/plugins/plot/MctPlot.vue
@@ -457,7 +457,7 @@ export default {
},
setDisplayRange(series, xKey) {
- if (this.config.series.length !== 1) {
+ if (this.config.series.model.length !== 1) {
return;
}