From b267da7b3749d4647ccc066133b095dc69e6ad70 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 28 Sep 2013 04:18:52 -0700 Subject: [PATCH] Style --- app/views/payments/index.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/payments/index.html.erb b/app/views/payments/index.html.erb index 081f693..7e11c55 100644 --- a/app/views/payments/index.html.erb +++ b/app/views/payments/index.html.erb @@ -31,10 +31,12 @@ $(function() { } }, { // Secondary yAxis title : { - text: "Members" + text: "Members", + style: { color: '#8bbc21' } }, labels: { - format: '{value}' + format: '{value}', + style: { color: '#8bbc21' } }, opposite: true }],