You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to create the same state diagram in multiple places. Each version highlights one state transition and its corresponding states. This will be used to explain the transition process. I can uniquely identify the states in question by changing their background colors (fill). However I would like to make the transition arrow and its corresponding description text bold. At this point the best I have to go off of is the CSS class edgeLabel. If there were a syntax similar to:
This would allow for a way to style a specific transition using the classDef transtionClassName. In my case I just want to identify the state as bold with stroke-width and font-weight. I'm not saying do it this way specifically, but the example would be consistent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently trying to create the same state diagram in multiple places. Each version highlights one state transition and its corresponding states. This will be used to explain the transition process. I can uniquely identify the states in question by changing their background colors (fill). However I would like to make the transition arrow and its corresponding description text bold. At this point the best I have to go off of is the CSS class
edgeLabel
. If there were a syntax similar to:This would allow for a way to style a specific transition using the
classDef transtionClassName
. In my case I just want to identify the state as bold withstroke-width
andfont-weight
. I'm not saying do it this way specifically, but the example would be consistent.Beta Was this translation helpful? Give feedback.
All reactions