Add Controls Anywhere Around Your Org Chart in Seconds
With the latest version of OrgChart JS, you can easily add controls around your org chart.
Controls can be positioned on any side or corner of the chart, giving you full flexibility over layout and user experience.
Built-in and Custom Controls
You can enable powerful built-in controls such as:
Layout switchers
PDF export
Full screen mode
And you can also define your own custom controls with custom logic:
myControl: {
title: 'My Control',
anchor: OrgChart.anchor.right,
onClick: function(){
alert('My Control clicked');
}
}
Each control can be placed exactly where you need it using the anchor option, making it easy to organize tools along any side of the chart.
Full Flexibility
Controls are not limited to predefined behavior. They can trigger:
With OrgChart JS, your org chart becomes more than a visualization — it becomes a fully interactive application.