timer.restart()

timer.restart(callback[, delay[, time]]) Restart a timer with the specified callback and optional delay and time. This is equivalent to stopping this timer and creating a new timer with the specified arguments, although this timer retains the original invocation priority.

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.rangeRound()

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

time.invert()

time.invert(value) See continuous.invert.

time.range()

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

time.clamp()

time.clamp(clamp) See continuous.clamp.

time.interpolate()

time.interpolate(interpolate) See continuous.interpolate.

time.domain()

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

tile.size()

tile.size([size]) If size is specified, sets this tile layout’s size to the specified two-element array of numbers [width, height] and returns this tile layout. If size is not specified, returns the current layout size. This is a convenience method equivalent to setting the extent to [[0, 0], [width, height]].

time()

time(value) See continuous.