简体   繁体   中英

Highcharts xAxi title how left-aligned?

I want it to appear to the left of the title so long padding。
Examples: http://jsfiddle.net/fFux3/

title: { enabled: true, align: "low", offset :0, x : 120, text: 'Custom with <b>simple</b> <i>markup</i>', style: { fontWeight: 'normal' } }

remove

offset: 0

that is causing the issue, here I've updated the fiddle http://jsfiddle.net/fFux3/1/

I hope this will help you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM