UNPKG
orgchart.js
Version:
latest (0.0.4)
0.0.4
organization chart plugin based on ES6
github.com/dabeng/OrgChart.js
overbid/orgchart.js
orgchart.js
/
demo
/
ul-datasource
/
style.css
15 lines
•
222 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ul-data
{
position
: relative;
top
: -
60px
;
display
: inline-block;
margin-left
:
10%
;
width
:
30%
;
margin-right
:
6%
; }
#chart-container
{
display
: inline-block;
width
:
50%
; }
#ul-data
li
{
font-size
:
32px
; }