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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -