File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,17 @@ class VerticalProgressBar(ProgressBarBase):
49
49
the lower-left corner for ascending progress bars (fills from the bottom to
50
50
to the top in vertical bars, or from the left to the right in horizontal
51
51
progress bars), upper-left corner for descending progress bars (fills from
52
- the top to the bottom).::
52
+ the top to the bottom).
53
+
54
+ Using the diagrams below, the bar will fill in the following directions::
55
+
56
+ -----------------------------
57
+ | Horizontal | Vertical |
58
+ ----------------------------------------------
59
+ | Ascending | 1-3 to 2-4 | 3-4 to 1-2 |
60
+ ----------------------------------------------
61
+ | Descending | 2-4 to 1-3 | 1-2 to 3-4 |
62
+ ----------------------------------------------
53
63
54
64
Vertical Horizontal
55
65
You can’t perform that action at this time.
0 commit comments