Skip to content

Commit

Permalink
chore: update examples [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot authored and kanitw committed Aug 27, 2024
1 parent 0216dbd commit 80ddac4
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/compiled/bar_tooltip_aggregate.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"xc": {"signal": "width", "mult": 0.5},
"yc": {"scale": "y", "field": "mean_data"},
"width": {"value": 15},
"width": {"signal": "(1 - 0.25) * width"},
"height": {"value": 1}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/bar_tooltip_groupby.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"xc": {"signal": "width", "mult": 0.5},
"yc": {"scale": "y", "field": "mean_data"},
"width": {"value": 15},
"width": {"signal": "(1 - 0.25) * width"},
"height": {"value": 1}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
"xc": {"scale": "x", "field": "lower_whisker_Body Mass (g)"},
"yc": {"signal": "height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * height"},
"width": {"value": 1}
}
}
Expand All @@ -233,7 +233,7 @@
},
"xc": {"scale": "x", "field": "upper_whisker_Body Mass (g)"},
"yc": {"signal": "height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * height"},
"width": {"value": 1}
}
}
Expand Down
Binary file modified examples/compiled/errorbar_2d_vertical_ticks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/errorbar_2d_vertical_ticks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/compiled/errorbar_2d_vertical_ticks.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"xc": {"scale": "x", "field": "year_Year"},
"yc": {"scale": "y", "field": "lower_Miles_per_Gallon"},
"width": {"value": 15},
"width": {"signal": "(1 - 0.25) * width"},
"height": {"value": 1}
}
}
Expand All @@ -91,7 +91,7 @@
},
"xc": {"scale": "x", "field": "year_Year"},
"yc": {"scale": "y", "field": "upper_Miles_per_Gallon"},
"width": {"value": 15},
"width": {"signal": "(1 - 0.25) * width"},
"height": {"value": 1}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/facet_bullet.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
},
"xc": {"scale": "child_x", "field": "markers\\.0"},
"yc": {"signal": "child_height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * child_height"},
"width": {"value": 2}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/tick_dot.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"xc": {"scale": "x", "field": "precipitation"},
"yc": {"signal": "height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * height"},
"width": {"value": 1}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/tick_sort.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"xc": {"scale": "x", "field": "Horsepower"},
"yc": {"signal": "height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * height"},
"width": {"value": 1}
}
}
Expand Down
Binary file modified examples/compiled/tick_strip_1D_with_height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/tick_strip_1D_with_height.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/tick_strip_1D_with_height.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"xc": {"scale": "x", "field": "Horsepower"},
"yc": {"signal": "height", "mult": 0.5},
"height": {"value": 15},
"height": {"signal": "(1 - 0.25) * height"},
"width": {"value": 1}
}
}
Expand Down

0 comments on commit 80ddac4

Please sign in to comment.