- 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
- Text (locale)
- Binding Options
- Basic
- Holiday
- Dynamic Color Range
- Color Range
- Date Formatting
- Custom Triggers
- Binding Options - Layout
- Side Menu
- Title Bar
- Yearly Statistics
- Description
- Guide
- Zooming
- ToolTip
- Binding Options - Views
- Map
- Line
- Chart
- Days
- Months
- Color Ranges
Main Configuration
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). |
| boolean | allowEmptyBindings | States if empty binding attributes can create new instances (defaults to true). |
| ConfigurationOptionsText | text | States all the text to use in the display (see here for properties). |