How can I set the alignment for individual axis labels in highcharts? -


i ability set different text alignment first , last labels on x axis. labels in between, labels center aligned.

|______________________________________________________| |          |          |          |          |          | jun 2    jun 3      jun 4      jun 5      jun 6    jun 7 

in example above

  • the first tick (jun 2) left aligned
  • the last tick (jun 7) right aligned
  • all ticks in between center aligned

from can see in documentation limited single align setting applies tick labels.

has found workaround this? missing something?

you can set overflow parameter 'justify'

labels:{     overflow: 'justify' } 

example: http://jsfiddle.net/sbochan/0aq6o5vv/1/


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -