i want the default x Axis Time Scale like in this exmaple from Bostock. https://bl.ocks.org/mbostock/431a331294d2b5ddd33f947cf4c81319
How can i change the ticks at the x Axis by Zooming. So i want that at the first that there are years on the X axis for exmaple ( "2006", "2007",...). This is okay. But when i zoom the ticks changes to ("2006, "April", "July", "October", "2007"). This is what i dont want. I want there are all 12 Months and not only "April", "July", "October". When i continue zooming the there are all 12 Months. This is okay.
My Question is how can i disable that "April", "July", "October" is shown at the x Axis.