Skip to content

Commit 604b439

Browse files
authored
Minor typo (#2288)
1 parent c56725a commit 604b439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/text-and-annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ fig.show()
537537
### Customize Displayed Text with a Text Template
538538

539539
To show an arbitrary text in your chart you can use [texttemplate](https://plot.ly/python/reference/#pie-texttemplate), which is a template string used for rendering the information, and will override [textinfo](https://plot.ly/python/reference/#treemap-textinfo).
540-
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).
540+
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).
541541
`texttemplate` customizes the text that appears on your plot vs. [hovertemplate](https://plot.ly/python/reference/#pie-hovertemplate) that customizes the tooltip text.
542542

543543
```python

0 commit comments

Comments
 (0)