Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AxisProps

Index

Properties

Properties

Optional label

label: string

Axis label

scale

scale: ScaleLinear<number, number> | ScaleBand<any>

Scale to be used for the axis

Optional totalPoints

totalPoints: number

total x points to render if too crowded. Default is 25

type

type: "Top" | "Right" | "Bottom" | "Left"

Position to render the Axis

x

x: number

Axis x offset from the left side of the graph

y

y: number

Axis y offset form the bottom of the graph

Generated using TypeDoc