mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 07:24:02 +01:00
Fix an incorrect test setup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user