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 5c72e73 commit 52f9906Copy full SHA for 52f9906
input/foo1
@@ -0,0 +1,46 @@
1
+https://github.com/plantuml/plantuml/issues/2144
2
+
3
+@startuml
4
+binary "sample" as sample
5
+concise "tx1" as tx1
6
+hide time-axis
7
8
+@sample
9
+@20
10
+sample is high
11
++0.1 is low
12
++9.9 is high
13
14
++19.9 is high
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
+@tx1
34
+0 is {hidden}
35
++20 is START
36
++19 is D0
37
++19 is D1
38
++19 is D2
39
++19 is D3
40
++19 is D4
41
++19 is D5
42
++19 is D6
43
++19 is D7
44
++19 is STOP
45
++19 is {hidden}
46
+@enduml
0 commit comments