Relative Content

Tag Archive for mermaid

How can I improve the paving of blocks in a mermaid block diagram?

I group objects first by blocks, and then by areas.
Do you want to make a beautiful block diagram? with normal paving of blocks (absence of empty space, adequate block sizes) in mermaid, however, it is unclear how to bring it to an adequate appearance, for example, as in В3 nested treemaps.

Mermaid config set up problems

I’m trying to set the desired config in the mermaid file in the IDE. Since I have a very large number of objects, the diagram now gives an error: The maximum amount of text size has been exceeded. I’m trying to set the following in the mermaid file: config: maxTextSize: 90000000 flowchart TB …… However, […]