I am using highcharts and I am trying to display some exxtra space between legend items for example the legend should look like
school teacher
tennis basketball football
paper pen
so basically some extra space like item grouping. Does anyone know is this possible to do?
I am using highcharts and I am trying to display some exxtra space between legend items for example the legend should look like
school teacher
tennis basketball football
paper pen
so basically some extra space like item grouping. Does anyone know is this possible to do?
Share Improve this question edited Oct 31, 2013 at 18:24 tshepang 12.5k25 gold badges97 silver badges139 bronze badges asked Aug 22, 2012 at 8:50 user1573406user1573406 311 silver badge4 bronze badges1 Answer
Reset to default 11You can provide margin between two legend items in Legend options.
Try:
legend: {
..// other options
itemMarginTop: 5,
itemMarginBottom: 5
}
Read more: http://api.highcharts./highcharts#legend.padding