From c0f67d377445a06d95af7c89f15a059db9a5e159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 8 Jun 2022 14:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/js/foamBox/index.js | 6 ++++++ .../src/main/resources/templates/foamBox/index.html | 2 +- productionboard/target/classes/static/js/foamBox/index.js | 6 ++++++ productionboard/target/classes/templates/foamBox/index.html | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) 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, }, });