From e155ac16da2836c0b705aec68406709e2b3a31a0 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 17 Apr 2018 11:45:23 -0700 Subject: [PATCH] Fix url in bar.vl.json --- notebooks/bar.vl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/bar.vl.json b/notebooks/bar.vl.json index bb067ae3c..9a8bc765e 100644 --- a/notebooks/bar.vl.json +++ b/notebooks/bar.vl.json @@ -1,6 +1,6 @@ { "$schema": "https://vega.github.io/schema/vega-lite/v2.json", - "data": { "url": "notebooks/population.json"}, + "data": { "url": "population.json"}, "transform": [{ "filter": "datum.year == 2000" }],