Skip to content

Commit

Permalink
Pass biome
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Sep 30, 2024
1 parent 520a736 commit dbd2c65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bun/d3-graphviz.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ for (const graphviz_root of graphviz_roots) {
graphviz_root.innerHTML = ''
graphviz(graphviz_root, {
fit: true,
zoom: false
}).engine(layout).dot(graphviz_source).render()
zoom: false,
})
.engine(layout)
.dot(graphviz_source)
.render()
graphviz_root.classList.remove('loading')
}

0 comments on commit dbd2c65

Please sign in to comment.