From f404c4022b20031b4e46acedea25d3ca2abeba42 Mon Sep 17 00:00:00 2001 From: David Tsay Date: Thu, 14 Apr 2022 11:19:13 -0700 Subject: [PATCH] fix typo --- src/plugins/plot/MctPlot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plot/MctPlot.vue b/src/plugins/plot/MctPlot.vue index 0c49a8239a..1a23143925 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; }