Diagram Mermaid

Diagram Mermaid (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 19 Mar by Community Labs
Diagram Mermaid

Diagram Mermaid (ODC)

Documentation
0.1.0

Options


Notes: The Diagram & Json parameters are optional, use the Diagram parameter to use the standard mermaid format, when using Json you do not need to use the mermaid parameter.


  • DiagramMermaid: The Mermaid library is a JavaScript tool that allows you to create diagrams and charts in a simple way, using a Markdown-based syntax. It is widely used for documentation, presentations and data visualization, especially in development environments.
  • Diagram: Maximum table height to scroll.
  • Json: The JSON structure forms a graph that connects entities (nodes) using relationships (edges).
    • Nodes: This field defines the "nodes" of the graph. Each node represents an entity or process and has properties that describe its identity and label.
    • Id: A unique identifier for each node, used to reference it in the graph. Example: "A", "B".
    • Label: (Optional) A human-readable label that describes the node. This text will be displayed on the diagram. Example: "soffice.bin", "Process A".
    • Edges: This field defines the "nodes" of the graph. Each node represents an entity or process and has properties that describe its identity and label.
      • From: The identifier of the source node of the connection. Indicates where the edge starts. Example: "A".
      • To: The identifier of the connection's destination node. Indicates where the edge ends. Example: "B".
      • Label: (Optional) A descriptive label for the connection. Represents the type of relationship between the nodes or some additional information about the edge. Example: "One Child", "Event 17".