Skip to content

Commit 5c4ae11

Browse files
committed
udpate readme
1 parent b48d6e5 commit 5c4ae11

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,15 @@ No problem. With the help of ES6 Template literals, we can customize the any com
135135

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

138-
You need the solution based on new datasource structure with levelOffset prop + callback createNode() + CSS custom properties(variables)
138+
You need the solution based on new datasource structure with levelOffset data prop + callback createNode() + CSS custom properties(variables)
139+
140+
- [I want a orgchart with nodes of different widths](https://dabeng.github.io/OrgChart/nodes-of-different-widths.html)
141+
142+
- [I want to drag&drop in the hybrid chart](https://dabeng.github.io/OrgChart/drag-drop-hybrid-chart.html)
143+
144+
- [ 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)
145+
146+
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.
139147

140148
### how to start up demos locally
141149

0 commit comments

Comments
 (0)