Skip to content

Commit b3deb5b

Browse files
authored
Create v4.json
1 parent f6b2984 commit b3deb5b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

v4.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"data": {"url": "https://data.csaladen.es/v4.csv"},
3+
"mark": {"type": "line", "clip": true},
4+
"encoding": {
5+
"x": {
6+
"field": "Ev",
7+
"type": "temporal",
8+
"scale": {"domain": ["2005", "2023"]}
9+
},
10+
"y": {"field": "TWh", "type": "quantitative"},
11+
"color": {"field": "Orszag", "type": "nominal"}
12+
}
13+
}

0 commit comments

Comments
 (0)