Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fanthos committed Jan 24, 2018
1 parent 15217ff commit dcfcbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const helpers = Chart.helpers;
const isArray = helpers.isArray;

var TimelineConfig = {
myTime : {
redoLabels: false
},
position: 'bottom',

tooltips: {
mode: 'nearest',
},
time: {
parser: false, // false == a pattern string from http://momentjs.com/docs/#/parsing/string-format/ or a custom callback that converts its argument to a moment
format: false, // DEPRECATED false == date objects, moment object, callback or a pattern string from http://momentjs.com/docs/#/parsing/string-format/
Expand Down

0 comments on commit dcfcbe2

Please sign in to comment.