Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Apr 29, 2019
1 parent 6691449 commit 870265a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scales/scale.time.js
Expand Up @@ -784,8 +784,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 870265a

Please sign in to comment.