Interface SeriesChartProps

Hierarchy

  • SeriesChartProps

Properties

series: Series

Series represented by the chart.

timeseries: Timeseries<number>

Timeseries corresponding to the series.

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