score:14

Accepted answer

In addition to specifying the alignment of the legend, you can also offset it using x and y offsets. For instance, in your case you could move it down a bit like this:

 legend: {
        enabled: true,
        floating: true,
        verticalAlign: 'bottom',
        align:'right',
        y:40
    },

http://jsfiddle.net/kqvNJ/

The other legend options are specified here: http://api.highcharts.com/highcharts#legend.y


Related Query

More Query from same tag