Function 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

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation.

    Returns Axis<Domain>