diff --git a/productionboard/src/main/resources/static/js/foamBox/index.js b/productionboard/src/main/resources/static/js/foamBox/index.js index 7abaf69..3b14a3d 100644 --- a/productionboard/src/main/resources/static/js/foamBox/index.js +++ b/productionboard/src/main/resources/static/js/foamBox/index.js @@ -48,6 +48,9 @@ $(() => { ], yAxis: [ { + splitLine: { + show: false, + }, type: 'value', name: 'Precipitation', min: 0, @@ -58,6 +61,9 @@ $(() => { } }, { + splitLine: { + show: false, + }, type: 'value', name: 'Temperature', min: 0, diff --git a/productionboard/src/main/resources/templates/foamBox/index.html b/productionboard/src/main/resources/templates/foamBox/index.html index e169aa5..8b90582 100644 --- a/productionboard/src/main/resources/templates/foamBox/index.html +++ b/productionboard/src/main/resources/templates/foamBox/index.html @@ -69,7 +69,7 @@ // loop: true, centeredSlides: true, autoplay: { - delay: 250, + delay: 15000, disableOnInteraction: false, }, }); diff --git a/productionboard/target/classes/static/js/foamBox/index.js b/productionboard/target/classes/static/js/foamBox/index.js index 7abaf69..3b14a3d 100644 --- a/productionboard/target/classes/static/js/foamBox/index.js +++ b/productionboard/target/classes/static/js/foamBox/index.js @@ -48,6 +48,9 @@ $(() => { ], yAxis: [ { + splitLine: { + show: false, + }, type: 'value', name: 'Precipitation', min: 0, @@ -58,6 +61,9 @@ $(() => { } }, { + splitLine: { + show: false, + }, type: 'value', name: 'Temperature', min: 0, diff --git a/productionboard/target/classes/templates/foamBox/index.html b/productionboard/target/classes/templates/foamBox/index.html index e169aa5..8b90582 100644 --- a/productionboard/target/classes/templates/foamBox/index.html +++ b/productionboard/target/classes/templates/foamBox/index.html @@ -69,7 +69,7 @@ // loop: true, centeredSlides: true, autoplay: { - delay: 250, + delay: 15000, disableOnInteraction: false, }, });