Skip to content

Commit

Permalink
Try to trigger example rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Dec 28, 2023
1 parent 4a99089 commit 050f1b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/compiled/area_density.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"field": "IMDB Rating",
"bandwidth": 0.3,
"as": ["value", "density"],
"resolve": "shared"
"resolve": "independent"
},
{
"type": "impute",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/area_density_facet.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"groupby": ["Species"],
"extent": [2500, 6500],
"as": ["value", "density"],
"resolve": "shared"
"resolve": "independent"
},
{
"type": "impute",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/area_density_stacked.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"groupby": ["Species"],
"extent": [2500, 6500],
"as": ["value", "density"],
"resolve": "shared"
"resolve": "independent"
},
{
"type": "impute",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/area_density_stacked_fold.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"counts": true,
"steps": 200,
"as": ["value", "density"],
"resolve": "shared"
"resolve": "independent"
},
{
"type": "impute",
Expand Down

0 comments on commit 050f1b0

Please sign in to comment.