BottomTimeAxis - Ledragon/ldd3 GitHub Wiki

Module "src/axes/BottomTimeAxis"

Class BottomTimeAxis

Constructor

Usage:

new BottomTimeAxis(container: Selection<any, any, any, any>, _width: number, _height: number)

Parameters:

  • container - Selection<any, any, any, any>:
  • _width - number:
  • _height - number:

Return type: BottomTimeAxis

domain

Usage:

domain(value: )

Parameters:

  • value - :

Return type: BottomTimeAxis<T>

format

Usage:

format(value: string)

Parameters:

  • value - string:

Return type: BottomTimeAxis<T>

scale

Usage:

scale(value: Date)

Parameters:

  • value - Date:

Return type: number