Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Mar 6, 2019
1 parent 8b65c6c commit 110fd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scales/scale.time.js
Expand Up @@ -759,8 +759,8 @@ module.exports = Scale.extend({
var exampleLabel = me.tickFormatFunction(exampleTime, 0, [], format);
var tickLabelWidth = me.getLabelWidth(exampleLabel);

// Using marings instead of padding because padding is not calculated
// at this point, but margins are provided from previous calculation
// Using margins instead of padding because padding is not calculated
// at this point (buildTicks). Margins are provided from previous calculation
// in layout steps 5/6
var innerWidth = me.isHorizontal()
? me.width - (margins.left + margins.right)
Expand Down

0 comments on commit 110fd7f

Please sign in to comment.