Skip to content
Snippets Groups Projects
Commit 7bddb31e authored by Leander's avatar Leander
Browse files

feat: add scraped data

parent abc03393
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -20,7 +20,7 @@ zoomSlider.oninput = (event) => {
}
}
dsv(';', 'data/Out_2.csv').then(data => {
dsv(';', 'data/output.csv').then(data => {
bubbleChart = new BubbleChart(data, {
parentElement: bubbleChartWrapper,
containerWidth: 1000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment