diff --git a/test/controller.line.tests.js b/test/controller.line.tests.js index cdfb9bdc9..b8e8695e2 100644 --- a/test/controller.line.tests.js +++ b/test/controller.line.tests.js @@ -192,7 +192,7 @@ describe('Line controller tests', function() { chartArea: { bottom: 200, left: xScale.left, - right: 200, + right: xScale.left + 200, top: 0 }, data: data,