I'm looking for a react plugin to display an organization chart based on the JSON data that I pass to it in my React application. I need basic functionality like if a user clicks on an employee in org chart, I get back data about that employee in return. Like this
I'm looking for a react plugin to display an organization chart based on the JSON data that I pass to it in my React application. I need basic functionality like if a user clicks on an employee in org chart, I get back data about that employee in return. Like this
Share Improve this question edited Dec 21, 2017 at 6:58 bhanu asked Nov 9, 2016 at 18:10 bhanubhanu 3832 gold badges5 silver badges17 bronze badges1 Answer
Reset to default 4The best plugin that I came across till now is this https://www.npmjs./package/orgchart
It contains enough features and customizability. Kudos to the team that has developed it. Looking forward to contributing towards this and request other also to do the same.