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