From 4f469b837ebad50d662317a4b6cbfa5fc14e9b1a Mon Sep 17 00:00:00 2001 From: Sam Ludford Date: Tue, 2 Jul 2019 17:21:03 +0100 Subject: [PATCH] modified store to reduce timeline zoom scales --- src/store/initial.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/store/initial.js b/src/store/initial.js index a408389..14b300b 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -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: {