Mermaid-PHP
Mermaid-PHP copied to clipboard
Generate diagrams and flowcharts with the help of the mermaid script language
Currently when using Composer-Graph by following it's readme i do receive the following error message: `Uncaught ReferenceError: mermaid is not defined` This is due to multiple reasons: - Mermaid is...
I just dont understand how I am supposed to create a sequence diagram using this library Reference https://mermaid-js.github.io/mermaid/#/./sequenceDiagram
Hi, Thanks for creating this project :) I've noticed that there are two remote scripts called, if a graph gets rendered. This is somewhat problematic regarding GDPR-Compliance. In order to...
Nodes can have links. Links can now have individual styles. The old "style" attribute of Link has been renamed to "type" as in the official documentation https://mermaid-js.github.io/mermaid/#/flowchart?id=links-between-nodes . The style...