add an 'above' y-axis title align option
A standard way of displaying the title of a vertical axis is horizontally above the axis labels (see http://dl.dropbox.com/u/2179993/axis_top_chart.png). The only way to achieve this currently with Highcharts is to rotate the title and manually position the it using the 'margin', 'x', and 'y' axis title properties. It would be useful if this positioning could be calculated internally, and specified by an additional option to the 'align' property.
-
Ryan Lynch commented
Yes something like that. Thanks for responding so quickly.
-
Something like this? http://jsfiddle.net/highcharts/DsuDz/
-
Ryan Lynch commented
The link to the chart image is picking up the ')' at the end, so: http://dl.dropbox.com/u/2179993/axis_top_chart.png