ToolTip

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

Example

$heat.updateBindingOptions( "heat-map", {
    tooltip: {
        delay: 1000
    }
} );

Options

Type:Name:Description:
numberdelayStates how long the tooltip should wait (in milliseconds) until it's shown (defaults to 750).