Interface LineIntervalChartProps

Hierarchy

  • LineIntervalChartProps

Properties

intervals: LineInterval[]

Array of LineInterval items defining the intervals on the y-axis, on which the line is rendered with the specified color.

timeseries: Timeseries<number>

Timeseries used to draw the line chart.

topIntervalOffset?: number

Offset of the y-axis, to pad the highest point on the chart.

Default

5

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