Skip to content

Commit

Permalink
refactor: implement repeat as a normalization to reduce number… (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Mar 17, 2020
1 parent a1f6274 commit 5c0b299
Show file tree
Hide file tree
Showing 93 changed files with 3,181 additions and 951 deletions.
964 changes: 737 additions & 227 deletions build/vega-lite-schema.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions examples/compiled/interactive_panzoom_splom.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,6 @@
"name": "child__repeat_row_Horsepower__repeat_column_Horsepower_y",
"type": "linear",
"domain": {"data": "data_2", "field": "Horsepower"},
"domainRaw": {"signal": "grid[\"Horsepower\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down Expand Up @@ -1931,7 +1930,6 @@
"name": "child__repeat_row_Acceleration__repeat_column_Acceleration_y",
"type": "linear",
"domain": {"data": "data_4", "field": "Acceleration"},
"domainRaw": {"signal": "grid[\"Acceleration\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down Expand Up @@ -1967,7 +1965,6 @@
"name": "child__repeat_row_Miles_per_Gallon__repeat_column_Miles_per_Gallon_y",
"type": "linear",
"domain": {"data": "data_6", "field": "Miles_per_Gallon"},
"domainRaw": {"signal": "grid[\"Miles_per_Gallon\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down
3 changes: 0 additions & 3 deletions examples/compiled/interactive_splom.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4488,7 +4488,6 @@
"name": "child__repeat_row_Horsepower__repeat_column_Horsepower_y",
"type": "linear",
"domain": {"data": "data_2", "field": "Horsepower"},
"domainRaw": {"signal": "grid[\"Horsepower\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down Expand Up @@ -4524,7 +4523,6 @@
"name": "child__repeat_row_Acceleration__repeat_column_Acceleration_y",
"type": "linear",
"domain": {"data": "data_4", "field": "Acceleration"},
"domainRaw": {"signal": "grid[\"Acceleration\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down Expand Up @@ -4560,7 +4558,6 @@
"name": "child__repeat_row_Miles_per_Gallon__repeat_column_Miles_per_Gallon_y",
"type": "linear",
"domain": {"data": "data_6", "field": "Miles_per_Gallon"},
"domainRaw": {"signal": "grid[\"Miles_per_Gallon\"]"},
"range": [{"signal": "childHeight"}, 0],
"nice": true,
"zero": true
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/nested_concat_align.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5c0b299

Please sign in to comment.