I've created this pie chart: http://jsfiddle.net/r9wtfwzy/.
The size of elements is the way I want, but the spacement is too big.
I tried changing margins:
marginTop:-150, marginBottom:0,
But it whether approaches the title or the legend,it depends on which margin I change.
- If reduce the height, the chart decreases.
- If I change the size (e.g. 200%) in plotOptions, when there is less itens in the legend the chart gets too big, as you can see below.

I don't know what else to do.