modified store to reduce timeline zoom scales

This commit is contained in:
Sam Ludford
2019-07-02 17:21:03 +01:00
committed by Lachlan Kermode
parent 455bf64fca
commit 4f469b837e

View File

@@ -73,13 +73,9 @@ const initial = {
new Date(2016, 2, 23, 12)
],
zoomLevels: [
{ label: '3 years', duration: 1576800 },
{ label: '3 months', duration: 129600 },
{ label: '3 days', duration: 4320 },
{ label: '12 hours', duration: 720 },
{ label: '2 hours', duration: 120 },
{ label: '30 min', duration: 30 },
{ label: '10 min', duration: 10 }
{ label: '12 hours', duration: 720 }
]
},
flags: {