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:
stringtextThe text that should be shown (defaults to "Heat.js").
booleanshowTextStates if the text should be shown (defaults to true).
booleanshowYearSelectorStates if the year selector (and buttons) is shown (defaults to true).
booleanshowRefreshButtonStates if the "Refresh" button should be shown (defaults to false).
booleanshowExportButtonStates if the "Export" button should be shown (defaults to false).
numberextraSelectionYearsStates the extra years that should be included in the year drop-down list (defaults to 50).
booleanshowYearSelectionDropDownStates if the year selection drop-down menu is shown (defaults to true).
booleanshowImportButtonStates if the "Import" button should be shown (defaults to false).
booleanshowConfigurationButtonStates if the configuration dialog can be used (defaults to true).
booleanshowTitleDropDownButtonStates if the drop-down arrow next to the title text should be shown (defaults to true).
booleanshowTitleDropDownHeadersStates if the drop-down menu headers should be shown (defaults to true).
booleanshowCurrentYearButtonStates if the "Current Year" button should be shown (defaults to true).
booleanshowSectionTextStates if the current section being shown should be displayed in the title text (defaults to true).
booleanshowToolTipsStates if the tooltips should be shown (defaults to true).
booleanshowClearButtonStates if the "Clear" button should be shown (defaults to false).