Skip to content

Commit 649d121

Browse files
committed
Update documentation for Histogram LabelFormatString
1 parent f6ac89a commit 649d121

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

models/series/HistogramSeries.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ Labels
147147
The label format string may use the following arguments:
148148
149149
- ``{0}`` the value (height) of the area
150+
- ``{1}`` the start of the range of the item
151+
- ``{2}`` the end of the range of the item
152+
- ``{3}`` the area in the item
153+
- ``{4}`` the count of the item
150154
- ``{PropertyX}`` the value of ``PropertyX`` in the item (extended format string syntax)
151155
152156
The default label format string is ``null``, which prevents any label from being shown.

0 commit comments

Comments
 (0)