Skip to content

Commit 8fcb2bf

Browse files
committed
Update hover-text-and-formatting.md
1 parent ef80408 commit 8fcb2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/hover-text-and-formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fig.show()
285285

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

288-
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.
288+
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.
289289

290290
```python
291291
# %%

0 commit comments

Comments
 (0)