Skip to content

Commit

Permalink
Update scale.fit()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Salomon committed Dec 8, 2018
1 parent 99feb7a commit 9cb217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.scale.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ module.exports = Element.extend({
var tickOpts = opts.ticks;
var scaleLabelOpts = opts.scaleLabel;
var gridLineOpts = opts.gridLines;
var display = opts.display;
var display = this._isVisible();
var position = opts.position;
var isHorizontal = me.isHorizontal();

Expand Down

0 comments on commit 9cb217b

Please sign in to comment.