From 94ba83107c2269c9eaa352cb3dc7474c5ca9dd59 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:04:47 +0000 Subject: [PATCH] increases time zoom levels (#71) --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index a8ffe76..867f4f8 100755 --- a/config.js +++ b/config.js @@ -34,10 +34,11 @@ const config = { contentHeight: 90, }, zoomLevels: [ - { label: "Zoom to 2 weeks", duration: 14 * one_day }, + // { label: "Zoom to 2 weeks", duration: 14 * one_day }, { label: "Zoom to 1 month", duration: 31 * one_day }, { label: "Zoom to 6 months", duration: 6 * 31 * one_day }, { label: "Zoom to 1 year", duration: 12 * 31 * one_day }, + { label: "Zoom to 1.5 years", duration: 18 * 31 * one_day }, ], range: { /**