- 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
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: |
|---|---|---|
| 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"). |