Fill page with chart.
This commit is contained in:
parent
cf524ecee4
commit
f5e8fb25f7
@ -269,6 +269,8 @@ function ForceGraph({
|
||||
linkLabel: (d) => { const e = edges[d.index]; if (e.relation) { return e.relation; } else { return ''; } },
|
||||
});
|
||||
holder.appendChild(chart);
|
||||
chart.height = '100vh';
|
||||
chart.width = '100vw';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user