Description

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