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.

Side Menu

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

Example

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

Options

Type:Name:Description:
booleanenabledStates if the side menu is enabled (defaults to true).
booleanshowToolTipsStates if the tooltips should be shown (defaults to true).