Skip to content

Commit

Permalink
update scenegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Sep 29, 2023
1 parent f293584 commit affbddb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/vega/test/scenegraphs/chart-rangestep.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,11 @@
"x": 35,
"y": 100,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Right Title",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down
4 changes: 2 additions & 2 deletions packages/vega/test/scenegraphs/chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,11 @@
"x": 35,
"y": 111,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Right Title",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down
4 changes: 2 additions & 2 deletions packages/vega/test/scenegraphs/font-size-steps.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,14 @@
"x": 44,
"y": 100,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": [
"Font Size",
"(Log-Transformed)"
],
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down
16 changes: 8 additions & 8 deletions packages/vega/test/scenegraphs/layout-splom.json
Original file line number Diff line number Diff line change
Expand Up @@ -39630,11 +39630,11 @@
"x": 27,
"y": 60,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Beak Length (mm)",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down Expand Up @@ -39817,11 +39817,11 @@
"x": 27,
"y": 60,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Beak Depth (mm)",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down Expand Up @@ -40046,11 +40046,11 @@
"x": 35,
"y": 60,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Flipper Length (mm)",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down Expand Up @@ -40212,11 +40212,11 @@
"x": 51,
"y": 60,
"align": "center",
"baseline": "bottom",
"baseline": "top",
"fill": "#000",
"opacity": 1,
"text": "Body Mass (g)",
"angle": 90,
"angle": -90,
"font": "sans-serif",
"fontSize": 11,
"fontWeight": "bold"
Expand Down

0 comments on commit affbddb

Please sign in to comment.