Using the Highcharts library, I'm setting up charts with zooming/panning features.
If I create a type: 'datetime' xAxis and use reversed: true, I run into issues when trying to pan. It will immediately zoom all the way in whether I'm currently zoomed or not.
If I remove the reversed property, this issue does not occur. Has anyone else experienced this problem, or know where to look to fix it?
Here's a JSFiddle to display the issue. Use the Shift key to pan.
-
I've tried not using the reversed flag and sorting the data myself, but Highcharts throws an error if dates are not ascending it seems.