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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -