can I make radial labels on highcharts? -


i'm trying generate donuts highchart, running can't find way make labels rotate in radial way.
i've tried:

datalabels:  {     rotate = 'auto' } 

but no lucky
nothing documented on highcharts api http://api.highcharts.com/highcharts

is possible or i'm dreaming?

unfortunately option not supported, can try use http://api.highcharts.com/highcharts#yaxis.labels.formatter , usehtml, use own css styles prepare correct rotation.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -