WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AxisContainerElement

AxisContainerElement: SVGSVGElement | SVGGElement

A helper type to alias elements which can serve as a container for an axis

Functions

axisBottom

  • Constructs a new bottom-oriented axis generator for the given scale, with empty tick arguments, a tick size of 6 and padding of 3. In this orientation, ticks are drawn below the horizontal domain path.

    Type parameters

    • Domain

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation

    Returns Axis<Domain>

axisLeft

  • Constructs a new left-oriented axis generator for the given scale, with empty tick arguments, a tick size of 6 and padding of 3. In this orientation, ticks are drawn to the left of the vertical domain path.

    Type parameters

    • Domain

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation

    Returns Axis<Domain>

axisRight

  • Constructs a new right-oriented axis generator for the given scale, with empty tick arguments, a tick size of 6 and padding of 3. In this orientation, ticks are drawn to the right of the vertical domain path.

    Type parameters

    • Domain

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation

    Returns Axis<Domain>

axisTop

  • Constructs a new top-oriented axis generator for the given scale, with empty tick arguments, a tick size of 6 and padding of 3. In this orientation, ticks are drawn above the horizontal domain path.

    Type parameters

    • Domain

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation

    Returns Axis<Domain>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc