@genome-spy/core 0.74.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle/{esm-CgfVIRJ-.js → esm-BimDEpBb.js} +1 -1
- package/dist/bundle/{esm-DtE8VqAv.js → esm-Bvlm1uVk.js} +1 -1
- package/dist/bundle/{esm-sIoQYZ21.js → esm-CngqBe45.js} +17 -17
- package/dist/bundle/{esm-DQiq2Zhd.js → esm-D_euN86T.js} +43 -43
- package/dist/bundle/index.es.js +6064 -5756
- package/dist/bundle/index.js +104 -103
- package/dist/schema.json +572 -12
- package/dist/src/config/defaults/markDefaults.d.ts.map +1 -1
- package/dist/src/config/defaults/markDefaults.js +1 -12
- package/dist/src/config/defaults/scaleDefaults.d.ts.map +1 -1
- package/dist/src/config/defaults/scaleDefaults.js +1 -0
- package/dist/src/config/markConfig.d.ts.map +1 -1
- package/dist/src/config/markConfig.js +16 -8
- package/dist/src/config/themes.d.ts.map +1 -1
- package/dist/src/config/themes.js +15 -2
- package/dist/src/data/sources/dataUtils.d.ts +25 -0
- package/dist/src/data/sources/dataUtils.d.ts.map +1 -1
- package/dist/src/data/sources/dataUtils.js +23 -0
- package/dist/src/data/sources/inlineSource.js +2 -2
- package/dist/src/data/sources/lazy/registerBuiltInLazySources.js +2 -2
- package/dist/src/data/sources/lazy/registerCoreLazySources.d.ts +2 -0
- package/dist/src/data/sources/lazy/registerCoreLazySources.d.ts.map +1 -0
- package/dist/src/data/sources/lazy/registerCoreLazySources.js +2 -0
- package/dist/src/data/sources/lazy/tabixSource.d.ts +7 -0
- package/dist/src/data/sources/lazy/tabixSource.d.ts.map +1 -1
- package/dist/src/data/sources/lazy/tabixSource.js +18 -0
- package/dist/src/data/sources/lazy/tabixTsvSource.d.ts +37 -0
- package/dist/src/data/sources/lazy/tabixTsvSource.d.ts.map +1 -0
- package/dist/src/data/sources/lazy/tabixTsvSource.js +163 -0
- package/dist/src/data/sources/urlSource.d.ts.map +1 -1
- package/dist/src/data/sources/urlSource.js +8 -3
- package/dist/src/encoder/encoder.d.ts +2 -2
- package/dist/src/encoder/encoder.d.ts.map +1 -1
- package/dist/src/genome/scaleLocus.d.ts.map +1 -1
- package/dist/src/genome/scaleLocus.js +8 -3
- package/dist/src/genomeSpy/interactionController.d.ts.map +1 -1
- package/dist/src/genomeSpy/interactionController.js +91 -51
- package/dist/src/genomeSpyBase.d.ts.map +1 -1
- package/dist/src/genomeSpyBase.js +4 -1
- package/dist/src/gl/dataToVertices.d.ts +12 -14
- package/dist/src/gl/dataToVertices.d.ts.map +1 -1
- package/dist/src/gl/dataToVertices.js +116 -95
- package/dist/src/gl/glslScaleGenerator.d.ts +3 -0
- package/dist/src/gl/glslScaleGenerator.d.ts.map +1 -1
- package/dist/src/gl/glslScaleGenerator.js +10 -8
- package/dist/src/gl/vertexRangeIndex.d.ts +23 -0
- package/dist/src/gl/vertexRangeIndex.d.ts.map +1 -0
- package/dist/src/gl/vertexRangeIndex.js +150 -0
- package/dist/src/gl/webGLHelper.d.ts +5 -2
- package/dist/src/gl/webGLHelper.d.ts.map +1 -1
- package/dist/src/gl/webGLHelper.js +20 -3
- package/dist/src/marks/__snapshots__/shaderSnapshot.test.js.snap +1082 -0
- package/dist/src/marks/link.vertex.glsl.js +1 -1
- package/dist/src/marks/mark.d.ts +1 -1
- package/dist/src/minimal.d.ts.map +1 -1
- package/dist/src/minimal.js +5 -4
- package/dist/src/paramRuntime/expressionCompiler.d.ts +2 -1
- package/dist/src/paramRuntime/expressionCompiler.d.ts.map +1 -1
- package/dist/src/paramRuntime/expressionCompiler.js +3 -2
- package/dist/src/paramRuntime/expressionRef.d.ts +4 -1
- package/dist/src/paramRuntime/expressionRef.d.ts.map +1 -1
- package/dist/src/paramRuntime/expressionRef.js +10 -3
- package/dist/src/paramRuntime/graphRuntime.d.ts.map +1 -1
- package/dist/src/paramRuntime/graphRuntime.js +15 -6
- package/dist/src/paramRuntime/paramRuntime.d.ts +8 -2
- package/dist/src/paramRuntime/paramRuntime.d.ts.map +1 -1
- package/dist/src/paramRuntime/paramRuntime.js +10 -5
- package/dist/src/paramRuntime/types.d.ts +1 -0
- package/dist/src/paramRuntime/types.d.ts.map +1 -1
- package/dist/src/paramRuntime/types.js +1 -0
- package/dist/src/paramRuntime/viewParamRuntime.d.ts +5 -4
- package/dist/src/paramRuntime/viewParamRuntime.d.ts.map +1 -1
- package/dist/src/paramRuntime/viewParamRuntime.js +17 -6
- package/dist/src/scale/scale.d.ts.map +1 -1
- package/dist/src/scale/scale.js +11 -2
- package/dist/src/scales/domainPlanner.d.ts +57 -11
- package/dist/src/scales/domainPlanner.d.ts.map +1 -1
- package/dist/src/scales/domainPlanner.js +183 -84
- package/dist/src/scales/scaleInstanceManager.d.ts.map +1 -1
- package/dist/src/scales/scaleInstanceManager.js +7 -2
- package/dist/src/scales/scalePropsResolver.d.ts +3 -3
- package/dist/src/scales/scalePropsResolver.d.ts.map +1 -1
- package/dist/src/scales/scalePropsResolver.js +28 -5
- package/dist/src/scales/scaleResolution.d.ts +12 -1
- package/dist/src/scales/scaleResolution.d.ts.map +1 -1
- package/dist/src/scales/scaleResolution.js +180 -21
- package/dist/src/scales/selectionDomainUtils.d.ts +10 -0
- package/dist/src/scales/selectionDomainUtils.d.ts.map +1 -1
- package/dist/src/scales/selectionDomainUtils.js +32 -3
- package/dist/src/screenshotExport.d.ts +23 -0
- package/dist/src/screenshotExport.d.ts.map +1 -0
- package/dist/src/screenshotExport.js +44 -0
- package/dist/src/screenshotHarness.d.ts.map +1 -1
- package/dist/src/screenshotHarness.js +26 -24
- package/dist/src/spec/axis.d.ts +2 -2
- package/dist/src/spec/channel.d.ts +34 -4
- package/dist/src/spec/data.d.ts +52 -0
- package/dist/src/spec/parameter.d.ts +6 -0
- package/dist/src/spec/scale.d.ts +13 -1
- package/dist/src/spec/transform.d.ts +6 -0
- package/dist/src/utils/expression.d.ts +16 -8
- package/dist/src/utils/expression.d.ts.map +1 -1
- package/dist/src/utils/expression.js +291 -11
- package/dist/src/view/axisGridView.d.ts.map +1 -1
- package/dist/src/view/axisGridView.js +2 -1
- package/dist/src/view/axisView.d.ts.map +1 -1
- package/dist/src/view/axisView.js +2 -1
- package/dist/src/view/facetView.d.ts.map +1 -1
- package/dist/src/view/facetView.js +2 -1
- package/dist/src/view/flowBuilder.d.ts +1 -1
- package/dist/src/view/flowBuilder.d.ts.map +1 -1
- package/dist/src/view/flowBuilder.js +11 -7
- package/dist/src/view/gridView/gridChild.d.ts.map +1 -1
- package/dist/src/view/gridView/gridChild.js +9 -1
- package/dist/src/view/gridView/gridView.d.ts.map +1 -1
- package/dist/src/view/gridView/gridView.js +198 -32
- package/dist/src/view/gridView/scrollbar.d.ts.map +1 -1
- package/dist/src/view/gridView/scrollbar.js +5 -1
- package/dist/src/view/gridView/selectionRect.d.ts.map +1 -1
- package/dist/src/view/gridView/selectionRect.js +5 -1
- package/dist/src/view/gridView/separatorView.d.ts.map +1 -1
- package/dist/src/view/gridView/separatorView.js +5 -1
- package/dist/src/view/resolutionPlanner.d.ts +9 -0
- package/dist/src/view/resolutionPlanner.d.ts.map +1 -0
- package/dist/src/view/resolutionPlanner.js +302 -0
- package/dist/src/view/testUtils.d.ts +30 -3
- package/dist/src/view/testUtils.d.ts.map +1 -1
- package/dist/src/view/testUtils.js +51 -2
- package/dist/src/view/unitView.d.ts +1 -1
- package/dist/src/view/unitView.d.ts.map +1 -1
- package/dist/src/view/unitView.js +5 -152
- package/dist/src/view/view.d.ts.map +1 -1
- package/dist/src/view/view.js +2 -1
- package/dist/src/view/viewSelectors.d.ts +38 -10
- package/dist/src/view/viewSelectors.d.ts.map +1 -1
- package/dist/src/view/viewSelectors.js +67 -2
- package/dist/src/view/viewUtilTypes.d.ts +15 -0
- package/dist/src/view/viewUtils.d.ts.map +1 -1
- package/dist/src/view/viewUtils.js +10 -0
- package/package.json +2 -2
- package/LICENSE +0 -21
- /package/dist/bundle/{esm-BDFRLEuD.js → esm-C49STiCR.js} +0 -0
- /package/dist/bundle/{esm-CGX-qz1d.js → esm-CuVa5T98.js} +0 -0
package/dist/schema.json
CHANGED
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"type": "array"
|
|
29
29
|
},
|
|
30
|
+
"description": {
|
|
31
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
30
34
|
"fields": {
|
|
31
35
|
"description": "The data fields to apply aggregate functions to. This array should correspond with the `ops` and `as` arrays. If no fields or operations are specified, a count aggregation will be applied by default.",
|
|
32
36
|
"items": {
|
|
@@ -267,8 +271,11 @@
|
|
|
267
271
|
"type": "boolean"
|
|
268
272
|
},
|
|
269
273
|
"title": {
|
|
270
|
-
"description": "A title for the axis (none by default).",
|
|
271
|
-
"type":
|
|
274
|
+
"description": "A title for the axis (none by default). Set to `null` to remove it.",
|
|
275
|
+
"type": [
|
|
276
|
+
"string",
|
|
277
|
+
"null"
|
|
278
|
+
]
|
|
272
279
|
},
|
|
273
280
|
"titleColor": {
|
|
274
281
|
"description": "Color of the title, can be in hex color code or regular color name.",
|
|
@@ -600,8 +607,11 @@
|
|
|
600
607
|
"type": "boolean"
|
|
601
608
|
},
|
|
602
609
|
"title": {
|
|
603
|
-
"description": "A title for the axis (none by default).",
|
|
604
|
-
"type":
|
|
610
|
+
"description": "A title for the axis (none by default). Set to `null` to remove it.",
|
|
611
|
+
"type": [
|
|
612
|
+
"string",
|
|
613
|
+
"null"
|
|
614
|
+
]
|
|
605
615
|
},
|
|
606
616
|
"titleColor": {
|
|
607
617
|
"description": "Color of the title, can be in hex color code or regular color name.",
|
|
@@ -1321,6 +1331,10 @@
|
|
|
1321
1331
|
"$ref": "#/definitions/FieldName",
|
|
1322
1332
|
"description": "The field having the chromosome or contig."
|
|
1323
1333
|
},
|
|
1334
|
+
"description": {
|
|
1335
|
+
"description": "A description of the encoded position. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
1336
|
+
"type": "string"
|
|
1337
|
+
},
|
|
1324
1338
|
"domainInert": {
|
|
1325
1339
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
1326
1340
|
"type": "boolean"
|
|
@@ -1386,6 +1400,10 @@
|
|
|
1386
1400
|
"CollectParams": {
|
|
1387
1401
|
"additionalProperties": false,
|
|
1388
1402
|
"properties": {
|
|
1403
|
+
"description": {
|
|
1404
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
1405
|
+
"type": "string"
|
|
1406
|
+
},
|
|
1389
1407
|
"groupby": {
|
|
1390
1408
|
"description": "Arranges the data into consecutive batches based on the groups. This is mainly intended for internal use so that faceted data can be handled as batches.",
|
|
1391
1409
|
"items": {
|
|
@@ -1858,6 +1876,10 @@
|
|
|
1858
1876
|
"minimum": 0,
|
|
1859
1877
|
"type": "number"
|
|
1860
1878
|
},
|
|
1879
|
+
"description": {
|
|
1880
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
1881
|
+
"type": "string"
|
|
1882
|
+
},
|
|
1861
1883
|
"domainInert": {
|
|
1862
1884
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
1863
1885
|
"type": "boolean"
|
|
@@ -1916,6 +1938,10 @@
|
|
|
1916
1938
|
"minimum": 0,
|
|
1917
1939
|
"type": "number"
|
|
1918
1940
|
},
|
|
1941
|
+
"description": {
|
|
1942
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
1943
|
+
"type": "string"
|
|
1944
|
+
},
|
|
1919
1945
|
"domainInert": {
|
|
1920
1946
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
1921
1947
|
"type": "boolean"
|
|
@@ -1970,6 +1996,10 @@
|
|
|
1970
1996
|
"not": {}
|
|
1971
1997
|
},
|
|
1972
1998
|
"properties": {
|
|
1999
|
+
"description": {
|
|
2000
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
2001
|
+
"type": "string"
|
|
2002
|
+
},
|
|
1973
2003
|
"domainInert": {
|
|
1974
2004
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
1975
2005
|
"type": "boolean"
|
|
@@ -2023,6 +2053,10 @@
|
|
|
2023
2053
|
"not": {}
|
|
2024
2054
|
},
|
|
2025
2055
|
"properties": {
|
|
2056
|
+
"description": {
|
|
2057
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
2058
|
+
"type": "string"
|
|
2059
|
+
},
|
|
2026
2060
|
"domainInert": {
|
|
2027
2061
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
2028
2062
|
"type": "boolean"
|
|
@@ -2091,6 +2125,10 @@
|
|
|
2091
2125
|
],
|
|
2092
2126
|
"description": "A constant value in data domain."
|
|
2093
2127
|
},
|
|
2128
|
+
"description": {
|
|
2129
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
2130
|
+
"type": "string"
|
|
2131
|
+
},
|
|
2094
2132
|
"domainInert": {
|
|
2095
2133
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
2096
2134
|
"type": "boolean"
|
|
@@ -2137,6 +2175,10 @@
|
|
|
2137
2175
|
"ConditionalParameter<ValueDef<(number|ExprRef)>>": {
|
|
2138
2176
|
"additionalProperties": false,
|
|
2139
2177
|
"properties": {
|
|
2178
|
+
"description": {
|
|
2179
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
2180
|
+
"type": "string"
|
|
2181
|
+
},
|
|
2140
2182
|
"empty": {
|
|
2141
2183
|
"description": "For selection parameters, the predicate of empty selections returns true by default. Override this behavior, by setting this property `empty: false`.",
|
|
2142
2184
|
"type": "boolean"
|
|
@@ -2173,6 +2215,10 @@
|
|
|
2173
2215
|
"ConditionalParameter<ValueDef<(string|null|ExprRef)>>": {
|
|
2174
2216
|
"additionalProperties": false,
|
|
2175
2217
|
"properties": {
|
|
2218
|
+
"description": {
|
|
2219
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
2220
|
+
"type": "string"
|
|
2221
|
+
},
|
|
2176
2222
|
"empty": {
|
|
2177
2223
|
"description": "For selection parameters, the predicate of empty selections returns true by default. Override this behavior, by setting this property `empty: false`.",
|
|
2178
2224
|
"type": "boolean"
|
|
@@ -4661,6 +4707,10 @@
|
|
|
4661
4707
|
"$ref": "#/definitions/Field",
|
|
4662
4708
|
"description": "An optional chromosome field that is passed through. TODO: groupby"
|
|
4663
4709
|
},
|
|
4710
|
+
"description": {
|
|
4711
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
4712
|
+
"type": "string"
|
|
4713
|
+
},
|
|
4664
4714
|
"end": {
|
|
4665
4715
|
"$ref": "#/definitions/Field",
|
|
4666
4716
|
"description": "The field representing the end coordinate of the segment (exclusive)."
|
|
@@ -4689,6 +4739,13 @@
|
|
|
4689
4739
|
"CsvDataFormat": {
|
|
4690
4740
|
"additionalProperties": false,
|
|
4691
4741
|
"properties": {
|
|
4742
|
+
"columns": {
|
|
4743
|
+
"description": "Optional ordered list of field names for headerless CSV or TSV input. When provided, the first row is interpreted as data rather than a header row.",
|
|
4744
|
+
"items": {
|
|
4745
|
+
"type": "string"
|
|
4746
|
+
},
|
|
4747
|
+
"type": "array"
|
|
4748
|
+
},
|
|
4692
4749
|
"parse": {
|
|
4693
4750
|
"anyOf": [
|
|
4694
4751
|
{
|
|
@@ -4776,6 +4833,13 @@
|
|
|
4776
4833
|
"DsvDataFormat": {
|
|
4777
4834
|
"additionalProperties": false,
|
|
4778
4835
|
"properties": {
|
|
4836
|
+
"columns": {
|
|
4837
|
+
"description": "Optional ordered list of field names for headerless delimiter-separated input. When provided, the first row is interpreted as data rather than a header row.",
|
|
4838
|
+
"items": {
|
|
4839
|
+
"type": "string"
|
|
4840
|
+
},
|
|
4841
|
+
"type": "array"
|
|
4842
|
+
},
|
|
4779
4843
|
"delimiter": {
|
|
4780
4844
|
"description": "The delimiter between records. The delimiter must be a single character (i.e., a single 16-bit code unit); so, ASCII delimiters are fine, but emoji delimiters are not.",
|
|
4781
4845
|
"maxLength": 1,
|
|
@@ -4807,6 +4871,10 @@
|
|
|
4807
4871
|
"DynamicCallbackData": {
|
|
4808
4872
|
"additionalProperties": false,
|
|
4809
4873
|
"properties": {
|
|
4874
|
+
"description": {
|
|
4875
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the data in the visualization.",
|
|
4876
|
+
"type": "string"
|
|
4877
|
+
},
|
|
4810
4878
|
"dynamicCallbackSource": {
|
|
4811
4879
|
"description": "The View class has `getDynamicData()` methods that provides the data. This is intended for internal use.",
|
|
4812
4880
|
"type": "boolean"
|
|
@@ -4874,10 +4942,24 @@
|
|
|
4874
4942
|
"description": "Color of the marks – either fill or stroke color based on the `filled` property of mark definition.\n\n_Note:_ 1) For fine-grained control over both fill and stroke colors of the marks, please use the `fill` and `stroke` channels. The `fill` or `stroke` encodings have higher precedence than `color`, thus may override the `color` encoding if conflicting encodings are specified. 2) See the scale documentation for more information about customizing [color scheme](https://vega.github.io/vega-lite/docs/scale.html#scheme)."
|
|
4875
4943
|
},
|
|
4876
4944
|
"dx": {
|
|
4877
|
-
"
|
|
4945
|
+
"anyOf": [
|
|
4946
|
+
{
|
|
4947
|
+
"$ref": "#/definitions/NumericMarkPropDef"
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"$ref": "#/definitions/MarkPropExprDef"
|
|
4951
|
+
}
|
|
4952
|
+
]
|
|
4878
4953
|
},
|
|
4879
4954
|
"dy": {
|
|
4880
|
-
"
|
|
4955
|
+
"anyOf": [
|
|
4956
|
+
{
|
|
4957
|
+
"$ref": "#/definitions/NumericMarkPropDef"
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"$ref": "#/definitions/MarkPropExprDef"
|
|
4961
|
+
}
|
|
4962
|
+
]
|
|
4881
4963
|
},
|
|
4882
4964
|
"facetIndex": {
|
|
4883
4965
|
"$ref": "#/definitions/FieldDefWithoutScale",
|
|
@@ -4910,6 +4992,10 @@
|
|
|
4910
4992
|
"semanticScore": {
|
|
4911
4993
|
"additionalProperties": false,
|
|
4912
4994
|
"properties": {
|
|
4995
|
+
"description": {
|
|
4996
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
4997
|
+
"type": "string"
|
|
4998
|
+
},
|
|
4913
4999
|
"field": {
|
|
4914
5000
|
"description": "__Required.__ A string defining the name of the field from which to pull a data value or an object defining iterated values from the [`repeat`](https://vega.github.io/vega-lite/docs/repeat.html) operator.\n\n__See also:__ [`field`](https://vega.github.io/vega-lite/docs/field.html) documentation.\n\n__Notes:__ 1) Dots (`.`) and brackets (`[` and `]`) can be used to access nested objects (e.g., `\"field\": \"foo.bar\"` and `\"field\": \"foo['bar']\"`). If field names contain dots or brackets but are not nested, you can use `\\\\` to escape dots and brackets (e.g., `\"a\\\\.b\"` and `\"a\\\\[0\\\\]\"`). See more details about escaping in the [field documentation](https://vega.github.io/vega-lite/docs/field.html). 2) `field` is not required if `aggregate` is `count`.",
|
|
4915
5001
|
"type": "string"
|
|
@@ -4981,6 +5067,10 @@
|
|
|
4981
5067
|
"description": "Builds and index for efficient rendering of subsets of the data. This setting is useful when rendering large amounts of data and often only a small subset of the data is visible. An example of such a situation is a scatter plot spanning the whole genome.\n\nThis setting implicitly sorts the data by the field assigned on the `x` channel.",
|
|
4982
5068
|
"type": "boolean"
|
|
4983
5069
|
},
|
|
5070
|
+
"description": {
|
|
5071
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5072
|
+
"type": "string"
|
|
5073
|
+
},
|
|
4984
5074
|
"domainInert": {
|
|
4985
5075
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
4986
5076
|
"type": "boolean"
|
|
@@ -5048,6 +5138,10 @@
|
|
|
5048
5138
|
"$ref": "#/definitions/FieldName",
|
|
5049
5139
|
"description": "The field having the chromosome or contig."
|
|
5050
5140
|
},
|
|
5141
|
+
"description": {
|
|
5142
|
+
"description": "A description of the encoded position. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5143
|
+
"type": "string"
|
|
5144
|
+
},
|
|
5051
5145
|
"domainInert": {
|
|
5052
5146
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5053
5147
|
"type": "boolean"
|
|
@@ -5128,6 +5222,10 @@
|
|
|
5128
5222
|
],
|
|
5129
5223
|
"description": "A constant value in data domain."
|
|
5130
5224
|
},
|
|
5225
|
+
"description": {
|
|
5226
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5227
|
+
"type": "string"
|
|
5228
|
+
},
|
|
5131
5229
|
"domainInert": {
|
|
5132
5230
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5133
5231
|
"type": "boolean"
|
|
@@ -5187,6 +5285,10 @@
|
|
|
5187
5285
|
"description": "Builds and index for efficient rendering of subsets of the data. This setting is useful when rendering large amounts of data and often only a small subset of the data is visible. An example of such a situation is a scatter plot spanning the whole genome.\n\nThis setting implicitly sorts the data by the field assigned on the `x` channel.",
|
|
5188
5286
|
"type": "boolean"
|
|
5189
5287
|
},
|
|
5288
|
+
"description": {
|
|
5289
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5290
|
+
"type": "string"
|
|
5291
|
+
},
|
|
5190
5292
|
"domainInert": {
|
|
5191
5293
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5192
5294
|
"type": "boolean"
|
|
@@ -5219,6 +5321,10 @@
|
|
|
5219
5321
|
"description": "Builds and index for efficient rendering of subsets of the data. This setting is useful when rendering large amounts of data and often only a small subset of the data is visible. An example of such a situation is a scatter plot spanning the whole genome.\n\nThis setting implicitly sorts the data by the field assigned on the `x` channel.",
|
|
5220
5322
|
"type": "boolean"
|
|
5221
5323
|
},
|
|
5324
|
+
"description": {
|
|
5325
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5326
|
+
"type": "string"
|
|
5327
|
+
},
|
|
5222
5328
|
"title": {
|
|
5223
5329
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
5224
5330
|
"type": [
|
|
@@ -5247,7 +5353,14 @@
|
|
|
5247
5353
|
"description": "X coordinates of the marks.\n\nThe `value` of this channel can be a number between zero and one."
|
|
5248
5354
|
},
|
|
5249
5355
|
"x2": {
|
|
5250
|
-
"
|
|
5356
|
+
"anyOf": [
|
|
5357
|
+
{
|
|
5358
|
+
"$ref": "#/definitions/Position2Def"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"type": "null"
|
|
5362
|
+
}
|
|
5363
|
+
],
|
|
5251
5364
|
"description": "X2 coordinates of the marks.\n\nThe `value` of this channel can be a number between zero and one."
|
|
5252
5365
|
},
|
|
5253
5366
|
"y": {
|
|
@@ -5255,7 +5368,14 @@
|
|
|
5255
5368
|
"description": "Y coordinates of the marks.\n\nThe `value` of this channel can be a number between zero and one."
|
|
5256
5369
|
},
|
|
5257
5370
|
"y2": {
|
|
5258
|
-
"
|
|
5371
|
+
"anyOf": [
|
|
5372
|
+
{
|
|
5373
|
+
"$ref": "#/definitions/Position2Def"
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"type": "null"
|
|
5377
|
+
}
|
|
5378
|
+
],
|
|
5259
5379
|
"description": "Y2 coordinates of the marks.\n\nThe `value` of this channel can be a number between zero and one."
|
|
5260
5380
|
}
|
|
5261
5381
|
},
|
|
@@ -5287,6 +5407,10 @@
|
|
|
5287
5407
|
"minimum": 0,
|
|
5288
5408
|
"type": "number"
|
|
5289
5409
|
},
|
|
5410
|
+
"description": {
|
|
5411
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5412
|
+
"type": "string"
|
|
5413
|
+
},
|
|
5290
5414
|
"expr": {
|
|
5291
5415
|
"description": "An expression. Properties of the data can be accessed through the `datum` object.",
|
|
5292
5416
|
"type": "string"
|
|
@@ -5310,6 +5434,10 @@
|
|
|
5310
5434
|
"ExprFilterParams": {
|
|
5311
5435
|
"additionalProperties": false,
|
|
5312
5436
|
"properties": {
|
|
5437
|
+
"description": {
|
|
5438
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
5439
|
+
"type": "string"
|
|
5440
|
+
},
|
|
5313
5441
|
"expr": {
|
|
5314
5442
|
"description": "An expression string. The data object is removed if the expression evaluates to false.",
|
|
5315
5443
|
"type": "string"
|
|
@@ -5346,6 +5474,10 @@
|
|
|
5346
5474
|
"FieldDefWithoutScale": {
|
|
5347
5475
|
"additionalProperties": false,
|
|
5348
5476
|
"properties": {
|
|
5477
|
+
"description": {
|
|
5478
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5479
|
+
"type": "string"
|
|
5480
|
+
},
|
|
5349
5481
|
"field": {
|
|
5350
5482
|
"description": "__Required.__ A string defining the name of the field from which to pull a data value or an object defining iterated values from the [`repeat`](https://vega.github.io/vega-lite/docs/repeat.html) operator.\n\n__See also:__ [`field`](https://vega.github.io/vega-lite/docs/field.html) documentation.\n\n__Notes:__ 1) Dots (`.`) and brackets (`[` and `]`) can be used to access nested objects (e.g., `\"field\": \"foo.bar\"` and `\"field\": \"foo['bar']\"`). If field names contain dots or brackets but are not nested, you can use `\\\\` to escape dots and brackets (e.g., `\"a\\\\.b\"` and `\"a\\\\[0\\\\]\"`). See more details about escaping in the [field documentation](https://vega.github.io/vega-lite/docs/field.html). 2) `field` is not required if `aggregate` is `count`.",
|
|
5351
5483
|
"type": "string"
|
|
@@ -5383,6 +5515,10 @@
|
|
|
5383
5515
|
],
|
|
5384
5516
|
"description": "One or more value definition(s) with [a parameter or a test predicate](https://vega.github.io/vega-lite/docs/condition.html).\n\n__Note:__ A field definition's `condition` property can only contain [conditional value definitions](https://vega.github.io/vega-lite/docs/condition.html#value) since Vega-Lite only allows at most one encoded field per encoding channel."
|
|
5385
5517
|
},
|
|
5518
|
+
"description": {
|
|
5519
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5520
|
+
"type": "string"
|
|
5521
|
+
},
|
|
5386
5522
|
"domainInert": {
|
|
5387
5523
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5388
5524
|
"type": "boolean"
|
|
@@ -5442,6 +5578,10 @@
|
|
|
5442
5578
|
],
|
|
5443
5579
|
"description": "One or more value definition(s) with [a parameter or a test predicate](https://vega.github.io/vega-lite/docs/condition.html).\n\n__Note:__ A field definition's `condition` property can only contain [conditional value definitions](https://vega.github.io/vega-lite/docs/condition.html#value) since Vega-Lite only allows at most one encoded field per encoding channel."
|
|
5444
5580
|
},
|
|
5581
|
+
"description": {
|
|
5582
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5583
|
+
"type": "string"
|
|
5584
|
+
},
|
|
5445
5585
|
"domainInert": {
|
|
5446
5586
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5447
5587
|
"type": "boolean"
|
|
@@ -5501,6 +5641,10 @@
|
|
|
5501
5641
|
],
|
|
5502
5642
|
"description": "One or more value definition(s) with [a parameter or a test predicate](https://vega.github.io/vega-lite/docs/condition.html).\n\n__Note:__ A field definition's `condition` property can only contain [conditional value definitions](https://vega.github.io/vega-lite/docs/condition.html#value) since Vega-Lite only allows at most one encoded field per encoding channel."
|
|
5503
5643
|
},
|
|
5644
|
+
"description": {
|
|
5645
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5646
|
+
"type": "string"
|
|
5647
|
+
},
|
|
5504
5648
|
"domainInert": {
|
|
5505
5649
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5506
5650
|
"type": "boolean"
|
|
@@ -5575,6 +5719,10 @@
|
|
|
5575
5719
|
],
|
|
5576
5720
|
"description": "A constant value in data domain."
|
|
5577
5721
|
},
|
|
5722
|
+
"description": {
|
|
5723
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5724
|
+
"type": "string"
|
|
5725
|
+
},
|
|
5578
5726
|
"domainInert": {
|
|
5579
5727
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5580
5728
|
"type": "boolean"
|
|
@@ -5642,6 +5790,10 @@
|
|
|
5642
5790
|
],
|
|
5643
5791
|
"description": "A constant value in data domain."
|
|
5644
5792
|
},
|
|
5793
|
+
"description": {
|
|
5794
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
5795
|
+
"type": "string"
|
|
5796
|
+
},
|
|
5645
5797
|
"domainInert": {
|
|
5646
5798
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
5647
5799
|
"type": "boolean"
|
|
@@ -5699,6 +5851,10 @@
|
|
|
5699
5851
|
],
|
|
5700
5852
|
"type": "string"
|
|
5701
5853
|
},
|
|
5854
|
+
"description": {
|
|
5855
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
5856
|
+
"type": "string"
|
|
5857
|
+
},
|
|
5702
5858
|
"lane": {
|
|
5703
5859
|
"$ref": "#/definitions/Field",
|
|
5704
5860
|
"description": "An optional field representing element's lane, e.g., if transcripts are shown using a piled up layout. Each line is processed separately."
|
|
@@ -5749,6 +5905,10 @@
|
|
|
5749
5905
|
"minItems": 2,
|
|
5750
5906
|
"type": "array"
|
|
5751
5907
|
},
|
|
5908
|
+
"description": {
|
|
5909
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
5910
|
+
"type": "string"
|
|
5911
|
+
},
|
|
5752
5912
|
"exons": {
|
|
5753
5913
|
"$ref": "#/definitions/Field",
|
|
5754
5914
|
"description": "The field containing the exons.\n\n**Default:** `\"exons\"`"
|
|
@@ -5785,6 +5945,10 @@
|
|
|
5785
5945
|
],
|
|
5786
5946
|
"description": "The output field name(s) for the flattened field.\n\n**Default:** the input fields."
|
|
5787
5947
|
},
|
|
5948
|
+
"description": {
|
|
5949
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
5950
|
+
"type": "string"
|
|
5951
|
+
},
|
|
5788
5952
|
"field": {
|
|
5789
5953
|
"anyOf": [
|
|
5790
5954
|
{
|
|
@@ -5843,6 +6007,10 @@
|
|
|
5843
6007
|
],
|
|
5844
6008
|
"description": "The output field name(s) for the flattened field.\n\n**Default:** the input fields."
|
|
5845
6009
|
},
|
|
6010
|
+
"description": {
|
|
6011
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
6012
|
+
"type": "string"
|
|
6013
|
+
},
|
|
5846
6014
|
"fields": {
|
|
5847
6015
|
"anyOf": [
|
|
5848
6016
|
{
|
|
@@ -5884,6 +6052,10 @@
|
|
|
5884
6052
|
"minItems": 2,
|
|
5885
6053
|
"type": "array"
|
|
5886
6054
|
},
|
|
6055
|
+
"description": {
|
|
6056
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
6057
|
+
"type": "string"
|
|
6058
|
+
},
|
|
5887
6059
|
"field": {
|
|
5888
6060
|
"$ref": "#/definitions/Field",
|
|
5889
6061
|
"description": "The field to flatten.\n\n**Default:** `\"sequence\"`"
|
|
@@ -5948,6 +6120,10 @@
|
|
|
5948
6120
|
"description": "The (new) field where the computed value is written to",
|
|
5949
6121
|
"type": "string"
|
|
5950
6122
|
},
|
|
6123
|
+
"description": {
|
|
6124
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
6125
|
+
"type": "string"
|
|
6126
|
+
},
|
|
5951
6127
|
"expr": {
|
|
5952
6128
|
"description": "An expression string",
|
|
5953
6129
|
"type": "string"
|
|
@@ -6257,8 +6433,11 @@
|
|
|
6257
6433
|
"type": "boolean"
|
|
6258
6434
|
},
|
|
6259
6435
|
"title": {
|
|
6260
|
-
"description": "A title for the axis (none by default).",
|
|
6261
|
-
"type":
|
|
6436
|
+
"description": "A title for the axis (none by default). Set to `null` to remove it.",
|
|
6437
|
+
"type": [
|
|
6438
|
+
"string",
|
|
6439
|
+
"null"
|
|
6440
|
+
]
|
|
6262
6441
|
},
|
|
6263
6442
|
"titleColor": {
|
|
6264
6443
|
"description": "Color of the title, can be in hex color code or regular color name.",
|
|
@@ -6891,6 +7070,10 @@
|
|
|
6891
7070
|
"description": "**Default:** `\"_uniqueId\"`",
|
|
6892
7071
|
"type": "string"
|
|
6893
7072
|
},
|
|
7073
|
+
"description": {
|
|
7074
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
7075
|
+
"type": "string"
|
|
7076
|
+
},
|
|
6894
7077
|
"type": {
|
|
6895
7078
|
"const": "identifier",
|
|
6896
7079
|
"description": "The type of the transform to be applied",
|
|
@@ -7011,6 +7194,10 @@
|
|
|
7011
7194
|
"InlineData": {
|
|
7012
7195
|
"additionalProperties": false,
|
|
7013
7196
|
"properties": {
|
|
7197
|
+
"description": {
|
|
7198
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the data in the visualization.",
|
|
7199
|
+
"type": "string"
|
|
7200
|
+
},
|
|
7014
7201
|
"format": {
|
|
7015
7202
|
"$ref": "#/definitions/DataFormat",
|
|
7016
7203
|
"description": "An object that specifies the format for parsing the data."
|
|
@@ -7587,6 +7774,10 @@
|
|
|
7587
7774
|
"LazyData": {
|
|
7588
7775
|
"additionalProperties": false,
|
|
7589
7776
|
"properties": {
|
|
7777
|
+
"description": {
|
|
7778
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the lazy data in the visualization.",
|
|
7779
|
+
"type": "string"
|
|
7780
|
+
},
|
|
7590
7781
|
"lazy": {
|
|
7591
7782
|
"$ref": "#/definitions/LazyDataParams"
|
|
7592
7783
|
}
|
|
@@ -7616,6 +7807,9 @@
|
|
|
7616
7807
|
{
|
|
7617
7808
|
"$ref": "#/definitions/BamData"
|
|
7618
7809
|
},
|
|
7810
|
+
{
|
|
7811
|
+
"$ref": "#/definitions/TabixTsvData"
|
|
7812
|
+
},
|
|
7619
7813
|
{
|
|
7620
7814
|
"$ref": "#/definitions/Gff3Data"
|
|
7621
7815
|
},
|
|
@@ -7653,6 +7847,10 @@
|
|
|
7653
7847
|
"$ref": "#/definitions/Field",
|
|
7654
7848
|
"description": "The chromosome/contig field"
|
|
7655
7849
|
},
|
|
7850
|
+
"description": {
|
|
7851
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
7852
|
+
"type": "string"
|
|
7853
|
+
},
|
|
7656
7854
|
"offset": {
|
|
7657
7855
|
"anyOf": [
|
|
7658
7856
|
{
|
|
@@ -8402,6 +8600,59 @@
|
|
|
8402
8600
|
}
|
|
8403
8601
|
]
|
|
8404
8602
|
},
|
|
8603
|
+
"MarkPropExprDef": {
|
|
8604
|
+
"additionalProperties": false,
|
|
8605
|
+
"properties": {
|
|
8606
|
+
"band": {
|
|
8607
|
+
"description": "Relative position on band scale. For example, the marks will be positioned at the beginning of the band if set to `0`, and at the middle of the band if set to `0.5`.",
|
|
8608
|
+
"maximum": 1,
|
|
8609
|
+
"minimum": 0,
|
|
8610
|
+
"type": "number"
|
|
8611
|
+
},
|
|
8612
|
+
"description": {
|
|
8613
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
8614
|
+
"type": "string"
|
|
8615
|
+
},
|
|
8616
|
+
"domainInert": {
|
|
8617
|
+
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
8618
|
+
"type": "boolean"
|
|
8619
|
+
},
|
|
8620
|
+
"expr": {
|
|
8621
|
+
"description": "An expression. Properties of the data can be accessed through the `datum` object.",
|
|
8622
|
+
"type": "string"
|
|
8623
|
+
},
|
|
8624
|
+
"resolutionChannel": {
|
|
8625
|
+
"$ref": "#/definitions/ChannelWithScale",
|
|
8626
|
+
"description": "An alternative channel for scale resolution.\n\nThis is mainly for internal use and allows using `color` channel to resolve `fill` and `stroke` channels under certain circumstances."
|
|
8627
|
+
},
|
|
8628
|
+
"scale": {
|
|
8629
|
+
"anyOf": [
|
|
8630
|
+
{
|
|
8631
|
+
"$ref": "#/definitions/Scale"
|
|
8632
|
+
},
|
|
8633
|
+
{
|
|
8634
|
+
"type": "null"
|
|
8635
|
+
}
|
|
8636
|
+
],
|
|
8637
|
+
"description": "An object defining properties of the channel's scale, which is the function that transforms values in the data domain (numbers, dates, strings, etc) to visual values (pixels, colors, sizes) of the encoding channels.\n\nIf `null`, the scale will be [disabled and the data value will be directly encoded](https://vega.github.io/vega-lite/docs/scale.html#disable).\n\n__Default value:__ If undefined, default [scale properties](https://vega.github.io/vega-lite/docs/scale.html) are applied.\n\n__See also:__ [`scale`](https://vega.github.io/vega-lite/docs/scale.html) documentation."
|
|
8638
|
+
},
|
|
8639
|
+
"title": {
|
|
8640
|
+
"description": "A title for the field. If `null`, the title will be removed.",
|
|
8641
|
+
"type": [
|
|
8642
|
+
"string",
|
|
8643
|
+
"null"
|
|
8644
|
+
]
|
|
8645
|
+
},
|
|
8646
|
+
"type": {
|
|
8647
|
+
"$ref": "#/definitions/Type"
|
|
8648
|
+
}
|
|
8649
|
+
},
|
|
8650
|
+
"required": [
|
|
8651
|
+
"expr",
|
|
8652
|
+
"type"
|
|
8653
|
+
],
|
|
8654
|
+
"type": "object"
|
|
8655
|
+
},
|
|
8405
8656
|
"MarkProps": {
|
|
8406
8657
|
"anyOf": [
|
|
8407
8658
|
{
|
|
@@ -8442,6 +8693,10 @@
|
|
|
8442
8693
|
"description": "The output field where the measured width is written.",
|
|
8443
8694
|
"type": "string"
|
|
8444
8695
|
},
|
|
8696
|
+
"description": {
|
|
8697
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
8698
|
+
"type": "string"
|
|
8699
|
+
},
|
|
8445
8700
|
"field": {
|
|
8446
8701
|
"$ref": "#/definitions/Field",
|
|
8447
8702
|
"description": "The field that contains the text to be measured."
|
|
@@ -8486,6 +8741,10 @@
|
|
|
8486
8741
|
"MergeFacetsParams": {
|
|
8487
8742
|
"additionalProperties": false,
|
|
8488
8743
|
"properties": {
|
|
8744
|
+
"description": {
|
|
8745
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
8746
|
+
"type": "string"
|
|
8747
|
+
},
|
|
8489
8748
|
"type": {
|
|
8490
8749
|
"const": "mergeFacets",
|
|
8491
8750
|
"description": "The type of the transform to be applied",
|
|
@@ -8911,6 +9170,10 @@
|
|
|
8911
9170
|
"NamedData": {
|
|
8912
9171
|
"additionalProperties": false,
|
|
8913
9172
|
"properties": {
|
|
9173
|
+
"description": {
|
|
9174
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the data in the visualization.",
|
|
9175
|
+
"type": "string"
|
|
9176
|
+
},
|
|
8914
9177
|
"format": {
|
|
8915
9178
|
"$ref": "#/definitions/DataFormat",
|
|
8916
9179
|
"description": "An object that specifies the format for parsing the data."
|
|
@@ -9042,6 +9305,10 @@
|
|
|
9042
9305
|
"description": "The output field name for the computed lane.\n\n**Default:** `\"lane\"`.",
|
|
9043
9306
|
"type": "string"
|
|
9044
9307
|
},
|
|
9308
|
+
"description": {
|
|
9309
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
9310
|
+
"type": "string"
|
|
9311
|
+
},
|
|
9045
9312
|
"end": {
|
|
9046
9313
|
"$ref": "#/definitions/Field",
|
|
9047
9314
|
"description": "The field representing the end coordinate of the segment (exclusive)."
|
|
@@ -9729,6 +9996,10 @@
|
|
|
9729
9996
|
"minimum": 0,
|
|
9730
9997
|
"type": "number"
|
|
9731
9998
|
},
|
|
9999
|
+
"description": {
|
|
10000
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10001
|
+
"type": "string"
|
|
10002
|
+
},
|
|
9732
10003
|
"domainInert": {
|
|
9733
10004
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9734
10005
|
"type": "boolean"
|
|
@@ -9770,6 +10041,10 @@
|
|
|
9770
10041
|
],
|
|
9771
10042
|
"description": "A constant value in data domain."
|
|
9772
10043
|
},
|
|
10044
|
+
"description": {
|
|
10045
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10046
|
+
"type": "string"
|
|
10047
|
+
},
|
|
9773
10048
|
"domainInert": {
|
|
9774
10049
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9775
10050
|
"type": "boolean"
|
|
@@ -9811,6 +10086,10 @@
|
|
|
9811
10086
|
"minimum": 0,
|
|
9812
10087
|
"type": "number"
|
|
9813
10088
|
},
|
|
10089
|
+
"description": {
|
|
10090
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10091
|
+
"type": "string"
|
|
10092
|
+
},
|
|
9814
10093
|
"domainInert": {
|
|
9815
10094
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9816
10095
|
"type": "boolean"
|
|
@@ -9871,6 +10150,10 @@
|
|
|
9871
10150
|
],
|
|
9872
10151
|
"description": "A constant value in data domain."
|
|
9873
10152
|
},
|
|
10153
|
+
"description": {
|
|
10154
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10155
|
+
"type": "string"
|
|
10156
|
+
},
|
|
9874
10157
|
"domainInert": {
|
|
9875
10158
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9876
10159
|
"type": "boolean"
|
|
@@ -9945,6 +10228,10 @@
|
|
|
9945
10228
|
"minimum": 0,
|
|
9946
10229
|
"type": "number"
|
|
9947
10230
|
},
|
|
10231
|
+
"description": {
|
|
10232
|
+
"description": "A description of the encoded expression. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10233
|
+
"type": "string"
|
|
10234
|
+
},
|
|
9948
10235
|
"domainInert": {
|
|
9949
10236
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9950
10237
|
"type": "boolean"
|
|
@@ -9990,6 +10277,10 @@
|
|
|
9990
10277
|
"minimum": 0,
|
|
9991
10278
|
"type": "number"
|
|
9992
10279
|
},
|
|
10280
|
+
"description": {
|
|
10281
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
10282
|
+
"type": "string"
|
|
10283
|
+
},
|
|
9993
10284
|
"domainInert": {
|
|
9994
10285
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
9995
10286
|
"type": "boolean"
|
|
@@ -10059,6 +10350,10 @@
|
|
|
10059
10350
|
},
|
|
10060
10351
|
"type": "array"
|
|
10061
10352
|
},
|
|
10353
|
+
"description": {
|
|
10354
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
10355
|
+
"type": "string"
|
|
10356
|
+
},
|
|
10062
10357
|
"fields": {
|
|
10063
10358
|
"description": "The fields to be projected.",
|
|
10064
10359
|
"items": {
|
|
@@ -10899,6 +11194,10 @@
|
|
|
10899
11194
|
],
|
|
10900
11195
|
"description": "The new field or an array of fields where the extracted values are written."
|
|
10901
11196
|
},
|
|
11197
|
+
"description": {
|
|
11198
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
11199
|
+
"type": "string"
|
|
11200
|
+
},
|
|
10902
11201
|
"field": {
|
|
10903
11202
|
"$ref": "#/definitions/Field",
|
|
10904
11203
|
"description": "The source field"
|
|
@@ -10960,6 +11259,10 @@
|
|
|
10960
11259
|
],
|
|
10961
11260
|
"description": "A regular expression that matches to column names. The regex must have one capturing group that is used for extracting the key (e.g., a sample id) from the column name."
|
|
10962
11261
|
},
|
|
11262
|
+
"description": {
|
|
11263
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
11264
|
+
"type": "string"
|
|
11265
|
+
},
|
|
10963
11266
|
"skipRegex": {
|
|
10964
11267
|
"description": "An optional regex that matches to fields that should not be included in the new folded data objects.",
|
|
10965
11268
|
"type": "string"
|
|
@@ -11361,6 +11664,10 @@
|
|
|
11361
11664
|
"SampleParams": {
|
|
11362
11665
|
"additionalProperties": false,
|
|
11363
11666
|
"properties": {
|
|
11667
|
+
"description": {
|
|
11668
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
11669
|
+
"type": "string"
|
|
11670
|
+
},
|
|
11364
11671
|
"size": {
|
|
11365
11672
|
"description": "The maximum sample size.\n\n**Default:** `500`",
|
|
11366
11673
|
"type": "number"
|
|
@@ -11449,6 +11756,9 @@
|
|
|
11449
11756
|
},
|
|
11450
11757
|
{
|
|
11451
11758
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
11759
|
+
},
|
|
11760
|
+
{
|
|
11761
|
+
"$ref": "#/definitions/ExprRef"
|
|
11452
11762
|
}
|
|
11453
11763
|
],
|
|
11454
11764
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -11465,6 +11775,18 @@
|
|
|
11465
11775
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
11466
11776
|
"type": "number"
|
|
11467
11777
|
},
|
|
11778
|
+
"domainTransition": {
|
|
11779
|
+
"anyOf": [
|
|
11780
|
+
{
|
|
11781
|
+
"type": "boolean"
|
|
11782
|
+
},
|
|
11783
|
+
{
|
|
11784
|
+
"additionalProperties": {},
|
|
11785
|
+
"type": "object"
|
|
11786
|
+
}
|
|
11787
|
+
],
|
|
11788
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
11789
|
+
},
|
|
11468
11790
|
"exponent": {
|
|
11469
11791
|
"description": "The exponent of the `pow` scale.",
|
|
11470
11792
|
"type": "number"
|
|
@@ -11646,6 +11968,9 @@
|
|
|
11646
11968
|
},
|
|
11647
11969
|
{
|
|
11648
11970
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
11971
|
+
},
|
|
11972
|
+
{
|
|
11973
|
+
"$ref": "#/definitions/ExprRef"
|
|
11649
11974
|
}
|
|
11650
11975
|
],
|
|
11651
11976
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -11662,6 +11987,18 @@
|
|
|
11662
11987
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
11663
11988
|
"type": "number"
|
|
11664
11989
|
},
|
|
11990
|
+
"domainTransition": {
|
|
11991
|
+
"anyOf": [
|
|
11992
|
+
{
|
|
11993
|
+
"type": "boolean"
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"additionalProperties": {},
|
|
11997
|
+
"type": "object"
|
|
11998
|
+
}
|
|
11999
|
+
],
|
|
12000
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
12001
|
+
},
|
|
11665
12002
|
"exponent": {
|
|
11666
12003
|
"description": "The exponent of the `pow` scale.",
|
|
11667
12004
|
"type": "number"
|
|
@@ -11714,6 +12051,9 @@
|
|
|
11714
12051
|
},
|
|
11715
12052
|
{
|
|
11716
12053
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
12054
|
+
},
|
|
12055
|
+
{
|
|
12056
|
+
"$ref": "#/definitions/ExprRef"
|
|
11717
12057
|
}
|
|
11718
12058
|
],
|
|
11719
12059
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -11730,6 +12070,18 @@
|
|
|
11730
12070
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
11731
12071
|
"type": "number"
|
|
11732
12072
|
},
|
|
12073
|
+
"domainTransition": {
|
|
12074
|
+
"anyOf": [
|
|
12075
|
+
{
|
|
12076
|
+
"type": "boolean"
|
|
12077
|
+
},
|
|
12078
|
+
{
|
|
12079
|
+
"additionalProperties": {},
|
|
12080
|
+
"type": "object"
|
|
12081
|
+
}
|
|
12082
|
+
],
|
|
12083
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
12084
|
+
},
|
|
11733
12085
|
"exponent": {
|
|
11734
12086
|
"description": "The exponent of the `pow` scale.",
|
|
11735
12087
|
"type": "number"
|
|
@@ -11923,6 +12275,9 @@
|
|
|
11923
12275
|
},
|
|
11924
12276
|
{
|
|
11925
12277
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
12278
|
+
},
|
|
12279
|
+
{
|
|
12280
|
+
"$ref": "#/definitions/ExprRef"
|
|
11926
12281
|
}
|
|
11927
12282
|
],
|
|
11928
12283
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -11939,6 +12294,18 @@
|
|
|
11939
12294
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
11940
12295
|
"type": "number"
|
|
11941
12296
|
},
|
|
12297
|
+
"domainTransition": {
|
|
12298
|
+
"anyOf": [
|
|
12299
|
+
{
|
|
12300
|
+
"type": "boolean"
|
|
12301
|
+
},
|
|
12302
|
+
{
|
|
12303
|
+
"additionalProperties": {},
|
|
12304
|
+
"type": "object"
|
|
12305
|
+
}
|
|
12306
|
+
],
|
|
12307
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
12308
|
+
},
|
|
11942
12309
|
"exponent": {
|
|
11943
12310
|
"description": "The exponent of the `pow` scale.",
|
|
11944
12311
|
"type": "number"
|
|
@@ -12152,6 +12519,9 @@
|
|
|
12152
12519
|
},
|
|
12153
12520
|
{
|
|
12154
12521
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
12522
|
+
},
|
|
12523
|
+
{
|
|
12524
|
+
"$ref": "#/definitions/ExprRef"
|
|
12155
12525
|
}
|
|
12156
12526
|
],
|
|
12157
12527
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -12168,6 +12538,18 @@
|
|
|
12168
12538
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
12169
12539
|
"type": "number"
|
|
12170
12540
|
},
|
|
12541
|
+
"domainTransition": {
|
|
12542
|
+
"anyOf": [
|
|
12543
|
+
{
|
|
12544
|
+
"type": "boolean"
|
|
12545
|
+
},
|
|
12546
|
+
{
|
|
12547
|
+
"additionalProperties": {},
|
|
12548
|
+
"type": "object"
|
|
12549
|
+
}
|
|
12550
|
+
],
|
|
12551
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
12552
|
+
},
|
|
12171
12553
|
"exponent": {
|
|
12172
12554
|
"description": "The exponent of the `pow` scale.",
|
|
12173
12555
|
"type": "number"
|
|
@@ -12358,6 +12740,9 @@
|
|
|
12358
12740
|
},
|
|
12359
12741
|
{
|
|
12360
12742
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
12743
|
+
},
|
|
12744
|
+
{
|
|
12745
|
+
"$ref": "#/definitions/ExprRef"
|
|
12361
12746
|
}
|
|
12362
12747
|
],
|
|
12363
12748
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -12374,6 +12759,18 @@
|
|
|
12374
12759
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
12375
12760
|
"type": "number"
|
|
12376
12761
|
},
|
|
12762
|
+
"domainTransition": {
|
|
12763
|
+
"anyOf": [
|
|
12764
|
+
{
|
|
12765
|
+
"type": "boolean"
|
|
12766
|
+
},
|
|
12767
|
+
{
|
|
12768
|
+
"additionalProperties": {},
|
|
12769
|
+
"type": "object"
|
|
12770
|
+
}
|
|
12771
|
+
],
|
|
12772
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
12773
|
+
},
|
|
12377
12774
|
"exponent": {
|
|
12378
12775
|
"description": "The exponent of the `pow` scale.",
|
|
12379
12776
|
"type": "number"
|
|
@@ -12577,6 +12974,9 @@
|
|
|
12577
12974
|
},
|
|
12578
12975
|
{
|
|
12579
12976
|
"$ref": "#/definitions/SelectionDomainRef"
|
|
12977
|
+
},
|
|
12978
|
+
{
|
|
12979
|
+
"$ref": "#/definitions/ExprRef"
|
|
12580
12980
|
}
|
|
12581
12981
|
],
|
|
12582
12982
|
"description": "Customized domain values.\n\nFor _quantitative_ fields, `domain` can take the form of a two-element array with minimum and maximum values. [Piecewise scales](https://vega.github.io/vega-lite/docs/scale.html#piecewise) can be created by providing a `domain` with more than two entries.\n\nFor _temporal_ fields, `domain` can be a two-element array minimum and maximum values, in the form of either timestamps or the [DateTime definition objects](https://vega.github.io/vega-lite/docs/types.html#datetime).\n\nFor _ordinal_ and _nominal_ fields, `domain` can be an array that lists valid input values."
|
|
@@ -12593,6 +12993,18 @@
|
|
|
12593
12993
|
"description": "Sets the minimum value in the scale domain, overriding the domain property. This property is only intended for use with scales having continuous domains.",
|
|
12594
12994
|
"type": "number"
|
|
12595
12995
|
},
|
|
12996
|
+
"domainTransition": {
|
|
12997
|
+
"anyOf": [
|
|
12998
|
+
{
|
|
12999
|
+
"type": "boolean"
|
|
13000
|
+
},
|
|
13001
|
+
{
|
|
13002
|
+
"additionalProperties": {},
|
|
13003
|
+
"type": "object"
|
|
13004
|
+
}
|
|
13005
|
+
],
|
|
13006
|
+
"description": "Controls whether domain updates are applied immediately or with a smooth transition.\n\nSet this to `false` to apply domain updates immediately. The default is `true`, except for domains defined by an `ExprRef`, which default to `false` unless overridden.\n\n__Default value:__ `true`, except `false` for ExprRef-driven domains."
|
|
13007
|
+
},
|
|
12596
13008
|
"exponent": {
|
|
12597
13009
|
"description": "The exponent of the `pow` scale.",
|
|
12598
13010
|
"type": "number"
|
|
@@ -12912,6 +13324,10 @@
|
|
|
12912
13324
|
"$ref": "#/definitions/FieldName",
|
|
12913
13325
|
"description": "The field having the chromosome or contig."
|
|
12914
13326
|
},
|
|
13327
|
+
"description": {
|
|
13328
|
+
"description": "A description of the encoded position. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
13329
|
+
"type": "string"
|
|
13330
|
+
},
|
|
12915
13331
|
"domainInert": {
|
|
12916
13332
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
12917
13333
|
"type": "boolean"
|
|
@@ -12979,6 +13395,10 @@
|
|
|
12979
13395
|
"SelectionFilterParams": {
|
|
12980
13396
|
"additionalProperties": false,
|
|
12981
13397
|
"properties": {
|
|
13398
|
+
"description": {
|
|
13399
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
13400
|
+
"type": "string"
|
|
13401
|
+
},
|
|
12982
13402
|
"empty": {
|
|
12983
13403
|
"description": "If true, the filter retains all data objects when the selection is empty.\n\n**Default:** `true`",
|
|
12984
13404
|
"type": "boolean"
|
|
@@ -13045,6 +13465,10 @@
|
|
|
13045
13465
|
"SelectionParameter": {
|
|
13046
13466
|
"additionalProperties": false,
|
|
13047
13467
|
"properties": {
|
|
13468
|
+
"description": {
|
|
13469
|
+
"description": "A description of the parameter. Can be used for documentation and to explain the meaning of the control or selection.",
|
|
13470
|
+
"type": "string"
|
|
13471
|
+
},
|
|
13048
13472
|
"name": {
|
|
13049
13473
|
"description": "A unique name for the variable parameter. Parameter names should be valid JavaScript identifiers: they should contain only alphanumeric characters (or \"$\", or \"_\") and may not start with a digit. Reserved keywords that may not be used as parameter names are: \"datum\".",
|
|
13050
13474
|
"type": "string"
|
|
@@ -13286,6 +13710,10 @@
|
|
|
13286
13710
|
"SequenceGenerator": {
|
|
13287
13711
|
"additionalProperties": false,
|
|
13288
13712
|
"properties": {
|
|
13713
|
+
"description": {
|
|
13714
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the generated data in the visualization.",
|
|
13715
|
+
"type": "string"
|
|
13716
|
+
},
|
|
13289
13717
|
"name": {
|
|
13290
13718
|
"description": "Provide a placeholder name and bind data at runtime.",
|
|
13291
13719
|
"type": "string"
|
|
@@ -13396,6 +13824,10 @@
|
|
|
13396
13824
|
"description": "Cardinality, e.g., the number if distinct bases or amino acids. Used for information content calculation when the offset is `\"information\"`.\n\n**Default:** `4`",
|
|
13397
13825
|
"type": "number"
|
|
13398
13826
|
},
|
|
13827
|
+
"description": {
|
|
13828
|
+
"description": "A description of the transform step. Can be used for documentation and agent context.",
|
|
13829
|
+
"type": "string"
|
|
13830
|
+
},
|
|
13399
13831
|
"field": {
|
|
13400
13832
|
"$ref": "#/definitions/Field",
|
|
13401
13833
|
"description": "The field to stack. If no field is defined, a constant value of one is assumed."
|
|
@@ -13465,6 +13897,10 @@
|
|
|
13465
13897
|
],
|
|
13466
13898
|
"description": "A constant value in data domain."
|
|
13467
13899
|
},
|
|
13900
|
+
"description": {
|
|
13901
|
+
"description": "A description of the encoded datum. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
13902
|
+
"type": "string"
|
|
13903
|
+
},
|
|
13468
13904
|
"format": {
|
|
13469
13905
|
"description": "When used with the default `\"number\"` format type, the text formatting pattern for labels of guides (axes, legends, headers) and text marks.\n\n- If the format type is `\"number\"` (e.g., for quantitative fields), this is D3's [number format pattern](https://github.com/d3/d3-format#locale_format).\n\nSee the [format documentation](https://vega.github.io/vega-lite/docs/format.html) for more examples.",
|
|
13470
13906
|
"type": "string"
|
|
@@ -13502,6 +13938,10 @@
|
|
|
13502
13938
|
{
|
|
13503
13939
|
"additionalProperties": false,
|
|
13504
13940
|
"properties": {
|
|
13941
|
+
"description": {
|
|
13942
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
13943
|
+
"type": "string"
|
|
13944
|
+
},
|
|
13505
13945
|
"domainInert": {
|
|
13506
13946
|
"description": "Whether the field or evaluated expr should be excluded from the scale's domain. Prefer the view-level `domainInert` when an entire subtree should be excluded.\n\n**Default value:** `false`",
|
|
13507
13947
|
"type": "boolean"
|
|
@@ -13527,6 +13967,10 @@
|
|
|
13527
13967
|
{
|
|
13528
13968
|
"additionalProperties": false,
|
|
13529
13969
|
"properties": {
|
|
13970
|
+
"description": {
|
|
13971
|
+
"description": "A description of the encoded field. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
13972
|
+
"type": "string"
|
|
13973
|
+
},
|
|
13530
13974
|
"field": {
|
|
13531
13975
|
"description": "__Required.__ A string defining the name of the field from which to pull a data value or an object defining iterated values from the [`repeat`](https://vega.github.io/vega-lite/docs/repeat.html) operator.\n\n__See also:__ [`field`](https://vega.github.io/vega-lite/docs/field.html) documentation.\n\n__Notes:__ 1) Dots (`.`) and brackets (`[` and `]`) can be used to access nested objects (e.g., `\"field\": \"foo.bar\"` and `\"field\": \"foo['bar']\"`). If field names contain dots or brackets but are not nested, you can use `\\\\` to escape dots and brackets (e.g., `\"a\\\\.b\"` and `\"a\\\\[0\\\\]\"`). See more details about escaping in the [field documentation](https://vega.github.io/vega-lite/docs/field.html). 2) `field` is not required if `aggregate` is `count`.",
|
|
13532
13976
|
"type": "string"
|
|
@@ -14714,8 +15158,11 @@
|
|
|
14714
15158
|
"type": "boolean"
|
|
14715
15159
|
},
|
|
14716
15160
|
"title": {
|
|
14717
|
-
"description": "A title for the axis (none by default).",
|
|
14718
|
-
"type":
|
|
15161
|
+
"description": "A title for the axis (none by default). Set to `null` to remove it.",
|
|
15162
|
+
"type": [
|
|
15163
|
+
"string",
|
|
15164
|
+
"null"
|
|
15165
|
+
]
|
|
14719
15166
|
},
|
|
14720
15167
|
"titleColor": {
|
|
14721
15168
|
"description": "Color of the title, can be in hex color code or regular color name.",
|
|
@@ -14846,6 +15293,91 @@
|
|
|
14846
15293
|
},
|
|
14847
15294
|
"type": "object"
|
|
14848
15295
|
},
|
|
15296
|
+
"TabixTsvData": {
|
|
15297
|
+
"additionalProperties": false,
|
|
15298
|
+
"properties": {
|
|
15299
|
+
"addChrPrefix": {
|
|
15300
|
+
"description": "Add a `chr` (boolean) or custom (string) prefix to the chromosome names in the Tabix file.\n\n__Default value:__ `false`",
|
|
15301
|
+
"type": [
|
|
15302
|
+
"boolean",
|
|
15303
|
+
"string"
|
|
15304
|
+
]
|
|
15305
|
+
},
|
|
15306
|
+
"channel": {
|
|
15307
|
+
"$ref": "#/definitions/PrimaryPositionalChannel",
|
|
15308
|
+
"description": "Which channel's scale domain to monitor.\n\n__Default value:__ `\"x\"`"
|
|
15309
|
+
},
|
|
15310
|
+
"columns": {
|
|
15311
|
+
"description": "Ordered list of field names for headerless tabix TSV input. If omitted, the source tries to read a commented header line from the tabix file header or the first row of a plain TSV header.",
|
|
15312
|
+
"items": {
|
|
15313
|
+
"type": "string"
|
|
15314
|
+
},
|
|
15315
|
+
"type": "array"
|
|
15316
|
+
},
|
|
15317
|
+
"debounce": {
|
|
15318
|
+
"anyOf": [
|
|
15319
|
+
{
|
|
15320
|
+
"type": "number"
|
|
15321
|
+
},
|
|
15322
|
+
{
|
|
15323
|
+
"$ref": "#/definitions/ExprRef"
|
|
15324
|
+
}
|
|
15325
|
+
],
|
|
15326
|
+
"description": "Debounce time for data updates, in milliseconds. Debouncing prevents excessive data updates when the user is zooming or panning around.\n\n__Default value:__ `200`"
|
|
15327
|
+
},
|
|
15328
|
+
"debounceDomainChange": {
|
|
15329
|
+
"anyOf": [
|
|
15330
|
+
{
|
|
15331
|
+
"type": "number"
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"$ref": "#/definitions/ExprRef"
|
|
15335
|
+
}
|
|
15336
|
+
],
|
|
15337
|
+
"description": "Debounce time for scale-domain driven data updates, in milliseconds.\n\n__Default value:__ `200`"
|
|
15338
|
+
},
|
|
15339
|
+
"debounceMode": {
|
|
15340
|
+
"description": "The debounce mode for data updates. If set to `\"domain\"`, domain change events (panning and zooming) will be debounced. If set to `\"window\"`, the data fetches initiated by the changes to the visible window (or tile) will be debounced. If your data is small, the `\"window\"` is better as it will start fetching data while the user is still panning around, resulting in a shorter perceived latency.\n\n__Default value:__ `\"window\"`",
|
|
15341
|
+
"enum": [
|
|
15342
|
+
"domain",
|
|
15343
|
+
"window"
|
|
15344
|
+
],
|
|
15345
|
+
"type": "string"
|
|
15346
|
+
},
|
|
15347
|
+
"indexUrl": {
|
|
15348
|
+
"description": "Url of the tabix index file.\n\n__Default value:__ `url` + `\".tbi\"`.",
|
|
15349
|
+
"type": "string"
|
|
15350
|
+
},
|
|
15351
|
+
"parse": {
|
|
15352
|
+
"anyOf": [
|
|
15353
|
+
{
|
|
15354
|
+
"$ref": "#/definitions/Parse"
|
|
15355
|
+
},
|
|
15356
|
+
{
|
|
15357
|
+
"type": "null"
|
|
15358
|
+
}
|
|
15359
|
+
],
|
|
15360
|
+
"description": "Optional type parsing for TSV fields. When omitted, field types are inferred automatically. Set to `null` to disable spec-based type inference and rely on data inference, or provide a field-to-type map to override selected columns.\n\n__Default value:__ `\"auto\"`"
|
|
15361
|
+
},
|
|
15362
|
+
"type": {
|
|
15363
|
+
"const": "tabix",
|
|
15364
|
+
"type": "string"
|
|
15365
|
+
},
|
|
15366
|
+
"url": {
|
|
15367
|
+
"description": "Url of the bgzip compressed file.",
|
|
15368
|
+
"type": "string"
|
|
15369
|
+
},
|
|
15370
|
+
"windowSize": {
|
|
15371
|
+
"description": "Size of each chunk when fetching the Tabix file. Data is only fetched when the length of the visible domain smaller than the window size.\n\n__Default value:__ `30000000`",
|
|
15372
|
+
"type": "number"
|
|
15373
|
+
}
|
|
15374
|
+
},
|
|
15375
|
+
"required": [
|
|
15376
|
+
"type",
|
|
15377
|
+
"url"
|
|
15378
|
+
],
|
|
15379
|
+
"type": "object"
|
|
15380
|
+
},
|
|
14849
15381
|
"TemplateImport": {
|
|
14850
15382
|
"additionalProperties": false,
|
|
14851
15383
|
"properties": {
|
|
@@ -16487,6 +17019,10 @@
|
|
|
16487
17019
|
"UrlData": {
|
|
16488
17020
|
"additionalProperties": false,
|
|
16489
17021
|
"properties": {
|
|
17022
|
+
"description": {
|
|
17023
|
+
"description": "A description of the data source. Can be used for documentation and to explain the role of the data in the visualization.",
|
|
17024
|
+
"type": "string"
|
|
17025
|
+
},
|
|
16490
17026
|
"format": {
|
|
16491
17027
|
"$ref": "#/definitions/DataFormat",
|
|
16492
17028
|
"description": "An object that specifies the format for parsing the data."
|
|
@@ -16949,6 +17485,10 @@
|
|
|
16949
17485
|
"ValueDef<number>": {
|
|
16950
17486
|
"additionalProperties": false,
|
|
16951
17487
|
"properties": {
|
|
17488
|
+
"description": {
|
|
17489
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
17490
|
+
"type": "string"
|
|
17491
|
+
},
|
|
16952
17492
|
"title": {
|
|
16953
17493
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
16954
17494
|
"type": [
|
|
@@ -16976,6 +17516,10 @@
|
|
|
16976
17516
|
"ValueDef<string>": {
|
|
16977
17517
|
"additionalProperties": false,
|
|
16978
17518
|
"properties": {
|
|
17519
|
+
"description": {
|
|
17520
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
17521
|
+
"type": "string"
|
|
17522
|
+
},
|
|
16979
17523
|
"title": {
|
|
16980
17524
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
16981
17525
|
"type": [
|
|
@@ -17027,6 +17571,10 @@
|
|
|
17027
17571
|
],
|
|
17028
17572
|
"description": "A field definition or one or more value definition(s) with a parameter predicate."
|
|
17029
17573
|
},
|
|
17574
|
+
"description": {
|
|
17575
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
17576
|
+
"type": "string"
|
|
17577
|
+
},
|
|
17030
17578
|
"title": {
|
|
17031
17579
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
17032
17580
|
"type": [
|
|
@@ -17078,6 +17626,10 @@
|
|
|
17078
17626
|
],
|
|
17079
17627
|
"description": "A field definition or one or more value definition(s) with a parameter predicate."
|
|
17080
17628
|
},
|
|
17629
|
+
"description": {
|
|
17630
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
17631
|
+
"type": "string"
|
|
17632
|
+
},
|
|
17081
17633
|
"title": {
|
|
17082
17634
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
17083
17635
|
"type": [
|
|
@@ -17129,6 +17681,10 @@
|
|
|
17129
17681
|
],
|
|
17130
17682
|
"description": "A field definition or one or more value definition(s) with a parameter predicate."
|
|
17131
17683
|
},
|
|
17684
|
+
"description": {
|
|
17685
|
+
"description": "A description of the encoded value. Can be used for documentation and to explain the meaning of the channel mapping.",
|
|
17686
|
+
"type": "string"
|
|
17687
|
+
},
|
|
17132
17688
|
"title": {
|
|
17133
17689
|
"description": "A title for the field. If `null`, the title will be removed.",
|
|
17134
17690
|
"type": [
|
|
@@ -17157,6 +17713,10 @@
|
|
|
17157
17713
|
"$ref": "#/definitions/Binding",
|
|
17158
17714
|
"description": "Binds the parameter to an external input element such as a slider, selection list or radio button group."
|
|
17159
17715
|
},
|
|
17716
|
+
"description": {
|
|
17717
|
+
"description": "A description of the parameter. Can be used for documentation and to explain the meaning of the control or selection.",
|
|
17718
|
+
"type": "string"
|
|
17719
|
+
},
|
|
17160
17720
|
"expr": {
|
|
17161
17721
|
"description": "An expression for the value of the parameter. This expression may include other parameters, in which case the parameter will automatically update in response to upstream parameter changes.",
|
|
17162
17722
|
"type": "string"
|