- Information
- License (MIT)
- Recent Changes
- Supported Languages
- Supported Export Types
- Supported Import Types
- Setup
- Getting Started
- CDN Links
- Navigation
- Shortcut Keys
- API
- Public Functions
- Configuration
- Main Options
- Text Options
- Binding Options
- Basic Options
- Side Menu
- Title Bar
- Yearly Statistics
- Description
- Guide
- Zooming
- ToolTip
- Holiday
- Dynamic Color Range
- Color Range
- Date Formatting
- Custom Triggers
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: |
|---|---|---|
| number | delay | States how long the tooltip should wait (in milliseconds) until it's shown (defaults to 750). |