Skip to content

Commit

Permalink
layout buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
iiisong committed Dec 27, 2022
1 parent d4e5ba2 commit 72cabec
Show file tree
Hide file tree
Showing 77 changed files with 1,249 additions and 90 deletions.
17 changes: 16 additions & 1 deletion acc_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -123,6 +129,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -301,7 +309,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -333,6 +344,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion ae_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -425,6 +431,8 @@ <h1></h1>
</div>


<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -603,7 +611,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -635,6 +646,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion apph_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -139,6 +145,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -317,7 +325,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -349,6 +360,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion arbc_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -137,6 +143,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -315,7 +323,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -347,6 +358,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion arch_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -235,6 +241,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -413,7 +421,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -445,6 +456,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion ase_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -145,6 +151,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -323,7 +331,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -355,6 +366,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion bc_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -189,6 +195,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -367,7 +375,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -399,6 +410,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
17 changes: 16 additions & 1 deletion bio_coursetree.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h1></h1>



#config {
float: left;
width: 400px;
height: 600px;
}



</style>
Expand Down Expand Up @@ -125,6 +131,8 @@ <h1></h1>



<div id="config"></div>


<script type="text/javascript">

Expand Down Expand Up @@ -303,7 +311,10 @@ <h1></h1>

var options = {
"configure": {
"enabled": false
"enabled": true,
"filter": [
"layout"
]
},
"edges": {
"color": {
Expand Down Expand Up @@ -335,6 +346,10 @@ <h1></h1>



// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");


network = new vis.Network(container, data, options);

Expand Down
Loading

0 comments on commit 72cabec

Please sign in to comment.