OrgChart
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.
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...
Hello, my website has per default text-align: left; enabled and so I receive the following graph:  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:  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...