Interface FunctionPlotOptionsAxis

Hierarchy

  • FunctionPlotOptionsAxis

Properties

domain?: [number, number]

Initial ends of the axis

grid?: boolean

True to display a grid.

invert?: boolean

True to invert the direction of the axis

label?: string

The label to display next to the axis

position?: "left" | "bottom" | "sticky"

The position of the axis

  • sticky: The axis will be in the center.
  • left: The axis will be positioned on the left side. (Only for the yAxis)
  • bottom: The axis will be positioned at the bottom. (Only for the xAxis)

Default values:

  • xAxis: bottom
  • yAxis: left
type?: "linear" | "log"

The type of axis

Generated using TypeDoc