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

后端 未结 1 917
遇见更好的自我
遇见更好的自我 2021-01-20 23:19

Current Chart

\"\"

Desired Chart

1条回答
  •  孤街浪徒
    2021-01-20 23:57

    You can set the offset for x axis label by using the following options of xAxis property.

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

    Working fiddle created here - http://jsfiddle.net/sherin81/dtcLn8sm/

    0 讨论(0)
提交回复
热议问题