- 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
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: |
|---|---|---|
| string | text | States a description that should be shown below the active view (defaults to null). |
| string | url | States a URL that should be used for the link (defaults to null). |
| string | urlTarget | States the target for the link URL (defaults to "_blank"). |