[UPDATE] graph colors

This commit is contained in:
iAmShorty 2014-03-01 11:54:50 +01:00
parent f79cbc6c1e
commit 872661704d

View File

@ -23,6 +23,8 @@ $(function () {
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'],
pointSize: 2,
lineColors: ['#2D9C2F','#D58665','#2D619C','#FF0000'],
pointFillColors: ['#FFFFFF'],
hideHover: 'auto',
resize: true
});