Interface: ContourFilledOptions
Defined in: charts/fields.ts:172
A grid of scalar values sampled at the nodes of a regular lattice.
Extends
Properties
colormap?
optional colormap?: ColormapSpec;Defined in: charts/fields.ts:175
cols
cols: number;Defined in: charts/fields.ts:22
Inherited from
domain?
optional domain?: Range;Defined in: charts/fields.ts:177
Value range mapped to the colormap. Defaults to the level span.
extent
extent: {
x: Range;
y: Range;
};Defined in: charts/fields.ts:24
x
x: Range;y
y: Range;Inherited from
levels?
optional levels?: number | number[];Defined in: charts/fields.ts:174
Explicit band boundaries, or a count of evenly spaced bands. Default 8.
lineColor?
optional lineColor?: string;Defined in: charts/fields.ts:182
lines?
optional lines?: boolean;Defined in: charts/fields.ts:181
Also stroke the band boundaries. Default false.
name?
optional name?: string;Defined in: charts/fields.ts:184
Series name — used as the colorbar caption.
opacity?
optional opacity?: number;Defined in: charts/fields.ts:179
Fill opacity, 0..1. Default 1.
renderType?
optional renderType?: RenderType;Defined in: charts/fields.ts:185
rows
rows: number;Defined in: charts/fields.ts:23
Inherited from
values
values: ArrayLike<number>;Defined in: charts/fields.ts:21
Row-major, length cols * rows; row 0 is at the bottom of extent.y.
Inherited from
yAxis?
optional yAxis?: string;Defined in: charts/fields.ts:186