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.

Description

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

Example

$heat.updateBindingOptions( "heat-map", {
    "description": {
        "text": "A description to show in the display."
    }
} );

Options

Type:Name:Description:
stringtextStates a description that should be shown below the active view (defaults to null).
stringurlStates a URL that should be used for the link (defaults to null).
stringurlTargetStates the target for the link URL (defaults to "_blank").