diff --git a/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/gas.js b/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/gas.js index 90b5089bd..fc2458866 100644 --- a/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/gas.js +++ b/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/gas.js @@ -43,7 +43,7 @@ $(document).ready(function () { dataZoom: [ { show: true, - start: live_graphs_initial_zoom, + start: 0, end: 100 }, { diff --git a/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/temperature.js b/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/temperature.js index 87e0cd28e..3e3d6392c 100644 --- a/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/temperature.js +++ b/dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/temperature.js @@ -43,7 +43,7 @@ $(document).ready(function () { dataZoom: [ { show: true, - start: live_graphs_initial_zoom, + start: 0, end: 100 }, {