Skip to content

Commit

Permalink
Fix time window of visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwinator committed Aug 29, 2023
1 parent 09d72b6 commit af8da00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
scales: {
x: {
type: 'time',
// min: new Date(start),
// max: new Date(end)
min: new Date(start),
max: new Date(end)
},
y: {
...getScale()
Expand Down

0 comments on commit af8da00

Please sign in to comment.