OptionaltextCustom tooltip text/HTML builder, called with the hovered region/symbol datum and the map instance.
OptionalomitRegion IDs to skip showing/updating the tooltip for.
OptionaldecimalsFixed decimal places for the tooltip's displayed value (choropleth maps). Preserves trailing zeros (e.g. 7 -> "7.0") that the default formatter otherwise drops. Defaults to the max precision seen across the stat dataset's own values when unset.
OptionalshowShow status flags (e.g. estimated/provisional) next to the value. Pass 'short' for the raw flag code instead of the expanded label.
OptionalcontainerId of the container element used to constrain the tooltip's position/bounds.
OptionalidId of the tooltip's own <div> element.
OptionaloffsetPixel offset {x, y} of the tooltip from the pointer. Takes precedence over xOffset/yOffset.
OptionalxX pixel offset of the tooltip from the pointer, used when offset.x is unset.
OptionalyY pixel offset of the tooltip from the pointer, used when offset.y is unset.
OptionalopacityOpacity of the tooltip when shown.
Configuration for tooltips