Maximum text size in diagram exceeded
Thanks for a good project.
Do you get the error 'Maximum text size in diagram exceeded' when there are too many tables? Is there a solution?
https://github.com/mermaid-js/mermaid-cli/issues/113
@MasatoD Hi,
I didn't meet 'Maximum text size in diagram exceeded' issue. But I read your link(mermaid issue), that is still problem. That article say that 'mermaid.initialize' ignore fix option.
I think that is related JavaScript string max length. Can you provide reproducable repo?
@imjuni
Thank you for your response. Unfortunately, I can't share my reproducible repo because it's private. Given the massive DB size, the issue might be due to JS string length limits—perhaps splitting the data could help.