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
/
integrate-map
/
style.css
14 lines
(13 loc)
•
241 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#chart-container
{
position
: absolute;
top
:
10px
;
left
:
40px
;
height
: auto;
max-height
:
330px
;
width
:
calc
(
100%
-
80px
);
z-index
:
1
;
border-color
:
rgba
(
217
,
83
,
79
,
0.9
); }
.orgchart
{
background
:
rgba
(
255
,
255
,
255
,
0.75
); }