react-orgchart
react-orgchart copied to clipboard
It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
Hi @dabeng I'm getting this error - SyntaxError: Failed to execute 'querySelector' on 'Document': '#562bebec-9002-4228-b3da-1a3a589323d1' is not a valid selector. Can you please look into this. Thanks in advance.
In ChartNode component, Add useEffect with [datasource] to Check if `collapsed` field is true and collapse children. closes #43
Collapsing nodes by default using collapsed: true & className: 'slide-up' as done in https://dabeng.github.io/OrgChart/default-collapsed.html, doesn't work in react version. codeSandboxFork: https://codesandbox.io/s/react-orgchart-demo-forked-8k6dd?file=/src/default-chart/default-chart.js Any workaround to get this working? Please help.
Hi there, I want to do a report path ([like here](https://dabeng.github.io/OrgChart/report-path.html)) but can't find any attribute to tell to hide or collapse a node. Am I missing anything ? Cheers
直接启动,在3000端口访问页面会显示异常 重新用create-react-app创建工程再把代码拷进去是可用的 估计现有的create-react-app版本不匹配
This error happened at once in the browser console after the command `npm run start`
This error happened in the browser console at once after `npm run start `
Hi @dabeng , Thanks for creating a wonderful library with multiple customization options. I would like to request and suggest if you could add a feature for supporting hybrid layouts...
I have added some images in org but it shows empty and some of the org cards disappear if it has large data
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...