NVD3 - configuring ticks on axis
问题 I have a nvd3 line chart which displays a time series and can't get the ticks on the x axis right. For longer time spans, it works as expected. But for shorter time spans (here: 12/31/05 to 01/01/06), the same date is displayed for multiple ticks: Please have a look at the code for this chart on JSFiddle I want the chart to only display ticks at data points, and not in between. Is that possible with a line chart? From my understanding, it is possible with d3, but I can't figure out if this