- 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
Dynamic Color Range
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your dynamic color range settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
dynamicColorRange: {
enabled: true
}
} );Options
| Type: | Name: | Description: |
|---|---|---|
| boolean | enabled | States if dynamic colors are enabled (defaults to false). |
| number | maximumMinimum | States the maximum minimum level to use (defaults to 25). |
| color | string | States the hex color to start with (defaults to the CSS variable color). |
| number | totalColors | States the total number of color ranges to create (defaults to 5). |
| number | startMinimum | States where the first color range minimum should start (defaults to 10). |