[UPDATE] fixed pool graphs

This commit is contained in:
iAmShorty 2014-03-01 14:24:13 +01:00
parent 1f6025a511
commit c9801dac2e

View File

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