Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Feb 22, 2023
1 parent b48d6e5 commit 5c4ae11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,15 @@ No problem. With the help of ES6 Template literals, we can customize the any com

- [I want to position node in specific level. How can i do that ?](https://dabeng.github.io/OrgChart/level-offset.html)

You need the solution based on new datasource structure with levelOffset prop + callback createNode() + CSS custom properties(variables)
You need the solution based on new datasource structure with levelOffset data prop + callback createNode() + CSS custom properties(variables)

- [I want a orgchart with nodes of different widths](https://dabeng.github.io/OrgChart/nodes-of-different-widths.html)

- [I want to drag&drop in the hybrid chart](https://dabeng.github.io/OrgChart/drag-drop-hybrid-chart.html)

- [ I only want specific children of a certain branch of the chart to be displayed as vertical. Is it possible to set VerticalLevel by data?](https://dabeng.github.io/OrgChart/isHybrid.html)

isVertical data property is designed for your use case. Once a node has a "isVertical" prop with truthy value, its descendant nodes will be arranged vertically.

### how to start up demos locally

Expand Down

0 comments on commit 5c4ae11

Please sign in to comment.