python_mermaid icon indicating copy to clipboard operation
python_mermaid copied to clipboard

Results 14 python_mermaid issues
Sort by recently updated
recently updated
newest added

Hey, I have to implement a library that dynamically generates a mermaid [sequence diagram](https://mermaid.js.org/syntax/sequenceDiagram.html) and I am thinking about adding this functionality to your library. Would you be interested in...

https://mermaid.js.org/syntax/flowchart.html#direction-in-subgraphs

Mermaid allows to setup styles with classes : https://mermaid.js.org/syntax/flowchart.html#classes

Allow the possibility for a node to have a specific style. Should be handled in a `Style` object with a dict attribute with respecting values.

Following the wikipedia description, provide a full diagram in the example file https://en.wikipedia.org/wiki/Little_Women#Characters

documentation

https://mermaid.js.org/syntax/flowchart.html#minimum-length-of-a-link

Mermaid allows to add js interactions on elements. We should give the possibility to do so.