Skip to content

Interface: BarSeries

Defined in: plot.ts:96

One series in a grouped/stacked bar chart.

Properties

color?

ts
optional color?: string;

Defined in: plot.ts:99


name?

ts
optional name?: string;

Defined in: plot.ts:100


y

ts
y: ArrayLike<number>;

Defined in: plot.ts:98

Value per category (parallel to the shared x positions).

MIT licensed. WebGL2 required.