Ability to change line color in diagram-as-code
complete
Yoel Tadmor
complete
Hi folks,
Thanks everyone for writing in about this. We've gone live with this improvement. You can add color the same way you do for other objects:
Node1 > Node2: [color: green]
Ehsan @ Eraser
Merged in a post:
Add some color for arrow when we use diagram
Nicolas Normand
When we use diagram and say
Object1 > Object2 it will be interesting to add some color to make a legend
n
nightryu
Absolutely must have feature. Would really love something similiar to the objetcs syntax, maybe
object_1 > object_2: "What happens between" [color: red]
this would help to visualize and differentiate between flows
Ehsan @ Eraser
nightryu: good to know! thanks for adding your voice here. keep the feedback coming
Tomas Narvoišas
I was thinking about this as well, when I was making some flow or cloud architecture diagrams.
This would enhance the clarity of "flow" between nodes in a diagram.
One way this could be represented is like so:
Object1 [color: red]
Object2 [color: green]
Object1 > Object2
The color of the arrow could be set based on the Objects color and the direction, that the arrow points to. In this example it would be red.