Skip to content

Commit

Permalink
Fix for double paint of grid of x-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzwronek committed Oct 20, 2020
1 parent e9155b2 commit 95180d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/grid.js
Expand Up @@ -103,7 +103,6 @@ grid.prototype.willDrawChart = function(e) {
ctx.beginPath();
ctx.moveTo(x, y);
ctx.lineTo(x, area.y);
ctx.closePath();
ctx.stroke();
});
if (stroking) {
Expand Down

0 comments on commit 95180d2

Please sign in to comment.