Skip to content

Interface: Histogram

Defined in: stats/index.ts:3

Pure statistics helpers backing the histogram, box, and violin layers.

Properties

binWidth

ts
binWidth: number;

Defined in: stats/index.ts:7


centers

ts
centers: Float64Array;

Defined in: stats/index.ts:6


counts

ts
counts: Float64Array;

Defined in: stats/index.ts:5


edges

ts
edges: Float64Array;

Defined in: stats/index.ts:4

MIT licensed. WebGL2 required.