timing diagram: To fix the title when scrolling to the right

0 votes
asked Jul 2, 2023 in Wanted features by guo
The title will be hidden when scrolling the timing diagram to the right. So the user will lose the understanding of the line.
commented Jul 3, 2023 by The-Lu (69,260 points)

Hi G., and all,

To open a discussion:

  • What are the types of signal?
  • Only the title and not the state?
  • What would be a proposal solution?
    Repeat the title on right?

From (for state):

@startuml
robust "Web Browser" as WB
concise "Web User" as WU

@0
WU is Idle
WB is Idle

@100
WU is Waiting
WB is Processing

@5000
WB is Waiting
@enduml


A current solution will be to use comment as:

@startuml
robust "Web Browser" as WB
concise "Web User" as WU

@0
WU is Idle
WB is Idle

@100
WU is Waiting
WB is Processing

@5000
WB is Waiting : Waiting
@enduml

If that can help,
Regard.

commented Jul 4, 2023 by guo

Hi Lu and all

Thank you for your comment.

  • What are the types of signal?

I use the robust as main.

  • Only the title and not the state?

Yes, both the title and the state. 

  • What would be a proposal solution?
    Repeat the title on right?

I should like the title and the state kept at left when scrolling the diagram。

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...