Skip to content

Tooltip

bqplot.Tooltip

Bases: DOMWidget

Default tooltip widget for marks.

ATTRIBUTE DESCRIPTION
fields

list of names of fields to be displayed in the tooltip All the attributes of the mark are accessible in the tooltip

TYPE: list (default: [])

formats

list of formats to be applied to each of the fields. if no format is specified for a field, the value is displayed as it is

TYPE: list (default: [])

labels

list of labels to be displayed in the table instead of the fields. If the length of labels is less than the length of fields, then the field names are displayed for those fields for which label is missing.

TYPE: list (default: [])

show_labels

Boolean attribute to enable and disable display of the label /field name as the first column along with the value

TYPE: bool (default: True)