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'],