From 87bdd61fe92ac40e22347fd133e749cc213654f2 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 15 Jul 2014 08:57:39 +0200 Subject: [PATCH] [UPDATE] Removed noticable markers, removed both graph --- templates/bootstrap/statistics/graphs/default.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 () {
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/mine.tpl"} {include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/pool.tpl"} - {include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/both.tpl"}