Skip to content

Commit e155ac1

Browse files
committed
Fix url in bar.vl.json
1 parent 0bc725e commit e155ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/bar.vl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
3-
"data": { "url": "notebooks/population.json"},
3+
"data": { "url": "population.json"},
44
"transform": [{
55
"filter": "datum.year == 2000"
66
}],

0 commit comments

Comments
 (0)