Skip to content

Commit df2246f

Browse files
committed
remove the unti-pattern demo -- multiple-layers
1 parent b697a05 commit df2246f

File tree

5 files changed

+1
-142
lines changed

5 files changed

+1
-142
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Unfortunately, it's long time not to see the update of jOrgChart. on the other h
2323
- Supports exporting chart as a picture or pdf document.
2424
- Supports pan and zoom.
2525
- Allows user to customize the internal structure for every node.
26-
- Users can adopt multiple solutions to build up a huge organization chart(please refer to multiple-layers or hybrid layout sections).
26+
- Users can adopt multiple solutions to build up a huge organization chart(please refer hybrid layout sections).
2727
- touch-enabled plugin for mobile device.
2828

2929
## CDN
@@ -119,10 +119,6 @@ That's where getHierarchy() comes in.
119119

120120
It's a so easy task, we just need to append id or className property to node data.
121121

122-
- [I want a multiple-layers chart](https://dabeng.github.io/OrgChart/multiple-layers.html)
123-
124-
In fact, this is a wonderful solution to display a orgchart which includes a huge number of node data.
125-
126122
- [I want a hybrid(horizontal + vertical) chart](https://dabeng.github.io/OrgChart/vertical-level.html)
127123

128124
This feature is inspired by the issues([Aligning Children Vertical](https://github.com/dabeng/OrgChart/issues/46), [Hybrid(horizontal + vertical) OrgChart](https://github.com/dabeng/OrgChart/issues/61)). Thank [mfahadi](https://github.com/mfahadi) and [Destructrix](https://github.com/Destructrix) for their constructive suggestions:blush: Special thanks to [tedliang](https://github.com/tedliang) for his wonderful hybrid mode solution.

README.zh-cn.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ $ npm install orgchart
105105

106106
我们只需要把css的样式与数据源中的id字段或css类字段关联起来就好。
107107

108-
- [我想实现一个多层级(而非深度)的组织结构图](https://dabeng.github.io/OrgChart/multiple-layers.html)
109-
110-
如果你的组织层级很多,二每个层级下的节点也很多,那么上面的方案可以采纳尝试。
111-
112108
- [我想构造一个混合布局的(水平方向 + 垂直方向)组织结构图](https://dabeng.github.io/OrgChart/vertical-level.html)
113109

114110
这个特性的灵感来源于这两个话题的讨论--[Aligning Children Vertical](https://github.com/dabeng/OrgChart/issues/46), [Hybrid(horizontal + vertical) OrgChart](https://github.com/dabeng/OrgChart/issues/61)。感谢[mfahadi](https://github.com/mfahadi)[Destructrix](https://github.com/Destructrix)建设性的讨论:blush:尤其感谢[tedliang](https://github.com/tedliang)提供了非常棒的混合布局的解决方案。

README.zh-tw.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ $ npm install orgchart
105105

106106
我們只需要把css的樣式與數據源中的id字段或css類字段關聯起來就好。
107107

108-
- [我想實現一個多層級(而非深度)的組織結構圖](https://dabeng.github.io/OrgChart/multiple-layers.html)
109-
110-
如果你的組織層級很多,二每個層級下的節點也很多,那麽上面的方案可以采納嘗試。
111-
112108
- [我想構造一個混合布局的(水平方向 + 垂直方向)組織結構圖](https://dabeng.github.io/OrgChart/vertical-level.html)
113109

114110
這個特性的靈感來源于這兩個話題的討論--[Aligning Children Vertical](https://github.com/dabeng/OrgChart/issues/46), [Hybrid(horizontal + vertical) OrgChart](https://github.com/dabeng/OrgChart/issues/61)。感謝[mfahadi](https://github.com/mfahadi)[Destructrix](https://github.com/Destructrix)建設性的討論:blush:尤其感謝[tedliang](https://github.com/tedliang)提供了非常棒的混合布局的解決方案。

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
<li><a href="get-hierarchy.html" target="_blank">getHierarchy() method</a></li>
131131
<li><a href="integrate-map.html" target="_blank">itegrate orgchart with map info</a></li>
132132
<li><a href="local-datasource.html" target="_blank">local datasource</a></li>
133-
<li><a href="multiple-layers.html" target="_blank">multiple-layers chart</a></li>
134133
<li><a href="ondemand-loading-data.html" target="_blank">load data on-demand</a></li>
135134
<li><a href="option-createNode.html" target="_blank">createNode callback</a></li>
136135
<li><a href="pan-zoom.html" target="_blank">pan and zoom the chart</a></li>

demo/multiple-layers.html

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)