Hello,
I'm using the Kendo Charts with a category axis to provide additional labels to our charts. I'm attempting to push the labels to the top of the graph using the padding attribute on the labels and that's working fine when the chart starts at 0.
However, once the chart goes into negative values this offset is no longer working. It appears that the padding is being applied at the position of the 0 line rather than the base of the chart.
Is there a way to calculate or determine where that 0 axis line is located to adjust the offset appropriately?
http://dojo.telerik.com/Alele/2
Thanks