Skip to content

Commit 6be12f9

Browse files
committed
update readme
1 parent 5c4ae11 commit 6be12f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,21 @@ 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 data prop + callback createNode() + CSS custom properties(variables)
138+
![level-offset](http://dabeng.github.io/OrgChart/img/level-offset.png)
139+
140+
You need the solution based on new datasource structure with **levelOffset data prop** + callback createNode() + CSS custom properties(variables)
139141

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

144+
![nodes-of-different-widths](http://dabeng.github.io/OrgChart/img/nodes-of-different-widths.png)
145+
142146
- [I want to drag&drop in the hybrid chart](https://dabeng.github.io/OrgChart/drag-drop-hybrid-chart.html)
143147

144148
- [ 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)
145149

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.
150+
![isHybrid](http://dabeng.github.io/OrgChart/img/isHybrid.png)
151+
152+
**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.
147153

148154
### how to start up demos locally
149155

0 commit comments

Comments
 (0)