Function 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

    Parameters

    • scale: AxisScale<Domain>

      The scale to be used for axis generation.

    Returns Axis<Domain>