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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -