Hello team!
First of all, we have been very happy with our purchase of your product! It is very intuitive, and it has really helped with our development. Back to the main purpose of this post, there seems to be an issue with the automatic axis label generation when dealing with datetime axes. Here is the jsfiddle: http://jsfiddle.net/y7r5ae5q/4/
In the first chart, the datetime axis labels are overlapping each other. This occurs when the data points’ date values are very near each other. In the second chart, we tried supplying another data point, and the number of axis labels generated was way better. There are just too many axis labels generated if there are only two data points that are close to each other in terms of value in a datetime axis.
This is hardly a critical or app breaking bug, but it makes the chart look weird in that very uncommon condition. Hope this minor bug gets fixed! Thanks!