Consider a demo project :
https://jsfiddle.net/zs9uq7xf
Here, Ordinal is set to true and it is with breaks.
But candles are not well-placed as they used be when not using breaks.
So, is not it a bug that they are not well placed when using x.breaks?
If it is not a bug, then this thing should be properly documented in highcharts.
Solving by groupPadding and pointPadding is understandable. But is not it possible to have beautiful chart by default when graph is loaded when using ordinal set to true and with breaks?
Also, by last answer to explain x axis units with regards to groupPadding and pointPadding is not still understandable to me.
If i put grouppadding or pointPadding to 0.4, to which relative to 0.4 is? I don't want to put any value in my source code without understanding how padding is calculated?