Molbap HF Staff commited on
Commit
5afc8e0
·
verified ·
1 Parent(s): d929942

Update modular_graph_and_candidates.py

Browse files
Files changed (1) hide show
  1. modular_graph_and_candidates.py +2 -2
modular_graph_and_candidates.py CHANGED
@@ -740,7 +740,7 @@ node.filter(d => d.cls !== 'base').append('circle').attr('r', d => 20*d.sz);
740
  node.append('text')
741
  .attr('class','node-label')
742
  .attr('dy','-2.4em')
743
- .style('font-size', d => d.cls === 'base' ? '160px' : '120px')
744
  .style('font-weight', d => d.cls === 'base' ? 'bold' : 'normal')
745
  .text(d => d.id);
746
 
@@ -837,7 +837,7 @@ svg{ width:100vw; height:100vh; }
837
  pointer-events:none;
838
  text-anchor:middle;
839
  font-weight:600;
840
- font-size:50px;
841
  paint-order:stroke fill;
842
  stroke:var(--outline);
843
  stroke-width:3px;
 
740
  node.append('text')
741
  .attr('class','node-label')
742
  .attr('dy','-2.4em')
743
+ .style('font-size', d => d.cls === 'base' ? '120px' : '90px')
744
  .style('font-weight', d => d.cls === 'base' ? 'bold' : 'normal')
745
  .text(d => d.id);
746
 
 
837
  pointer-events:none;
838
  text-anchor:middle;
839
  font-weight:600;
840
+ font-size:40px;
841
  paint-order:stroke fill;
842
  stroke:var(--outline);
843
  stroke-width:3px;