- 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
Zooming
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your zoom settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
zooming: {
enabled: true
}
} );Options
| Type: | Name: | Description: |
|---|---|---|
| boolean | enabled | States if zooming is enabled (defaults to false). |
| number | defaultLevel | States the default zoom level (defaults to 0). |
| number | maximumLevel | States the maximum zoom level (defaults to 0, which disables it). |
| boolean | showCloseButton | States if the close button should be shown (defaults to true). |
| boolean | showResetButton | States if the reset button should be shown (defaults to false). |
| boolean | showToolTips | States if the tooltips should be shown for the buttons (defaults to true). |