block by wboykinm 34627426d84f3242e0e6ecb2339e9065

Custom Time Format

Full Screen

The date tick format shown here is a multi-scale tick format, meaning that it formats times differently depending on the time. For example, the start of February is formatted as “February”, while February second is formatted as “Feb 2”. This formatter must be implemented differently in D3 V4 now that the multi-format method has been deprecated. You can create your own custom multi-scale time format programatically, using the conditional handling example here.

index.html