Skip to content

Documentation / @ripl/charts / TrendChartLineSeriesOptions

Interface: TrendChartLineSeriesOptions<TData> ​

Defined in: charts/src/charts/trend.ts:101

Series options for line-type series within a trend chart.

Extends ​

Type Parameters ​

Type Parameter
TData

Properties ​

PropertyTypeOverridesInherited fromDefined in
color?string-BaseTrendChartSeriesOptions.colorcharts/src/charts/trend.ts:84
idstring-BaseTrendChartSeriesOptions.idcharts/src/charts/trend.ts:82
labelstring | (item) => string-BaseTrendChartSeriesOptions.labelcharts/src/charts/trend.ts:86
lineType?PolylineRenderer--charts/src/charts/trend.ts:103
type"line"BaseTrendChartSeriesOptions.type-charts/src/charts/trend.ts:102
valuenumber | keyof TData | (item) => number-BaseTrendChartSeriesOptions.valuecharts/src/charts/trend.ts:85