Open DanWillans opened 1 year ago
Have run into the same issue. It also doesn't respect subgraph styling if you have something like:
graph TD
classDef COLORING fill:yellow, stroke:black, stroke-width:2px, color:black
subgraph SG["Subgraph"]
a-->b
b-->a
end
SG:::COLORING
It seems to ignore both stroke
and stroke-width
properties. Only color
property work for the label
Description
When I attempt to set the link colour in a
flowchart-elk
it doesn't work like it does withflowchart
.Steps to reproduce
Using this example
will give this chart where you can see the line colour is wrong.
Using normal flowchart
Gives a graph like this where the line colour is right:
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response