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() {
|
getKeySpan: function() {
|
||||||
return {
|
return {
|
||||||
start: this.options.start,
|
start: this.options.start * 1000,
|
||||||
end: this.options.end,
|
end: this.options.end * 1000,
|
||||||
step: this.options.step,
|
step: this.options.step,
|
||||||
steps: this.options.steps
|
steps: this.options.steps
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user