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
Copy file name to clipboardExpand all lines: python/hover-text-and-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ fig.show()
103
103
###Customize tooltip text with a hovertemplate
104
104
105
105
To customize the tooltip on your graph you can use[hovertemplate](https://plot.ly/python/reference/#pie-hovertemplate), which is a template string used for rendering the information that appear on hoverbox.
106
-
This template string can include`variables` in %{variable} format,`numbers` in[d3-format's syntax](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_forma), and`date` in[d3-time-fomrat's syntax](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format).
106
+
This template string can include`variables` in %{variable} format,`numbers` in[d3-format's syntax](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_forma), and`date` in[d3-time-format's syntax](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format).
107
107
Hovertemplate customize the tooltip text vs.[texttemplate](https://plot.ly/python/reference/#pie-texttemplate) which customizes the text that appears on your chart. <br>
108
108
Set the horizontal alignment of the text within tooltip with[hoverlabel.align](https://plot.ly/python/reference/#layout-hoverlabel-align).