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