- 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
- Text (locale)
- Binding Options
- Basic
- Holiday
- Dynamic Color Range
- Color Range
- Date Formatting
- Custom Triggers
- Binding Options - Layout
- Side Menu
- Title Bar
- Yearly Statistics
- Description
- Guide
- Zooming
- ToolTip
- Binding Options - Views
- Map
- Line
- Chart
- Days
- Months
- Color Ranges
ToolTip
Explore this complete list of 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). |
| boolean | overrideTitle | States if the built-in custom tooltip layout should be used instead of the "title" attribute (defaults to true). |
| string | customAttributeName | States the name of a custom attribute to apply against all elements that used a "title" tooltip attribute (defaults to empty string). |
| string | customAttributeValue | States the value to use for the custom attribute applied against all elements that used a "title" tooltip attribute (defaults to empty string). |