From 75da7ffb6ae5d105255fa8e6182b6a00f22a584a Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 2 Oct 2013 05:01:30 -0700 Subject: [PATCH] Wording on graph --- app/views/payments/index.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/payments/index.html.erb b/app/views/payments/index.html.erb index 7e11c55..8eb73d1 100644 --- a/app/views/payments/index.html.erb +++ b/app/views/payments/index.html.erb @@ -18,7 +18,10 @@ $(function() { chart: { type: 'area' }, - title: null, + title: { + style : { fontSize: '10px' }, + text: "Numbers for Most Recent Month Greater Than They Appear" + }, xAxis: { type: 'datetime' },