javascript - Highcharts JS: Gap between X-Axis labels is too thin -


the gap between labels in x-axis small, when scale window size , more labels can shown. highcharts engine calculates gap , set @ different break points gap of zero. labels touching each other , problem need solution.

i've testing , rotation of 90 degrees not problem.

type: 'datetime', labels: {     rotation: -90 } 

live on: jsfiddle.net/k5ckfh76/

labels: {     style: {         color: 'blue'     },     rotation: 90,     staggerlines: 2 } 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -