Hierarchy

Properties

barWidth?: number

Width of each bar of the sparkline's bar chart.

Default

2

height?: number

Height of the sparkline component, which includes both the line and the bars.

Default

50

maxValue?: number

Maximum value on the y-axis.

minValue?: number

Minimum value on the y-axis.

Default

0

timeseriesBarChart: Timeseries<number>

Timeseries used to draw the bar chart.

timeseriesLineChart: Timeseries<number>

Timeseries used to draw the line chart.

width?: number

Width of the sparkline component, which includes both the line and the bars.

Default

150

Generated using TypeDoc