Wording on graph

This commit is contained in:
Will Bradley 2013-10-02 05:01:30 -07:00
parent 0eeaddabd7
commit 75da7ffb6a

View File

@ -18,7 +18,10 @@ $(function() {
chart: { chart: {
type: 'area' type: 'area'
}, },
title: null, title: {
style : { fontSize: '10px' },
text: "Numbers for Most Recent Month Greater Than They Appear"
},
xAxis: { xAxis: {
type: 'datetime' type: 'datetime'
}, },