This commit is contained in:
David Tsay 2022-04-14 11:19:13 -07:00
parent bf3cad3f6e
commit f404c4022b

View File

@ -457,7 +457,7 @@ export default {
},
setDisplayRange(series, xKey) {
if (this.config.series.length !== 1) {
if (this.config.series.model.length !== 1) {
return;
}