fix balloon text

gh-pages
stoffu 6 years ago
parent 0b65e46bb2
commit c5e1522c51
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

@ -59,7 +59,7 @@ var chart = AmCharts.makeChart("chartdiv", {
"graphs": [{
"id": "g1",
"lineColor": "#cc9900",
"balloonText": "Reward: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"balloonText": "Supply: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"bullet": "round",
"bulletBorderAlpha": 1,
"bulletColor": "#FFFFFF",

@ -73,7 +73,7 @@ var chart = AmCharts.makeChart("chartdiv", {
"graphs": [{
"id": "g1",
"lineColor": "#cc9900",
"balloonText": "Reward: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"balloonText": "Supply: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"bullet": "round",
"bulletBorderAlpha": 1,
"bulletColor": "#FFFFFF",

@ -41,7 +41,7 @@ var chart = AmCharts.makeChart("chartdiv", {
"graphs": [{
"id": "g1",
"lineColor": "#cc9900",
"balloonText": "Reward: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"balloonText": "Supply: <b>[[value]]</b>\nHeight: <b>[[height]]</b>",
"bullet": "round",
"bulletBorderAlpha": 1,
"bulletColor": "#FFFFFF",

Loading…
Cancel
Save