increase spacing in pie chart title in high chart
yAxis: {
offset: 30,
opposite: false,
title: {
align: 'high',
offset: 0,
useHTML: true,
text: 'y axis',
rotation: 0,
y: -10,
x: 48
}
},