Skip to content

Commit

Permalink
Auto-commit: Tue Oct 31 16:10:27 CDT 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Oct 31, 2023
1 parent 978a275 commit fab8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week11/inClass/assets/json/side_by_side_from_dict.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}}, "hconcat": [{"data": {"url": "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv"}, "mark": "rect", "encoding": {"color": {"aggregate": "count", "type": "quantitative"}, "x": {"bin": {"maxbins": 10}, "field": "Student_teacher_ratio", "type": "quantitative"}, "y": {"field": "State", "type": "ordinal"}}, "height": 400, "name": "view_2"}, {"data": {"url": "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv"}, "mark": "bar", "encoding": {"x": {"bin": true, "field": "Mobility", "title": "Mobility Score", "type": "quantitative"}, "y": {"aggregate": "count", "type": "quantitative"}}, "transform": [{"filter": {"param": "param_1"}}]}], "params": [{"name": "param_1", "select": {"type": "interval", "encodings": ["x", "y"]}, "views": ["view_2"]}], "$schema": "https://vega.github.io/schema/vega-lite/v5.8.0.json"}
{"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}}, "hconcat": [{"data": {"url": "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv"}, "mark": "rect", "encoding": {"color": {"aggregate": "count", "type": "quantitative"}, "x": {"bin": {"maxbins": 10}, "field": "Student_teacher_ratio", "type": "quantitative"}, "y": {"field": "State", "type": "ordinal"}}, "height": 400, "name": "view_1"}, {"data": {"url": "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/mobility.csv"}, "mark": "bar", "encoding": {"x": {"bin": true, "field": "Mobility", "title": "Mobility Score", "type": "quantitative"}, "y": {"aggregate": "count", "type": "quantitative"}}, "transform": [{"filter": {"param": "param_1"}}]}], "params": [{"name": "param_1", "select": {"type": "interval", "encodings": ["x", "y"]}, "views": ["view_1"]}], "$schema": "https://vega.github.io/schema/vega-lite/v5.8.0.json"}

0 comments on commit fab8e00

Please sign in to comment.