@html-graph/html-graph 8.13.0 → 8.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -4
- package/dist/html-graph.js +5592 -3716
- package/dist/html-graph.min.js +5108 -0
- package/dist/html-graph.min.umd.cjs +1 -0
- package/dist/html-graph.umd.cjs +6988 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,16 +2,22 @@
|
|
|
2
2
|
<img src="/media/logo-label.svg" alt="HTMLGraph" width="520" height="100"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
<h3 align="center">
|
|
6
|
+
Graph visualization library that enables rich nodes customization using HTML
|
|
7
|
+
</h3>
|
|
8
|
+
|
|
9
|
+
<div>
|
|
10
|
+
|
|
9
11
|
</div>
|
|
10
12
|
|
|
11
13
|
<a target="_blank" href="https://html-graph.github.io">
|
|
12
14
|
<img src="https://raw.githubusercontent.com/html-graph/html-graph/master/media/preview.jpg">
|
|
13
15
|
</a>
|
|
14
16
|
|
|
17
|
+
<div>
|
|
18
|
+
|
|
19
|
+
</div>
|
|
20
|
+
|
|
15
21
|
## Getting Started
|
|
16
22
|
|
|
17
23
|
```bash
|