cache graph/7258ea44bc0c0a425a468f66f8559d1de8c4126d/jaccard-m0.html
Browse files
graph/7258ea44bc0c0a425a468f66f8559d1de8c4126d/jaccard-m0.html
CHANGED
|
@@ -39,7 +39,7 @@ svg{ width:100vw; height:100vh; }
|
|
| 39 |
fill:var(--muted);
|
| 40 |
pointer-events:none;
|
| 41 |
text-anchor:middle;
|
| 42 |
-
font-size:
|
| 43 |
paint-order:stroke fill;
|
| 44 |
stroke:var(--bg);
|
| 45 |
stroke-width:2px;
|
|
@@ -53,7 +53,7 @@ svg{ width:100vw; height:100vh; }
|
|
| 53 |
position:fixed; top:18px; left:18px;
|
| 54 |
background:rgba(255,255,255,.92);
|
| 55 |
padding:18px 28px; border-radius:10px; border:1.5px solid #bbb;
|
| 56 |
-
font-size:
|
| 57 |
}
|
| 58 |
@media (prefers-color-scheme: dark){
|
| 59 |
#legend{ background:rgba(20,22,25,.92); color:#e8e8e8; border-color:#444; }
|
|
@@ -103,7 +103,7 @@ node.filter(d => d.cls !== 'base').append('circle').attr('r', d => 20*d.sz);
|
|
| 103 |
node.append('text')
|
| 104 |
.attr('class','node-label')
|
| 105 |
.attr('dy','-2.4em')
|
| 106 |
-
.style('font-size', d => d.cls === 'base' ? '
|
| 107 |
.style('font-weight', d => d.cls === 'base' ? 'bold' : 'normal')
|
| 108 |
.text(d => d.id);
|
| 109 |
|
|
|
|
| 39 |
fill:var(--muted);
|
| 40 |
pointer-events:none;
|
| 41 |
text-anchor:middle;
|
| 42 |
+
font-size:12px;
|
| 43 |
paint-order:stroke fill;
|
| 44 |
stroke:var(--bg);
|
| 45 |
stroke-width:2px;
|
|
|
|
| 53 |
position:fixed; top:18px; left:18px;
|
| 54 |
background:rgba(255,255,255,.92);
|
| 55 |
padding:18px 28px; border-radius:10px; border:1.5px solid #bbb;
|
| 56 |
+
font-size:22px; box-shadow:0 2px 8px rgba(0,0,0,.08);
|
| 57 |
}
|
| 58 |
@media (prefers-color-scheme: dark){
|
| 59 |
#legend{ background:rgba(20,22,25,.92); color:#e8e8e8; border-color:#444; }
|
|
|
|
| 103 |
node.append('text')
|
| 104 |
.attr('class','node-label')
|
| 105 |
.attr('dy','-2.4em')
|
| 106 |
+
.style('font-size', d => d.cls === 'base' ? '160px' : '120px')
|
| 107 |
.style('font-weight', d => d.cls === 'base' ? 'bold' : 'normal')
|
| 108 |
.text(d => d.id);
|
| 109 |
|