diff --git a/src/chart-line.js b/src/chart-line.js index bb1c7ef..f133a2b 100644 --- a/src/chart-line.js +++ b/src/chart-line.js @@ -246,8 +246,8 @@ path = []; paths.push(path); } - vertices.push(null); } + vertices.push(null); } else { if (y < this.miny) { y = this.miny;