Skip to content

Commit

Permalink
Lock ourselves to GraphViz 2.18.2 as 2.19.0 has a table rendering issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Aug 15, 2024
1 parent edc563e commit 0dc47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/web_components/public/js/graphviz_dot_svg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm/dist/graphviz.js";
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm@2.18.2/dist/graphviz.js";

const graphviz = await Graphviz.load();

Expand Down

0 comments on commit 0dc47ef

Please sign in to comment.