Skip to content

Commit 15afc11

Browse files
committed
Update indicator.md
1 parent 11347f2 commit 15afc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/indicator.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ In this tutorial we introduce a new trace named "Indicator". The purpose of "ind
6161
<li> (increasing|decreasing).symbol: symbol displayed on the left of the delta</li>
6262
<li> font.(family|size): to control the font</li>
6363
<li> position: position relative to `number` (either top, left, bottom, right)</li>
64-
<li> suffix: a string to appear before the delta.
65-
<li> prefix: a string to appear after the delta.
64+
<li> prefix: a string to appear before the delta
65+
<li> suffix: a string to appear after the delta
6666
</ol>
6767
Finally, we can have a simple title for the indicator via `title` with 'text' attribute which is a string, and 'align' which can be set to left, center, and right.
6868
There are two gauge types: [angular](https://plotly.com/python/gauge-charts/) and [bullet](https://plotly.com/python/bullet-charts/). Here is a combination of both shapes (angular, bullet), and different modes (gauge, delta, and value):

0 commit comments

Comments
 (0)