Interface AxesTimeseriesProps

Hierarchy

  • AxesTimeseriesProps

Properties

axisBottomProps?: Omit<AxisBottomBaseProps, "scale">

The remaining AxisBottom props.

axisLeftProps?: Omit<AxisLeftProps, "scale">

The remaining AxisLeft props.

height: number

Height of y-axis.

xScale: ScaleTime<number, number, never>

d3-scale to convert between date points and pixel positions.

yScale: ScaleLinear<number, number, never>

d3-scale to convert between numerical points and pixel positions.

Generated using TypeDoc