Interface: ErrorBarOptions
Defined in: layers/errorbar.ts:11
Properties
band?
optional band?: boolean;Defined in: layers/errorbar.ts:29
Fill a shaded band between the low/high y bounds. Default false.
bandOpacity?
optional bandOpacity?: number;Defined in: layers/errorbar.ts:31
Band fill opacity. Default 0.2.
capSize?
optional capSize?: number;Defined in: layers/errorbar.ts:25
Cap length in CSS px (0 hides caps). Default 6.
color?
optional color?: string | Color;Defined in: layers/errorbar.ts:21
name?
optional name?: string;Defined in: layers/errorbar.ts:34
renderType?
optional renderType?: RenderType;Defined in: layers/errorbar.ts:33
Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".
whiskers?
optional whiskers?: boolean;Defined in: layers/errorbar.ts:27
Draw I-beam whiskers. Default true.
width?
optional width?: number;Defined in: layers/errorbar.ts:23
Whisker/cap thickness in CSS px. Default 1.5.
x
x: ArrayLike<number>;Defined in: layers/errorbar.ts:12
xerr?
optional xerr?: ErrInput;Defined in: layers/errorbar.ts:20
Symmetric x error (half-width). Scalar or per-point.
y
y: ArrayLike<number>;Defined in: layers/errorbar.ts:13
yAxis?
optional yAxis?: string;Defined in: layers/errorbar.ts:35
yerr?
optional yerr?: ErrInput;Defined in: layers/errorbar.ts:15
Symmetric y error (half-height). Scalar or per-point.
yerrHigh?
optional yerrHigh?: ErrInput;Defined in: layers/errorbar.ts:18
yerrLow?
optional yerrLow?: ErrInput;Defined in: layers/errorbar.ts:17
Asymmetric y error below/above y (overrides yerr).