- 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
Side Menu
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your side menu settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
sideMenu: {
enabled: true
}
} );Options
| Type: | Name: | Description: |
|---|---|---|
| boolean | enabled | States if the side menu is enabled (defaults to true). |
| boolean | showToolTips | States if the tooltips should be shown (defaults to true). |