- 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
Title Bar
Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your title bar settings on the fly.
Example
$heat.updateBindingOptions( "heat-map", {
title: {
text: "Heat.js"
}
} );Options
| Type: | Name: | Description: |
|---|---|---|
| string | text | The text that should be shown (defaults to "Heat.js"). |
| boolean | showText | States if the text should be shown (defaults to true). |
| boolean | showYearSelector | States if the year selector (and buttons) is shown (defaults to true). |
| boolean | showRefreshButton | States if the "Refresh" button should be shown (defaults to false). |
| boolean | showExportButton | States if the "Export" button should be shown (defaults to false). |
| number | extraSelectionYears | States the extra years that should be included in the year drop-down list (defaults to 50). |
| boolean | showYearSelectionDropDown | States if the year selection drop-down menu is shown (defaults to true). |
| boolean | showImportButton | States if the "Import" button should be shown (defaults to false). |
| boolean | showConfigurationButton | States if the configuration dialog can be used (defaults to true). |
| boolean | showTitleDropDownButton | States if the drop-down arrow next to the title text should be shown (defaults to true). |
| boolean | showTitleDropDownHeaders | States if the drop-down menu headers should be shown (defaults to true). |
| boolean | showCurrentYearButton | States if the "Current Year" button should be shown (defaults to true). |
| boolean | showSectionText | States if the current section being shown should be displayed in the title text (defaults to true). |
| boolean | showToolTips | States if the tooltips should be shown (defaults to true). |
| boolean | showClearButton | States if the "Clear" button should be shown (defaults to false). |