From 5ff66e1ab3fb81267b9efd3a7c006b90f4049b2c Mon Sep 17 00:00:00 2001 From: Lubomir Bucek <lubomir.bucek@eox.at> Date: Tue, 17 Nov 2020 20:52:57 +0100 Subject: [PATCH] update emg client time ranges --- config/emg_index-dev.html | 10 +++++----- config/emg_index-ops.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/emg_index-dev.html b/config/emg_index-dev.html index 09e3e675..d3834d25 100644 --- a/config/emg_index-dev.html +++ b/config/emg_index-dev.html @@ -39,15 +39,15 @@ ], "constrainTimeDomain": true, "displayTimeDomain": [ - "2019-01-01T00:00:00Z", - "2019-12-31T23:59:59Z", + "2019-06-01T00:00:00Z", + "2020-12-31T23:59:59Z", ], "displayInterval": "P1096D", "selectedTimeDomain": [ - "2019-01-01T00:00:00Z", - "2019-12-31T23:59:59Z", + "2019-06-01T00:00:00Z", + "2020-12-31T23:59:59Z", ], - "selectableInterval": "P1096D", + "selectableInterval": "P10960D", "timeSliderControls": true, "maxTooltips": 1, "center": [12, 49], diff --git a/config/emg_index-ops.html b/config/emg_index-ops.html index fa51d00a..99b3048b 100644 --- a/config/emg_index-ops.html +++ b/config/emg_index-ops.html @@ -59,15 +59,15 @@ ], "constrainTimeDomain": true, "displayTimeDomain": [ - "2019-01-01T00:00:00Z", - "2019-12-31T23:59:59Z", + "2019-06-01T00:00:00Z", + "2020-12-31T23:59:59Z", ], "displayInterval": "P1096D", "selectedTimeDomain": [ - "2019-01-01T00:00:00Z", - "2019-12-31T23:59:59Z", + "2019-06-01T00:00:00Z", + "2020-12-31T23:59:59Z", ], - "selectableInterval": "P1096D", + "selectableInterval": "P10960D", "timeSliderControls": true, "maxTooltips": 1, "center": [12, 49], -- GitLab