Skip to content

Commit

Permalink
🐝 (schema) add missing defaults (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored Dec 29, 2023
1 parent 549138e commit 135d69e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $defs:
facetDomain:
type: string
description: Whether the axis domain should be the same across faceted charts (if possible)
default: shared
enum:
- independent
- shared
Expand Down Expand Up @@ -558,6 +559,7 @@ properties:
- string
- "null"
description: Stack mode. Only absolute and relative are actively used.
default: absolute
enum:
- absolute
- relative
Expand Down

0 comments on commit 135d69e

Please sign in to comment.