We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be nice to be allow to style subgraph, the same way we can style nodes, for example like this to change subgraph background color:
subgraph
graph TD subgraph A B-->C B-->D C-.-D end D-->E classDef red fill:#fdc class A red
What do you think?