We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b2984 commit b3deb5bCopy full SHA for b3deb5b
v4.json
@@ -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