adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

How do I change the height of the flowchart? #177

Open WilliamQiufeng opened 5 years ago

WilliamQiufeng commented 5 years ago

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?

adrai commented 5 years ago

Only maxWidth is "kind of" supported

WilliamQiufeng commented 5 years ago

That means I cannot set/limit its height and can only leave it super-duper thin?

adrai commented 5 years ago

Exactly. But feel free to submit a PR.