Skip to content

Documentation / @ripl/charts / TrendChartAreaSeriesOptions

Interface: TrendChartAreaSeriesOptions<TData> ​

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

Series options for area-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
filledboolean--charts/src/charts/trend.ts:97
idstring-BaseTrendChartSeriesOptions.idcharts/src/charts/trend.ts:82
labelstring | (item) => string-BaseTrendChartSeriesOptions.labelcharts/src/charts/trend.ts:86
type"area"BaseTrendChartSeriesOptions.type-charts/src/charts/trend.ts:96
valuenumber | keyof TData | (item) => number-BaseTrendChartSeriesOptions.valuecharts/src/charts/trend.ts:85