OrgChart icon indicating copy to clipboard operation
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.

Results 182 OrgChart issues
Sort by recently updated
recently updated
newest added

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@cypress/request](https://github.com/cypress-io/request) and [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer). These dependencies need to be updated together. Updates `tough-cookie` from 4.1.2 to 4.1.3 Release notes Sourced from tough-cookie's...

dependencies

Hello, my website has per default text-align: left; enabled and so I receive the following graph: ![grafik](https://github.com/dabeng/OrgChart/assets/3765796/f31e11e6-5a22-45a4-bf62-0efc15be9fa8) As shown the lines of the parents are not displayed correctly. This gets...

Sometimes data has different width and having fixed width is impractical. When [this](https://github.com/dabeng/OrgChart/blob/master/src/css/jquery.orgchart.css#L231) line is commented out charts aren't shown correctly when there is only one child: ![image](https://user-images.githubusercontent.com/271906/208392263-538c1c94-46d5-4e58-a600-46ca09b72ed9.png) Another example...

This is more a feature request than an issue: I would like to use this framework for visualizing genealogy/pedigree/family tree information, i.e there are 2 parents for a number of...

Hey I've been using the react version of this and it's create. I thank you for creating it! I notice you haven't updated the react version since 2022. any chance...

**Regression description**: The drag and drop feature is not functional in the latest version **Ways to replicate:** Go to https://dabeng.github.io/OrgChart/drag-drop.html, and try to drag and drop any node. **Expected behavior:**...

For example I have this kind of data source ``` var datasource = { id: 1, name: 'Jane', title: 'General Manager', children: [ { id: 2, name: 'Michael', title: 'HR'...

Need to display the department name under the person title. Is it currently supported? Thanks

Hello, I need your helps. I'm trying add new children in node, and I'm receiving the following error: Cannot read properties of undefined (reading 'children') I have the source data...