Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvilla committed May 12, 2024
1 parent 4724ebb commit 665354d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/aalst.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ title: Aalst
```js
const jaaroverzicht = FileAttachment("data/jaaroverzicht.csv").csv({typed: true});
const sites = FileAttachment("data/sites.csv").csv({typed: true});
const cumulatieveCounts = FileAttachment("data/cumulativeMeanPerMonth.json").json();
const in_out = FileAttachment("data/inOutData.csv").csv({typed: true});


import {estimatedOverview} from "./components/estimatedOverview.js";
import {overviewYearWeekday} from "./components/overviewYear.js";
import {createMap} from "./components/mapUtils.js";
import {plotNormalizedData, getTrendCompareData, getFistAndSecondTrendYears} from './components/historyPlot.js';
import {doubleBarHorizontal} from "./components/dailyVolume.js";

```

Expand Down

0 comments on commit 665354d

Please sign in to comment.