Interface BaseBarChartProps

Hierarchy

  • BaseBarChartProps

Properties

barWidth?: number

Width of each bar.

Default

2

timeseries: Timeseries<number>

Timeseries used to draw the bar 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