Skip to content

Interface: PolarScatterOptions

Defined in: polar/polar.ts:54

Properties

color?

ts
optional color?: string | Color;

Defined in: polar/polar.ts:57


labels?

ts
optional labels?: ArrayLike<string>;

Defined in: polar/polar.ts:60

Optional per-point labels (one per point), shown as the title of the click-pinned info box.


r

ts
r: ArrayLike<number>;

Defined in: polar/polar.ts:56


renderType?

ts
optional renderType?: RenderType;

Defined in: polar/polar.ts:62

Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".


size?

ts
optional size?: number;

Defined in: polar/polar.ts:58


theta

ts
theta: ArrayLike<number>;

Defined in: polar/polar.ts:55

MIT licensed. WebGL2 required.