Skip to content

Interface: ErrorBarData

Defined in: layers/errorbar.ts:39

New positions/errors for ErrorBarLayer.setData (styling stays fixed).

Properties

x

ts
x: ArrayLike<number>;

Defined in: layers/errorbar.ts:40


xerr?

ts
optional xerr?: ErrInput;

Defined in: layers/errorbar.ts:45


y

ts
y: ArrayLike<number>;

Defined in: layers/errorbar.ts:41


yerr?

ts
optional yerr?: ErrInput;

Defined in: layers/errorbar.ts:42


yerrHigh?

ts
optional yerrHigh?: ErrInput;

Defined in: layers/errorbar.ts:44


yerrLow?

ts
optional yerrLow?: ErrInput;

Defined in: layers/errorbar.ts:43

MIT licensed. WebGL2 required.