I'm trying to use this Example for creating the organization chart. >> d3.js v3 (old version)
currently, it seems all are in a working state
the click on the circle "+" button child nodes collapses, all good
but I want to make it happen like when the user tries to click on any place within the entire parent node, then also the child node group get collapses
EDIT: So either with "+" button or on click at any place on a parent node
Any help would be great!