Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(timing diagram) allow to change hexagon border color #28

Open
patrickvp opened this issue Jul 19, 2019 · 2 comments
Open

(timing diagram) allow to change hexagon border color #28

patrickvp opened this issue Jul 19, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@patrickvp
Copy link

I would like to change the color for of all border color of all hexagons in in my timing diagrams. If tried to change defaultBorderColor etc., but no success.
Could this be implemented please or how to use it?

@arnaudroques arnaudroques added the enhancement New feature or request label Mar 20, 2023
@arnaudroques
Copy link
Contributor

Could you give a short example of one example of your timing diagram? So that we could talk about that example.
Thanks!

@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 20, 2023
@The-Lum
Copy link

The-Lum commented May 30, 2024

Hi @patrickvp,

For that you can now use style as:

@startuml
<style>
timingDiagram {
 concise {
  LineStyle 12-4
  LineThickness 3
  LineColor Blue
 }
}
</style>
scale 1 as 50 pixels

concise state0
concise substate1
robust bit2

bit2 has HIGH,LOW

@state0
0 is 18_start
6 is s_dPause
8 is 10_data
14 is {hidden}

@substate1
0 is sSeq
4 is sPause
6 is {hidden}
8 is dSeq
12 is dPause
14 is {hidden}

@bit2
0 is HIGH
2 is LOW
4 is {hidden}
8 is HIGH
10 is LOW
12 is {hidden}
@enduml

Enjoy...
To be close

Regards,
Th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants