Side Menu

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