Minimize and Maximize Nodes in OrgChart JS
For large charts, users often need a quick way to focus on structure first and details later. OrgChart JS min/max lets you toggle nodes between compact and full templates with one click.
This is a more advanced minimize/maximize example that uses very custom templates, initial minimized states, and click-based toggling.
Demo
Quick Setup
- Define normal templates and their
minversions. - Mark initial compact nodes with a
minimizedtag. - Toggle state on click with
minimizeandmaximize.
Result
You get a cleaner chart by default, with instant access to details only when users need them.