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 committed Jul 31, 2024
1 parent f13f69f commit 2c385c7
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 23 deletions.
Binary file modified examples/compiled/circle_scale_quantile.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/circle_scale_quantile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions examples/compiled/circle_scale_quantile.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,18 @@
"title": "Quantile",
"fill": "color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
"size": "size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
}
Binary file modified examples/compiled/circle_scale_quantize.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/circle_scale_quantize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions examples/compiled/circle_scale_quantize.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,18 @@
{
"title": "Quantize",
"fill": "color",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
"size": "size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
}
Binary file modified examples/compiled/circle_scale_threshold.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/circle_scale_threshold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions examples/compiled/circle_scale_threshold.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,18 @@
"title": "Threshold",
"fill": "color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
"size": "size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
}
Binary file modified examples/compiled/concat_bar_scales_discretize.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/concat_bar_scales_discretize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 33 additions & 6 deletions examples/compiled/concat_bar_scales_discretize.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,18 @@
{
"title": "Quantize",
"fill": "concat_0_color",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_0_size"
"size": "concat_0_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
},
Expand Down Expand Up @@ -171,9 +180,18 @@
"title": "Quantile",
"fill": "concat_1_color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_1_size"
"size": "concat_1_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
},
Expand Down Expand Up @@ -225,9 +243,18 @@
"title": "Threshold",
"fill": "concat_2_color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_2_size"
"size": "concat_2_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
}
Expand Down
Binary file modified examples/compiled/concat_bar_scales_discretize_2_cols.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/concat_bar_scales_discretize_2_cols.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 33 additions & 6 deletions examples/compiled/concat_bar_scales_discretize_2_cols.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,18 @@
{
"title": "Quantize",
"fill": "concat_0_color",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_0_size"
"size": "concat_0_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
},
Expand Down Expand Up @@ -171,9 +180,18 @@
"title": "Quantile",
"fill": "concat_1_color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_1_size"
"size": "concat_1_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
},
Expand Down Expand Up @@ -225,9 +243,18 @@
"title": "Threshold",
"fill": "concat_2_color",
"labelOverlap": "greedy",
"type": "symbol",
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "concat_2_size"
"size": "concat_2_size",
"encode": {
"symbols": {
"update": {
"fillOpacity": {"value": 0.7},
"opacity": {"value": 0.7},
"stroke": {"value": "transparent"}
}
}
}
}
]
}
Expand Down

0 comments on commit 2c385c7

Please sign in to comment.