Documentation

This page documents the functionality of Heat.js, including its parameters, usage examples, and expected outputs. It serves as a reference for developers to implement and troubleshoot effectively.

Zooming

Explore this complete list of Heat.js binding options to easily set up, customize, and update your zoom settings on the fly.

Example

$heat.updateBindingOptions( "heat-map", {
    "zooming": {
        "enabled": true
    }
} );

Options

Type:Name:Description:
booleanenabledStates if zooming is enabled (defaults to false).
numberdefaultLevelStates the default zoom level (defaults to 0).
numbermaximumLevelStates the maximum zoom level (defaults to 0, which disables it).
booleanshowCloseButtonStates if the close button should be shown (defaults to true).
booleanshowResetButtonStates if the reset button should be shown (defaults to false).
booleanshowToolTipsStates if the tooltips should be shown for the buttons (defaults to true).