From c9801dac2e2e6cf76ea1031bb7194263bc03e762 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Sat, 1 Mar 2014 14:24:13 +0100 Subject: [PATCH] [UPDATE] fixed pool graphs --- public/templates/bootstrap/statistics/graphs/default.tpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/templates/bootstrap/statistics/graphs/default.tpl b/public/templates/bootstrap/statistics/graphs/default.tpl index 3def6d11..1cef5077 100644 --- a/public/templates/bootstrap/statistics/graphs/default.tpl +++ b/public/templates/bootstrap/statistics/graphs/default.tpl @@ -20,7 +20,8 @@ $(function () { }, {/foreach} ], - + parseTime: false, + behaveLikeLine: true, xkey: 'period', ykeys: ['Pool'], labels: ['Hashrate'], @@ -43,7 +44,8 @@ $(function () { }, {/foreach} ], - + parseTime: false, + behaveLikeLine: true, xkey: 'period', ykeys: ['Mine'], labels: ['Hashrate'], @@ -71,7 +73,8 @@ $(function () { }, {/foreach} ], - + parseTime: false, + behaveLikeLine: true, xkey: 'period', ykeys: ['Mine', 'Pool'], labels: ['Your Hashrate', 'Pool Hashrate'],