Home > composition-plot > FastHeatMap
Signature:
declare class FastHeatMap
Constructor | Modifiers | Description |
---|---|---|
(constructor)(container) | Constructs a new instance of the FastHeatMap class |
Property | Modifiers | Type | Description |
---|---|---|---|
axesGroup | Selection<BaseType, {}, null, undefined> | ||
canvas | HTMLCanvasElement | ||
colorFn | ColorFn | ||
container | HTMLDivElement | ||
context | CanvasRenderingContext2D | ||
data | number[][] | ||
dataGroup | Selection<BaseType, {}, null, undefined> | ||
id | string | ||
imageData | ImageData | ||
img | HTMLImageElement | ||
imgContainer | HTMLDivElement | ||
margins | IMargins | ||
name | string | ||
opacityFn | OpacityFn | ||
svg | SVGSVGElement | ||
svgContainer | HTMLDivElement | ||
textColor | RGBColor | ||
xScale | ScaleLinear<number, number> | ||
yScale | ScaleLinear<number, number> |
Method | Modifiers | Description |
---|---|---|
drawAxes() | ||
drawMap() | ||
render() | ||
setColorFn(colorFn) | ||
setData(data) | ||
setOpacityFn(opacityFn) | ||
setScales() |