[UPDATE] fixed pool graphs
This commit is contained in:
parent
1f6025a511
commit
c9801dac2e
@ -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'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user