python_mermaid
python_mermaid copied to clipboard
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
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.