diff --git a/templates/bootstrap/statistics/graphs/default.tpl b/templates/bootstrap/statistics/graphs/default.tpl index 2b4c2699..679b6885 100644 --- a/templates/bootstrap/statistics/graphs/default.tpl +++ b/templates/bootstrap/statistics/graphs/default.tpl @@ -16,12 +16,13 @@ $(function () { xkey: 'time', ykeys: ['hashrate'], labels: ['Hashrate'], - pointSize: 2, + pointSize: 1, hideHover: 'auto', resize: true, fillOpacity: 1.00, lineColors: ['#24A665'], - pointFillColors: ['#FFFFFF'], + pointFillColors: ['#24A665'], + pointStrokeColors: ['#24A665'] }); } if ($(e.target).attr('href') == '#pool' && $('#pool-area-chart').html().length == 0) { @@ -32,12 +33,13 @@ $(function () { xkey: 'time', ykeys: ['hashrate'], labels: ['Hashrate'], - pointSize: 2, + pointSize: 1, hideHover: 'auto', resize: true, fillOpacity: 1.00, lineColors: ['#24A665'], - pointFillColors: ['#FFFFFF'], + pointFillColors: ['#24A665'], + pointStrokeColors: ['#24A665'] }); } }); @@ -54,12 +56,10 @@ $(function () {