Currently gitGraph only supports horizontal graphs in Obsidian. I have a very long graph that I want to render vertically, but I can’t because Obsidian’s mermaid version doesn’t support it yet.
I agree that upgrading mermaid to the latest would be good. Beware though that some of the new diagram types are experimental with few configuration options and don’t really look very good. A case in point is the mindmap diagram type with looks awful IMO. I’ve added a picture of a mind map I created using this diagram type in the mermaid live editor for a project I am working on. There is no programmatic way to specify the layout option to stop the nodes overlapping.
The best option was to use the Mind Map plugin which doesn’t let you edit the contents but does produce a nice looking map that i use now as an alternative to the TOC.
Works brilliantly, but for the sankey-beta you have to add something like %%{init: {‘theme’: ‘dark’, ‘themeCSS’: ‘svg {background-color: black}’}}%% to see the actual lines
…when creating or deleting an actor/participant:
The destroyed participant participant-name does not have an associated destroying message after its declaration.
If fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+).
Can we get a mermaid upgrade to at least 10.7.0? Pref even to 10.9.0?