Skip to content

Styling subgraph? #391

Closed
Closed
@sinedied

Description

@sinedied

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:

graph TD
  subgraph A
    B-->C
    B-->D
    C-.-D
  end
  D-->E
  classDef red fill:#fdc
  class A red

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions