Interface: AreaSeries
Defined in: plot.ts:130
One series in a stacked area chart.
Properties
color?
ts
optional color?: string;Defined in: plot.ts:132
name?
ts
optional name?: string;Defined in: plot.ts:133
y
ts
y: ArrayLike<number>;Defined in: plot.ts:131