We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67b6b0 commit 18a26baCopy full SHA for 18a26ba
src/line.js
@@ -47,7 +47,7 @@ module.exports = function(Chart) {
47
model.y1 = chartArea.top;
48
model.y2 = chartArea.bottom;
49
model.x1 = pixel;
50
- model.x2 = endPixel;
+ model.x2 = endPixel;
51
}
52
53
0 commit comments