From aa593a835f5ce2b1ea0517489e35e20d50957939 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 12 Aug 2022 02:26:33 +0000 Subject: [PATCH] chore: update schema [CI] --- build/vega-lite-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/vega-lite-schema.json b/build/vega-lite-schema.json index d8693f4c5dd..f4af9abbc5e 100644 --- a/build/vega-lite-schema.json +++ b/build/vega-lite-schema.json @@ -21610,7 +21610,7 @@ "description": "Reverse x-scale by default (useful for right-to-left charts)." }, "zero": { - "description": "Default for ensuring that a zero baseline values for [`quantize`](https://vega.github.io/vega-lite/docs/scale.html#quantize) scale.\n\n\n__Default value:__ `true`", + "description": "Override the default `scale.zero` for [`continuous`](https://vega.github.io/vega-lite/docs/scale.html#continuous) scale except for non-ranged bar or area charts.\n\n__Default value:__ `true`", "type": "boolean" } },