We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8909624 commit 6d0c095Copy full SHA for 6d0c095
README.md
@@ -3,6 +3,8 @@
3
A modern ESM module for interactive SVG visualization of Graphviz graphs.
4
This is a modernized rewrite of [jquery.graphviz.svg](https://github.com/mountainstorm/jquery.graphviz.svg).
5
6
+https://github.com/user-attachments/assets/7371d1e6-a195-4e73-8670-3e5f8965ae53
7
+
8
## Features
9
10
* 🎯 Interactive SVG visualization of Graphviz graphs
demo.html
@@ -33,7 +33,7 @@
33
</head>
34
35
<body>
36
- <h4 id="instructions">Click node to highlight; Shift-scroll to zoom; Esc to unhighlight</h4>
+ <h4 id="instructions">Click node to highlight; Esc to unhighlight</h4>
37
<div id="graph" style="width: 100%; height: 100%; overflow: scroll;"></div>
38
39
<script type="module">
0 commit comments