react-org-chart
react-org-chart copied to clipboard
Component for displaying an org chart for a large organization. Supports lazy load and export.
I am using this package in my next.js project but got this issue. I have copied all code from examples folder but still issue `Unhandled Runtime Error TypeError: Cannot read...
I have cloned project and trying to run example demo. But it is showing error like Module not found: Can't resolve '@unicef/react-org-chart' in 'C:\Users\Mukhammadjon_Sirojid\Desktop\PROJECT\Givver\react-org-chart\examples\src'. I have found in ```examples/src/package.json``` syntax...
i think it might have something to do with the image addition  I was trying to learn how to use this module...
trying to convert to functional components
I'm currently playing around with react-org-chart for my personal project to practicing my react knowledge. In the docs, it shows usage with class component. I tried to convert it to...
When I'm moving around and changing routes and for some reason going back to the page where I've implemented the chart the "#react-org-chart-canvas-container" and the "#react-org-chart-svg-container" elements are being created...
Trying to wrap this into a Mendix pluggable widget (a React widget), then place multiple of them in a page. Noticed the dependency src\chart\index.js ... const orgChart = document.getElementById('root') Where...
As title, I found a bug(may be typo) in [examples/src/App.js](examples/src/App.js). Changing `avatar` attribute in `Tree.js` does not change avatar correctly, fix it by one line.
Hello guys, I have changed json data in react-org-chart then connect shaped json to my required datasource, everything worked well on localhost.  Then I deployed, built version of react-org-chart...
Managed to get to compile after some rather weird bugs such as `loadImage` prop being required (it crashes if not set) in situation when it should, like setting image src...