Skip to content

Commit

Permalink
Merge pull request #42 from VisualMelon/HistogramLabelString
Browse files Browse the repository at this point in the history
Update documentation for Histogram LabelFormatString
  • Loading branch information
VisualMelon authored Nov 26, 2022
2 parents a8d3018 + 649d121 commit f84ec12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/series/HistogramSeries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ Labels
The label format string may use the following arguments:
- ``{0}`` the value (height) of the area
- ``{1}`` the start of the range of the item
- ``{2}`` the end of the range of the item
- ``{3}`` the area in the item
- ``{4}`` the count of the item
- ``{PropertyX}`` the value of ``PropertyX`` in the item (extended format string syntax)
The default label format string is ``null``, which prevents any label from being shown.
Expand Down

0 comments on commit f84ec12

Please sign in to comment.