Commit 3af71174 authored by Almouhannad Hafez's avatar Almouhannad Hafez

Update main

parent b9cb1e08
...@@ -20,7 +20,3 @@ d3.csv('/data/vancouver_trails.csv') ...@@ -20,7 +20,3 @@ d3.csv('/data/vancouver_trails.csv')
scatterplot.updateVis(); scatterplot.updateVis();
}) })
.catch(error => console.error(error)); .catch(error => console.error(error));
setTimeout(() => {
scatterplot.data = [];
scatterplot.updateVis();
}, 1000);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment