From 855133b00540984917ca10a617b30c124576cab7 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 18 Jun 2020 21:34:31 +0200 Subject: [PATCH] Little fix --- g1-stats.sh | 7 ------- tpl/index.html | 3 ++- tpl/mixed.html | 12 ++++++++---- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/g1-stats.sh b/g1-stats.sh index 93b19df..3322832 100755 --- a/g1-stats.sh +++ b/g1-stats.sh @@ -150,13 +150,6 @@ web() { # chown www-data for nginx needs chown -R www-data:www-data $WEBPATH - - echo "--- DEBUG WEB DATE ---" - echo "date: $day" - echo "datePrevious: $datePrevious" - echo "dateNext: $dateNext" - echo "setPrevious: $setPrevious" - echo "setNext: $setNext" } ### Affichage du nombre de wallets ### diff --git a/tpl/index.html b/tpl/index.html index dba0bbf..48a53bf 100644 --- a/tpl/index.html +++ b/tpl/index.html @@ -2,6 +2,7 @@ + Ḡ1 Stats @@ -16,7 +17,7 @@ Date: _day - _heure Noeud scanné: https://duniter-g1.p2p.legal --- -Nombre total de wallet: _nbrTotalWallets +Nombre total de wallet: _nbrTotalWallets Voir le graphique Nombre de membres: _nbrMembers (_pourcentMbrs%) Nombre de simple portefeuille: _nbrSimpleWallets (_pourcentWallets%) --- diff --git a/tpl/mixed.html b/tpl/mixed.html index b38f501..b3757d2 100644 --- a/tpl/mixed.html +++ b/tpl/mixed.html @@ -2,6 +2,7 @@ + Ḡ1 Stats - Graphiques @@ -71,8 +72,8 @@ var config = { }] }, options: { - maintainAspectRatio: false, - responsive: false +// maintainAspectRatio: false, +// responsive: false } }; @@ -126,8 +127,8 @@ var config = { }] }, options: { - maintainAspectRatio: false, - responsive: false +// maintainAspectRatio: false, +// responsive: false } }; @@ -138,6 +139,9 @@ var myChartNBRW = new Chart(ctx, config);