Skip to content

Commit 70655ea

Browse files
authored
Update doc/python/hover-text-and-formatting.md
1 parent 1e63ed4 commit 70655ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/hover-text-and-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fig.show()
254254

255255
### Specifying the formatting and labeling of custom fields in a Plotly Express figure using a hovertemplate
256256

257-
This example adds custom fields to a Plotly Express figure using the custom_data parameter and then adds a hover template that applies d3 formats to each element of the customdata[n] array and uses HTML to customize the fonts and spacing.
257+
This example adds custom fields to a Plotly Express figure using the custom_data parameter and then adds a hover template that applies d3 formats to each element of the customdata[n] array and uses HTML to customize the fonts and spacing.
258258

259259
```
260260
# %%

0 commit comments

Comments
 (0)