UNPKG
kityminder
Version:
latest (1.0.1)
1.0.1
Kity Minder
github.com/fex-team/kityminder
fex-team/kityminder
kityminder
/
src
/
template
/
structure.js
19 lines
(16 loc)
•
308 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
@fileOverview
* * 组织结构图模板 * *
@author
: techird *
@copyright
: Baidu FEX, 2014 */
KityMinder
.
registerTemplate
(
'structure'
, {
getLayout
:
function
(
node
) {
return
node.
getData
(
'layout'
) ||
'bottom'
; },
getConnect
:
function
(
node
) {
return
'poly'
; } });