Zooming

Explore this complete list of basic 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).