react-org-chart icon indicating copy to clipboard operation
react-org-chart copied to clipboard

Component for displaying an org chart for a large organization. Supports lazy load and export.

Results 26 react-org-chart issues
Sort by recently updated
recently updated
newest added

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 ![Screen Shot 2020-06-24 at 3 02 42 PM](https://user-images.githubusercontent.com/35404848/85632266-db75c980-b62b-11ea-96a5-b07cc65e1ce1.png) 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. ![chart](https://user-images.githubusercontent.com/2398297/99363761-60f36200-28ca-11eb-8440-5cb78913c09f.jpg) 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...