[UPDATE] fixed pool graphs
This commit is contained in:
parent
1f6025a511
commit
c9801dac2e
@ -20,7 +20,8 @@ $(function () {
|
|||||||
},
|
},
|
||||||
{/foreach}
|
{/foreach}
|
||||||
],
|
],
|
||||||
|
parseTime: false,
|
||||||
|
behaveLikeLine: true,
|
||||||
xkey: 'period',
|
xkey: 'period',
|
||||||
ykeys: ['Pool'],
|
ykeys: ['Pool'],
|
||||||
labels: ['Hashrate'],
|
labels: ['Hashrate'],
|
||||||
@ -43,7 +44,8 @@ $(function () {
|
|||||||
},
|
},
|
||||||
{/foreach}
|
{/foreach}
|
||||||
],
|
],
|
||||||
|
parseTime: false,
|
||||||
|
behaveLikeLine: true,
|
||||||
xkey: 'period',
|
xkey: 'period',
|
||||||
ykeys: ['Mine'],
|
ykeys: ['Mine'],
|
||||||
labels: ['Hashrate'],
|
labels: ['Hashrate'],
|
||||||
@ -71,7 +73,8 @@ $(function () {
|
|||||||
},
|
},
|
||||||
{/foreach}
|
{/foreach}
|
||||||
],
|
],
|
||||||
|
parseTime: false,
|
||||||
|
behaveLikeLine: true,
|
||||||
xkey: 'period',
|
xkey: 'period',
|
||||||
ykeys: ['Mine', 'Pool'],
|
ykeys: ['Mine', 'Pool'],
|
||||||
labels: ['Your Hashrate', 'Pool Hashrate'],
|
labels: ['Your Hashrate', 'Pool Hashrate'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user