Skip to content

Commit 99d13fa

Browse files
committed
Update vis-network to latest
1 parent 1465559 commit 99d13fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyvis/templates/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
4-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
3+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vis-network@latest/styles/vis-network.css" type="text/css" />
4+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vis-network@latest/dist/vis-network.min.js"> </script>
55
<center>
66
<h1>{{heading}}</h1>
77
</center>

0 commit comments

Comments
 (0)