Legend spacing
Hi,
I've few concern about legends.
For legend size, you have 2 property,
1) width
We can set width as pixel (or) percentage.
2) maxHeight
We can set maxHeight of legend as pixel.
Now, check the example below,
https://jsfiddle.net/nubr17ty/1
Setting width as percentage (30%) helps the chart to have enough space for plot area.
But look at the example below,
https://jsfiddle.net/nubr17ty/2
Here unnecessarily legends are occupying 30% of space as the legend name is very small.
1) Do you have any property to set maxWidth (as you have maxHeight) ?
If we set the maxWidth, we can solve the above issue. I mean legend will not take fixed 30% for all the Charts. Only the upper limit size is 30%
2) Is there any way to set height as percentage (as we can do for width) ?