- 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
Holiday
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your holiday settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
holidays: [
{
date: "25/12/2026",
name: "Christmas Day",
}
]
} );Options
| Type: | Name: | Description |
|---|---|---|
| string | date | States the date of the holiday (format is "DD/MM/YYYY". If you don't include the year, the holiday will be shown every year). |
| string | name | States the name of the holiday. |
| boolean | showInViews | States if the holiday is shown in the views (defaults to true). If true, the date will be excluded from all views. |