Hierarchy

Properties

label?: string

Optional series label

lineProps?: Pick<SVGProps<SVGPathElement>, "stroke" | "strokeDasharray" | "strokeWidth">

Props allowing customization of the line's stroke, strokeDasharray, and strokeWidth.

metric: string | Metric

Metric represented in the series.

region: Region

Region represented in the series.

type: LINE

SeriesLine is represented as a line chart.

Generated using TypeDoc