Skip to content

Commit

Permalink
Let vertical axis occupy intersection pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Jan 26, 2018
1 parent 92608e2 commit fb6849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.scale.js
Expand Up @@ -909,7 +909,7 @@ module.exports = function(Chart) {
var x1 = me.left;
var x2 = me.right + axisWidth;
var y1 = me.top;
var y2 = me.bottom;
var y2 = me.bottom + axisWidth;

var aliasPixel = helpers.aliasPixel(context.lineWidth);
if (isHorizontal) {
Expand Down

0 comments on commit fb6849a

Please sign in to comment.