mozziemozz / M365CallFlowVisualizer

Reads a config from Microsoft 365 Phone System and renders them visually into a mermaid-js flowchart.
MIT License
97 stars 27 forks source link

Maximum text size in Diagram exceeded #21

Closed ElazarOhayon closed 1 year ago

ElazarOhayon commented 2 years ago

Hi Martin heusser,

hope you doing well.

firest your script very helpful. today I have exported a Big Auto attended.

after I tried to see the Diagram I get - Maximum text size in Diagram exceeded image

i found this solution here- https://github.com/mermaid-js/mermaid-cli/issues/113

to change -

{ "maxTextSize" : 99999999 }

it's solved the issue.

please leave a note for everyone.

thanks ,

mozziemozz commented 2 years ago

Hi Elazar,

Thanks for the info. How did you fix it? Did you put maxTextSize directly into the *.md file? Can you please post an example so I can see if I can implement it for everybody?

ElazarOhayon commented 2 years ago

Hi Martin,

In this website - https://mermaid-js.github.io/mermaid-live-editor

in "Config" section -

just add - { "maxTextSize" : 99999999 }

image

mozziemozz commented 1 year ago

added to theme a while ago