Fix an incorrect test setup

This commit is contained in:
Evert Timberg
2015-11-14 22:52:10 -05:00
parent d61745a311
commit 37249e4375

View File

@@ -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,