- 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
Main Options
Explore this complete list of Heat.js configuration options to easily set up, customize, and update your settings on the fly.
Example
$heat.setConfiguration( {
safeMode: false
} );Options
| Type: | Name: | Description: |
|---|---|---|
| boolean | safeMode | States if safe-mode is enabled (errors will be ignored and logged only, defaults to true). |
| Object | domElementTypes | The DOM element types to lookup (can be either an array of strings, or a space-separated string, and defaults to "*"). |
| boolean | observationMode | States if looking for new DOM elements with the Heat.js binding should be done automatically (defaults to true). |
| ConfigurationOptionsText | text | States all the text to use in the display (refer to "Text Options" documentation for properties). |