flowchart.js
flowchart.js copied to clipboard
How do I change the height of the flowchart?
In the example, there is an attribute maxWidth to limit the width. However, I want to limit the height too, but maxHeight does not work. What is the proper attribute to limit the height?
Only maxWidth is "kind of" supported
That means I cannot set/limit its height and can only leave it super-duper thin?
Exactly. But feel free to submit a PR.