Skip to content

Commit

Permalink
Merge pull request #2984 from fmaguire/patch-1
Browse files Browse the repository at this point in the history
Fix typo in hover-text-and-formatting doc
  • Loading branch information
nicolaskruchten authored Dec 17, 2020
2 parents f1cf0a3 + e7ca508 commit 958f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/hover-text-and-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:

### Hover Labels

One of the most deceptively-power features of interactive visualization using Plotly is the ability for the user to reveal more information about a data point by moving their mouse cursor over the point and having a hover label appear.
One of the most deceptively-powerful features of interactive visualization using Plotly is the ability for the user to reveal more information about a data point by moving their mouse cursor over the point and having a hover label appear.

There are three hover modes available in Plotly. The default setting is `layout.hovermode='closest'`, wherein a single hover label appears for the point directly underneath the cursor.

Expand Down

0 comments on commit 958f674

Please sign in to comment.