We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054e286 commit d8b45c4Copy full SHA for d8b45c4
1 file changed
docs/visualizer-data.js
@@ -21,7 +21,7 @@ async function loadGraph() {
21
console.log("Loading graph data...");
22
23
try {
24
- const response = await fetch('graph_data.json');
+ const response = await fetch('graph.json');
25
if (!response.ok) {
26
throw new Error(`HTTP error! status: ${response.status}`);
27
}
0 commit comments