mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

Home Page:https://mermaid.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

click action for subgraphs

mi-kra opened this issue · comments

Proposal

Please add support for "click" for subgraphs. "Hot area" could be only label or whole area, no matter.

Example

flowchart LR
    subgraph machine
      google-->results
    end
    human-->google
    click machine "google.pl"

Screenshots

No response