How can I help you?
Events in JavaScript HeatMap chart control
This section describes the HeatMap chart control event, which occurs when the required actions are performed.
cellClick
When you click on a HeatMap cell, the cellClick event is triggered. To know more about arguments of this event, refer here.
cellDoubleClick
When you double click on a HeatMap cell, the cellDoubleClick event is triggered. To know more about arguments of this event, refer here.
cellRender
The cellRender event will be triggered before each HeatMap cell is rendered. To know more about arguments of this event, refer here.
cellSelected
When single or multiple cells in the HeatMap are selected, the cellSelected event is triggered. To know more about arguments of this event, refer here.
created
Once HeatMap has been completely rendered, the created event is triggered.
legendRender
The legendRender event is triggered before the legend is rendered. To know more about arguments of this event, refer here.
load
The load event is triggered before the HeatMap is rendered. To know more about arguments of this event, refer here.
loaded
Once HeatMap is loaded, the loaded event is triggered. To know more about arguments of this event, refer here.
resized
When the window is resized, the resized event is triggered to notify the resize of the HeatMap. To know more about arguments of this event, refer here.
tooltipRender
The tooltipRender event is triggered before the tooltip is rendered on the HeatMap cell. To know more about arguments of this event, refer here.