HeatMap.setParameter() method

Set the rendering parameters of bar chart visualization.

Signature:

setParameter(name: string, value: any): void;

Parameters

ParameterDescription
nameThe parameter name. It can be either "points", "width", "height", or "gridSize".
valueThe value of the parameter. Its data type and value range depend on the specific parameter.

Returns:

void