Skip to content

Commit f11a779

Browse files
Bumped force-graph
1 parent 2069427 commit f11a779

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/foam-vscode/static/dataviz/force-graph.1.40.5.min.js

-5
This file was deleted.

packages/foam-vscode/static/dataviz/force-graph.1.49.5.min.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foam-vscode/static/dataviz/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" />
55
<script data-replace src="./d3.v6.min.js"></script>
6-
<script data-replace src="./force-graph.1.40.5.min.js"></script>
6+
<script data-replace src="./force-graph.1.49.5.min.js"></script>
77
<script data-replace src="./dat.gui.min.js"></script>
8-
<link data-replace href="./graph.css" rel="stylesheet">
8+
<link data-replace href="./graph.css" rel="stylesheet" />
99
</head>
1010
<body>
1111
<div
1212
id="graph"
13-
style="position: absolute; top: 0; left: 0; right: 0; bottom: 0;"
13+
style="position: absolute; top: 0; left: 0; right: 0; bottom: 0"
1414
></div>
1515
<!-- To test the graph locally in a browser:
1616
1. copy the json data object received in the message payload

0 commit comments

Comments
 (0)