Interface MetricSparklinesProps

Hierarchy

Properties

barWidth?: number

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

Default

2

dateFrom?: Date

Earliest date to be displayed. If undefined, the earliest data point is displayed.

dateTo?: Date

Last date to be displayed. If undefined, the last data point is displayed.

height?: number

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

Default

50

metricBarChart: string | Metric

Metric represented by the sparkline's bar chart.

metricLineChart: string | Metric

Metric represented by the sparkline's line chart.

region: Region

Region represented by the sparkline.

width?: number

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

Default

150

Generated using TypeDoc