8000 Update hover-text-and-formatting.md by rl-utility-man · Pull Request #4557 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Update hover-text-and-formatting.md #4557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 24, 2024
Prev Previous commit
Next Next commit
Update doc/python/hover-text-and-formatting.md
  • Loading branch information
LiamConnors authored Apr 22, 2024
commit 70655ea7515640630dc12a7b75b16a4318c56629
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 @@ -254,7 +254,7 @@ fig.show()

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

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.
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.

```
# %%
Expand Down
0