Justine Kizhakkinedath Posted on Jul 25, 2021 Answer: Organization chart - tree, online, dynamic, collapsible, pictures - in D3 answer re: Organization chart - tree, online, dynamic, collapsible, pictures - in D3 Jun 20 '15 26 Here's a quick example. It modifies this example, to add in first name, last name, a title and a picture. <!DOCTYPE html> <meta charset="utf-8"> <style> .node { cursor: pointer; } .node circle { fill: #fff; stroke: steelblue; stroke-width: 1.5px; } .node text { … Open Full Answer Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)