|
7 | 7 | # [React Version](https://github.com/dabeng/react-orgchart) |
8 | 8 |
|
9 | 9 | ## Foreword |
10 | | -- First of all, thanks a lot for [wesnolte](https://github.com/wesnolte)'s great work:blush: -- [jOrgChart](https://github.com/wesnolte/jOrgChart). The thought that using nested tables to build out the tree-like orgonization chart is amazing. This idea is more simple and direct than its counterparts based on svg |
11 | | -- Unfortunately, it's long time not to see the update of jOrgChart. on the other hand, I got some interesting ideas to add, so I choose to create a new repo. |
12 | | -- Font Awesome provides us with administration icon, second level menu icon and loading spinner. |
| 10 | +First of all, thanks a lot for [wesnolte](https://github.com/wesnolte)'s great work:blush: -- [jOrgChart](https://github.com/wesnolte/jOrgChart). The thought that using nested tables to build out the tree-like orgonization chart is amazing. This idea is more simple and direct than its counterparts based on svg |
| 11 | +Unfortunately, it's long time not to see the update of jOrgChart. on the other hand, I got some interesting ideas to add, so I choose to create a new repo. |
13 | 12 |
|
14 | 13 | ## Features |
15 | 14 | - Supports both local data and remote data (JSON). |
|
18 | 17 | - Allows user to change orgchart structure by drag/drop nodes. |
19 | 18 | - Allows user to edit orgchart dynamically and save the final hierarchy as a JSON object. |
20 | 19 | - Supports exporting chart as a picture or pdf document. |
21 | | -- Supports pan and zoom |
22 | | -- Users can adopt multiple solutions to build up a huge organization chart(please refer to multiple-layers or hybrid layout sections) |
23 | | -- touch-enabled plugin for mobile device |
| 20 | +- Supports pan and zoom. |
| 21 | +- Allows user to customize the internal structure for every node. |
| 22 | +- Users can adopt multiple solutions to build up a huge organization chart(please refer to multiple-layers or hybrid layout sections). |
| 23 | +- touch-enabled plugin for mobile device. |
24 | 24 |
|
25 | 25 | ## CDN |
26 | 26 | Users could find the related CDN support for OrgChart's CSS and JavaScript. |
@@ -214,7 +214,7 @@ var oc = $('#chartContainerId').orgchart(options); |
214 | 214 | <td>nodeTitle</td><td>string</td><td>no</td><td>"name"</td><td>It sets one property of datasource as text content of title section of orgchart node. In fact, users can create a simple orghcart with only nodeTitle option.</td> |
215 | 215 | </tr> |
216 | 216 | <tr> |
217 | | - <td>parentNodeSymbol</td><td>string</td><td>no</td><td>"fa-users"</td><td>Using font awesome icon to imply that the node has child nodes.</td> |
| 217 | + <td>parentNodeSymbol</td><td>string</td><td>no</td><td>"oci-leader"</td><td>Using your own icon to imply that the node has child nodes.</td> |
218 | 218 | </tr> |
219 | 219 | <tr> |
220 | 220 | <td>nodeContent</td><td>string</td><td>no</td><td></td><td>It sets one property of datasource as text content of content section of orgchart node.</td> |
|
0 commit comments