From 7f5b0d9c1983e844fd60fa88bfed28a991d1db4d Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:38:44 +0100 Subject: [PATCH] updates default timeline (#82) --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 511701a..bbf6610 100755 --- a/config.js +++ b/config.js @@ -49,7 +49,7 @@ const config = { */ initial: undefined, /** The number of days to show when using a dynamic initial range */ - initialDaysShown: 31, + initialDaysShown: 31*12, limits: { /** Required. The lower bound of the range that can be accessed on the map. (ISO 8601) */ lower: "2022-02-01T00:00:00.000Z",