Highcharts x axis label text wrapping lost on setting label step
问题 I have a problem with the Highcharts label wrapping on the X axis .It is lost on setting the label step property as shown in the links below Correct: http://jsfiddle.net/Bimal/45Lp3/ Incorrect: http://jsfiddle.net/ahwmv/ $(function () { $('#container').highcharts({ chart: { }, xAxis: { categories: ['Apple Orange: PineApple Mango Grapes (% of Sales)', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], labels: { step: 1 } }, series: [{ data: [29.9, 71.5, 106.4, 129.2,