[UPDATE] graph colors
This commit is contained in:
parent
f79cbc6c1e
commit
872661704d
@ -23,6 +23,8 @@ $(function () {
|
|||||||
ykeys : ['estShares', {if $USEBLOCKAVERAGE}'avgShares', {/if}{if $GLOBAL.config.payout_system == 'pplns'}'pplnsShares', {/if} 'actShares'],
|
ykeys : ['estShares', {if $USEBLOCKAVERAGE}'avgShares', {/if}{if $GLOBAL.config.payout_system == 'pplns'}'pplnsShares', {/if} 'actShares'],
|
||||||
labels : ['Expected Shares', {if $USEBLOCKAVERAGE}'Average Shares', {/if}{if $GLOBAL.config.payout_system == 'pplns'}'PPLNS Shares',{/if} 'Actual Shares'],
|
labels : ['Expected Shares', {if $USEBLOCKAVERAGE}'Average Shares', {/if}{if $GLOBAL.config.payout_system == 'pplns'}'PPLNS Shares',{/if} 'Actual Shares'],
|
||||||
pointSize: 2,
|
pointSize: 2,
|
||||||
|
lineColors: ['#2D9C2F','#D58665','#2D619C','#FF0000'],
|
||||||
|
pointFillColors: ['#FFFFFF'],
|
||||||
hideHover: 'auto',
|
hideHover: 'auto',
|
||||||
resize: true
|
resize: true
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user