Skip to content

Commit

Permalink
Add 15 minutes time steps (#5613)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar authored and simonbrunel committed Jul 7, 2018
1 parent 88308c6 commit 1cd0469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scales/scale.time.js
Expand Up @@ -22,12 +22,12 @@ var INTERVALS = {
second: {
common: true,
size: 1000,
steps: [1, 2, 5, 10, 30]
steps: [1, 2, 5, 10, 15, 30]
},
minute: {
common: true,
size: 60000,
steps: [1, 2, 5, 10, 30]
steps: [1, 2, 5, 10, 15, 30]
},
hour: {
common: true,
Expand Down

0 comments on commit 1cd0469

Please sign in to comment.