|
4428 | 4428 | ] |
4429 | 4429 | }, |
4430 | 4430 | "BinnedTimeUnit": { |
4431 | | - "anyOf": [ |
4432 | | - { |
4433 | | - "enum": [ |
4434 | | - "binnedyear", |
4435 | | - "binnedyearquarter", |
4436 | | - "binnedyearquartermonth", |
4437 | | - "binnedyearmonth", |
4438 | | - "binnedyearmonthdate", |
4439 | | - "binnedyearmonthdatehours", |
4440 | | - "binnedyearmonthdatehoursminutes", |
4441 | | - "binnedyearmonthdatehoursminutesseconds", |
4442 | | - "binnedyearweek", |
4443 | | - "binnedyearweekday", |
4444 | | - "binnedyearweekdayhours", |
4445 | | - "binnedyearweekdayhoursminutes", |
4446 | | - "binnedyearweekdayhoursminutesseconds", |
4447 | | - "binnedyeardayofyear" |
4448 | | - ], |
4449 | | - "type": "string" |
4450 | | - }, |
4451 | | - { |
4452 | | - "enum": [ |
4453 | | - "binnedutcyear", |
4454 | | - "binnedutcyearquarter", |
4455 | | - "binnedutcyearquartermonth", |
4456 | | - "binnedutcyearmonth", |
4457 | | - "binnedutcyearmonthdate", |
4458 | | - "binnedutcyearmonthdatehours", |
4459 | | - "binnedutcyearmonthdatehoursminutes", |
4460 | | - "binnedutcyearmonthdatehoursminutesseconds", |
4461 | | - "binnedutcyearweek", |
4462 | | - "binnedutcyearweekday", |
4463 | | - "binnedutcyearweekdayhours", |
4464 | | - "binnedutcyearweekdayhoursminutes", |
4465 | | - "binnedutcyearweekdayhoursminutesseconds", |
4466 | | - "binnedutcyeardayofyear" |
4467 | | - ], |
4468 | | - "type": "string" |
4469 | | - } |
4470 | | - ] |
| 4431 | + "enum": [ |
| 4432 | + "binnedyear", |
| 4433 | + "binnedyearquarter", |
| 4434 | + "binnedyearquartermonth", |
| 4435 | + "binnedyearmonth", |
| 4436 | + "binnedyearmonthdate", |
| 4437 | + "binnedyearmonthdatehours", |
| 4438 | + "binnedyearmonthdatehoursminutes", |
| 4439 | + "binnedyearmonthdatehoursminutesseconds", |
| 4440 | + "binnedyearweek", |
| 4441 | + "binnedyearweekday", |
| 4442 | + "binnedyearweekdayhours", |
| 4443 | + "binnedyearweekdayhoursminutes", |
| 4444 | + "binnedyearweekdayhoursminutesseconds", |
| 4445 | + "binnedyeardayofyear", |
| 4446 | + "binnedutcyear", |
| 4447 | + "binnedutcyearquarter", |
| 4448 | + "binnedutcyearquartermonth", |
| 4449 | + "binnedutcyearmonth", |
| 4450 | + "binnedutcyearmonthdate", |
| 4451 | + "binnedutcyearmonthdatehours", |
| 4452 | + "binnedutcyearmonthdatehoursminutes", |
| 4453 | + "binnedutcyearmonthdatehoursminutesseconds", |
| 4454 | + "binnedutcyearweek", |
| 4455 | + "binnedutcyearweekday", |
| 4456 | + "binnedutcyearweekdayhours", |
| 4457 | + "binnedutcyearweekdayhoursminutes", |
| 4458 | + "binnedutcyearweekdayhoursminutesseconds", |
| 4459 | + "binnedutcyeardayofyear" |
| 4460 | + ], |
| 4461 | + "type": "string" |
4471 | 4462 | }, |
4472 | 4463 | "Blend": { |
4473 | 4464 | "enum": [ |
|
4761 | 4752 | "set2", |
4762 | 4753 | "set3", |
4763 | 4754 | "tableau10", |
4764 | | - "tableau20" |
| 4755 | + "tableau20", |
| 4756 | + "observable10" |
4765 | 4757 | ], |
4766 | 4758 | "type": "string" |
4767 | 4759 | }, |
|
19238 | 19230 | "type": "object" |
19239 | 19231 | }, |
19240 | 19232 | "ParseValue": { |
19241 | | - "anyOf": [ |
19242 | | - { |
19243 | | - "type": "null" |
19244 | | - }, |
19245 | | - { |
19246 | | - "type": "string" |
19247 | | - }, |
19248 | | - { |
19249 | | - "const": "string", |
19250 | | - "type": "string" |
19251 | | - }, |
19252 | | - { |
19253 | | - "const": "boolean", |
19254 | | - "type": "string" |
19255 | | - }, |
19256 | | - { |
19257 | | - "const": "date", |
19258 | | - "type": "string" |
19259 | | - }, |
19260 | | - { |
19261 | | - "const": "number", |
19262 | | - "type": "string" |
19263 | | - } |
| 19233 | + "type": [ |
| 19234 | + "string", |
| 19235 | + "null" |
19264 | 19236 | ] |
19265 | 19237 | }, |
19266 | 19238 | "PivotTransform": { |
|
27685 | 27657 | }, |
27686 | 27658 | "SingleDefUnitChannel": { |
27687 | 27659 | "enum": [ |
| 27660 | + "text", |
| 27661 | + "shape", |
27688 | 27662 | "x", |
27689 | 27663 | "y", |
27690 | 27664 | "xOffset", |
|
27709 | 27683 | "strokeDash", |
27710 | 27684 | "size", |
27711 | 27685 | "angle", |
27712 | | - "shape", |
27713 | 27686 | "key", |
27714 | | - "text", |
27715 | 27687 | "href", |
27716 | 27688 | "url", |
27717 | 27689 | "description" |
|
28336 | 28308 | ], |
28337 | 28309 | "description": "For text marks, the vertical text baseline. One of `\"alphabetic\"` (default), `\"top\"`, `\"middle\"`, `\"bottom\"`, `\"line-top\"`, `\"line-bottom\"`, or an expression reference that provides one of the valid values. The `\"line-top\"` and `\"line-bottom\"` values operate similarly to `\"top\"` and `\"bottom\"`, but are calculated relative to the `lineHeight` rather than `fontSize` alone.\n\nFor range marks, the vertical alignment of the marks. One of `\"top\"`, `\"middle\"`, `\"bottom\"`.\n\n__Note:__ Expression reference is *not* supported for range marks." |
28338 | 28310 | }, |
| 28311 | + "binSpacing": { |
| 28312 | + "description": "Offset between bars for binned field. The ideal value for this is either 0 (preferred by statisticians) or 1 (Vega-Lite default, D3 example style).\n\n__Default value:__ `1`", |
| 28313 | + "minimum": 0, |
| 28314 | + "type": "number" |
| 28315 | + }, |
28339 | 28316 | "blend": { |
28340 | 28317 | "anyOf": [ |
28341 | 28318 | { |
|
28361 | 28338 | ], |
28362 | 28339 | "description": "Default color.\n\n__Default value:__ <span style=\"color: #4682b4;\">■</span> `\"#4682b4\"`\n\n__Note:__\n- This property cannot be used in a [style config](https://vega.github.io/vega-lite/docs/mark.html#style-config).\n- The `fill` and `stroke` properties have higher precedence than `color` and will override `color`." |
28363 | 28340 | }, |
| 28341 | + "continuousBandSize": { |
| 28342 | + "description": "The default size of the bars on continuous scales.\n\n__Default value:__ `5`", |
| 28343 | + "minimum": 0, |
| 28344 | + "type": "number" |
| 28345 | + }, |
28364 | 28346 | "cornerRadius": { |
28365 | 28347 | "anyOf": [ |
28366 | 28348 | { |
|
28449 | 28431 | } |
28450 | 28432 | ] |
28451 | 28433 | }, |
| 28434 | + "discreteBandSize": { |
| 28435 | + "anyOf": [ |
| 28436 | + { |
| 28437 | + "type": "number" |
| 28438 | + }, |
| 28439 | + { |
| 28440 | + "$ref": "#/definitions/RelativeBandSize" |
| 28441 | + } |
| 28442 | + ], |
| 28443 | + "description": "The default size of the bars with discrete dimensions. If unspecified, the default size is `step-2`, which provides 2 pixel offset between bars.", |
| 28444 | + "minimum": 0 |
| 28445 | + }, |
28452 | 28446 | "dx": { |
28453 | 28447 | "anyOf": [ |
28454 | 28448 | { |
|
28661 | 28655 | } |
28662 | 28656 | ] |
28663 | 28657 | }, |
| 28658 | + "minBandSize": { |
| 28659 | + "anyOf": [ |
| 28660 | + { |
| 28661 | + "type": "number" |
| 28662 | + }, |
| 28663 | + { |
| 28664 | + "$ref": "#/definitions/ExprRef" |
| 28665 | + } |
| 28666 | + ], |
| 28667 | + "description": "The minimum band size for bar and rectangle marks. __Default value:__ `0.25`" |
| 28668 | + }, |
28664 | 28669 | "opacity": { |
28665 | 28670 | "anyOf": [ |
28666 | 28671 | { |
|
0 commit comments