Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f84ec12

Browse files
authoredNov 26, 2022
Merge pull request #42 from VisualMelon/HistogramLabelString
Update documentation for Histogram LabelFormatString
2 parents a8d3018 + 649d121 commit f84ec12

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)