Closed jpmarindiaz closed 5 years ago
Solution:
... plotOptions: { pie: { allowPointSelect: true, cursor: 'pointer', dataLabels: { style: { width: '100px' }, enabled: true, color: '#000000', maxStaggerLines:1, connectorColor: '#000000', format: '<b>{point.name}</b>: {point.percentage:.1f} %' }, }
https://stackoverflow.com/questions/18329478/highcharts-pie-chart-how-to-set-labels-in-two-lines/18332595 http://jsfiddle.net/Fusher/fSjnD/1/
Solution:
https://stackoverflow.com/questions/18329478/highcharts-pie-chart-how-to-set-labels-in-two-lines/18332595 http://jsfiddle.net/Fusher/fSjnD/1/