Skip to content

Commit 57f4216

Browse files
committed
chore: add dataset-selector dataset
1 parent 3cda91a commit 57f4216

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

data/test.dataset.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"datasets": [
3+
{
4+
"filters": {
5+
"source": "default"
6+
},
7+
"dataUrl": "data/bedragen_2025.json"
8+
},
9+
{
10+
"filters": {
11+
"source": "multiindex df"
12+
},
13+
"dataUrl": "data/multiindex_df.json"
14+
},
15+
{
16+
"filters": {
17+
"source": "simple df"
18+
},
19+
"options": {"margin-labels": "Totaal;Subtotaal", "locale": "nl-NL"},
20+
"dataUrl": "data/simple_df.json"
21+
},
22+
{
23+
"filters": {
24+
"source": "dates"
25+
},
26+
"dataUrl": "data/dates.json"
27+
},
28+
{
29+
"filters": {
30+
"source": "truncated"
31+
},
32+
"dataUrl": "data/big_boy.json"
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)