Moved worker and orborus to run with shuffle-shared

This commit is contained in:
frikky
2021-03-20 16:16:53 +01:00
parent 49564cdc44
commit 8148eb924c
12 changed files with 553 additions and 154 deletions
+5 -4
View File
@@ -6,7 +6,7 @@ const data = [{
'font-family': 'Segoe UI, Tahoma, Geneva, Verdana, sans-serif, sans-serif',
'font-weight': 'lighter',
'margin-right': '10px',
'font-size': '15px',
'font-size': '18px',
'width': '80px',
'height': '80px',
'color': 'white',
@@ -20,14 +20,15 @@ const data = [{
selector: 'edge',
css: {
'target-arrow-shape': 'triangle',
'target-arrow-color': 'yellow',
'target-arrow-color': 'grey',
'curve-style': 'unbundled-bezier',
'label': 'data(label)',
'text-margin-y': '-15px',
'width': '2px',
"color": "white",
"line-fill": "linear-gradient",
"line-gradient-stop-colors": ["cyan", "yellow"],
"line-gradient-stop-positions": ["0.0", "100"],
"line-gradient-stop-colors": ["grey", "grey"],
},
},
{
@@ -183,7 +184,7 @@ const data = [{
css: {
'background-color': "#f85a3e",
'border-color': '#f85a3e',
'border-width': '8px',
'border-width': '12px',
'transition-property': 'border-width',
'transition-duration': '0.25s',
},