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