Skip to content

Commit

Permalink
Change defaults for auto + linear
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Jul 15, 2017
1 parent 35df6ef commit ca6170b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scales/scale.time.js
Expand Up @@ -41,7 +41,7 @@ module.exports = function(Chart) {
},
ticks: {
autoSkip: false,
mode: 'series', // 'linear|series'
mode: 'linear', // 'linear|series'
source: 'auto' // 'auto|labels'
}
};
Expand Down
2 changes: 1 addition & 1 deletion test/specs/scale.time.tests.js
Expand Up @@ -83,7 +83,7 @@ describe('Time scale tests', function() {
minRotation: 0,
maxRotation: 50,
mirror: false,
mode: 'series',
mode: 'linear',
source: 'auto',
padding: 0,
reverse: false,
Expand Down

0 comments on commit ca6170b

Please sign in to comment.