Replies: 1 comment
-
|
This would be useful as well for controlled Markov chains (e.g. used in Reinforcement Learning/MDPs), to highlight the transitions due to the choice of actions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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-widthandfont-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