This commit is contained in:
garrying
2021-04-18 20:26:12 +00:00
parent cdaffa1c99
commit 9531f03814
33 changed files with 181 additions and 146 deletions

View File

@ -239,7 +239,7 @@ if (typeof window.graphData !== 'undefined') {
window.onresize = reportWindowSize
const svg = d3.select('svg')
const svg = d3.select('#graph-wrapper svg')
const width = Number(svg.attr('width'))
const height = Number(svg.attr('height'))