MediaWiki:LeadingAndTrailingCells.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
Miraheze>Marshall
(Created page with "let div = (a,b) => Math.floor(a/b); let svg = d3.select('.LeadingAndTrailingCells') .attrs({height:890, width:800}).append('g') .attr('font-size',46) .attr('text-...")
 
Miraheze>Marshall
No edit summary
Line 2: Line 2:


let svg = d3.select('.LeadingAndTrailingCells')
let svg = d3.select('.LeadingAndTrailingCells')
    .append('svg')
     .attrs({height:890, width:800}).append('g')
     .attrs({height:890, width:800}).append('g')
     .attr('font-size',46)
     .attr('font-size',46)
Anonymous user

Navigation menu