diff --git a/src/Chart.Line.js b/src/Chart.Line.js index 04a81f193..fdf1b0169 100644 --- a/src/Chart.Line.js +++ b/src/Chart.Line.js @@ -275,6 +275,7 @@ return helpers.findPreviousWhere(collection, hasValue, index) || point; }; + if (!this.scale) return; this.scale.draw(easingDecimal);