Use case or problem
When doing a detailed skilltree analysis I have way more than 500 edges. ATM I get the following message:
Error parsing Mermaid diagram!
Too many edges
Proposed solution
Diagram syntax error
The same is in the mermaid.live editor. But it has a hin on how to get around it:
Error: Edge limit exceeded. 500 edges found, but the limit is 500.
Initialize mermaid with maxEdges set to a higher number to allow more edges.
You cannot set this config via configuration inside the diagram as it is a secure config.
You have to call mermaid.initialize.
Current workaround (optional)
Splitting the graph into multiple mermaids.