In highcharts is it possible to display the legend in two columns, stacked vertically?
I\'m trying to work out the best way of displaying the legend items, at the mo
Maybe you could use the "labelFormater" of the legend.
http://api.highcharts.com/highcharts#legend.labelFormatter
Then you could create a table and arrange the legend text as you wnat.
Have a look at the example on the documentation page.