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 c503732
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c503732

Please sign in to comment.