ksiomelo
Posts: 1
Joined: Thu May 24, 2012 1:12 pm

How to fix the width for the legend box?

When there're many legend items, the legend box splits them into columns which is nice but in my case I have a small space to display it:
Legend items expand horizontally, occupying the space for the chart.
Legend items expand horizontally, occupying the space for the chart.
Screen Shot 2012-05-24 at 3.17.05 PM.png (24.01 KiB) Viewed 1077 times
Instead, I want to make the box to have FIX WIDTH (itemWidth doesn't affect the box width), or 1-column items, with eventually a scroll if the list of legend items is bigger.

I tried

Code: Select all

legend : { style: {width: "100px" } 
without success. What do you suggest?

Return to “Highcharts Usage”