time.tickFormat()

time.tickFormat([count[, specifier]]) time.tickFormat([interval[, specifier]]) Returns a time format function suitable for displaying tick values. The specified count or interval is currently ignored, but is accepted for consistency with other scales such as continuous.tickFormat. If a format specifier is specified, this method is equivalent to format. If specifier is not specified, the default time format is returned. The default multi-scale time format chooses a human-readable representatio

time.rangeRound()

time.rangeRound([range]) See continuous.rangeRound.

time.range()

time.range([range]) See continuous.range.

time.nice()

time.nice([count]) time.nice([interval[, step]]) Extends the domain so that it starts and ends on nice round values. This method typically modifies the scale’s domain, and may only extend the bounds to the nearest round value. See continuous.nice for more. An optional tick count argument allows greater control over the step size used to extend the bounds, guaranteeing that the returned ticks will exactly cover the domain. Alternatively, a time interval may be specified to explicitly set the t

time.invert()

time.invert(value) See continuous.invert.

time.interpolate()

time.interpolate(interpolate) See continuous.interpolate.

time.domain()

time.domain([domain]) See continuous.domain.

time.clamp()

time.clamp(clamp) See continuous.clamp.

time()

time(value) See continuous.

tile.wrap()

tile.wrap([wrap]) If wrap is specified, sets this tile layout’s wrapping option to the specified boolean value and returns this tile layout. If wrap is not specified, returns the current wrapping option, which defaults to true. wrap(true) If wrap is true, wrapping logic will be applied to tile address x values when the layout is evaluated. This will cause map tiles to be displayed in a periodic manner, going beyond longitude values between -180 and 180. wrap(false) If wrap is false, wrapping