From ba0739c87c743d4e20c60872f46a3f8e7faddc73 Mon Sep 17 00:00:00 2001 From: stoffu Date: Tue, 10 Sep 2019 18:43:07 +0900 Subject: [PATCH] further fixes with offsetting --- aeon-1.html | 2 +- aeon-bc-size-1.html | 3 ++- aeon-block-reward-1.html | 2 +- aeon-block-size-1.html | 3 ++- aeon-block-time-1.html | 3 ++- aeon-coin-supply-1.html | 7 +------ aeon-config.js | 7 +++++++ aeon-nonce-1.html | 3 ++- aeon-ring-size-1.html | 3 ++- aeon-tx-per-day-1.html | 3 ++- js/bc-size.js | 9 ++++++--- js/block-reward.js | 7 ++++--- js/block-size.js | 7 ++++--- js/block-time.js | 5 +++-- js/coin-supply.js | 7 ++++--- js/diff.js | 7 ++++--- js/nonce.js | 7 ++++--- js/ring-size.js | 5 +++-- js/tx-per-day.js | 5 +++-- monero-1.html | 2 +- monero-bc-size-1.html | 3 ++- monero-block-reward-1.html | 2 +- monero-block-size-1.html | 3 ++- monero-block-time-1.html | 3 ++- monero-coin-supply-1.html | 7 +------ monero-config.js | 7 +++++++ monero-nonce-1.html | 3 ++- monero-ring-size-1.html | 3 ++- monero-tx-per-day-1.html | 3 ++- 29 files changed, 79 insertions(+), 52 deletions(-) diff --git a/aeon-1.html b/aeon-1.html index 28319ad..9286e67 100644 --- a/aeon-1.html +++ b/aeon-1.html @@ -25,7 +25,7 @@ var chart = get_chart([].concat( chartData_10, chartData_11, -), aeon_config); +), aeon_config, aeon_offset_1); function toggleLogScale() { chart.valueAxes[0].logarithmic = document.getElementById("log_scale").checked; diff --git a/aeon-bc-size-1.html b/aeon-bc-size-1.html index f05dfb2..f2025dc 100644 --- a/aeon-bc-size-1.html +++ b/aeon-bc-size-1.html @@ -18,13 +18,14 @@ + + + + + + + + + + + +