Login to follow
Diagram Mermaid

Diagram Mermaid (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 27 Mar by Community Labs
Diagram Mermaid

Diagram Mermaid (ODC)

Documentation
0.1.1

Options


  • It is now possible to use a json structure or a mermaid diagram.


  • Diagram_Structure: The 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".

  • ExtendedClass: Diagram extended CSS class.