From c5e1522c51642c5003229c7ae8b9b2e993879c77 Mon Sep 17 00:00:00 2001 From: stoffu Date: Sat, 28 Jul 2018 12:11:53 +0900 Subject: [PATCH] fix balloon text --- aeon-coin-supply.html | 2 +- monero-coin-supply.html | 2 +- wownero-coin-supply.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aeon-coin-supply.html b/aeon-coin-supply.html index 29c2545..d7c57ac 100644 --- a/aeon-coin-supply.html +++ b/aeon-coin-supply.html @@ -59,7 +59,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", diff --git a/monero-coin-supply.html b/monero-coin-supply.html index 06fc74c..bac83f0 100644 --- a/monero-coin-supply.html +++ b/monero-coin-supply.html @@ -73,7 +73,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", diff --git a/wownero-coin-supply.html b/wownero-coin-supply.html index 7d934e3..13447bc 100644 --- a/wownero-coin-supply.html +++ b/wownero-coin-supply.html @@ -41,7 +41,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF",