We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ac89a commit 649d121Copy full SHA for 649d121
models/series/HistogramSeries.rst
@@ -147,6 +147,10 @@ Labels
147
The label format string may use the following arguments:
148
149
- ``{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
154
- ``{PropertyX}`` the value of ``PropertyX`` in the item (extended format string syntax)
155
156
The default label format string is ``null``, which prevents any label from being shown.
0 commit comments