Large org charts can get hard to read. With Highlight Nodes on Hover, users instantly see where someone sits in the hierarchy - no clicks needed.
What Happens on Hover?
- The hovered node is highlighted
- All its parent nodes up to the root are highlighted
- The connection path becomes clearly visible
- Other nodes fade into the background
var chart = new OrgChart(document.getElementById("tree"), {
highlightOnHover: "parents"
});
Read more