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 4ac55a3 commit c8d9e89Copy full SHA for c8d9e89
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