Warning
Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.
HeatmapProperties¶
Type Alias HeatmapPropertiesExperimental
enabled?: boolean;
name?: string;
position?: number[];
size?: number[];
strength?: number[];
transform?:
| Float32Array
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
}
Type declaration
Optional
enabled?: booleanWhether this dataset should be included in the density calculation.
Optional
name?: stringOptional. Name of the heatmap.
Optional
position?: number[]Position of data points. Each set of three consecutive values is interpreted as x, y and z coordinates of a data point.
Optional
size?: number[]Optional. Per-point range modifier. Can be used to manipulate the reach of a data point, e.g. scaled by significance.
Optional
strength?: number[]Optional. Per-point maximum density modifier. Can be used to manipulate the density at the center of a data point, e.g. scaled by significance.
Optional
transform?:
| Float32Array
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
]Model matrix, can be used to match geometry transformations.
Experimental. May be changed in the future without notice.
Example curve for visualization of terms below: