- 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
Guide
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your guide settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
guide: {
enabled: true
}
} );Options
| Type: | Name: | Description: |
|---|---|---|
| boolean | enabled | States if the guide is enabled (defaults to true). |
| boolean | colorRangeTogglesEnabled | States if the color range toggles are enabled (defaults to true). |
| boolean | showLessAndMoreLabels | States if the "Less" and "More" labels are shown (defaults to true). |
| boolean | showNumbersInGuide | States if the color range numbers should be shown in the guide (defaults to false). |
| boolean | showToolTips | States if the tooltips should be shown (defaults to true). |
| boolean | showInvertLabel | States if the "Invert" label should be shown (inverts the toggle selections, defaults to false). |
| boolean | useIncrementToggles | States if clicking "Less" and "More" in the guide toggles the colors one by one (defaults to false). |
| boolean | allowTypeAdding | States if trend types can be added manually (defaults to false). |
| boolean | allowTypeRemoving | States if trend types can be removed manually (defaults to false). |