javascript - Display legend items in two columns highcharts -


in highcharts possible display legend in 2 columns, stacked vertically?

i'm trying work out best way of displaying legend items, @ moment have legend items stacked on top of each other.

there maximum of 4 series on chart.

i'm not sure how approach this, see option of usehtml can't seem find examples of html.

http://jsbin.com/oyicuc/9/edit

any advice helpful, thanks.

have tried use itemwidth parameter?

please take @

http://jsfiddle.net/b9l2b/1266/

 legend: {     width: 200,     itemwidth: 100 }, 

http://api.highcharts.com/highcharts#legend.itemwidth

edit:

http://jsbin.com/oyicuc/31/

width:600,         itemwidth:300,         itemstyle: {           width:280         } 

http://api.highcharts.com/highstock#legend.itemstyle


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -