@milaboratories/miplots4 1.0.173 → 1.0.175
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/AbstractChart.d.ts +1 -0
- package/dist/AbstractChart.d.ts.map +1 -0
- package/dist/DataFrame.d.ts +2 -1
- package/dist/DataFrame.d.ts.map +1 -0
- package/dist/DataFrame.js +52 -51
- package/dist/DataFrame.js.map +1 -1
- package/dist/MiPlots.d.ts +1 -0
- package/dist/MiPlots.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts +4 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.js +16 -16
- package/dist/bubble/BubbleSettingsImpl.js.map +1 -1
- package/dist/bubble/ChartRenderer.d.ts +1 -0
- package/dist/bubble/ChartRenderer.d.ts.map +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts.map +1 -0
- package/dist/bubble/components/Chart.d.ts +1 -0
- package/dist/bubble/components/Chart.d.ts.map +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts.map +1 -0
- package/dist/bubble/components/types.d.ts +1 -0
- package/dist/bubble/components/types.d.ts.map +1 -0
- package/dist/bubble/constants.d.ts +1 -0
- package/dist/bubble/constants.d.ts.map +1 -0
- package/dist/bubble/getCellTooltip.d.ts +1 -0
- package/dist/bubble/getCellTooltip.d.ts.map +1 -0
- package/dist/bubble/getGroupedCellsData.d.ts +2 -1
- package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
- package/dist/bubble/getGroupedCellsData.js +12 -11
- package/dist/bubble/getGroupedCellsData.js.map +1 -1
- package/dist/bubble/index.d.ts +1 -0
- package/dist/bubble/index.d.ts.map +1 -0
- package/dist/bubble/index.js +61 -69
- package/dist/bubble/index.js.map +1 -1
- package/dist/bubble/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/bubble/utils/index.d.ts +1 -0
- package/dist/bubble/utils/index.d.ts.map +1 -0
- package/dist/common/BandAxis.d.ts +1 -0
- package/dist/common/BandAxis.d.ts.map +1 -0
- package/dist/common/ChartsTitle.d.ts +1 -0
- package/dist/common/ChartsTitle.d.ts.map +1 -0
- package/dist/common/ContinuousAxis.d.ts +1 -0
- package/dist/common/ContinuousAxis.d.ts.map +1 -0
- package/dist/common/ContinuousGrid.d.ts +1 -0
- package/dist/common/ContinuousGrid.d.ts.map +1 -0
- package/dist/common/Error.d.ts +1 -0
- package/dist/common/Error.d.ts.map +1 -0
- package/dist/common/ErrorBoundary.d.ts +1 -0
- package/dist/common/ErrorBoundary.d.ts.map +1 -0
- package/dist/common/Legend.d.ts +1 -0
- package/dist/common/Legend.d.ts.map +1 -0
- package/dist/common/Tooltip.d.ts +1 -0
- package/dist/common/Tooltip.d.ts.map +1 -0
- package/dist/common/fonts.d.ts +1 -0
- package/dist/common/fonts.d.ts.map +1 -0
- package/dist/common/types.d.ts +1 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/common/useDataFrame.d.ts +1 -0
- package/dist/common/useDataFrame.d.ts.map +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +9 -11
- package/dist/constants.js.map +1 -1
- package/dist/dendro/ChartRenderer.d.ts +1 -0
- package/dist/dendro/ChartRenderer.d.ts.map +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts.map +1 -0
- package/dist/dendro/components/Chart.d.ts +1 -0
- package/dist/dendro/components/Chart.d.ts.map +1 -0
- package/dist/dendro/components/Heatmap.d.ts +1 -0
- package/dist/dendro/components/Heatmap.d.ts.map +1 -0
- package/dist/dendro/components/Legend.d.ts +1 -0
- package/dist/dendro/components/Legend.d.ts.map +1 -0
- package/dist/dendro/components/LinksGroup.d.ts +1 -0
- package/dist/dendro/components/LinksGroup.d.ts.map +1 -0
- package/dist/dendro/components/NodesGroup.d.ts +1 -0
- package/dist/dendro/components/NodesGroup.d.ts.map +1 -0
- package/dist/dendro/components/types.d.ts +1 -0
- package/dist/dendro/components/types.d.ts.map +1 -0
- package/dist/dendro/constants.d.ts +1 -0
- package/dist/dendro/constants.d.ts.map +1 -0
- package/dist/dendro/getHeatmapData.d.ts +1 -0
- package/dist/dendro/getHeatmapData.d.ts.map +1 -0
- package/dist/dendro/getHierarchyData.d.ts +1 -0
- package/dist/dendro/getHierarchyData.d.ts.map +1 -0
- package/dist/dendro/index.d.ts +1 -0
- package/dist/dendro/index.d.ts.map +1 -0
- package/dist/discrete/ChartRenderer.d.ts +1 -0
- package/dist/discrete/ChartRenderer.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts +3 -1
- package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.js.map +1 -1
- package/dist/discrete/components/Chart.d.ts +1 -0
- package/dist/discrete/components/Chart.d.ts.map +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts.map +1 -0
- package/dist/discrete/components/Grid.d.ts +1 -0
- package/dist/discrete/components/Grid.d.ts.map +1 -0
- package/dist/discrete/components/NumberAxis.d.ts +1 -0
- package/dist/discrete/components/NumberAxis.d.ts.map +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts.map +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts.map +1 -0
- package/dist/discrete/components/types.d.ts +1 -0
- package/dist/discrete/components/types.d.ts.map +1 -0
- package/dist/discrete/constants.d.ts +1 -0
- package/dist/discrete/constants.d.ts.map +1 -0
- package/dist/discrete/index.d.ts +1 -0
- package/dist/discrete/index.d.ts.map +1 -0
- package/dist/discrete/index.js +151 -165
- package/dist/discrete/index.js.map +1 -1
- package/dist/discrete/layers/bar.d.ts +1 -0
- package/dist/discrete/layers/bar.d.ts.map +1 -0
- package/dist/discrete/layers/binnedDots.d.ts +1 -0
- package/dist/discrete/layers/binnedDots.d.ts.map +1 -0
- package/dist/discrete/layers/boxes.d.ts +1 -0
- package/dist/discrete/layers/boxes.d.ts.map +1 -0
- package/dist/discrete/layers/dots.d.ts +1 -0
- package/dist/discrete/layers/dots.d.ts.map +1 -0
- package/dist/discrete/layers/errorbars.d.ts +1 -0
- package/dist/discrete/layers/errorbars.d.ts.map +1 -0
- package/dist/discrete/layers/index.d.ts +1 -0
- package/dist/discrete/layers/index.d.ts.map +1 -0
- package/dist/discrete/layers/lines.d.ts +1 -0
- package/dist/discrete/layers/lines.d.ts.map +1 -0
- package/dist/discrete/layers/logo.d.ts +1 -0
- package/dist/discrete/layers/logo.d.ts.map +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts.map +1 -0
- package/dist/discrete/layers/sina.d.ts +1 -0
- package/dist/discrete/layers/sina.d.ts.map +1 -0
- package/dist/discrete/layers/stackedArea.d.ts +1 -0
- package/dist/discrete/layers/stackedArea.d.ts.map +1 -0
- package/dist/discrete/layers/stackedBar.d.ts +1 -0
- package/dist/discrete/layers/stackedBar.d.ts.map +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +1 -0
- package/dist/discrete/layers/stats/index.d.ts +1 -0
- package/dist/discrete/layers/stats/index.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +1 -0
- package/dist/discrete/layers/types.d.ts +1 -0
- package/dist/discrete/layers/types.d.ts.map +1 -0
- package/dist/discrete/layers/violins.d.ts +1 -0
- package/dist/discrete/layers/violins.d.ts.map +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts.map +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -0
- package/dist/discrete/utils/index.d.ts +1 -0
- package/dist/discrete/utils/index.d.ts.map +1 -0
- package/dist/discrete/utils/statsPValue.d.ts +1 -0
- package/dist/discrete/utils/statsPValue.d.ts.map +1 -0
- package/dist/heatmap/ChartRenderer.d.ts +1 -0
- package/dist/heatmap/ChartRenderer.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts +2 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.js +29 -28
- package/dist/heatmap/HeatmapSettingsImpl.js.map +1 -1
- package/dist/heatmap/components/Annotations/Annotation.d.ts +1 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts.map +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/index.d.ts +1 -0
- package/dist/heatmap/components/Captions/index.d.ts.map +1 -0
- package/dist/heatmap/components/Chart.d.ts +1 -0
- package/dist/heatmap/components/Chart.d.ts.map +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts.map +1 -0
- package/dist/heatmap/components/Frames.d.ts +1 -0
- package/dist/heatmap/components/Frames.d.ts.map +1 -0
- package/dist/heatmap/components/SvgCells.d.ts +1 -0
- package/dist/heatmap/components/SvgCells.d.ts.map +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts.map +1 -0
- package/dist/heatmap/components/types.d.ts +1 -0
- package/dist/heatmap/components/types.d.ts.map +1 -0
- package/dist/heatmap/constants.d.ts +1 -0
- package/dist/heatmap/constants.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.d.ts +2 -1
- package/dist/heatmap/fillCellsData.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.js +185 -173
- package/dist/heatmap/fillCellsData.js.map +1 -1
- package/dist/heatmap/getCells.d.ts +2 -1
- package/dist/heatmap/getCells.d.ts.map +1 -0
- package/dist/heatmap/getCells.js +10 -9
- package/dist/heatmap/getCells.js.map +1 -1
- package/dist/heatmap/getClusters.d.ts +1 -0
- package/dist/heatmap/getClusters.d.ts.map +1 -0
- package/dist/heatmap/getDendrograms.d.ts +1 -0
- package/dist/heatmap/getDendrograms.d.ts.map +1 -0
- package/dist/heatmap/index.d.ts +1 -0
- package/dist/heatmap/index.d.ts.map +1 -0
- package/dist/heatmap/index.js +95 -102
- package/dist/heatmap/index.js.map +1 -1
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts.map +1 -0
- package/dist/heatmap/utils/index.d.ts +1 -0
- package/dist/heatmap/utils/index.d.ts.map +1 -0
- package/dist/histogram/ChartRenderer.d.ts +1 -0
- package/dist/histogram/ChartRenderer.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts +2 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.js +43 -43
- package/dist/histogram/HistogramSettingsImpl.js.map +1 -1
- package/dist/histogram/components/Chart.d.ts +1 -0
- package/dist/histogram/components/Chart.d.ts.map +1 -0
- package/dist/histogram/components/Chart.js +53 -53
- package/dist/histogram/components/Chart.js.map +1 -1
- package/dist/histogram/components/ChartsGroup.d.ts +1 -0
- package/dist/histogram/components/ChartsGroup.d.ts.map +1 -0
- package/dist/histogram/components/types.d.ts +1 -0
- package/dist/histogram/components/types.d.ts.map +1 -0
- package/dist/histogram/constants.d.ts +1 -0
- package/dist/histogram/constants.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.d.ts +3 -2
- package/dist/histogram/getHistogramData.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.js +51 -50
- package/dist/histogram/getHistogramData.js.map +1 -1
- package/dist/histogram/index.d.ts +1 -1
- package/dist/histogram/index.d.ts.map +1 -0
- package/dist/histogram/index.js +89 -90
- package/dist/histogram/index.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/scatterplot/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +3 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
- package/dist/scatterplot/components/Chart.d.ts +1 -0
- package/dist/scatterplot/components/Chart.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts.map +1 -0
- package/dist/scatterplot/components/Grid.d.ts +1 -0
- package/dist/scatterplot/components/Grid.d.ts.map +1 -0
- package/dist/scatterplot/components/types.d.ts +1 -0
- package/dist/scatterplot/components/types.d.ts.map +1 -0
- package/dist/scatterplot/constants.d.ts +1 -0
- package/dist/scatterplot/constants.d.ts.map +1 -0
- package/dist/scatterplot/dots.d.ts +3 -2
- package/dist/scatterplot/dots.d.ts.map +1 -0
- package/dist/scatterplot/dots.js +17 -16
- package/dist/scatterplot/dots.js.map +1 -1
- package/dist/scatterplot/getLayersData.d.ts +1 -0
- package/dist/scatterplot/getLayersData.d.ts.map +1 -0
- package/dist/scatterplot/index.d.ts +1 -1
- package/dist/scatterplot/index.d.ts.map +1 -0
- package/dist/scatterplot/index.js +100 -106
- package/dist/scatterplot/index.js.map +1 -1
- package/dist/scatterplot/linearRegression.d.ts +1 -0
- package/dist/scatterplot/linearRegression.d.ts.map +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.js +41 -41
- package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
- package/dist/scatterplot/utils/formatColumnValue.d.ts +1 -0
- package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
- package/dist/scatterplot/utils/formatColumnValue.js +7 -6
- package/dist/scatterplot/utils/formatColumnValue.js.map +1 -1
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts +1 -0
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts.map +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot-umap/colors.d.ts +1 -0
- package/dist/scatterplot-umap/colors.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
- package/dist/scatterplot-umap/components/SVGLayer.d.ts +1 -0
- package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/constants.d.ts +1 -0
- package/dist/scatterplot-umap/constants.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.d.ts +1 -0
- package/dist/scatterplot-umap/index.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.js +77 -74
- package/dist/scatterplot-umap/index.js.map +1 -1
- package/dist/scatterplot-umap/types.d.ts +1 -0
- package/dist/scatterplot-umap/types.d.ts.map +1 -0
- package/dist/types/bubble.d.ts +48 -0
- package/dist/types/bubble.d.ts.map +1 -0
- package/dist/types/bubble.js +19 -18
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/common.d.ts +39 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +31 -30
- package/dist/types/common.js.map +1 -1
- package/dist/types/dendro.d.ts +109 -0
- package/dist/types/dendro.d.ts.map +1 -0
- package/dist/types/dendro.js +10 -9
- package/dist/types/dendro.js.map +1 -1
- package/dist/types/discrete.d.ts +176 -5
- package/dist/types/discrete.d.ts.map +1 -0
- package/dist/types/discrete.js +12 -11
- package/dist/types/discrete.js.map +1 -1
- package/dist/types/heatmap.d.ts +165 -0
- package/dist/types/heatmap.d.ts.map +1 -0
- package/dist/types/heatmap.js +2 -1
- package/dist/types/heatmap.js.map +1 -1
- package/dist/types/histogram.d.ts +28 -0
- package/dist/types/histogram.d.ts.map +1 -0
- package/dist/types/histogram.js +43 -42
- package/dist/types/histogram.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/scatterplot-umap.d.ts +141 -0
- package/dist/types/scatterplot-umap.d.ts.map +1 -0
- package/dist/types/scatterplot.d.ts +189 -0
- package/dist/types/scatterplot.d.ts.map +1 -0
- package/dist/types/scatterplot.js +21 -19
- package/dist/types/scatterplot.js.map +1 -1
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts +1 -0
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +1 -0
- package/dist/utils/WorkerFactory.d.ts +1 -0
- package/dist/utils/WorkerFactory.d.ts.map +1 -0
- package/dist/utils/arrangeLegendParts.d.ts +1 -0
- package/dist/utils/arrangeLegendParts.d.ts.map +1 -0
- package/dist/utils/arraysAreDifferent.d.ts +1 -0
- package/dist/utils/arraysAreDifferent.d.ts.map +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/getChartEdgeSides.d.ts +1 -0
- package/dist/utils/getChartEdgeSides.d.ts.map +1 -0
- package/dist/utils/getContinuousColorScale.d.ts +1 -0
- package/dist/utils/getContinuousColorScale.d.ts.map +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts.map +1 -0
- package/dist/utils/getFacetKeysFromValueLists.d.ts +6 -0
- package/dist/utils/getFacetKeysFromValueLists.d.ts.map +1 -0
- package/dist/utils/getFacetKeysFromValueLists.js +9 -0
- package/dist/utils/getFacetKeysFromValueLists.js.map +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts.map +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts.map +1 -0
- package/dist/utils/getKeysCombination.d.ts +1 -0
- package/dist/utils/getKeysCombination.d.ts.map +1 -0
- package/dist/utils/getLegendWidth.d.ts +1 -0
- package/dist/utils/getLegendWidth.d.ts.map +1 -0
- package/dist/utils/getLineShape.d.ts +1 -0
- package/dist/utils/getLineShape.d.ts.map +1 -0
- package/dist/utils/getPointShape.d.ts +2 -1
- package/dist/utils/getPointShape.d.ts.map +1 -0
- package/dist/utils/getSizeLegendItem.d.ts +1 -0
- package/dist/utils/getSizeLegendItem.d.ts.map +1 -0
- package/dist/utils/hooks/useFunction.d.ts +1 -0
- package/dist/utils/hooks/useFunction.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/numberFormat.d.ts +1 -0
- package/dist/utils/numberFormat.d.ts.map +1 -0
- package/dist/utils/splitTextByWidth.d.ts +1 -0
- package/dist/utils/splitTextByWidth.d.ts.map +1 -0
- package/package.json +5 -5
package/dist/types/dendro.d.ts
CHANGED
|
@@ -68,10 +68,13 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
68
68
|
facetSettings: z.ZodOptional<z.ZodObject<{
|
|
69
69
|
nRows: z.ZodOptional<z.ZodNumber>;
|
|
70
70
|
nCols: z.ZodOptional<z.ZodNumber>;
|
|
71
|
+
order: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
71
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
order?: string[] | undefined;
|
|
72
74
|
nRows?: number | undefined;
|
|
73
75
|
nCols?: number | undefined;
|
|
74
76
|
}, {
|
|
77
|
+
order?: string[] | undefined;
|
|
75
78
|
nRows?: number | undefined;
|
|
76
79
|
nCols?: number | undefined;
|
|
77
80
|
}>>;
|
|
@@ -81,18 +84,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
81
84
|
format: z.ZodOptional<z.ZodString>;
|
|
82
85
|
label: z.ZodOptional<z.ZodString>;
|
|
83
86
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
87
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
84
88
|
}, "strip", z.ZodTypeAny, {
|
|
85
89
|
type: "column";
|
|
86
90
|
value: string;
|
|
87
91
|
format?: string | undefined;
|
|
88
92
|
label?: string | undefined;
|
|
89
93
|
valueLabels?: string | undefined;
|
|
94
|
+
nullValueLabel?: string | undefined;
|
|
90
95
|
}, {
|
|
91
96
|
type: "column";
|
|
92
97
|
value: string;
|
|
93
98
|
format?: string | undefined;
|
|
94
99
|
label?: string | undefined;
|
|
95
100
|
valueLabels?: string | undefined;
|
|
101
|
+
nullValueLabel?: string | undefined;
|
|
96
102
|
}>;
|
|
97
103
|
parentId: z.ZodObject<{
|
|
98
104
|
type: z.ZodLiteral<"column">;
|
|
@@ -100,18 +106,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
100
106
|
format: z.ZodOptional<z.ZodString>;
|
|
101
107
|
label: z.ZodOptional<z.ZodString>;
|
|
102
108
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
109
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
103
110
|
}, "strip", z.ZodTypeAny, {
|
|
104
111
|
type: "column";
|
|
105
112
|
value: string;
|
|
106
113
|
format?: string | undefined;
|
|
107
114
|
label?: string | undefined;
|
|
108
115
|
valueLabels?: string | undefined;
|
|
116
|
+
nullValueLabel?: string | undefined;
|
|
109
117
|
}, {
|
|
110
118
|
type: "column";
|
|
111
119
|
value: string;
|
|
112
120
|
format?: string | undefined;
|
|
113
121
|
label?: string | undefined;
|
|
114
122
|
valueLabels?: string | undefined;
|
|
123
|
+
nullValueLabel?: string | undefined;
|
|
115
124
|
}>;
|
|
116
125
|
height: z.ZodOptional<z.ZodObject<{
|
|
117
126
|
type: z.ZodLiteral<"column">;
|
|
@@ -119,18 +128,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
119
128
|
format: z.ZodOptional<z.ZodString>;
|
|
120
129
|
label: z.ZodOptional<z.ZodString>;
|
|
121
130
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
131
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
122
132
|
}, "strip", z.ZodTypeAny, {
|
|
123
133
|
type: "column";
|
|
124
134
|
value: string;
|
|
125
135
|
format?: string | undefined;
|
|
126
136
|
label?: string | undefined;
|
|
127
137
|
valueLabels?: string | undefined;
|
|
138
|
+
nullValueLabel?: string | undefined;
|
|
128
139
|
}, {
|
|
129
140
|
type: "column";
|
|
130
141
|
value: string;
|
|
131
142
|
format?: string | undefined;
|
|
132
143
|
label?: string | undefined;
|
|
133
144
|
valueLabels?: string | undefined;
|
|
145
|
+
nullValueLabel?: string | undefined;
|
|
134
146
|
}>>;
|
|
135
147
|
labels: z.ZodOptional<z.ZodObject<{
|
|
136
148
|
type: z.ZodLiteral<"column">;
|
|
@@ -138,18 +150,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
138
150
|
format: z.ZodOptional<z.ZodString>;
|
|
139
151
|
label: z.ZodOptional<z.ZodString>;
|
|
140
152
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
153
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
141
154
|
}, "strip", z.ZodTypeAny, {
|
|
142
155
|
type: "column";
|
|
143
156
|
value: string;
|
|
144
157
|
format?: string | undefined;
|
|
145
158
|
label?: string | undefined;
|
|
146
159
|
valueLabels?: string | undefined;
|
|
160
|
+
nullValueLabel?: string | undefined;
|
|
147
161
|
}, {
|
|
148
162
|
type: "column";
|
|
149
163
|
value: string;
|
|
150
164
|
format?: string | undefined;
|
|
151
165
|
label?: string | undefined;
|
|
152
166
|
valueLabels?: string | undefined;
|
|
167
|
+
nullValueLabel?: string | undefined;
|
|
153
168
|
}>>;
|
|
154
169
|
facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
155
170
|
type: z.ZodLiteral<"column">;
|
|
@@ -157,18 +172,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
157
172
|
format: z.ZodOptional<z.ZodString>;
|
|
158
173
|
label: z.ZodOptional<z.ZodString>;
|
|
159
174
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
175
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
160
176
|
}, "strip", z.ZodTypeAny, {
|
|
161
177
|
type: "column";
|
|
162
178
|
value: string;
|
|
163
179
|
format?: string | undefined;
|
|
164
180
|
label?: string | undefined;
|
|
165
181
|
valueLabels?: string | undefined;
|
|
182
|
+
nullValueLabel?: string | undefined;
|
|
166
183
|
}, {
|
|
167
184
|
type: "column";
|
|
168
185
|
value: string;
|
|
169
186
|
format?: string | undefined;
|
|
170
187
|
label?: string | undefined;
|
|
171
188
|
valueLabels?: string | undefined;
|
|
189
|
+
nullValueLabel?: string | undefined;
|
|
172
190
|
}>, "many">>;
|
|
173
191
|
heatmapAnnotation: z.ZodOptional<z.ZodObject<{
|
|
174
192
|
type: z.ZodLiteral<"column">;
|
|
@@ -176,18 +194,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
176
194
|
format: z.ZodOptional<z.ZodString>;
|
|
177
195
|
label: z.ZodOptional<z.ZodString>;
|
|
178
196
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
197
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
179
198
|
}, "strip", z.ZodTypeAny, {
|
|
180
199
|
type: "column";
|
|
181
200
|
value: string;
|
|
182
201
|
format?: string | undefined;
|
|
183
202
|
label?: string | undefined;
|
|
184
203
|
valueLabels?: string | undefined;
|
|
204
|
+
nullValueLabel?: string | undefined;
|
|
185
205
|
}, {
|
|
186
206
|
type: "column";
|
|
187
207
|
value: string;
|
|
188
208
|
format?: string | undefined;
|
|
189
209
|
label?: string | undefined;
|
|
190
210
|
valueLabels?: string | undefined;
|
|
211
|
+
nullValueLabel?: string | undefined;
|
|
191
212
|
}>>;
|
|
192
213
|
heatmapAxis: z.ZodOptional<z.ZodObject<{
|
|
193
214
|
type: z.ZodLiteral<"column">;
|
|
@@ -195,18 +216,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
195
216
|
format: z.ZodOptional<z.ZodString>;
|
|
196
217
|
label: z.ZodOptional<z.ZodString>;
|
|
197
218
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
219
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
198
220
|
}, "strip", z.ZodTypeAny, {
|
|
199
221
|
type: "column";
|
|
200
222
|
value: string;
|
|
201
223
|
format?: string | undefined;
|
|
202
224
|
label?: string | undefined;
|
|
203
225
|
valueLabels?: string | undefined;
|
|
226
|
+
nullValueLabel?: string | undefined;
|
|
204
227
|
}, {
|
|
205
228
|
type: "column";
|
|
206
229
|
value: string;
|
|
207
230
|
format?: string | undefined;
|
|
208
231
|
label?: string | undefined;
|
|
209
232
|
valueLabels?: string | undefined;
|
|
233
|
+
nullValueLabel?: string | undefined;
|
|
210
234
|
}>>;
|
|
211
235
|
heatmapGroup: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
212
236
|
type: z.ZodLiteral<"column">;
|
|
@@ -214,18 +238,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
214
238
|
format: z.ZodOptional<z.ZodString>;
|
|
215
239
|
label: z.ZodOptional<z.ZodString>;
|
|
216
240
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
241
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
217
242
|
}, "strip", z.ZodTypeAny, {
|
|
218
243
|
type: "column";
|
|
219
244
|
value: string;
|
|
220
245
|
format?: string | undefined;
|
|
221
246
|
label?: string | undefined;
|
|
222
247
|
valueLabels?: string | undefined;
|
|
248
|
+
nullValueLabel?: string | undefined;
|
|
223
249
|
}, {
|
|
224
250
|
type: "column";
|
|
225
251
|
value: string;
|
|
226
252
|
format?: string | undefined;
|
|
227
253
|
label?: string | undefined;
|
|
228
254
|
valueLabels?: string | undefined;
|
|
255
|
+
nullValueLabel?: string | undefined;
|
|
229
256
|
}>, "many">>;
|
|
230
257
|
heatmapSettings: z.ZodOptional<z.ZodObject<{
|
|
231
258
|
valueType: z.ZodOptional<z.ZodEnum<["discrete", "continuous", "stringSource"]>>;
|
|
@@ -267,18 +294,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
267
294
|
format: z.ZodOptional<z.ZodString>;
|
|
268
295
|
label: z.ZodOptional<z.ZodString>;
|
|
269
296
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
297
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
270
298
|
}, "strip", z.ZodTypeAny, {
|
|
271
299
|
type: "column";
|
|
272
300
|
value: string;
|
|
273
301
|
format?: string | undefined;
|
|
274
302
|
label?: string | undefined;
|
|
275
303
|
valueLabels?: string | undefined;
|
|
304
|
+
nullValueLabel?: string | undefined;
|
|
276
305
|
}, {
|
|
277
306
|
type: "column";
|
|
278
307
|
value: string;
|
|
279
308
|
format?: string | undefined;
|
|
280
309
|
label?: string | undefined;
|
|
281
310
|
valueLabels?: string | undefined;
|
|
311
|
+
nullValueLabel?: string | undefined;
|
|
282
312
|
}>;
|
|
283
313
|
valuesMap: z.ZodRecord<z.ZodString, z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>>;
|
|
284
314
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -288,6 +318,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
288
318
|
format?: string | undefined;
|
|
289
319
|
label?: string | undefined;
|
|
290
320
|
valueLabels?: string | undefined;
|
|
321
|
+
nullValueLabel?: string | undefined;
|
|
291
322
|
};
|
|
292
323
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
293
324
|
}, {
|
|
@@ -297,6 +328,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
297
328
|
format?: string | undefined;
|
|
298
329
|
label?: string | undefined;
|
|
299
330
|
valueLabels?: string | undefined;
|
|
331
|
+
nullValueLabel?: string | undefined;
|
|
300
332
|
};
|
|
301
333
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
302
334
|
}>]>>;
|
|
@@ -307,18 +339,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
307
339
|
format: z.ZodOptional<z.ZodString>;
|
|
308
340
|
label: z.ZodOptional<z.ZodString>;
|
|
309
341
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
342
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
310
343
|
}, "strip", z.ZodTypeAny, {
|
|
311
344
|
type: "column";
|
|
312
345
|
value: string;
|
|
313
346
|
format?: string | undefined;
|
|
314
347
|
label?: string | undefined;
|
|
315
348
|
valueLabels?: string | undefined;
|
|
349
|
+
nullValueLabel?: string | undefined;
|
|
316
350
|
}, {
|
|
317
351
|
type: "column";
|
|
318
352
|
value: string;
|
|
319
353
|
format?: string | undefined;
|
|
320
354
|
label?: string | undefined;
|
|
321
355
|
valueLabels?: string | undefined;
|
|
356
|
+
nullValueLabel?: string | undefined;
|
|
322
357
|
}>;
|
|
323
358
|
valuesMap: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
324
359
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -328,6 +363,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
328
363
|
format?: string | undefined;
|
|
329
364
|
label?: string | undefined;
|
|
330
365
|
valueLabels?: string | undefined;
|
|
366
|
+
nullValueLabel?: string | undefined;
|
|
331
367
|
};
|
|
332
368
|
valuesMap: Record<string, string>;
|
|
333
369
|
}, {
|
|
@@ -337,6 +373,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
337
373
|
format?: string | undefined;
|
|
338
374
|
label?: string | undefined;
|
|
339
375
|
valueLabels?: string | undefined;
|
|
376
|
+
nullValueLabel?: string | undefined;
|
|
340
377
|
};
|
|
341
378
|
valuesMap: Record<string, string>;
|
|
342
379
|
}>, z.ZodObject<{
|
|
@@ -346,18 +383,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
346
383
|
format: z.ZodOptional<z.ZodString>;
|
|
347
384
|
label: z.ZodOptional<z.ZodString>;
|
|
348
385
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
386
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
349
387
|
}, "strip", z.ZodTypeAny, {
|
|
350
388
|
type: "column";
|
|
351
389
|
value: string;
|
|
352
390
|
format?: string | undefined;
|
|
353
391
|
label?: string | undefined;
|
|
354
392
|
valueLabels?: string | undefined;
|
|
393
|
+
nullValueLabel?: string | undefined;
|
|
355
394
|
}, {
|
|
356
395
|
type: "column";
|
|
357
396
|
value: string;
|
|
358
397
|
format?: string | undefined;
|
|
359
398
|
label?: string | undefined;
|
|
360
399
|
valueLabels?: string | undefined;
|
|
400
|
+
nullValueLabel?: string | undefined;
|
|
361
401
|
}>;
|
|
362
402
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
363
403
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -369,6 +409,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
369
409
|
format?: string | undefined;
|
|
370
410
|
label?: string | undefined;
|
|
371
411
|
valueLabels?: string | undefined;
|
|
412
|
+
nullValueLabel?: string | undefined;
|
|
372
413
|
};
|
|
373
414
|
domain: number[];
|
|
374
415
|
range: string[];
|
|
@@ -380,6 +421,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
380
421
|
format?: string | undefined;
|
|
381
422
|
label?: string | undefined;
|
|
382
423
|
valueLabels?: string | undefined;
|
|
424
|
+
nullValueLabel?: string | undefined;
|
|
383
425
|
};
|
|
384
426
|
domain: number[];
|
|
385
427
|
range: string[];
|
|
@@ -392,18 +434,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
392
434
|
format: z.ZodOptional<z.ZodString>;
|
|
393
435
|
label: z.ZodOptional<z.ZodString>;
|
|
394
436
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
437
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
395
438
|
}, "strip", z.ZodTypeAny, {
|
|
396
439
|
type: "column";
|
|
397
440
|
value: string;
|
|
398
441
|
format?: string | undefined;
|
|
399
442
|
label?: string | undefined;
|
|
400
443
|
valueLabels?: string | undefined;
|
|
444
|
+
nullValueLabel?: string | undefined;
|
|
401
445
|
}, {
|
|
402
446
|
type: "column";
|
|
403
447
|
value: string;
|
|
404
448
|
format?: string | undefined;
|
|
405
449
|
label?: string | undefined;
|
|
406
450
|
valueLabels?: string | undefined;
|
|
451
|
+
nullValueLabel?: string | undefined;
|
|
407
452
|
}>;
|
|
408
453
|
valuesMap: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
409
454
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -413,6 +458,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
413
458
|
format?: string | undefined;
|
|
414
459
|
label?: string | undefined;
|
|
415
460
|
valueLabels?: string | undefined;
|
|
461
|
+
nullValueLabel?: string | undefined;
|
|
416
462
|
};
|
|
417
463
|
valuesMap: Record<string, number>;
|
|
418
464
|
}, {
|
|
@@ -422,6 +468,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
422
468
|
format?: string | undefined;
|
|
423
469
|
label?: string | undefined;
|
|
424
470
|
valueLabels?: string | undefined;
|
|
471
|
+
nullValueLabel?: string | undefined;
|
|
425
472
|
};
|
|
426
473
|
valuesMap: Record<string, number>;
|
|
427
474
|
}>, z.ZodObject<{
|
|
@@ -431,18 +478,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
431
478
|
format: z.ZodOptional<z.ZodString>;
|
|
432
479
|
label: z.ZodOptional<z.ZodString>;
|
|
433
480
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
481
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
434
482
|
}, "strip", z.ZodTypeAny, {
|
|
435
483
|
type: "column";
|
|
436
484
|
value: string;
|
|
437
485
|
format?: string | undefined;
|
|
438
486
|
label?: string | undefined;
|
|
439
487
|
valueLabels?: string | undefined;
|
|
488
|
+
nullValueLabel?: string | undefined;
|
|
440
489
|
}, {
|
|
441
490
|
type: "column";
|
|
442
491
|
value: string;
|
|
443
492
|
format?: string | undefined;
|
|
444
493
|
label?: string | undefined;
|
|
445
494
|
valueLabels?: string | undefined;
|
|
495
|
+
nullValueLabel?: string | undefined;
|
|
446
496
|
}>;
|
|
447
497
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
448
498
|
range: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -454,6 +504,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
454
504
|
format?: string | undefined;
|
|
455
505
|
label?: string | undefined;
|
|
456
506
|
valueLabels?: string | undefined;
|
|
507
|
+
nullValueLabel?: string | undefined;
|
|
457
508
|
};
|
|
458
509
|
domain: number[];
|
|
459
510
|
range: number[];
|
|
@@ -465,6 +516,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
465
516
|
format?: string | undefined;
|
|
466
517
|
label?: string | undefined;
|
|
467
518
|
valueLabels?: string | undefined;
|
|
519
|
+
nullValueLabel?: string | undefined;
|
|
468
520
|
};
|
|
469
521
|
domain: number[];
|
|
470
522
|
range: number[];
|
|
@@ -478,18 +530,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
478
530
|
format: z.ZodOptional<z.ZodString>;
|
|
479
531
|
label: z.ZodOptional<z.ZodString>;
|
|
480
532
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
533
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
481
534
|
}, "strip", z.ZodTypeAny, {
|
|
482
535
|
type: "column";
|
|
483
536
|
value: string;
|
|
484
537
|
format?: string | undefined;
|
|
485
538
|
label?: string | undefined;
|
|
486
539
|
valueLabels?: string | undefined;
|
|
540
|
+
nullValueLabel?: string | undefined;
|
|
487
541
|
}, {
|
|
488
542
|
type: "column";
|
|
489
543
|
value: string;
|
|
490
544
|
format?: string | undefined;
|
|
491
545
|
label?: string | undefined;
|
|
492
546
|
valueLabels?: string | undefined;
|
|
547
|
+
nullValueLabel?: string | undefined;
|
|
493
548
|
}>;
|
|
494
549
|
valuesMap: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
495
550
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -499,6 +554,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
499
554
|
format?: string | undefined;
|
|
500
555
|
label?: string | undefined;
|
|
501
556
|
valueLabels?: string | undefined;
|
|
557
|
+
nullValueLabel?: string | undefined;
|
|
502
558
|
};
|
|
503
559
|
valuesMap: Record<string, string>;
|
|
504
560
|
}, {
|
|
@@ -508,6 +564,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
508
564
|
format?: string | undefined;
|
|
509
565
|
label?: string | undefined;
|
|
510
566
|
valueLabels?: string | undefined;
|
|
567
|
+
nullValueLabel?: string | undefined;
|
|
511
568
|
};
|
|
512
569
|
valuesMap: Record<string, string>;
|
|
513
570
|
}>, z.ZodObject<{
|
|
@@ -517,18 +574,21 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
517
574
|
format: z.ZodOptional<z.ZodString>;
|
|
518
575
|
label: z.ZodOptional<z.ZodString>;
|
|
519
576
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
577
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
520
578
|
}, "strip", z.ZodTypeAny, {
|
|
521
579
|
type: "column";
|
|
522
580
|
value: string;
|
|
523
581
|
format?: string | undefined;
|
|
524
582
|
label?: string | undefined;
|
|
525
583
|
valueLabels?: string | undefined;
|
|
584
|
+
nullValueLabel?: string | undefined;
|
|
526
585
|
}, {
|
|
527
586
|
type: "column";
|
|
528
587
|
value: string;
|
|
529
588
|
format?: string | undefined;
|
|
530
589
|
label?: string | undefined;
|
|
531
590
|
valueLabels?: string | undefined;
|
|
591
|
+
nullValueLabel?: string | undefined;
|
|
532
592
|
}>;
|
|
533
593
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
534
594
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -540,6 +600,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
540
600
|
format?: string | undefined;
|
|
541
601
|
label?: string | undefined;
|
|
542
602
|
valueLabels?: string | undefined;
|
|
603
|
+
nullValueLabel?: string | undefined;
|
|
543
604
|
};
|
|
544
605
|
domain: number[];
|
|
545
606
|
range: string[];
|
|
@@ -551,6 +612,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
551
612
|
format?: string | undefined;
|
|
552
613
|
label?: string | undefined;
|
|
553
614
|
valueLabels?: string | undefined;
|
|
615
|
+
nullValueLabel?: string | undefined;
|
|
554
616
|
};
|
|
555
617
|
domain: number[];
|
|
556
618
|
range: string[];
|
|
@@ -565,6 +627,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
565
627
|
format?: string | undefined;
|
|
566
628
|
label?: string | undefined;
|
|
567
629
|
valueLabels?: string | undefined;
|
|
630
|
+
nullValueLabel?: string | undefined;
|
|
568
631
|
};
|
|
569
632
|
domain: number[];
|
|
570
633
|
range: string[];
|
|
@@ -576,6 +639,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
576
639
|
format?: string | undefined;
|
|
577
640
|
label?: string | undefined;
|
|
578
641
|
valueLabels?: string | undefined;
|
|
642
|
+
nullValueLabel?: string | undefined;
|
|
579
643
|
};
|
|
580
644
|
valuesMap: Record<string, string>;
|
|
581
645
|
} | undefined;
|
|
@@ -586,6 +650,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
586
650
|
format?: string | undefined;
|
|
587
651
|
label?: string | undefined;
|
|
588
652
|
valueLabels?: string | undefined;
|
|
653
|
+
nullValueLabel?: string | undefined;
|
|
589
654
|
};
|
|
590
655
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
591
656
|
} | undefined;
|
|
@@ -596,6 +661,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
596
661
|
format?: string | undefined;
|
|
597
662
|
label?: string | undefined;
|
|
598
663
|
valueLabels?: string | undefined;
|
|
664
|
+
nullValueLabel?: string | undefined;
|
|
599
665
|
};
|
|
600
666
|
domain: number[];
|
|
601
667
|
range: string[];
|
|
@@ -607,6 +673,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
607
673
|
format?: string | undefined;
|
|
608
674
|
label?: string | undefined;
|
|
609
675
|
valueLabels?: string | undefined;
|
|
676
|
+
nullValueLabel?: string | undefined;
|
|
610
677
|
};
|
|
611
678
|
valuesMap: Record<string, string>;
|
|
612
679
|
} | undefined;
|
|
@@ -617,6 +684,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
617
684
|
format?: string | undefined;
|
|
618
685
|
label?: string | undefined;
|
|
619
686
|
valueLabels?: string | undefined;
|
|
687
|
+
nullValueLabel?: string | undefined;
|
|
620
688
|
};
|
|
621
689
|
domain: number[];
|
|
622
690
|
range: number[];
|
|
@@ -628,6 +696,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
628
696
|
format?: string | undefined;
|
|
629
697
|
label?: string | undefined;
|
|
630
698
|
valueLabels?: string | undefined;
|
|
699
|
+
nullValueLabel?: string | undefined;
|
|
631
700
|
};
|
|
632
701
|
valuesMap: Record<string, number>;
|
|
633
702
|
} | undefined;
|
|
@@ -640,6 +709,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
640
709
|
format?: string | undefined;
|
|
641
710
|
label?: string | undefined;
|
|
642
711
|
valueLabels?: string | undefined;
|
|
712
|
+
nullValueLabel?: string | undefined;
|
|
643
713
|
};
|
|
644
714
|
domain: number[];
|
|
645
715
|
range: string[];
|
|
@@ -651,6 +721,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
651
721
|
format?: string | undefined;
|
|
652
722
|
label?: string | undefined;
|
|
653
723
|
valueLabels?: string | undefined;
|
|
724
|
+
nullValueLabel?: string | undefined;
|
|
654
725
|
};
|
|
655
726
|
valuesMap: Record<string, string>;
|
|
656
727
|
} | undefined;
|
|
@@ -661,6 +732,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
661
732
|
format?: string | undefined;
|
|
662
733
|
label?: string | undefined;
|
|
663
734
|
valueLabels?: string | undefined;
|
|
735
|
+
nullValueLabel?: string | undefined;
|
|
664
736
|
};
|
|
665
737
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
666
738
|
} | undefined;
|
|
@@ -671,6 +743,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
671
743
|
format?: string | undefined;
|
|
672
744
|
label?: string | undefined;
|
|
673
745
|
valueLabels?: string | undefined;
|
|
746
|
+
nullValueLabel?: string | undefined;
|
|
674
747
|
};
|
|
675
748
|
domain: number[];
|
|
676
749
|
range: string[];
|
|
@@ -682,6 +755,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
682
755
|
format?: string | undefined;
|
|
683
756
|
label?: string | undefined;
|
|
684
757
|
valueLabels?: string | undefined;
|
|
758
|
+
nullValueLabel?: string | undefined;
|
|
685
759
|
};
|
|
686
760
|
valuesMap: Record<string, string>;
|
|
687
761
|
} | undefined;
|
|
@@ -692,6 +766,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
692
766
|
format?: string | undefined;
|
|
693
767
|
label?: string | undefined;
|
|
694
768
|
valueLabels?: string | undefined;
|
|
769
|
+
nullValueLabel?: string | undefined;
|
|
695
770
|
};
|
|
696
771
|
domain: number[];
|
|
697
772
|
range: number[];
|
|
@@ -703,6 +778,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
703
778
|
format?: string | undefined;
|
|
704
779
|
label?: string | undefined;
|
|
705
780
|
valueLabels?: string | undefined;
|
|
781
|
+
nullValueLabel?: string | undefined;
|
|
706
782
|
};
|
|
707
783
|
valuesMap: Record<string, number>;
|
|
708
784
|
} | undefined;
|
|
@@ -720,6 +796,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
720
796
|
format?: string | undefined;
|
|
721
797
|
label?: string | undefined;
|
|
722
798
|
valueLabels?: string | undefined;
|
|
799
|
+
nullValueLabel?: string | undefined;
|
|
723
800
|
};
|
|
724
801
|
parentId: {
|
|
725
802
|
type: "column";
|
|
@@ -727,6 +804,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
727
804
|
format?: string | undefined;
|
|
728
805
|
label?: string | undefined;
|
|
729
806
|
valueLabels?: string | undefined;
|
|
807
|
+
nullValueLabel?: string | undefined;
|
|
730
808
|
};
|
|
731
809
|
size?: {
|
|
732
810
|
scale?: number | undefined;
|
|
@@ -750,6 +828,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
750
828
|
format?: string | undefined;
|
|
751
829
|
label?: string | undefined;
|
|
752
830
|
valueLabels?: string | undefined;
|
|
831
|
+
nullValueLabel?: string | undefined;
|
|
753
832
|
};
|
|
754
833
|
domain: number[];
|
|
755
834
|
range: string[];
|
|
@@ -761,6 +840,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
761
840
|
format?: string | undefined;
|
|
762
841
|
label?: string | undefined;
|
|
763
842
|
valueLabels?: string | undefined;
|
|
843
|
+
nullValueLabel?: string | undefined;
|
|
764
844
|
};
|
|
765
845
|
valuesMap: Record<string, string>;
|
|
766
846
|
} | undefined;
|
|
@@ -771,6 +851,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
771
851
|
format?: string | undefined;
|
|
772
852
|
label?: string | undefined;
|
|
773
853
|
valueLabels?: string | undefined;
|
|
854
|
+
nullValueLabel?: string | undefined;
|
|
774
855
|
};
|
|
775
856
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
776
857
|
} | undefined;
|
|
@@ -781,6 +862,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
781
862
|
format?: string | undefined;
|
|
782
863
|
label?: string | undefined;
|
|
783
864
|
valueLabels?: string | undefined;
|
|
865
|
+
nullValueLabel?: string | undefined;
|
|
784
866
|
};
|
|
785
867
|
domain: number[];
|
|
786
868
|
range: string[];
|
|
@@ -792,6 +874,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
792
874
|
format?: string | undefined;
|
|
793
875
|
label?: string | undefined;
|
|
794
876
|
valueLabels?: string | undefined;
|
|
877
|
+
nullValueLabel?: string | undefined;
|
|
795
878
|
};
|
|
796
879
|
valuesMap: Record<string, string>;
|
|
797
880
|
} | undefined;
|
|
@@ -802,6 +885,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
802
885
|
format?: string | undefined;
|
|
803
886
|
label?: string | undefined;
|
|
804
887
|
valueLabels?: string | undefined;
|
|
888
|
+
nullValueLabel?: string | undefined;
|
|
805
889
|
};
|
|
806
890
|
domain: number[];
|
|
807
891
|
range: number[];
|
|
@@ -813,6 +897,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
813
897
|
format?: string | undefined;
|
|
814
898
|
label?: string | undefined;
|
|
815
899
|
valueLabels?: string | undefined;
|
|
900
|
+
nullValueLabel?: string | undefined;
|
|
816
901
|
};
|
|
817
902
|
valuesMap: Record<string, number>;
|
|
818
903
|
} | undefined;
|
|
@@ -823,6 +908,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
823
908
|
format?: string | undefined;
|
|
824
909
|
label?: string | undefined;
|
|
825
910
|
valueLabels?: string | undefined;
|
|
911
|
+
nullValueLabel?: string | undefined;
|
|
826
912
|
} | undefined;
|
|
827
913
|
height?: {
|
|
828
914
|
type: "column";
|
|
@@ -830,12 +916,14 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
830
916
|
format?: string | undefined;
|
|
831
917
|
label?: string | undefined;
|
|
832
918
|
valueLabels?: string | undefined;
|
|
919
|
+
nullValueLabel?: string | undefined;
|
|
833
920
|
} | undefined;
|
|
834
921
|
legend?: {
|
|
835
922
|
show?: boolean | undefined;
|
|
836
923
|
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
837
924
|
} | undefined;
|
|
838
925
|
facetSettings?: {
|
|
926
|
+
order?: string[] | undefined;
|
|
839
927
|
nRows?: number | undefined;
|
|
840
928
|
nCols?: number | undefined;
|
|
841
929
|
} | undefined;
|
|
@@ -845,6 +933,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
845
933
|
format?: string | undefined;
|
|
846
934
|
label?: string | undefined;
|
|
847
935
|
valueLabels?: string | undefined;
|
|
936
|
+
nullValueLabel?: string | undefined;
|
|
848
937
|
}[] | undefined;
|
|
849
938
|
showNodes?: boolean | undefined;
|
|
850
939
|
edgeInheritance?: "up" | "down" | undefined;
|
|
@@ -857,6 +946,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
857
946
|
format?: string | undefined;
|
|
858
947
|
label?: string | undefined;
|
|
859
948
|
valueLabels?: string | undefined;
|
|
949
|
+
nullValueLabel?: string | undefined;
|
|
860
950
|
} | undefined;
|
|
861
951
|
heatmapAxis?: {
|
|
862
952
|
type: "column";
|
|
@@ -864,6 +954,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
864
954
|
format?: string | undefined;
|
|
865
955
|
label?: string | undefined;
|
|
866
956
|
valueLabels?: string | undefined;
|
|
957
|
+
nullValueLabel?: string | undefined;
|
|
867
958
|
} | undefined;
|
|
868
959
|
heatmapGroup?: {
|
|
869
960
|
type: "column";
|
|
@@ -871,6 +962,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
871
962
|
format?: string | undefined;
|
|
872
963
|
label?: string | undefined;
|
|
873
964
|
valueLabels?: string | undefined;
|
|
965
|
+
nullValueLabel?: string | undefined;
|
|
874
966
|
}[] | undefined;
|
|
875
967
|
heatmapSettings?: {
|
|
876
968
|
aes?: {
|
|
@@ -897,6 +989,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
897
989
|
format?: string | undefined;
|
|
898
990
|
label?: string | undefined;
|
|
899
991
|
valueLabels?: string | undefined;
|
|
992
|
+
nullValueLabel?: string | undefined;
|
|
900
993
|
};
|
|
901
994
|
parentId: {
|
|
902
995
|
type: "column";
|
|
@@ -904,6 +997,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
904
997
|
format?: string | undefined;
|
|
905
998
|
label?: string | undefined;
|
|
906
999
|
valueLabels?: string | undefined;
|
|
1000
|
+
nullValueLabel?: string | undefined;
|
|
907
1001
|
};
|
|
908
1002
|
size?: {
|
|
909
1003
|
scale?: number | undefined;
|
|
@@ -927,6 +1021,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
927
1021
|
format?: string | undefined;
|
|
928
1022
|
label?: string | undefined;
|
|
929
1023
|
valueLabels?: string | undefined;
|
|
1024
|
+
nullValueLabel?: string | undefined;
|
|
930
1025
|
};
|
|
931
1026
|
domain: number[];
|
|
932
1027
|
range: string[];
|
|
@@ -938,6 +1033,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
938
1033
|
format?: string | undefined;
|
|
939
1034
|
label?: string | undefined;
|
|
940
1035
|
valueLabels?: string | undefined;
|
|
1036
|
+
nullValueLabel?: string | undefined;
|
|
941
1037
|
};
|
|
942
1038
|
valuesMap: Record<string, string>;
|
|
943
1039
|
} | undefined;
|
|
@@ -948,6 +1044,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
948
1044
|
format?: string | undefined;
|
|
949
1045
|
label?: string | undefined;
|
|
950
1046
|
valueLabels?: string | undefined;
|
|
1047
|
+
nullValueLabel?: string | undefined;
|
|
951
1048
|
};
|
|
952
1049
|
valuesMap: Record<string, "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25">;
|
|
953
1050
|
} | undefined;
|
|
@@ -958,6 +1055,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
958
1055
|
format?: string | undefined;
|
|
959
1056
|
label?: string | undefined;
|
|
960
1057
|
valueLabels?: string | undefined;
|
|
1058
|
+
nullValueLabel?: string | undefined;
|
|
961
1059
|
};
|
|
962
1060
|
domain: number[];
|
|
963
1061
|
range: string[];
|
|
@@ -969,6 +1067,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
969
1067
|
format?: string | undefined;
|
|
970
1068
|
label?: string | undefined;
|
|
971
1069
|
valueLabels?: string | undefined;
|
|
1070
|
+
nullValueLabel?: string | undefined;
|
|
972
1071
|
};
|
|
973
1072
|
valuesMap: Record<string, string>;
|
|
974
1073
|
} | undefined;
|
|
@@ -979,6 +1078,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
979
1078
|
format?: string | undefined;
|
|
980
1079
|
label?: string | undefined;
|
|
981
1080
|
valueLabels?: string | undefined;
|
|
1081
|
+
nullValueLabel?: string | undefined;
|
|
982
1082
|
};
|
|
983
1083
|
domain: number[];
|
|
984
1084
|
range: number[];
|
|
@@ -990,6 +1090,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
990
1090
|
format?: string | undefined;
|
|
991
1091
|
label?: string | undefined;
|
|
992
1092
|
valueLabels?: string | undefined;
|
|
1093
|
+
nullValueLabel?: string | undefined;
|
|
993
1094
|
};
|
|
994
1095
|
valuesMap: Record<string, number>;
|
|
995
1096
|
} | undefined;
|
|
@@ -1000,6 +1101,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1000
1101
|
format?: string | undefined;
|
|
1001
1102
|
label?: string | undefined;
|
|
1002
1103
|
valueLabels?: string | undefined;
|
|
1104
|
+
nullValueLabel?: string | undefined;
|
|
1003
1105
|
} | undefined;
|
|
1004
1106
|
height?: {
|
|
1005
1107
|
type: "column";
|
|
@@ -1007,12 +1109,14 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1007
1109
|
format?: string | undefined;
|
|
1008
1110
|
label?: string | undefined;
|
|
1009
1111
|
valueLabels?: string | undefined;
|
|
1112
|
+
nullValueLabel?: string | undefined;
|
|
1010
1113
|
} | undefined;
|
|
1011
1114
|
legend?: {
|
|
1012
1115
|
show?: boolean | undefined;
|
|
1013
1116
|
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
1014
1117
|
} | undefined;
|
|
1015
1118
|
facetSettings?: {
|
|
1119
|
+
order?: string[] | undefined;
|
|
1016
1120
|
nRows?: number | undefined;
|
|
1017
1121
|
nCols?: number | undefined;
|
|
1018
1122
|
} | undefined;
|
|
@@ -1022,6 +1126,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1022
1126
|
format?: string | undefined;
|
|
1023
1127
|
label?: string | undefined;
|
|
1024
1128
|
valueLabels?: string | undefined;
|
|
1129
|
+
nullValueLabel?: string | undefined;
|
|
1025
1130
|
}[] | undefined;
|
|
1026
1131
|
showNodes?: boolean | undefined;
|
|
1027
1132
|
edgeInheritance?: "up" | "down" | undefined;
|
|
@@ -1034,6 +1139,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1034
1139
|
format?: string | undefined;
|
|
1035
1140
|
label?: string | undefined;
|
|
1036
1141
|
valueLabels?: string | undefined;
|
|
1142
|
+
nullValueLabel?: string | undefined;
|
|
1037
1143
|
} | undefined;
|
|
1038
1144
|
heatmapAxis?: {
|
|
1039
1145
|
type: "column";
|
|
@@ -1041,6 +1147,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1041
1147
|
format?: string | undefined;
|
|
1042
1148
|
label?: string | undefined;
|
|
1043
1149
|
valueLabels?: string | undefined;
|
|
1150
|
+
nullValueLabel?: string | undefined;
|
|
1044
1151
|
} | undefined;
|
|
1045
1152
|
heatmapGroup?: {
|
|
1046
1153
|
type: "column";
|
|
@@ -1048,6 +1155,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
|
|
|
1048
1155
|
format?: string | undefined;
|
|
1049
1156
|
label?: string | undefined;
|
|
1050
1157
|
valueLabels?: string | undefined;
|
|
1158
|
+
nullValueLabel?: string | undefined;
|
|
1051
1159
|
}[] | undefined;
|
|
1052
1160
|
heatmapSettings?: {
|
|
1053
1161
|
aes?: {
|
|
@@ -1069,3 +1177,4 @@ export type DendroLegendInfo = Record<string, {
|
|
|
1069
1177
|
aesMap: AesRecord;
|
|
1070
1178
|
labels: Record<string, string>;
|
|
1071
1179
|
}>;
|
|
1180
|
+
//# sourceMappingURL=dendro.d.ts.map
|