Interface: TricontourfOptions
Defined in: charts/tri.ts:223
Scattered sample points, with an optional ready-made mesh.
Extends
Properties
colormap?
ts
optional colormap?: ColormapSpec;Defined in: charts/tri.ts:226
domain?
ts
optional domain?: Range;Defined in: charts/tri.ts:227
levels?
ts
optional levels?: number | number[];Defined in: charts/tri.ts:225
lineColor?
ts
optional lineColor?: string;Defined in: charts/tri.ts:231
lines?
ts
optional lines?: boolean;Defined in: charts/tri.ts:230
Also stroke the band boundaries. Default false.
name?
ts
optional name?: string;Defined in: charts/tri.ts:232
opacity?
ts
optional opacity?: number;Defined in: charts/tri.ts:228
renderType?
ts
optional renderType?: RenderType;Defined in: charts/tri.ts:233
triangles?
ts
optional triangles?: ArrayLike<number>;Defined in: charts/tri.ts:22
Vertex indices, three per triangle. Computed by Delaunay when omitted.
Inherited from
x
ts
x: ArrayLike<number>;Defined in: charts/tri.ts:19
Inherited from
y
ts
y: ArrayLike<number>;Defined in: charts/tri.ts:20
Inherited from
yAxis?
ts
optional yAxis?: string;Defined in: charts/tri.ts:234
z
ts
z: ArrayLike<number>;Defined in: charts/tri.ts:224