Labels can appear above concise and robust waveforms but not above binary in timing diagrams.
I'd like to label bits like idle, start, lsb, bit1, bit2,..., stop for example in a serial protocol illustration.
I don't see why the labels capability offered in the other diagrams should be missing for binary.
I've been working around it using robust instead of binary, but there are limitations, for example, the
signal always starts in the low level.
Could this functionality be added for binary as well?
Test case:
@startuml
binary "Binary" as B
concise "Concise" as C
robust "Robust" as R
@0
B is high: idle
C is hello: what
R is state0: init
@100
B is low: start
C is world: who
R is state1: run
@enduml

Labels can appear above concise and robust waveforms but not above binary in timing diagrams.
I'd like to label bits like idle, start, lsb, bit1, bit2,..., stop for example in a serial protocol illustration.
I don't see why the labels capability offered in the other diagrams should be missing for binary.
I've been working around it using robust instead of binary, but there are limitations, for example, the
signal always starts in the low level.
Could this functionality be added for binary as well?
Test case: