Skip to content
Snippets Groups Projects
Commit 8f201f38 authored by AZIZI ANIS p2312052's avatar AZIZI ANIS p2312052
Browse files

Update script.js

parent 705ec792
No related branches found
No related tags found
No related merge requests found
fetch("final_combined_with_all_data.json") fetch("../final_combined_with_all_data.json")
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
const svg = d3.select("svg"); const svg = d3.select("svg");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment