From 872661704dbea4037f442c18ed68ae98fce1c819 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Sat, 1 Mar 2014 11:54:50 +0100 Subject: [PATCH] [UPDATE] graph colors --- .../bootstrap/statistics/blocks/block_shares_graph.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl b/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl index ba2f601f..b174fc87 100644 --- a/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl +++ b/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl @@ -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 });