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:
|
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:
|
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:
|
show_labels |
Boolean attribute to enable and disable display of the label /field name as the first column along with the value
TYPE:
|