You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This branch introduces a tooltip feature and modebar button. It allows to add an annotation to every clicked point.
8
-
When a plot is created with `editable: true`, the tooltips can be dragged around or deleted.
7
+
This branch introduces a tooltip feature that can be activated by a new modebar button. It allows to add an annotation to every clicked point.
8
+
By default, tooltips contain x and y coordinates. They can be customized to contain any additional data attached to the trace or points, which makes it a powerful tool for data exploration and presentation.
9
+
10
+
When a plot is created with `editable: true`, the tooltips can be dragged around or deleted interactively. Their text can also be edited.
9
11
To delete a tooltip, click on its text and delete it.
10
12
11
-
tooltips can be customized with an optional `tooltiptemplate` (possibilities equivalent to [hovertemplate](https://plotly.com/javascript/reference/scatter/#scatter-hovertemplate)) and `tooltip` annotation options (possibilities equivalent to [annotations](https://plotly.com/javascript/text-and-annotations/))
13
+
Tooltips can be customized with an optional `tooltiptemplate` (possibilities equivalent to [hovertemplate](https://plotly.com/javascript/reference/scatter/#scatter-hovertemplate)) and `tooltip` annotation options (possibilities equivalent to [annotations](https://plotly.com/javascript/text-and-annotations/))
This update is compatible with Dash when a figure is created with a Dictionary passed to dcc.Graph (see example in *demo* folder), but not yet with Plotly.py (its implementation enforces a limited set of properties).
0 commit comments