dabeng/OrgChart
 Watch   
 Star   
 Fork   
2023-12-22 17:51:57
OrgChart

4.0.1

update the demo of compact node chart

2023-12-16 18:44:49
OrgChart

4.0.0

In order to make enough space fro users to build up their remote datasource, we make the following changes in this version:

  1. remove the option "ajaxURL"
  2. remove the events "load-[relation].orgchart"
  3. add new method "addAncestors(data, parentId)"
  4. add new method "addDescendants(data, $parent)"

v4 0 0

2023-12-01 21:04:56
OrgChart

3.8.2

abandon the optional URL string of option "data" and make enough space for users to build up their ajax requests

2023-11-26 18:05:11
OrgChart

3.8.1

bug-fix: compact nodes can not be opened after collapsing their siblings

2023-06-21 09:07:50
OrgChart

3.8.0

Users can use data prop "compact" or option "compact" to build up the compact layout.

3 8 0

2023-05-10 10:59:52
OrgChart

3.7.0

since this version, users are allowed to replace built-in icons with Font Awesome icons(or other icons).

3 7 0

2023-04-02 10:42:23
OrgChart

3.6.0

You can use crossorigin="anonymous" setting to export the charts with nodes containing pictures.

3 6 0

2023-02-22 16:13:43
OrgChart

3.5.0

Users are allowed to make a certain branch of the chart to be displayed as vertical by data.

3 5 0

2023-02-02 00:29:47
OrgChart

3.4.0

Users are allowed to drag&drop in the hybrid(horizontal + vertical) chart.

3 4 0

2023-01-31 08:13:20
OrgChart

3.2.0

We refactor e2e testing based on cypress 111