diff --git a/testdata/compiled/selection_type_point_zorder.vg.json b/testdata/compiled/selection_type_point_zorder.vg.json index aee261c..c60a6fa 100644 --- a/testdata/compiled/selection_type_point_zorder.vg.json +++ b/testdata/compiled/selection_type_point_zorder.vg.json @@ -12,7 +12,7 @@ }, { "name": "source_0", - "url": "https://cdn.jsdelivr.net/npm/vega-datasets@v1.29.0/data/cars.json", + "url": "data/cars.json", "format": {"type": "json"}, "transform": [ {"type": "identifier", "as": "_vgsid_"}, diff --git a/testdata/compiled/selection_type_point_zorder.vg.json.svg b/testdata/compiled/selection_type_point_zorder.vg.json.svg index 1c5be75..fce7f85 100644 --- a/testdata/compiled/selection_type_point_zorder.vg.json.svg +++ b/testdata/compiled/selection_type_point_zorder.vg.json.svg @@ -1 +1 @@ -HorsepowerMiles_per_Gallon \ No newline at end of file +050100150200Horsepower01020304050Miles_per_Gallon \ No newline at end of file diff --git a/testdata/lite/selection_type_point_zorder.vl.json b/testdata/lite/selection_type_point_zorder.vl.json index a3ef718..f70b151 100644 --- a/testdata/lite/selection_type_point_zorder.vl.json +++ b/testdata/lite/selection_type_point_zorder.vl.json @@ -1,7 +1,7 @@ { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": { - "url": "https://cdn.jsdelivr.net/npm/vega-datasets@v1.29.0/data/cars.json" + "url": "data/cars.json" }, "mark": {"type": "circle", "opacity": 1}, "encoding": { diff --git a/testdata/lite/selection_type_point_zorder.vl.json.svg b/testdata/lite/selection_type_point_zorder.vl.json.svg index 1c5be75..fce7f85 100644 --- a/testdata/lite/selection_type_point_zorder.vl.json.svg +++ b/testdata/lite/selection_type_point_zorder.vl.json.svg @@ -1 +1 @@ -HorsepowerMiles_per_Gallon \ No newline at end of file +050100150200Horsepower01020304050Miles_per_Gallon \ No newline at end of file