Interface BaseLineChartProps

Hierarchy

  • BaseLineChartProps

Properties

Properties

timeseries: Timeseries<number>

Timeseries used to draw the line chart.

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