Skip to content

Commit

Permalink
chore: update schema [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 28, 2023
1 parent e3f4505 commit 4a99089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8144,7 +8144,7 @@
"type": "number"
},
"resolve": {
"description": "Indicates how parameters for multiple densities should be resolved. If \"independent\", each density may have its own domain extent and dynamic number of curve sample steps. If \"shared\", the KDE transform will ensure that all densities are defined over a shared domain and curve steps, enabling stacking.\n\n__Default value:__ `\"shared\"`",
"description": "Indicates how parameters for multiple densities should be resolved. If `\"independent\"`, each density may have its own domain extent and dynamic number of curve sample steps. If `\"shared\"`, the KDE transform will ensure that all densities are defined over a shared domain and curve steps, enabling stacking.\n\n__Default value:__ `\"shared\"`",
"enum": [
"independent",
"shared"
Expand Down

0 comments on commit 4a99089

Please sign in to comment.