Dedicated Causal Loop Diagram (CLD) #7233
JohnCobbler
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposing a new CLD graph type to support System Dynamics Causal Loop Diagrams.
Current flowchart rendering is a bit inadequate as its hierarchical layout (Dagre/ELK) fails to optimize for the circular, non-hierarchical feedback loops that define CLDs. require a layout algorithm (e.g., Force-Directed) specialized for cycles.
Example of current sub-optimal layout for a simple reinforcing loop:
https://www.mermaidchart.com/play#pako:eNqrVkrOT0lVslJKL0osyFAIcYnJUwACx2iX1NzEvJRYBV1duxoFbYUaBafogKL8lNLkksz8vFhriDInhLSjtVItAJAaFoY
graph TD A[Demand] -->| + | B[Production]; B -->| + | A;nevertheless I am absolutely in love with the product, it is a truly dream come true <3
Beta Was this translation helpful? Give feedback.
All reactions