fix zzcxz visualizer
This commit is contained in:
parent
35b9783e9b
commit
de89cac704
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ function selectNode(node) {
|
||||||
|
|
||||||
function visualize() {
|
function visualize() {
|
||||||
document.getElementsByTagName("body")[0].style.width = "min(2000px, 90vw)";
|
document.getElementsByTagName("body")[0].style.width = "min(2000px, 90vw)";
|
||||||
document.getElementById("title").hidden = true;
|
|
||||||
const zoom = d3.zoom();
|
const zoom = d3.zoom();
|
||||||
zoom.on("zoom", event => {
|
zoom.on("zoom", event => {
|
||||||
const elems = d3.select("#elems")
|
const elems = d3.select("#elems")
|
||||||
|
|
Loading…
Reference in a new issue