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
Post a Comment