score:1

Accepted answer

I think the option you're looking for is tickInterval. The reason that your ticks aren't showing up the way you want is because you don't have a custom tickInterval defined and when you use datetime as your x-axis type it picks one for you.

Here's an example jsfiddle that forces the tickInterval to every 2 days.


Related Query

More Query from same tag