@genome-spy/core 0.37.4 → 0.39.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/__vite-browser-external-ENoMJThg.js +8 -0
- package/dist/bundle/_commonjsHelpers-QtkX90xp.js +30 -0
- package/dist/bundle/index-1QVesMzU.js +1074 -0
- package/dist/bundle/index-Cbz74kpR.js +638 -0
- package/dist/bundle/index-LD6yPc3X.js +515 -0
- package/dist/bundle/index-Pv3tKJ1W.js +2190 -0
- package/dist/bundle/index-UyrC0vvF.js +72 -0
- package/dist/bundle/index-Y-LdHNIz.js +501 -0
- package/dist/bundle/index-gn8bhQ8w.js +4050 -0
- package/dist/bundle/index-lmJu1tfP.js +1372 -0
- package/dist/bundle/index-z4Cs62EO.js +279 -0
- package/dist/bundle/index.es.js +6467 -20590
- package/dist/bundle/index.js +92 -123
- package/dist/bundle/long-Veu0zKh9.js +2382 -0
- package/dist/bundle/remoteFile-Ur-gRKsH.js +96 -0
- package/dist/schema.json +524 -122
- package/dist/src/data/collector.d.ts +11 -11
- package/dist/src/data/collector.d.ts.map +1 -1
- package/dist/src/data/collector.js +8 -8
- package/dist/src/data/dataFlow.d.ts +18 -18
- package/dist/src/data/dataFlow.d.ts.map +1 -1
- package/dist/src/data/dataFlow.js +7 -7
- package/dist/src/data/flowNode.d.ts +9 -9
- package/dist/src/data/flowNode.d.ts.map +1 -1
- package/dist/src/data/flowNode.js +5 -5
- package/dist/src/data/flowOptimizer.d.ts +11 -11
- package/dist/src/data/flowOptimizer.d.ts.map +1 -1
- package/dist/src/data/flowOptimizer.js +7 -7
- package/dist/src/data/flowTestUtils.d.ts +2 -2
- package/dist/src/data/flowTestUtils.d.ts.map +1 -1
- package/dist/src/data/flowTestUtils.js +1 -1
- package/dist/src/data/sources/dataSource.js +1 -1
- package/dist/src/data/sources/dataSourceFactory.d.ts +3 -3
- package/dist/src/data/sources/dataSourceFactory.d.ts.map +1 -1
- package/dist/src/data/sources/dataSourceFactory.js +20 -20
- package/dist/src/data/sources/dataUtils.d.ts +20 -20
- package/dist/src/data/sources/dataUtils.d.ts.map +1 -1
- package/dist/src/data/sources/dataUtils.js +11 -11
- package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts +3 -3
- package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/axisGenomeSource.js +2 -2
- package/dist/src/data/sources/dynamic/axisTickSource.d.ts +6 -6
- package/dist/src/data/sources/dynamic/axisTickSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/axisTickSource.js +4 -4
- package/dist/src/data/sources/dynamic/bamSource.d.ts +7 -13
- package/dist/src/data/sources/dynamic/bamSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bamSource.js +35 -27
- package/dist/src/data/sources/dynamic/bigBedSource.d.ts +9 -9
- package/dist/src/data/sources/dynamic/bigBedSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bigBedSource.js +31 -18
- package/dist/src/data/sources/dynamic/bigWigSource.d.ts +7 -7
- package/dist/src/data/sources/dynamic/bigWigSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bigWigSource.js +33 -26
- package/dist/src/data/sources/dynamic/gff3Source.d.ts +9 -0
- package/dist/src/data/sources/dynamic/gff3Source.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/gff3Source.js +17 -2
- package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts +6 -9
- package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/indexedFastaSource.js +28 -18
- package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts +10 -10
- package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/singleAxisLazySource.js +6 -6
- package/dist/src/data/sources/dynamic/tabixSource.d.ts +11 -8
- package/dist/src/data/sources/dynamic/tabixSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/tabixSource.js +31 -17
- package/dist/src/data/sources/inlineSource.d.ts +7 -7
- package/dist/src/data/sources/inlineSource.d.ts.map +1 -1
- package/dist/src/data/sources/inlineSource.js +5 -5
- package/dist/src/data/sources/namedSource.d.ts +9 -9
- package/dist/src/data/sources/namedSource.d.ts.map +1 -1
- package/dist/src/data/sources/namedSource.js +6 -6
- package/dist/src/data/sources/sequenceSource.d.ts +7 -7
- package/dist/src/data/sources/sequenceSource.d.ts.map +1 -1
- package/dist/src/data/sources/sequenceSource.js +4 -4
- package/dist/src/data/sources/urlSource.d.ts +7 -7
- package/dist/src/data/sources/urlSource.d.ts.map +1 -1
- package/dist/src/data/sources/urlSource.js +4 -4
- package/dist/src/data/transforms/aggregate.d.ts +3 -3
- package/dist/src/data/transforms/aggregate.d.ts.map +1 -1
- package/dist/src/data/transforms/aggregate.js +2 -2
- package/dist/src/data/transforms/clone.d.ts +2 -2
- package/dist/src/data/transforms/clone.d.ts.map +1 -1
- package/dist/src/data/transforms/clone.js +1 -1
- package/dist/src/data/transforms/coverage.d.ts +3 -3
- package/dist/src/data/transforms/coverage.d.ts.map +1 -1
- package/dist/src/data/transforms/coverage.js +1 -1
- package/dist/src/data/transforms/coverage.test.js +1 -1
- package/dist/src/data/transforms/filter.d.ts +3 -3
- package/dist/src/data/transforms/filter.d.ts.map +1 -1
- package/dist/src/data/transforms/filter.js +2 -2
- package/dist/src/data/transforms/filter.test.js +1 -1
- package/dist/src/data/transforms/filterScoredLabels.d.ts +4 -4
- package/dist/src/data/transforms/filterScoredLabels.d.ts.map +1 -1
- package/dist/src/data/transforms/filterScoredLabels.js +3 -3
- package/dist/src/data/transforms/flatten.d.ts +2 -2
- package/dist/src/data/transforms/flatten.d.ts.map +1 -1
- package/dist/src/data/transforms/flatten.js +3 -3
- package/dist/src/data/transforms/flatten.test.js +6 -6
- package/dist/src/data/transforms/flattenCompressedExons.d.ts +2 -2
- package/dist/src/data/transforms/flattenCompressedExons.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenCompressedExons.js +1 -1
- package/dist/src/data/transforms/flattenDelimited.d.ts +2 -2
- package/dist/src/data/transforms/flattenDelimited.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenDelimited.js +2 -2
- package/dist/src/data/transforms/flattenDelimited.test.js +5 -5
- package/dist/src/data/transforms/flattenSequence.d.ts +2 -2
- package/dist/src/data/transforms/flattenSequence.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenSequence.js +1 -1
- package/dist/src/data/transforms/flattenSequence.test.js +1 -1
- package/dist/src/data/transforms/formula.d.ts +3 -3
- package/dist/src/data/transforms/formula.d.ts.map +1 -1
- package/dist/src/data/transforms/formula.js +2 -2
- package/dist/src/data/transforms/identifier.d.ts +3 -3
- package/dist/src/data/transforms/identifier.d.ts.map +1 -1
- package/dist/src/data/transforms/identifier.js +2 -2
- package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts +3 -3
- package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts.map +1 -1
- package/dist/src/data/transforms/linearizeGenomicCoordinate.js +2 -2
- package/dist/src/data/transforms/measureText.d.ts +2 -2
- package/dist/src/data/transforms/measureText.d.ts.map +1 -1
- package/dist/src/data/transforms/measureText.js +1 -1
- package/dist/src/data/transforms/pileup.d.ts +3 -3
- package/dist/src/data/transforms/pileup.d.ts.map +1 -1
- package/dist/src/data/transforms/pileup.js +1 -1
- package/dist/src/data/transforms/pileup.test.js +1 -1
- package/dist/src/data/transforms/project.d.ts +2 -2
- package/dist/src/data/transforms/project.d.ts.map +1 -1
- package/dist/src/data/transforms/project.js +1 -1
- package/dist/src/data/transforms/project.test.js +1 -1
- package/dist/src/data/transforms/regexExtract.d.ts +2 -2
- package/dist/src/data/transforms/regexExtract.d.ts.map +1 -1
- package/dist/src/data/transforms/regexExtract.js +1 -1
- package/dist/src/data/transforms/regexExtract.test.js +3 -3
- package/dist/src/data/transforms/regexFold.d.ts +2 -2
- package/dist/src/data/transforms/regexFold.d.ts.map +1 -1
- package/dist/src/data/transforms/regexFold.js +2 -2
- package/dist/src/data/transforms/regexFold.test.js +3 -3
- package/dist/src/data/transforms/sample.d.ts +2 -2
- package/dist/src/data/transforms/sample.d.ts.map +1 -1
- package/dist/src/data/transforms/sample.js +2 -2
- package/dist/src/data/transforms/stack.d.ts +3 -3
- package/dist/src/data/transforms/stack.d.ts.map +1 -1
- package/dist/src/data/transforms/stack.js +2 -2
- package/dist/src/data/transforms/stack.test.js +2 -2
- package/dist/src/data/transforms/transformFactory.d.ts +5 -5
- package/dist/src/data/transforms/transformFactory.d.ts.map +1 -1
- package/dist/src/data/transforms/transformFactory.js +3 -3
- package/dist/src/encoder/accessor.d.ts +6 -6
- package/dist/src/encoder/accessor.d.ts.map +1 -1
- package/dist/src/encoder/accessor.js +4 -4
- package/dist/src/encoder/encoder.d.ts +59 -59
- package/dist/src/encoder/encoder.d.ts.map +1 -1
- package/dist/src/encoder/encoder.js +47 -42
- package/dist/src/encoder/encoder.test.js +4 -4
- package/dist/src/fonts/bmFontManager.d.ts +7 -7
- package/dist/src/fonts/bmFontManager.d.ts.map +1 -1
- package/dist/src/fonts/bmFontManager.js +3 -3
- package/dist/src/fonts/bmFontMetrics.d.ts +6 -6
- package/dist/src/fonts/bmFontMetrics.d.ts.map +1 -1
- package/dist/src/fonts/bmFontMetrics.js +4 -4
- package/dist/src/genome/genome.d.ts +7 -7
- package/dist/src/genome/genome.d.ts.map +1 -1
- package/dist/src/genome/genome.js +2 -2
- package/dist/src/genome/genomeStore.d.ts +2 -2
- package/dist/src/genome/genomeStore.d.ts.map +1 -1
- package/dist/src/genome/genomeStore.js +1 -1
- package/dist/src/genome/locusFormat.d.ts +7 -7
- package/dist/src/genome/locusFormat.d.ts.map +1 -1
- package/dist/src/genome/locusFormat.js +4 -4
- package/dist/src/genome/scaleIndex.d.ts +1 -1
- package/dist/src/genome/scaleIndex.d.ts.map +1 -1
- package/dist/src/genome/scaleIndex.js +1 -1
- package/dist/src/genome/scaleLocus.d.ts +2 -2
- package/dist/src/genome/scaleLocus.d.ts.map +1 -1
- package/dist/src/genome/scaleLocus.js +3 -3
- package/dist/src/genomeSpy.d.ts +12 -12
- package/dist/src/genomeSpy.d.ts.map +1 -1
- package/dist/src/genomeSpy.js +51 -34
- package/dist/src/gl/arrayBuilder.d.ts.map +1 -1
- package/dist/src/gl/dataToVertices.d.ts +19 -19
- package/dist/src/gl/dataToVertices.d.ts.map +1 -1
- package/dist/src/gl/dataToVertices.js +11 -11
- package/dist/src/gl/link.vertex.glsl.js +1 -1
- package/dist/src/gl/point.fragment.glsl.js +1 -1
- package/dist/src/gl/point.vertex.glsl.js +1 -1
- package/dist/src/gl/webGLHelper.d.ts +4 -4
- package/dist/src/gl/webGLHelper.d.ts.map +1 -1
- package/dist/src/gl/webGLHelper.js +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/marks/link.d.ts.map +1 -1
- package/dist/src/marks/link.js +35 -14
- package/dist/src/marks/mark.d.ts +35 -32
- package/dist/src/marks/mark.d.ts.map +1 -1
- package/dist/src/marks/mark.js +26 -23
- package/dist/src/marks/markUtils.d.ts +10 -10
- package/dist/src/marks/markUtils.d.ts.map +1 -1
- package/dist/src/marks/markUtils.js +5 -5
- package/dist/src/marks/pointMark.d.ts +1 -1
- package/dist/src/marks/pointMark.d.ts.map +1 -1
- package/dist/src/marks/pointMark.js +7 -7
- package/dist/src/marks/rectMark.d.ts +2 -2
- package/dist/src/marks/rectMark.d.ts.map +1 -1
- package/dist/src/marks/rectMark.js +7 -7
- package/dist/src/marks/rule.js +6 -6
- package/dist/src/marks/text.d.ts +1 -1
- package/dist/src/marks/text.d.ts.map +1 -1
- package/dist/src/marks/text.js +6 -6
- package/dist/src/scale/colorUtils.d.ts +4 -4
- package/dist/src/scale/colorUtils.d.ts.map +1 -1
- package/dist/src/scale/colorUtils.js +2 -2
- package/dist/src/scale/glslScaleGenerator.d.ts +3 -3
- package/dist/src/scale/glslScaleGenerator.d.ts.map +1 -1
- package/dist/src/scale/glslScaleGenerator.js +2 -2
- package/dist/src/scale/scale.d.ts +3 -3
- package/dist/src/scale/scale.d.ts.map +1 -1
- package/dist/src/scale/scale.js +2 -2
- package/dist/src/scale/ticks.d.ts +4 -4
- package/dist/src/scale/ticks.js +4 -4
- package/dist/src/spec/axis.d.ts +1 -1
- package/dist/src/spec/channel.d.ts +2 -2
- package/dist/src/spec/data.d.ts +2 -2
- package/dist/src/spec/mark.d.ts +36 -14
- package/dist/src/spec/root.d.ts +2 -2
- package/dist/src/spec/sampleView.d.ts +5 -5
- package/dist/src/spec/scale.d.ts +1 -1
- package/dist/src/spec/title.d.ts +1 -1
- package/dist/src/spec/view.d.ts +36 -9
- package/dist/src/tooltip/dataTooltipHandler.js +1 -1
- package/dist/src/tooltip/refseqGeneTooltipHandler.d.ts.map +1 -1
- package/dist/src/tooltip/refseqGeneTooltipHandler.js +1 -1
- package/dist/src/tooltip/tooltipHandler.d.ts +1 -1
- package/dist/src/tooltip/tooltipHandler.d.ts.map +1 -1
- package/dist/src/tooltip/tooltipHandler.ts +1 -1
- package/dist/src/types/embedApi.d.ts +3 -3
- package/dist/src/types/encoder.d.ts +4 -4
- package/dist/src/types/flowBatch.d.ts +1 -1
- package/dist/src/types/rendering.d.ts +3 -3
- package/dist/src/types/scaleResolutionApi.d.ts +2 -2
- package/dist/src/types/viewContext.d.ts +41 -12
- package/dist/src/utils/animator.d.ts +2 -2
- package/dist/src/utils/animator.d.ts.map +1 -1
- package/dist/src/utils/animator.js +1 -1
- package/dist/src/utils/inertia.d.ts +3 -3
- package/dist/src/utils/inertia.d.ts.map +1 -1
- package/dist/src/utils/inertia.js +1 -1
- package/dist/src/utils/interactionEvent.d.ts +5 -5
- package/dist/src/utils/interactionEvent.d.ts.map +1 -1
- package/dist/src/utils/interactionEvent.js +2 -2
- package/dist/src/utils/trees.js +1 -1
- package/dist/src/view/axisGridView.d.ts +17 -16
- package/dist/src/view/axisGridView.d.ts.map +1 -1
- package/dist/src/view/axisGridView.js +24 -20
- package/dist/src/view/axisResolution.d.ts +10 -10
- package/dist/src/view/axisResolution.d.ts.map +1 -1
- package/dist/src/view/axisResolution.js +6 -6
- package/dist/src/view/axisResolution.test.js +1 -1
- package/dist/src/view/axisView.d.ts +18 -17
- package/dist/src/view/axisView.d.ts.map +1 -1
- package/dist/src/view/axisView.js +39 -35
- package/dist/src/view/concatView.d.ts +5 -5
- package/dist/src/view/concatView.d.ts.map +1 -1
- package/dist/src/view/concatView.js +23 -23
- package/dist/src/view/containerView.d.ts +10 -8
- package/dist/src/view/containerView.d.ts.map +1 -1
- package/dist/src/view/containerView.js +18 -13
- package/dist/src/view/facetView.d.ts +12 -12
- package/dist/src/view/facetView.d.ts.map +1 -1
- package/dist/src/view/facetView.js +19 -19
- package/dist/src/view/flowBuilder.d.ts +4 -4
- package/dist/src/view/flowBuilder.d.ts.map +1 -1
- package/dist/src/view/flowBuilder.js +13 -13
- package/dist/src/view/flowBuilder.test.js +7 -7
- package/dist/src/view/gridView.d.ts +63 -35
- package/dist/src/view/gridView.d.ts.map +1 -1
- package/dist/src/view/gridView.js +400 -113
- package/dist/src/view/layerView.d.ts +12 -14
- package/dist/src/view/layerView.d.ts.map +1 -1
- package/dist/src/view/layerView.js +55 -26
- package/dist/src/{utils → view}/layout/flexLayout.d.ts +6 -6
- package/dist/src/view/layout/flexLayout.d.ts.map +1 -0
- package/dist/src/{utils → view}/layout/flexLayout.js +4 -4
- package/dist/src/view/layout/grid.d.ts.map +1 -0
- package/dist/src/{utils → view}/layout/padding.d.ts +4 -4
- package/dist/src/view/layout/padding.d.ts.map +1 -0
- package/dist/src/{utils → view}/layout/padding.js +2 -2
- package/dist/src/view/layout/point.d.ts.map +1 -0
- package/dist/src/{utils → view}/layout/rectangle.d.ts +8 -2
- package/dist/src/view/layout/rectangle.d.ts.map +1 -0
- package/dist/src/{utils → view}/layout/rectangle.js +22 -2
- package/dist/src/{utils → view}/layout/rectangle.test.js +8 -0
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts +10 -10
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.js +10 -10
- package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts +2 -2
- package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/compositeViewRenderingContext.js +4 -4
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts +4 -4
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.js +3 -3
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts +8 -8
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.js +4 -4
- package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts +6 -6
- package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/simpleViewRenderingContext.js +7 -7
- package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts +4 -4
- package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/svgViewRenderingContext.js +6 -6
- package/dist/src/view/renderingContext/viewRenderingContext.d.ts +10 -10
- package/dist/src/view/renderingContext/viewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/viewRenderingContext.js +5 -5
- package/dist/src/view/scaleResolution.d.ts +21 -17
- package/dist/src/view/scaleResolution.d.ts.map +1 -1
- package/dist/src/view/scaleResolution.js +33 -26
- package/dist/src/view/scaleResolution.test.js +57 -72
- package/dist/src/view/testUtils.d.ts +6 -15
- package/dist/src/view/testUtils.d.ts.map +1 -1
- package/dist/src/view/testUtils.js +40 -44
- package/dist/src/view/title.d.ts +3 -3
- package/dist/src/view/title.d.ts.map +1 -1
- package/dist/src/view/title.js +12 -12
- package/dist/src/view/unitView.d.ts +31 -30
- package/dist/src/view/unitView.d.ts.map +1 -1
- package/dist/src/view/unitView.js +30 -22
- package/dist/src/view/view.d.ts +86 -57
- package/dist/src/view/view.d.ts.map +1 -1
- package/dist/src/view/view.js +148 -103
- package/dist/src/view/view.test.js +9 -8
- package/dist/src/view/viewError.d.ts +9 -0
- package/dist/src/view/viewError.d.ts.map +1 -0
- package/dist/src/view/viewError.js +11 -0
- package/dist/src/view/viewFactory.d.ts +53 -20
- package/dist/src/view/viewFactory.d.ts.map +1 -1
- package/dist/src/view/viewFactory.js +148 -33
- package/dist/src/view/viewFactory.test.js +8 -0
- package/dist/src/view/viewUtils.d.ts +14 -12
- package/dist/src/view/viewUtils.d.ts.map +1 -1
- package/dist/src/view/viewUtils.js +10 -63
- package/dist/src/view/zoom.d.ts +4 -4
- package/dist/src/view/zoom.d.ts.map +1 -1
- package/dist/src/view/zoom.js +3 -3
- package/package.json +7 -5
- package/dist/src/utils/layout/flexLayout.d.ts.map +0 -1
- package/dist/src/utils/layout/grid.d.ts.map +0 -1
- package/dist/src/utils/layout/padding.d.ts.map +0 -1
- package/dist/src/utils/layout/point.d.ts.map +0 -1
- package/dist/src/utils/layout/rectangle.d.ts.map +0 -1
- package/dist/src/view/implicitRootView.d.ts +0 -9
- package/dist/src/view/implicitRootView.d.ts.map +0 -1
- package/dist/src/view/implicitRootView.js +0 -23
- package/dist/src/view/importView.d.ts +0 -17
- package/dist/src/view/importView.d.ts.map +0 -1
- package/dist/src/view/importView.js +0 -22
- /package/dist/src/{utils → view}/layout/flexLayout.test.js +0 -0
- /package/dist/src/{utils → view}/layout/grid.d.ts +0 -0
- /package/dist/src/{utils → view}/layout/grid.js +0 -0
- /package/dist/src/{utils → view}/layout/grid.test.js +0 -0
- /package/dist/src/{utils → view}/layout/point.d.ts +0 -0
- /package/dist/src/{utils → view}/layout/point.js +0 -0
package/dist/schema.json
CHANGED
|
@@ -671,14 +671,15 @@
|
|
|
671
671
|
"const": "container",
|
|
672
672
|
"type": "string"
|
|
673
673
|
}
|
|
674
|
-
]
|
|
674
|
+
],
|
|
675
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
675
676
|
},
|
|
676
677
|
"name": {
|
|
677
678
|
"type": "string"
|
|
678
679
|
},
|
|
679
680
|
"opacity": {
|
|
680
681
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
681
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
682
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
682
683
|
},
|
|
683
684
|
"padding": {
|
|
684
685
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -731,6 +732,36 @@
|
|
|
731
732
|
},
|
|
732
733
|
"type": "array"
|
|
733
734
|
},
|
|
735
|
+
"viewportHeight": {
|
|
736
|
+
"anyOf": [
|
|
737
|
+
{
|
|
738
|
+
"$ref": "#/definitions/SizeDef"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"type": "number"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"const": "container",
|
|
745
|
+
"type": "string"
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
749
|
+
},
|
|
750
|
+
"viewportWidth": {
|
|
751
|
+
"anyOf": [
|
|
752
|
+
{
|
|
753
|
+
"$ref": "#/definitions/SizeDef"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"type": "number"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"const": "container",
|
|
760
|
+
"type": "string"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
764
|
+
},
|
|
734
765
|
"visible": {
|
|
735
766
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
736
767
|
"type": "boolean"
|
|
@@ -750,7 +781,8 @@
|
|
|
750
781
|
"const": "container",
|
|
751
782
|
"type": "string"
|
|
752
783
|
}
|
|
753
|
-
]
|
|
784
|
+
],
|
|
785
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
754
786
|
}
|
|
755
787
|
},
|
|
756
788
|
"required": [
|
|
@@ -1826,14 +1858,15 @@
|
|
|
1826
1858
|
"const": "container",
|
|
1827
1859
|
"type": "string"
|
|
1828
1860
|
}
|
|
1829
|
-
]
|
|
1861
|
+
],
|
|
1862
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
1830
1863
|
},
|
|
1831
1864
|
"name": {
|
|
1832
1865
|
"type": "string"
|
|
1833
1866
|
},
|
|
1834
1867
|
"opacity": {
|
|
1835
1868
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
1836
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
1869
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
1837
1870
|
},
|
|
1838
1871
|
"padding": {
|
|
1839
1872
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -1886,6 +1919,36 @@
|
|
|
1886
1919
|
},
|
|
1887
1920
|
"type": "array"
|
|
1888
1921
|
},
|
|
1922
|
+
"viewportHeight": {
|
|
1923
|
+
"anyOf": [
|
|
1924
|
+
{
|
|
1925
|
+
"$ref": "#/definitions/SizeDef"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"type": "number"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"const": "container",
|
|
1932
|
+
"type": "string"
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
1936
|
+
},
|
|
1937
|
+
"viewportWidth": {
|
|
1938
|
+
"anyOf": [
|
|
1939
|
+
{
|
|
1940
|
+
"$ref": "#/definitions/SizeDef"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"type": "number"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"const": "container",
|
|
1947
|
+
"type": "string"
|
|
1948
|
+
}
|
|
1949
|
+
],
|
|
1950
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
1951
|
+
},
|
|
1889
1952
|
"visible": {
|
|
1890
1953
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
1891
1954
|
"type": "boolean"
|
|
@@ -1905,7 +1968,8 @@
|
|
|
1905
1968
|
"const": "container",
|
|
1906
1969
|
"type": "string"
|
|
1907
1970
|
}
|
|
1908
|
-
]
|
|
1971
|
+
],
|
|
1972
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
1909
1973
|
}
|
|
1910
1974
|
},
|
|
1911
1975
|
"required": [
|
|
@@ -2142,7 +2206,8 @@
|
|
|
2142
2206
|
"const": "container",
|
|
2143
2207
|
"type": "string"
|
|
2144
2208
|
}
|
|
2145
|
-
]
|
|
2209
|
+
],
|
|
2210
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
2146
2211
|
},
|
|
2147
2212
|
"layer": {
|
|
2148
2213
|
"items": {
|
|
@@ -2162,7 +2227,7 @@
|
|
|
2162
2227
|
},
|
|
2163
2228
|
"opacity": {
|
|
2164
2229
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
2165
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
2230
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
2166
2231
|
},
|
|
2167
2232
|
"padding": {
|
|
2168
2233
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -2215,6 +2280,36 @@
|
|
|
2215
2280
|
"view": {
|
|
2216
2281
|
"$ref": "#/definitions/ViewBackground"
|
|
2217
2282
|
},
|
|
2283
|
+
"viewportHeight": {
|
|
2284
|
+
"anyOf": [
|
|
2285
|
+
{
|
|
2286
|
+
"$ref": "#/definitions/SizeDef"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"type": "number"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"const": "container",
|
|
2293
|
+
"type": "string"
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
2297
|
+
},
|
|
2298
|
+
"viewportWidth": {
|
|
2299
|
+
"anyOf": [
|
|
2300
|
+
{
|
|
2301
|
+
"$ref": "#/definitions/SizeDef"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"type": "number"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"const": "container",
|
|
2308
|
+
"type": "string"
|
|
2309
|
+
}
|
|
2310
|
+
],
|
|
2311
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
2312
|
+
},
|
|
2218
2313
|
"visible": {
|
|
2219
2314
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
2220
2315
|
"type": "boolean"
|
|
@@ -2234,7 +2329,8 @@
|
|
|
2234
2329
|
"const": "container",
|
|
2235
2330
|
"type": "string"
|
|
2236
2331
|
}
|
|
2237
|
-
]
|
|
2332
|
+
],
|
|
2333
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
2238
2334
|
}
|
|
2239
2335
|
},
|
|
2240
2336
|
"required": [
|
|
@@ -2361,6 +2457,10 @@
|
|
|
2361
2457
|
"description": "The rotation angle in degrees.\n\n**Default value:** `0`",
|
|
2362
2458
|
"type": "number"
|
|
2363
2459
|
},
|
|
2460
|
+
"arcHeightFactor": {
|
|
2461
|
+
"description": "Scaling factor for the `\"arc`\" shape's height. The default value `1.0` produces roughly circular arcs.\n\n**Default value:** `1.0`",
|
|
2462
|
+
"type": "number"
|
|
2463
|
+
},
|
|
2364
2464
|
"baseline": {
|
|
2365
2465
|
"$ref": "#/definitions/Baseline",
|
|
2366
2466
|
"description": "The vertical alignment of the text. One of `\"top\"`, `\"middle\"`, `\"bottom\"`.\n\n**Default value:** `\"bottom\"`"
|
|
@@ -2369,6 +2469,10 @@
|
|
|
2369
2469
|
"description": "Builds and index for efficient rendering of subsets of the data. The data must be sorted by the x coordinate.\n\nTODO: This should be enabled automatically if the data are sorted.",
|
|
2370
2470
|
"type": "boolean"
|
|
2371
2471
|
},
|
|
2472
|
+
"clampApex": {
|
|
2473
|
+
"description": "Whether the apex of the `\"dome\"` shape is clamped to the viewport edge. When over a half of the dome is located outside the viewport, clamping allows for more accurate reading of the value encoded by the apex' position.\n\n**Default value:** `false`",
|
|
2474
|
+
"type": "boolean"
|
|
2475
|
+
},
|
|
2372
2476
|
"clip": {
|
|
2373
2477
|
"anyOf": [
|
|
2374
2478
|
{
|
|
@@ -2384,10 +2488,6 @@
|
|
|
2384
2488
|
"color": {
|
|
2385
2489
|
"type": "string"
|
|
2386
2490
|
},
|
|
2387
|
-
"color2": {
|
|
2388
|
-
"description": "TODO",
|
|
2389
|
-
"type": "string"
|
|
2390
|
-
},
|
|
2391
2491
|
"cornerRadius": {
|
|
2392
2492
|
"description": "Radius of the rounded corners.\n\n**Default value:** `0`",
|
|
2393
2493
|
"type": "number"
|
|
@@ -2464,10 +2564,24 @@
|
|
|
2464
2564
|
"description": "Should the stroke only grow inwards, e.g, the diameter/outline is not affected by the stroke width. Thus, a point that has a zero size has no visible stroke. This allows strokes to be used with geometric zoom, etc.\n\n**Default value:** `false`",
|
|
2465
2565
|
"type": "boolean"
|
|
2466
2566
|
},
|
|
2567
|
+
"linkShape": {
|
|
2568
|
+
"description": "The shape of the link path. Either `\"arc\"`, `\"diagonal\"`, `\"line\"`, or `\"dome\"`.\n\n**Default value:** `\"arc\"`",
|
|
2569
|
+
"enum": [
|
|
2570
|
+
"arc",
|
|
2571
|
+
"diagonal",
|
|
2572
|
+
"line",
|
|
2573
|
+
"dome"
|
|
2574
|
+
],
|
|
2575
|
+
"type": "string"
|
|
2576
|
+
},
|
|
2467
2577
|
"logoLetters": {
|
|
2468
2578
|
"description": "Stretch letters so that they can be used with [sequence logos](https://en.wikipedia.org/wiki/Sequence_logo), etc...",
|
|
2469
2579
|
"type": "boolean"
|
|
2470
2580
|
},
|
|
2581
|
+
"minArcHeight": {
|
|
2582
|
+
"description": "The minimum height of an `\"arc\"` shape. Makes very short links more clearly visible.\n\n**Default value:** `1.5`",
|
|
2583
|
+
"type": "number"
|
|
2584
|
+
},
|
|
2471
2585
|
"minBufferSize": {
|
|
2472
2586
|
"description": "Minimum size for WebGL buffers (number of data items). Allows for using `bufferSubData()` to update graphics.\n\nThis property is intended for internal use.",
|
|
2473
2587
|
"type": "number"
|
|
@@ -2484,8 +2598,8 @@
|
|
|
2484
2598
|
"description": "Clamps the minimum size-dependent opacity. The property does not affect the `opacity` channel. Valid values are between `0` and `1`.\n\nWhen a rectangle would be smaller than what is specified in `minHeight` and `minWidth`, it is faded out proportionally. Example: a rectangle would be rendered as one pixel wide, but `minWidth` clamps it to five pixels. The rectangle is actually rendered as five pixels wide, but its opacity is multiplied by 0.2. With this setting, you can limit the factor to, for example, 0.5 to keep the rectangles more clearly visible.\n\n**Default value:** `0`",
|
|
2485
2599
|
"type": "number"
|
|
2486
2600
|
},
|
|
2487
|
-
"
|
|
2488
|
-
"description": "
|
|
2601
|
+
"minPickingSize": {
|
|
2602
|
+
"description": "The minimum stroke width of the links when pointing with the mouse cursor. Allows making very thin links easier to point at.\n\n**Default value:** `3.0`",
|
|
2489
2603
|
"type": "number"
|
|
2490
2604
|
},
|
|
2491
2605
|
"minWidth": {
|
|
@@ -2495,6 +2609,14 @@
|
|
|
2495
2609
|
"opacity": {
|
|
2496
2610
|
"type": "number"
|
|
2497
2611
|
},
|
|
2612
|
+
"orient": {
|
|
2613
|
+
"description": "The orientation of the link path. Either `\"vertical\"` or `\"horizontal\"`. Only applies to diagonal links.\n\n**Default value:** `\"vertical\"`",
|
|
2614
|
+
"enum": [
|
|
2615
|
+
"vertical",
|
|
2616
|
+
"horizontal"
|
|
2617
|
+
],
|
|
2618
|
+
"type": "string"
|
|
2619
|
+
},
|
|
2498
2620
|
"paddingX": {
|
|
2499
2621
|
"description": "The horizontal padding, in pixels, when the `x2` channel is used for ranged text.\n\n**Default value:** `0`",
|
|
2500
2622
|
"type": "number"
|
|
@@ -2503,10 +2625,6 @@
|
|
|
2503
2625
|
"description": "The vertical padding, in pixels, when the `y2` channel is used for ranged text.\n\n**Default value:** `0`",
|
|
2504
2626
|
"type": "number"
|
|
2505
2627
|
},
|
|
2506
|
-
"sagittaScaleFactor": {
|
|
2507
|
-
"description": "Scaling factor of the arc's sagitta. The default value `1.0` produces roughly circular arcs.\n\n**Default value:** `1.0`",
|
|
2508
|
-
"type": "number"
|
|
2509
|
-
},
|
|
2510
2628
|
"sampleFacetPadding": {
|
|
2511
2629
|
"description": "Padding between sample facet's upper/lower edge and the maximum point size. This property controls how tightly points are squeezed when facet's height is smaller than the maximum point size. The unit is a proportion of facet's height. The value must be between `0` and `0.5`. This property has no effect when sample faceting is not used.\n\n**Default value:** `0.1`",
|
|
2512
2630
|
"type": "number"
|
|
@@ -2527,10 +2645,6 @@
|
|
|
2527
2645
|
"description": "The font size in pixels.\n\n**Default value:** `11`",
|
|
2528
2646
|
"type": "number"
|
|
2529
2647
|
},
|
|
2530
|
-
"size2": {
|
|
2531
|
-
"description": "TODO",
|
|
2532
|
-
"type": "number"
|
|
2533
|
-
},
|
|
2534
2648
|
"squeeze": {
|
|
2535
2649
|
"description": "If the `squeeze` property is true and secondary positional channels (`x2` and/or `y2`) are used, the text is scaled to fit mark's width and/or height.\n\n**Default value:** `true`",
|
|
2536
2650
|
"type": "boolean"
|
|
@@ -3558,7 +3672,8 @@
|
|
|
3558
3672
|
"const": "container",
|
|
3559
3673
|
"type": "string"
|
|
3560
3674
|
}
|
|
3561
|
-
]
|
|
3675
|
+
],
|
|
3676
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3562
3677
|
},
|
|
3563
3678
|
"mark": {
|
|
3564
3679
|
"anyOf": [
|
|
@@ -3575,7 +3690,7 @@
|
|
|
3575
3690
|
},
|
|
3576
3691
|
"opacity": {
|
|
3577
3692
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
3578
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
3693
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
3579
3694
|
},
|
|
3580
3695
|
"padding": {
|
|
3581
3696
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -3628,6 +3743,36 @@
|
|
|
3628
3743
|
"view": {
|
|
3629
3744
|
"$ref": "#/definitions/ViewBackground"
|
|
3630
3745
|
},
|
|
3746
|
+
"viewportHeight": {
|
|
3747
|
+
"anyOf": [
|
|
3748
|
+
{
|
|
3749
|
+
"$ref": "#/definitions/SizeDef"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"type": "number"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"const": "container",
|
|
3756
|
+
"type": "string"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
3760
|
+
},
|
|
3761
|
+
"viewportWidth": {
|
|
3762
|
+
"anyOf": [
|
|
3763
|
+
{
|
|
3764
|
+
"$ref": "#/definitions/SizeDef"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"type": "number"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"const": "container",
|
|
3771
|
+
"type": "string"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
3775
|
+
},
|
|
3631
3776
|
"visible": {
|
|
3632
3777
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
3633
3778
|
"type": "boolean"
|
|
@@ -3647,7 +3792,8 @@
|
|
|
3647
3792
|
"const": "container",
|
|
3648
3793
|
"type": "string"
|
|
3649
3794
|
}
|
|
3650
|
-
]
|
|
3795
|
+
],
|
|
3796
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3651
3797
|
}
|
|
3652
3798
|
},
|
|
3653
3799
|
"required": [
|
|
@@ -3731,7 +3877,8 @@
|
|
|
3731
3877
|
"const": "container",
|
|
3732
3878
|
"type": "string"
|
|
3733
3879
|
}
|
|
3734
|
-
]
|
|
3880
|
+
],
|
|
3881
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3735
3882
|
},
|
|
3736
3883
|
"layer": {
|
|
3737
3884
|
"items": {
|
|
@@ -3751,7 +3898,7 @@
|
|
|
3751
3898
|
},
|
|
3752
3899
|
"opacity": {
|
|
3753
3900
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
3754
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
3901
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
3755
3902
|
},
|
|
3756
3903
|
"padding": {
|
|
3757
3904
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -3804,6 +3951,36 @@
|
|
|
3804
3951
|
"view": {
|
|
3805
3952
|
"$ref": "#/definitions/ViewBackground"
|
|
3806
3953
|
},
|
|
3954
|
+
"viewportHeight": {
|
|
3955
|
+
"anyOf": [
|
|
3956
|
+
{
|
|
3957
|
+
"$ref": "#/definitions/SizeDef"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"type": "number"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"const": "container",
|
|
3964
|
+
"type": "string"
|
|
3965
|
+
}
|
|
3966
|
+
],
|
|
3967
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
3968
|
+
},
|
|
3969
|
+
"viewportWidth": {
|
|
3970
|
+
"anyOf": [
|
|
3971
|
+
{
|
|
3972
|
+
"$ref": "#/definitions/SizeDef"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"type": "number"
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"const": "container",
|
|
3979
|
+
"type": "string"
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
3983
|
+
},
|
|
3807
3984
|
"visible": {
|
|
3808
3985
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
3809
3986
|
"type": "boolean"
|
|
@@ -3823,7 +4000,8 @@
|
|
|
3823
4000
|
"const": "container",
|
|
3824
4001
|
"type": "string"
|
|
3825
4002
|
}
|
|
3826
|
-
]
|
|
4003
|
+
],
|
|
4004
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3827
4005
|
}
|
|
3828
4006
|
},
|
|
3829
4007
|
"required": [
|
|
@@ -3894,14 +4072,15 @@
|
|
|
3894
4072
|
"const": "container",
|
|
3895
4073
|
"type": "string"
|
|
3896
4074
|
}
|
|
3897
|
-
]
|
|
4075
|
+
],
|
|
4076
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3898
4077
|
},
|
|
3899
4078
|
"name": {
|
|
3900
4079
|
"type": "string"
|
|
3901
4080
|
},
|
|
3902
4081
|
"opacity": {
|
|
3903
4082
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
3904
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
4083
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
3905
4084
|
},
|
|
3906
4085
|
"padding": {
|
|
3907
4086
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -3935,23 +4114,8 @@
|
|
|
3935
4114
|
},
|
|
3936
4115
|
"type": "object"
|
|
3937
4116
|
},
|
|
3938
|
-
"
|
|
3939
|
-
"
|
|
3940
|
-
"description": "Sample metadata definition. If the object is empty, the sample identifiers will be inferred from the data."
|
|
3941
|
-
},
|
|
3942
|
-
"spec": {
|
|
3943
|
-
"anyOf": [
|
|
3944
|
-
{
|
|
3945
|
-
"$ref": "#/definitions/LayerSpec"
|
|
3946
|
-
},
|
|
3947
|
-
{
|
|
3948
|
-
"$ref": "#/definitions/UnitSpec"
|
|
3949
|
-
}
|
|
3950
|
-
],
|
|
3951
|
-
"description": "The view specification to be repeated for each sample."
|
|
3952
|
-
},
|
|
3953
|
-
"stickySummaries": {
|
|
3954
|
-
"type": "boolean"
|
|
4117
|
+
"spacing": {
|
|
4118
|
+
"type": "number"
|
|
3955
4119
|
},
|
|
3956
4120
|
"title": {
|
|
3957
4121
|
"anyOf": [
|
|
@@ -3969,9 +4133,48 @@
|
|
|
3969
4133
|
},
|
|
3970
4134
|
"type": "array"
|
|
3971
4135
|
},
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3974
|
-
|
|
4136
|
+
"vconcat": {
|
|
4137
|
+
"items": {
|
|
4138
|
+
"anyOf": [
|
|
4139
|
+
{
|
|
4140
|
+
"$ref": "#/definitions/ViewSpec"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"$ref": "#/definitions/ImportSpec"
|
|
4144
|
+
}
|
|
4145
|
+
]
|
|
4146
|
+
},
|
|
4147
|
+
"type": "array"
|
|
4148
|
+
},
|
|
4149
|
+
"viewportHeight": {
|
|
4150
|
+
"anyOf": [
|
|
4151
|
+
{
|
|
4152
|
+
"$ref": "#/definitions/SizeDef"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"type": "number"
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
"const": "container",
|
|
4159
|
+
"type": "string"
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4162
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
4163
|
+
},
|
|
4164
|
+
"viewportWidth": {
|
|
4165
|
+
"anyOf": [
|
|
4166
|
+
{
|
|
4167
|
+
"$ref": "#/definitions/SizeDef"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"type": "number"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"const": "container",
|
|
4174
|
+
"type": "string"
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
3975
4178
|
},
|
|
3976
4179
|
"visible": {
|
|
3977
4180
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
@@ -3992,12 +4195,12 @@
|
|
|
3992
4195
|
"const": "container",
|
|
3993
4196
|
"type": "string"
|
|
3994
4197
|
}
|
|
3995
|
-
]
|
|
4198
|
+
],
|
|
4199
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
3996
4200
|
}
|
|
3997
4201
|
},
|
|
3998
4202
|
"required": [
|
|
3999
|
-
"
|
|
4000
|
-
"spec"
|
|
4203
|
+
"vconcat"
|
|
4001
4204
|
],
|
|
4002
4205
|
"type": "object"
|
|
4003
4206
|
},
|
|
@@ -4049,6 +4252,19 @@
|
|
|
4049
4252
|
"genome": {
|
|
4050
4253
|
"$ref": "#/definitions/GenomeConfig"
|
|
4051
4254
|
},
|
|
4255
|
+
"hconcat": {
|
|
4256
|
+
"items": {
|
|
4257
|
+
"anyOf": [
|
|
4258
|
+
{
|
|
4259
|
+
"$ref": "#/definitions/ViewSpec"
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"$ref": "#/definitions/ImportSpec"
|
|
4263
|
+
}
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
4266
|
+
"type": "array"
|
|
4267
|
+
},
|
|
4052
4268
|
"height": {
|
|
4053
4269
|
"anyOf": [
|
|
4054
4270
|
{
|
|
@@ -4064,14 +4280,15 @@
|
|
|
4064
4280
|
"const": "container",
|
|
4065
4281
|
"type": "string"
|
|
4066
4282
|
}
|
|
4067
|
-
]
|
|
4283
|
+
],
|
|
4284
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4068
4285
|
},
|
|
4069
4286
|
"name": {
|
|
4070
4287
|
"type": "string"
|
|
4071
4288
|
},
|
|
4072
4289
|
"opacity": {
|
|
4073
4290
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
4074
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
4291
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
4075
4292
|
},
|
|
4076
4293
|
"padding": {
|
|
4077
4294
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -4124,18 +4341,35 @@
|
|
|
4124
4341
|
},
|
|
4125
4342
|
"type": "array"
|
|
4126
4343
|
},
|
|
4127
|
-
"
|
|
4128
|
-
"
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4344
|
+
"viewportHeight": {
|
|
4345
|
+
"anyOf": [
|
|
4346
|
+
{
|
|
4347
|
+
"$ref": "#/definitions/SizeDef"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"type": "number"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"const": "container",
|
|
4354
|
+
"type": "string"
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
4358
|
+
},
|
|
4359
|
+
"viewportWidth": {
|
|
4360
|
+
"anyOf": [
|
|
4361
|
+
{
|
|
4362
|
+
"$ref": "#/definitions/SizeDef"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"type": "number"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"const": "container",
|
|
4369
|
+
"type": "string"
|
|
4370
|
+
}
|
|
4371
|
+
],
|
|
4372
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
4139
4373
|
},
|
|
4140
4374
|
"visible": {
|
|
4141
4375
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
@@ -4156,11 +4390,12 @@
|
|
|
4156
4390
|
"const": "container",
|
|
4157
4391
|
"type": "string"
|
|
4158
4392
|
}
|
|
4159
|
-
]
|
|
4393
|
+
],
|
|
4394
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4160
4395
|
}
|
|
4161
4396
|
},
|
|
4162
4397
|
"required": [
|
|
4163
|
-
"
|
|
4398
|
+
"hconcat"
|
|
4164
4399
|
],
|
|
4165
4400
|
"type": "object"
|
|
4166
4401
|
},
|
|
@@ -4177,6 +4412,22 @@
|
|
|
4177
4412
|
"baseUrl": {
|
|
4178
4413
|
"type": "string"
|
|
4179
4414
|
},
|
|
4415
|
+
"columns": {
|
|
4416
|
+
"type": "number"
|
|
4417
|
+
},
|
|
4418
|
+
"concat": {
|
|
4419
|
+
"items": {
|
|
4420
|
+
"anyOf": [
|
|
4421
|
+
{
|
|
4422
|
+
"$ref": "#/definitions/ViewSpec"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"$ref": "#/definitions/ImportSpec"
|
|
4426
|
+
}
|
|
4427
|
+
]
|
|
4428
|
+
},
|
|
4429
|
+
"type": "array"
|
|
4430
|
+
},
|
|
4180
4431
|
"configurableVisibility": {
|
|
4181
4432
|
"description": "Is the visibility configurable interactively from the App. Configurability requires that the view has an explicitly specified name that is *unique* in within the view specification.\n\n**Default:** `false` for children of `layer`, `true` for others.",
|
|
4182
4433
|
"type": "boolean"
|
|
@@ -4212,19 +4463,6 @@
|
|
|
4212
4463
|
"genome": {
|
|
4213
4464
|
"$ref": "#/definitions/GenomeConfig"
|
|
4214
4465
|
},
|
|
4215
|
-
"hconcat": {
|
|
4216
|
-
"items": {
|
|
4217
|
-
"anyOf": [
|
|
4218
|
-
{
|
|
4219
|
-
"$ref": "#/definitions/ViewSpec"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
"$ref": "#/definitions/ImportSpec"
|
|
4223
|
-
}
|
|
4224
|
-
]
|
|
4225
|
-
},
|
|
4226
|
-
"type": "array"
|
|
4227
|
-
},
|
|
4228
4466
|
"height": {
|
|
4229
4467
|
"anyOf": [
|
|
4230
4468
|
{
|
|
@@ -4240,14 +4478,15 @@
|
|
|
4240
4478
|
"const": "container",
|
|
4241
4479
|
"type": "string"
|
|
4242
4480
|
}
|
|
4243
|
-
]
|
|
4481
|
+
],
|
|
4482
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4244
4483
|
},
|
|
4245
4484
|
"name": {
|
|
4246
4485
|
"type": "string"
|
|
4247
4486
|
},
|
|
4248
4487
|
"opacity": {
|
|
4249
4488
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
4250
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
4489
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
4251
4490
|
},
|
|
4252
4491
|
"padding": {
|
|
4253
4492
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -4300,6 +4539,36 @@
|
|
|
4300
4539
|
},
|
|
4301
4540
|
"type": "array"
|
|
4302
4541
|
},
|
|
4542
|
+
"viewportHeight": {
|
|
4543
|
+
"anyOf": [
|
|
4544
|
+
{
|
|
4545
|
+
"$ref": "#/definitions/SizeDef"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"type": "number"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"const": "container",
|
|
4552
|
+
"type": "string"
|
|
4553
|
+
}
|
|
4554
|
+
],
|
|
4555
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
4556
|
+
},
|
|
4557
|
+
"viewportWidth": {
|
|
4558
|
+
"anyOf": [
|
|
4559
|
+
{
|
|
4560
|
+
"$ref": "#/definitions/SizeDef"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"type": "number"
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"const": "container",
|
|
4567
|
+
"type": "string"
|
|
4568
|
+
}
|
|
4569
|
+
],
|
|
4570
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
4571
|
+
},
|
|
4303
4572
|
"visible": {
|
|
4304
4573
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
4305
4574
|
"type": "boolean"
|
|
@@ -4319,11 +4588,13 @@
|
|
|
4319
4588
|
"const": "container",
|
|
4320
4589
|
"type": "string"
|
|
4321
4590
|
}
|
|
4322
|
-
]
|
|
4591
|
+
],
|
|
4592
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4323
4593
|
}
|
|
4324
4594
|
},
|
|
4325
4595
|
"required": [
|
|
4326
|
-
"
|
|
4596
|
+
"columns",
|
|
4597
|
+
"concat"
|
|
4327
4598
|
],
|
|
4328
4599
|
"type": "object"
|
|
4329
4600
|
},
|
|
@@ -4340,22 +4611,6 @@
|
|
|
4340
4611
|
"baseUrl": {
|
|
4341
4612
|
"type": "string"
|
|
4342
4613
|
},
|
|
4343
|
-
"columns": {
|
|
4344
|
-
"type": "number"
|
|
4345
|
-
},
|
|
4346
|
-
"concat": {
|
|
4347
|
-
"items": {
|
|
4348
|
-
"anyOf": [
|
|
4349
|
-
{
|
|
4350
|
-
"$ref": "#/definitions/ViewSpec"
|
|
4351
|
-
},
|
|
4352
|
-
{
|
|
4353
|
-
"$ref": "#/definitions/ImportSpec"
|
|
4354
|
-
}
|
|
4355
|
-
]
|
|
4356
|
-
},
|
|
4357
|
-
"type": "array"
|
|
4358
|
-
},
|
|
4359
4614
|
"configurableVisibility": {
|
|
4360
4615
|
"description": "Is the visibility configurable interactively from the App. Configurability requires that the view has an explicitly specified name that is *unique* in within the view specification.\n\n**Default:** `false` for children of `layer`, `true` for others.",
|
|
4361
4616
|
"type": "boolean"
|
|
@@ -4406,14 +4661,15 @@
|
|
|
4406
4661
|
"const": "container",
|
|
4407
4662
|
"type": "string"
|
|
4408
4663
|
}
|
|
4409
|
-
]
|
|
4664
|
+
],
|
|
4665
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4410
4666
|
},
|
|
4411
4667
|
"name": {
|
|
4412
4668
|
"type": "string"
|
|
4413
4669
|
},
|
|
4414
4670
|
"opacity": {
|
|
4415
4671
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
4416
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
4672
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
4417
4673
|
},
|
|
4418
4674
|
"padding": {
|
|
4419
4675
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -4447,8 +4703,23 @@
|
|
|
4447
4703
|
},
|
|
4448
4704
|
"type": "object"
|
|
4449
4705
|
},
|
|
4450
|
-
"
|
|
4451
|
-
"
|
|
4706
|
+
"samples": {
|
|
4707
|
+
"$ref": "#/definitions/SampleDef",
|
|
4708
|
+
"description": "Sample metadata definition. If the object is empty, the sample identifiers will be inferred from the data."
|
|
4709
|
+
},
|
|
4710
|
+
"spec": {
|
|
4711
|
+
"anyOf": [
|
|
4712
|
+
{
|
|
4713
|
+
"$ref": "#/definitions/LayerSpec"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"$ref": "#/definitions/UnitSpec"
|
|
4717
|
+
}
|
|
4718
|
+
],
|
|
4719
|
+
"description": "The view specification to be repeated for each sample."
|
|
4720
|
+
},
|
|
4721
|
+
"stickySummaries": {
|
|
4722
|
+
"type": "boolean"
|
|
4452
4723
|
},
|
|
4453
4724
|
"title": {
|
|
4454
4725
|
"anyOf": [
|
|
@@ -4466,6 +4737,40 @@
|
|
|
4466
4737
|
},
|
|
4467
4738
|
"type": "array"
|
|
4468
4739
|
},
|
|
4740
|
+
"view": {
|
|
4741
|
+
"$ref": "#/definitions/ViewBackground",
|
|
4742
|
+
"description": "An object defining the view background and outline. The background is repeated for each group."
|
|
4743
|
+
},
|
|
4744
|
+
"viewportHeight": {
|
|
4745
|
+
"anyOf": [
|
|
4746
|
+
{
|
|
4747
|
+
"$ref": "#/definitions/SizeDef"
|
|
4748
|
+
},
|
|
4749
|
+
{
|
|
4750
|
+
"type": "number"
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"const": "container",
|
|
4754
|
+
"type": "string"
|
|
4755
|
+
}
|
|
4756
|
+
],
|
|
4757
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
4758
|
+
},
|
|
4759
|
+
"viewportWidth": {
|
|
4760
|
+
"anyOf": [
|
|
4761
|
+
{
|
|
4762
|
+
"$ref": "#/definitions/SizeDef"
|
|
4763
|
+
},
|
|
4764
|
+
{
|
|
4765
|
+
"type": "number"
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"const": "container",
|
|
4769
|
+
"type": "string"
|
|
4770
|
+
}
|
|
4771
|
+
],
|
|
4772
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
4773
|
+
},
|
|
4469
4774
|
"visible": {
|
|
4470
4775
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
4471
4776
|
"type": "boolean"
|
|
@@ -4485,12 +4790,13 @@
|
|
|
4485
4790
|
"const": "container",
|
|
4486
4791
|
"type": "string"
|
|
4487
4792
|
}
|
|
4488
|
-
]
|
|
4793
|
+
],
|
|
4794
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4489
4795
|
}
|
|
4490
4796
|
},
|
|
4491
4797
|
"required": [
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4798
|
+
"samples",
|
|
4799
|
+
"spec"
|
|
4494
4800
|
],
|
|
4495
4801
|
"type": "object"
|
|
4496
4802
|
}
|
|
@@ -4662,14 +4968,15 @@
|
|
|
4662
4968
|
"const": "container",
|
|
4663
4969
|
"type": "string"
|
|
4664
4970
|
}
|
|
4665
|
-
]
|
|
4971
|
+
],
|
|
4972
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4666
4973
|
},
|
|
4667
4974
|
"name": {
|
|
4668
4975
|
"type": "string"
|
|
4669
4976
|
},
|
|
4670
4977
|
"opacity": {
|
|
4671
4978
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
4672
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
4979
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
4673
4980
|
},
|
|
4674
4981
|
"padding": {
|
|
4675
4982
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -4741,6 +5048,36 @@
|
|
|
4741
5048
|
"$ref": "#/definitions/ViewBackground",
|
|
4742
5049
|
"description": "An object defining the view background and outline. The background is repeated for each group."
|
|
4743
5050
|
},
|
|
5051
|
+
"viewportHeight": {
|
|
5052
|
+
"anyOf": [
|
|
5053
|
+
{
|
|
5054
|
+
"$ref": "#/definitions/SizeDef"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"type": "number"
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"const": "container",
|
|
5061
|
+
"type": "string"
|
|
5062
|
+
}
|
|
5063
|
+
],
|
|
5064
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
5065
|
+
},
|
|
5066
|
+
"viewportWidth": {
|
|
5067
|
+
"anyOf": [
|
|
5068
|
+
{
|
|
5069
|
+
"$ref": "#/definitions/SizeDef"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"type": "number"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"const": "container",
|
|
5076
|
+
"type": "string"
|
|
5077
|
+
}
|
|
5078
|
+
],
|
|
5079
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
5080
|
+
},
|
|
4744
5081
|
"visible": {
|
|
4745
5082
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
4746
5083
|
"type": "boolean"
|
|
@@ -4760,7 +5097,8 @@
|
|
|
4760
5097
|
"const": "container",
|
|
4761
5098
|
"type": "string"
|
|
4762
5099
|
}
|
|
4763
|
-
]
|
|
5100
|
+
],
|
|
5101
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
4764
5102
|
}
|
|
4765
5103
|
},
|
|
4766
5104
|
"required": [
|
|
@@ -5539,7 +5877,8 @@
|
|
|
5539
5877
|
"const": "container",
|
|
5540
5878
|
"type": "string"
|
|
5541
5879
|
}
|
|
5542
|
-
]
|
|
5880
|
+
],
|
|
5881
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
5543
5882
|
},
|
|
5544
5883
|
"mark": {
|
|
5545
5884
|
"anyOf": [
|
|
@@ -5556,7 +5895,7 @@
|
|
|
5556
5895
|
},
|
|
5557
5896
|
"opacity": {
|
|
5558
5897
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
5559
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
5898
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
5560
5899
|
},
|
|
5561
5900
|
"padding": {
|
|
5562
5901
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -5609,6 +5948,36 @@
|
|
|
5609
5948
|
"view": {
|
|
5610
5949
|
"$ref": "#/definitions/ViewBackground"
|
|
5611
5950
|
},
|
|
5951
|
+
"viewportHeight": {
|
|
5952
|
+
"anyOf": [
|
|
5953
|
+
{
|
|
5954
|
+
"$ref": "#/definitions/SizeDef"
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"type": "number"
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"const": "container",
|
|
5961
|
+
"type": "string"
|
|
5962
|
+
}
|
|
5963
|
+
],
|
|
5964
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
5965
|
+
},
|
|
5966
|
+
"viewportWidth": {
|
|
5967
|
+
"anyOf": [
|
|
5968
|
+
{
|
|
5969
|
+
"$ref": "#/definitions/SizeDef"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"type": "number"
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5975
|
+
"const": "container",
|
|
5976
|
+
"type": "string"
|
|
5977
|
+
}
|
|
5978
|
+
],
|
|
5979
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
5980
|
+
},
|
|
5612
5981
|
"visible": {
|
|
5613
5982
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
5614
5983
|
"type": "boolean"
|
|
@@ -5628,7 +5997,8 @@
|
|
|
5628
5997
|
"const": "container",
|
|
5629
5998
|
"type": "string"
|
|
5630
5999
|
}
|
|
5631
|
-
]
|
|
6000
|
+
],
|
|
6001
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
5632
6002
|
}
|
|
5633
6003
|
},
|
|
5634
6004
|
"required": [
|
|
@@ -5712,14 +6082,15 @@
|
|
|
5712
6082
|
"const": "container",
|
|
5713
6083
|
"type": "string"
|
|
5714
6084
|
}
|
|
5715
|
-
]
|
|
6085
|
+
],
|
|
6086
|
+
"description": "Height of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
5716
6087
|
},
|
|
5717
6088
|
"name": {
|
|
5718
6089
|
"type": "string"
|
|
5719
6090
|
},
|
|
5720
6091
|
"opacity": {
|
|
5721
6092
|
"$ref": "#/definitions/ViewOpacityDef",
|
|
5722
|
-
"description": "Opacity of the view and all its children.\n\n**Default
|
|
6093
|
+
"description": "Opacity of the view and all its children.\n\n**Default:** `1.0`"
|
|
5723
6094
|
},
|
|
5724
6095
|
"padding": {
|
|
5725
6096
|
"$ref": "#/definitions/PaddingConfig",
|
|
@@ -5785,6 +6156,36 @@
|
|
|
5785
6156
|
},
|
|
5786
6157
|
"type": "array"
|
|
5787
6158
|
},
|
|
6159
|
+
"viewportHeight": {
|
|
6160
|
+
"anyOf": [
|
|
6161
|
+
{
|
|
6162
|
+
"$ref": "#/definitions/SizeDef"
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"type": "number"
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"const": "container",
|
|
6169
|
+
"type": "string"
|
|
6170
|
+
}
|
|
6171
|
+
],
|
|
6172
|
+
"description": "Optional viewport height of the view. If the view size exceeds the viewport height, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `height`)"
|
|
6173
|
+
},
|
|
6174
|
+
"viewportWidth": {
|
|
6175
|
+
"anyOf": [
|
|
6176
|
+
{
|
|
6177
|
+
"$ref": "#/definitions/SizeDef"
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"type": "number"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"const": "container",
|
|
6184
|
+
"type": "string"
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"description": "Optional viewport width of the view. If the view size exceeds the viewport width, it will be shown with scrollbars. This property implicitly enables clipping.\n\n**Default:** `null` (same as `width`)"
|
|
6188
|
+
},
|
|
5788
6189
|
"visible": {
|
|
5789
6190
|
"description": "Visibility of the view. An invisible view is removed from the layout and not rendered.\n\n**Default:** `true`",
|
|
5790
6191
|
"type": "boolean"
|
|
@@ -5804,7 +6205,8 @@
|
|
|
5804
6205
|
"const": "container",
|
|
5805
6206
|
"type": "string"
|
|
5806
6207
|
}
|
|
5807
|
-
]
|
|
6208
|
+
],
|
|
6209
|
+
"description": "Width of the view. If a number, it is interpreted as pixels.\n\n**Default:** `\"container\"`"
|
|
5808
6210
|
}
|
|
5809
6211
|
},
|
|
5810
6212
|
"required": [
|
|
@@ -5898,9 +6300,6 @@
|
|
|
5898
6300
|
{
|
|
5899
6301
|
"$ref": "#/definitions/LayerSpec"
|
|
5900
6302
|
},
|
|
5901
|
-
{
|
|
5902
|
-
"$ref": "#/definitions/SampleSpec"
|
|
5903
|
-
},
|
|
5904
6303
|
{
|
|
5905
6304
|
"$ref": "#/definitions/VConcatSpec"
|
|
5906
6305
|
},
|
|
@@ -5909,6 +6308,9 @@
|
|
|
5909
6308
|
},
|
|
5910
6309
|
{
|
|
5911
6310
|
"$ref": "#/definitions/ConcatSpec"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"$ref": "#/definitions/SampleSpec"
|
|
5912
6314
|
}
|
|
5913
6315
|
]
|
|
5914
6316
|
},
|