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 Oct 12, 2022
1 parent 0dbbc2b commit a9d1dc5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
Binary file modified examples/compiled/histogram_nonlinear.png
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/histogram_nonlinear.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions examples/compiled/histogram_nonlinear.vg.json
Expand Up @@ -51,17 +51,16 @@
"from": {"data": "data_0"},
"encode": {
"update": {
"cornerRadiusTopLeft": {"value": 0},
"cornerRadiusTopRight": {"value": 0},
"cornerRadius": {"value": 0},
"fill": {"value": "#4c78a8"},
"ariaRoleDescription": {"value": "bar"},
"description": {
"signal": "\"startTime: \" + (isValid(datum[\"startTime\"]) ? datum[\"startTime\"] : \"\"+datum[\"startTime\"]) + \"; residency: \" + (format(datum[\"residency\"], \"\")) + \"; endTime: \" + (isValid(datum[\"endTime\"]) ? datum[\"endTime\"] : \"\"+datum[\"endTime\"])"
},
"x": {"scale": "x", "field": "startTime"},
"x2": {"scale": "x", "field": "endTime"},
"y": {"scale": "y", "field": "residency_end"},
"y2": {"scale": "y", "field": "residency_start"}
"yc": {"scale": "y", "field": "residency"},
"height": {"value": 5}
}
}
}
Expand All @@ -79,7 +78,8 @@
"type": "linear",
"domain": [0, 100],
"range": [{"signal": "height"}, 0],
"zero": true
"zero": true,
"padding": 5
}
],
"axes": [
Expand Down
Binary file modified examples/compiled/layer_cumulative_histogram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9d1dc5

Please sign in to comment.