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, nothing works. but other parameters in the configuration, for example, theme or padding, worked when I set them. How to solve this problem?
I want the chart to work with all the more elements.