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 }],