Fixes start and end timestamps to show a valid date
This commit is contained in:
parent
b627d93efa
commit
c57472da78
@ -264,8 +264,8 @@
|
||||
|
||||
getKeySpan: function() {
|
||||
return {
|
||||
start: this.options.start,
|
||||
end: this.options.end,
|
||||
start: this.options.start * 1000,
|
||||
end: this.options.end * 1000,
|
||||
step: this.options.step,
|
||||
steps: this.options.steps
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user