On mobile, wrap long labels into a more readable format
Using useHTML:true,
it overflows, without it i have ellipsis.
Ive been reading through older issues but i cant seem to find a solution.
This older isue (jun/2017) is pretty much close to what im experiencing: Cannot disable Pie dataLabels text-ellipsis functionality https://github.com/highcharts/highcharts/issues/6841#issuecomment-309437879)
But i cant find/reproduce a solution.
Any help greatly appreciated.
https://jsfiddle.net/wxy0292h/
Highcharts JS v6.0.0 (2017-10-04)
Chrome
Below are some screenshots of production
This was without expliciting size
under plotOptions/pie
Thanks for reporting! With the fix, you can set dataLabels.style.textOverflow
to clip
to enable word-wrap: https://jsfiddle.net/highcharts/wxy0292h/15/
Most helpful comment
Thanks for reporting! With the fix, you can set
dataLabels.style.textOverflow
toclip
to enable word-wrap: https://jsfiddle.net/highcharts/wxy0292h/15/