This commit is contained in:
Garry Ing
2021-04-18 16:25:46 -04:00
parent 016496c3ec
commit 6942684163
3 changed files with 8 additions and 3 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'))