highcharts - How to place x axis labels on top of horizontal bar chart -


current chart

desired chart

does know accomplish this? don't want go divs.

thank you!

you can set offset x axis label using following options of xaxis property.

labels: {            x : 25,            y : -25,            align: 'left'         } 

working fiddle created here - http://jsfiddle.net/sherin81/dtcln8sm/


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -