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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -