Guide

Explore this complete list of basic Heat.js binding options to easily set up, customize, and update your guide settings on the fly.

Example

$heat.updateBindingOptions( "heat-map", {
    guide: {
        enabled: true
    }
} );

Options

Type:Name:Description:
booleanenabledStates if the guide is enabled (defaults to true).
booleancolorRangeTogglesEnabledStates if the color range toggles are enabled (defaults to true).
booleanshowLessAndMoreLabelsStates if the "Less" and "More" labels are shown (defaults to true).
booleanshowNumbersInGuideStates if the color range numbers should be shown in the guide (defaults to false).
booleanshowToolTipsStates if the tooltips should be shown (defaults to true).
booleanshowInvertLabelStates if the "Invert" label should be shown (inverts the toggle selections, defaults to false).
booleanuseIncrementTogglesStates if clicking "Less" and "More" in the guide toggles the colors one by one (defaults to false).
booleanallowTypeAddingStates if trend types can be added manually (defaults to false).
booleanallowTypeRemovingStates if trend types can be removed manually (defaults to false).