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 2db4deb commit b541c3dCopy full SHA for b541c3d
src/js/main.js
@@ -490,7 +490,7 @@ async function fetchDataAndProcess(Params, isRealTime = true) {
490
}).then(res => res.json());
491
} else {
492
// Historical mode: Load from local file
493
- apiData = await fetch('src/data/combined_response.json') // replace with your actual local path
+ apiData = await fetch('src/data/combined_data.json') // replace with your actual local path
494
.then(res => res.json());
495
}
496
0 commit comments