Donut Chart - How to reducte the data label pointer width ?
Hi, am using Pie chart. I want to reduce the width of the data label connecter and also i want to remove the space just before the data label value as shown in the following link.
https://docs.google.com/file/d/0B2Xipj7JTuYhdkctRHo3LWtHeTQ/edit?usp=sharing
My intention here is, to display the values(data labels) with in the area. Is there any way to decrease the connect width & remove the space before the value?
Or is there any other way to display the values within the charting area?
Thanks
To put the data labels inside the pie, see http://api.highcharts.com/highcharts#plotOptions.pie.dataLabels.distance
-
Sankar Kethineni commented
Now, It works fine by using pie data label properties. Thanks for the reply