I have a Highcharts chart with multiple series and a datetime
x-axis. I have the chart configured to show labels for each year using tickInterval
. This works with line charts but does not work for bar/column charts.
jsFiddle showing how this works with line charts: line chart
jsFiddle showing how this does NOT work with column charts: column chart
As you can see in the second fiddle, when chart type is 'column' only a few ticks (2005, 2010, and 2015) are displayed instead of 2003-2013 as expected.