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 May 14, 2024
1 parent b4d5281 commit 0e84594
Showing 1 changed file with 1 addition and 69 deletions.
70 changes: 1 addition & 69 deletions build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22114,7 +22114,7 @@
},
"invalid": {
"$ref": "#/definitions/ScaleInvalidDataConfig",
"description": "An object that defines scale outputs per channel for invalid values (nulls and NaNs on a continuous scale).\n- The keys in this object are the scale channels.\n- The values is either `\"zero-or-min\"`or a value definition `{value: ...}`.\n\n_Example:_ Setting this `config.scale.invalid` property to `{color: {value: '#aaa'}}` will make the visualization color all invalid values with '#aaa'.\n\nSee [https://vega.github.io/vega-lite/docs/invalid-data.html](Invalid Data Docs) for more details."
"description": "An object that defines scale outputs per channel for invalid values (nulls and NaNs on a continuous scale).\n- The keys in this object are the scale channels.\n- The values is either `\"zero-or-min\"` (use zero if the scale includes zero or min value otherwise) or a value definition `{value: ...}`.\n\n_Example:_ Setting this `config.scale.invalid` property to `{color: {value: '#aaa'}}` will make the visualization color all invalid values with '#aaa'.\n\nSee [https://vega.github.io/vega-lite/docs/invalid-data.html](Invalid Data Docs) for more details."
},
"maxBandSize": {
"description": "The default max value for mapping quantitative fields to bar's size/bandSize.\n\nIf undefined (default), we will use the axis's size (width or height) - 1.",
Expand Down Expand Up @@ -22490,10 +22490,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22505,10 +22501,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22520,10 +22512,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22535,10 +22523,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22550,10 +22534,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22565,10 +22545,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22580,10 +22556,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22595,10 +22567,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22610,10 +22578,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22625,10 +22589,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22640,10 +22600,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22655,10 +22611,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22670,10 +22622,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22685,10 +22633,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22700,10 +22644,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22715,10 +22655,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand All @@ -22730,10 +22666,6 @@
{
"const": "zero-or-min",
"type": "string"
},
{
"const": "min",
"type": "string"
}
]
},
Expand Down

0 comments on commit 0e84594

Please sign in to comment.