Interface: QuiverOptions
Defined in: layers/quiver.ts:8
Properties
color?
optional color?: string | Color;Defined in: layers/quiver.ts:17
colorBy?
optional colorBy?: {
colormap?: ColormapSpec;
domain?: Range;
values?: ArrayLike<number>;
};Defined in: layers/quiver.ts:23
Color each arrow by a value (default: its magnitude) through a colormap.
colormap?
optional colormap?: ColormapSpec;domain?
optional domain?: Range;values?
optional values?: ArrayLike<number>;headSize?
optional headSize?: number;Defined in: layers/quiver.ts:21
Arrowhead length in CSS px. Default 9.
name?
optional name?: string;Defined in: layers/quiver.ts:30
renderType?
optional renderType?: RenderType;Defined in: layers/quiver.ts:29
Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".
scale?
optional scale?: number;Defined in: layers/quiver.ts:16
Multiplier applied to (u,v) in data units. Default auto-fits the field.
u
u: ArrayLike<number>;Defined in: layers/quiver.ts:13
Vector components at each anchor.
v
v: ArrayLike<number>;Defined in: layers/quiver.ts:14
width?
optional width?: number;Defined in: layers/quiver.ts:19
Shaft thickness in CSS px. Default 1.5.
x
x: ArrayLike<number>;Defined in: layers/quiver.ts:10
Arrow anchor positions (data space).
y
y: ArrayLike<number>;Defined in: layers/quiver.ts:11
yAxis?
optional yAxis?: string;Defined in: layers/quiver.ts:31