@milaboratories/miplots4 1.0.172 → 1.0.174
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 +1 -0
- package/dist/DataFrame.d.ts.map +1 -0
- package/dist/MiPlots.d.ts +1 -0
- package/dist/MiPlots.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
- 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 +1 -0
- package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
- package/dist/bubble/index.d.ts +1 -0
- package/dist/bubble/index.d.ts.map +1 -0
- 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/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 +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
- 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 +129 -123
- 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 +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
- 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 +1 -0
- package/dist/heatmap/fillCellsData.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.js +106 -106
- package/dist/heatmap/fillCellsData.js.map +1 -1
- package/dist/heatmap/getCells.d.ts +1 -0
- package/dist/heatmap/getCells.d.ts.map +1 -0
- 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/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 +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
- 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 +1 -0
- package/dist/histogram/getHistogramData.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.js +46 -46
- package/dist/histogram/getHistogramData.js.map +1 -1
- package/dist/histogram/index.d.ts +1 -0
- package/dist/histogram/index.d.ts.map +1 -0
- package/dist/histogram/index.js +61 -61
- package/dist/histogram/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
- 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 +1 -0
- package/dist/scatterplot/dots.d.ts.map +1 -0
- package/dist/scatterplot/getLayersData.d.ts +1 -0
- package/dist/scatterplot/getLayersData.d.ts.map +1 -0
- package/dist/scatterplot/index.d.ts +1 -0
- package/dist/scatterplot/index.d.ts.map +1 -0
- package/dist/scatterplot/index.js +74 -71
- 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 +43 -0
- package/dist/types/bubble.d.ts.map +1 -0
- 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 +104 -0
- package/dist/types/dendro.d.ts.map +1 -0
- package/dist/types/discrete.d.ts +168 -0
- package/dist/types/discrete.d.ts.map +1 -0
- package/dist/types/heatmap.d.ts +160 -0
- package/dist/types/heatmap.d.ts.map +1 -0
- package/dist/types/histogram.d.ts +23 -0
- package/dist/types/histogram.d.ts.map +1 -0
- 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 +183 -0
- package/dist/types/scatterplot.d.ts.map +1 -0
- 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/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 +1 -0
- 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/discrete.d.ts
CHANGED
|
@@ -750,18 +750,21 @@ declare const BinnedDotsLayerSchema: z.ZodObject<{
|
|
|
750
750
|
format: z.ZodOptional<z.ZodString>;
|
|
751
751
|
label: z.ZodOptional<z.ZodString>;
|
|
752
752
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
753
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
753
754
|
}, "strip", z.ZodTypeAny, {
|
|
754
755
|
type: "column";
|
|
755
756
|
value: string;
|
|
756
757
|
format?: string | undefined;
|
|
757
758
|
label?: string | undefined;
|
|
758
759
|
valueLabels?: string | undefined;
|
|
760
|
+
nullValueLabel?: string | undefined;
|
|
759
761
|
}, {
|
|
760
762
|
type: "column";
|
|
761
763
|
value: string;
|
|
762
764
|
format?: string | undefined;
|
|
763
765
|
label?: string | undefined;
|
|
764
766
|
valueLabels?: string | undefined;
|
|
767
|
+
nullValueLabel?: string | undefined;
|
|
765
768
|
}>>;
|
|
766
769
|
aes: z.ZodOptional<z.ZodObject<{
|
|
767
770
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -830,6 +833,7 @@ declare const BinnedDotsLayerSchema: z.ZodObject<{
|
|
|
830
833
|
format?: string | undefined;
|
|
831
834
|
label?: string | undefined;
|
|
832
835
|
valueLabels?: string | undefined;
|
|
836
|
+
nullValueLabel?: string | undefined;
|
|
833
837
|
} | undefined;
|
|
834
838
|
method?: "dotdensity" | "histodot" | undefined;
|
|
835
839
|
}, {
|
|
@@ -854,6 +858,7 @@ declare const BinnedDotsLayerSchema: z.ZodObject<{
|
|
|
854
858
|
format?: string | undefined;
|
|
855
859
|
label?: string | undefined;
|
|
856
860
|
valueLabels?: string | undefined;
|
|
861
|
+
nullValueLabel?: string | undefined;
|
|
857
862
|
} | undefined;
|
|
858
863
|
method?: "dotdensity" | "histodot" | undefined;
|
|
859
864
|
}>;
|
|
@@ -866,18 +871,21 @@ declare const PairedPointsLayerSchema: z.ZodObject<{
|
|
|
866
871
|
format: z.ZodOptional<z.ZodString>;
|
|
867
872
|
label: z.ZodOptional<z.ZodString>;
|
|
868
873
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
874
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
869
875
|
}, "strip", z.ZodTypeAny, {
|
|
870
876
|
type: "column";
|
|
871
877
|
value: string;
|
|
872
878
|
format?: string | undefined;
|
|
873
879
|
label?: string | undefined;
|
|
874
880
|
valueLabels?: string | undefined;
|
|
881
|
+
nullValueLabel?: string | undefined;
|
|
875
882
|
}, {
|
|
876
883
|
type: "column";
|
|
877
884
|
value: string;
|
|
878
885
|
format?: string | undefined;
|
|
879
886
|
label?: string | undefined;
|
|
880
887
|
valueLabels?: string | undefined;
|
|
888
|
+
nullValueLabel?: string | undefined;
|
|
881
889
|
}>;
|
|
882
890
|
aes: z.ZodOptional<z.ZodObject<{
|
|
883
891
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -935,6 +943,7 @@ declare const PairedPointsLayerSchema: z.ZodObject<{
|
|
|
935
943
|
format?: string | undefined;
|
|
936
944
|
label?: string | undefined;
|
|
937
945
|
valueLabels?: string | undefined;
|
|
946
|
+
nullValueLabel?: string | undefined;
|
|
938
947
|
};
|
|
939
948
|
aes?: {
|
|
940
949
|
dotFill?: string | {
|
|
@@ -958,6 +967,7 @@ declare const PairedPointsLayerSchema: z.ZodObject<{
|
|
|
958
967
|
format?: string | undefined;
|
|
959
968
|
label?: string | undefined;
|
|
960
969
|
valueLabels?: string | undefined;
|
|
970
|
+
nullValueLabel?: string | undefined;
|
|
961
971
|
};
|
|
962
972
|
aes?: {
|
|
963
973
|
dotFill?: string | {
|
|
@@ -1965,18 +1975,21 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1965
1975
|
format: z.ZodOptional<z.ZodString>;
|
|
1966
1976
|
label: z.ZodOptional<z.ZodString>;
|
|
1967
1977
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1978
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1968
1979
|
}, "strip", z.ZodTypeAny, {
|
|
1969
1980
|
type: "column";
|
|
1970
1981
|
value: string;
|
|
1971
1982
|
format?: string | undefined;
|
|
1972
1983
|
label?: string | undefined;
|
|
1973
1984
|
valueLabels?: string | undefined;
|
|
1985
|
+
nullValueLabel?: string | undefined;
|
|
1974
1986
|
}, {
|
|
1975
1987
|
type: "column";
|
|
1976
1988
|
value: string;
|
|
1977
1989
|
format?: string | undefined;
|
|
1978
1990
|
label?: string | undefined;
|
|
1979
1991
|
valueLabels?: string | undefined;
|
|
1992
|
+
nullValueLabel?: string | undefined;
|
|
1980
1993
|
}>>;
|
|
1981
1994
|
aes: z.ZodOptional<z.ZodObject<{
|
|
1982
1995
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2045,6 +2058,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2045
2058
|
format?: string | undefined;
|
|
2046
2059
|
label?: string | undefined;
|
|
2047
2060
|
valueLabels?: string | undefined;
|
|
2061
|
+
nullValueLabel?: string | undefined;
|
|
2048
2062
|
} | undefined;
|
|
2049
2063
|
method?: "dotdensity" | "histodot" | undefined;
|
|
2050
2064
|
}, {
|
|
@@ -2069,6 +2083,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2069
2083
|
format?: string | undefined;
|
|
2070
2084
|
label?: string | undefined;
|
|
2071
2085
|
valueLabels?: string | undefined;
|
|
2086
|
+
nullValueLabel?: string | undefined;
|
|
2072
2087
|
} | undefined;
|
|
2073
2088
|
method?: "dotdensity" | "histodot" | undefined;
|
|
2074
2089
|
}>, z.ZodObject<{
|
|
@@ -2079,18 +2094,21 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2079
2094
|
format: z.ZodOptional<z.ZodString>;
|
|
2080
2095
|
label: z.ZodOptional<z.ZodString>;
|
|
2081
2096
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2097
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2082
2098
|
}, "strip", z.ZodTypeAny, {
|
|
2083
2099
|
type: "column";
|
|
2084
2100
|
value: string;
|
|
2085
2101
|
format?: string | undefined;
|
|
2086
2102
|
label?: string | undefined;
|
|
2087
2103
|
valueLabels?: string | undefined;
|
|
2104
|
+
nullValueLabel?: string | undefined;
|
|
2088
2105
|
}, {
|
|
2089
2106
|
type: "column";
|
|
2090
2107
|
value: string;
|
|
2091
2108
|
format?: string | undefined;
|
|
2092
2109
|
label?: string | undefined;
|
|
2093
2110
|
valueLabels?: string | undefined;
|
|
2111
|
+
nullValueLabel?: string | undefined;
|
|
2094
2112
|
}>;
|
|
2095
2113
|
aes: z.ZodOptional<z.ZodObject<{
|
|
2096
2114
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2148,6 +2166,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2148
2166
|
format?: string | undefined;
|
|
2149
2167
|
label?: string | undefined;
|
|
2150
2168
|
valueLabels?: string | undefined;
|
|
2169
|
+
nullValueLabel?: string | undefined;
|
|
2151
2170
|
};
|
|
2152
2171
|
aes?: {
|
|
2153
2172
|
dotFill?: string | {
|
|
@@ -2171,6 +2190,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2171
2190
|
format?: string | undefined;
|
|
2172
2191
|
label?: string | undefined;
|
|
2173
2192
|
valueLabels?: string | undefined;
|
|
2193
|
+
nullValueLabel?: string | undefined;
|
|
2174
2194
|
};
|
|
2175
2195
|
aes?: {
|
|
2176
2196
|
dotFill?: string | {
|
|
@@ -2446,18 +2466,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2446
2466
|
format: z.ZodOptional<z.ZodString>;
|
|
2447
2467
|
label: z.ZodOptional<z.ZodString>;
|
|
2448
2468
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2469
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2449
2470
|
}, "strip", z.ZodTypeAny, {
|
|
2450
2471
|
type: "column";
|
|
2451
2472
|
value: string;
|
|
2452
2473
|
format?: string | undefined;
|
|
2453
2474
|
label?: string | undefined;
|
|
2454
2475
|
valueLabels?: string | undefined;
|
|
2476
|
+
nullValueLabel?: string | undefined;
|
|
2455
2477
|
}, {
|
|
2456
2478
|
type: "column";
|
|
2457
2479
|
value: string;
|
|
2458
2480
|
format?: string | undefined;
|
|
2459
2481
|
label?: string | undefined;
|
|
2460
2482
|
valueLabels?: string | undefined;
|
|
2483
|
+
nullValueLabel?: string | undefined;
|
|
2461
2484
|
}>;
|
|
2462
2485
|
size: z.ZodOptional<z.ZodObject<{
|
|
2463
2486
|
width: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2494,18 +2517,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2494
2517
|
format: z.ZodOptional<z.ZodString>;
|
|
2495
2518
|
label: z.ZodOptional<z.ZodString>;
|
|
2496
2519
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2520
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2497
2521
|
}, "strip", z.ZodTypeAny, {
|
|
2498
2522
|
type: "column";
|
|
2499
2523
|
value: string;
|
|
2500
2524
|
format?: string | undefined;
|
|
2501
2525
|
label?: string | undefined;
|
|
2502
2526
|
valueLabels?: string | undefined;
|
|
2527
|
+
nullValueLabel?: string | undefined;
|
|
2503
2528
|
}, {
|
|
2504
2529
|
type: "column";
|
|
2505
2530
|
value: string;
|
|
2506
2531
|
format?: string | undefined;
|
|
2507
2532
|
label?: string | undefined;
|
|
2508
2533
|
valueLabels?: string | undefined;
|
|
2534
|
+
nullValueLabel?: string | undefined;
|
|
2509
2535
|
}>, "many">>;
|
|
2510
2536
|
}, "strip", z.ZodTypeAny, {
|
|
2511
2537
|
show?: boolean | undefined;
|
|
@@ -2515,6 +2541,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2515
2541
|
format?: string | undefined;
|
|
2516
2542
|
label?: string | undefined;
|
|
2517
2543
|
valueLabels?: string | undefined;
|
|
2544
|
+
nullValueLabel?: string | undefined;
|
|
2518
2545
|
}[] | undefined;
|
|
2519
2546
|
}, {
|
|
2520
2547
|
show?: boolean | undefined;
|
|
@@ -2524,6 +2551,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2524
2551
|
format?: string | undefined;
|
|
2525
2552
|
label?: string | undefined;
|
|
2526
2553
|
valueLabels?: string | undefined;
|
|
2554
|
+
nullValueLabel?: string | undefined;
|
|
2527
2555
|
}[] | undefined;
|
|
2528
2556
|
}>>;
|
|
2529
2557
|
violin: z.ZodOptional<z.ZodObject<{
|
|
@@ -2534,18 +2562,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2534
2562
|
format: z.ZodOptional<z.ZodString>;
|
|
2535
2563
|
label: z.ZodOptional<z.ZodString>;
|
|
2536
2564
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2565
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2537
2566
|
}, "strip", z.ZodTypeAny, {
|
|
2538
2567
|
type: "column";
|
|
2539
2568
|
value: string;
|
|
2540
2569
|
format?: string | undefined;
|
|
2541
2570
|
label?: string | undefined;
|
|
2542
2571
|
valueLabels?: string | undefined;
|
|
2572
|
+
nullValueLabel?: string | undefined;
|
|
2543
2573
|
}, {
|
|
2544
2574
|
type: "column";
|
|
2545
2575
|
value: string;
|
|
2546
2576
|
format?: string | undefined;
|
|
2547
2577
|
label?: string | undefined;
|
|
2548
2578
|
valueLabels?: string | undefined;
|
|
2579
|
+
nullValueLabel?: string | undefined;
|
|
2549
2580
|
}>, "many">>;
|
|
2550
2581
|
}, "strip", z.ZodTypeAny, {
|
|
2551
2582
|
show?: boolean | undefined;
|
|
@@ -2555,6 +2586,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2555
2586
|
format?: string | undefined;
|
|
2556
2587
|
label?: string | undefined;
|
|
2557
2588
|
valueLabels?: string | undefined;
|
|
2589
|
+
nullValueLabel?: string | undefined;
|
|
2558
2590
|
}[] | undefined;
|
|
2559
2591
|
}, {
|
|
2560
2592
|
show?: boolean | undefined;
|
|
@@ -2564,6 +2596,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2564
2596
|
format?: string | undefined;
|
|
2565
2597
|
label?: string | undefined;
|
|
2566
2598
|
valueLabels?: string | undefined;
|
|
2599
|
+
nullValueLabel?: string | undefined;
|
|
2567
2600
|
}[] | undefined;
|
|
2568
2601
|
}>>;
|
|
2569
2602
|
boxOutliers: z.ZodOptional<z.ZodObject<{
|
|
@@ -2574,18 +2607,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2574
2607
|
format: z.ZodOptional<z.ZodString>;
|
|
2575
2608
|
label: z.ZodOptional<z.ZodString>;
|
|
2576
2609
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2610
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2577
2611
|
}, "strip", z.ZodTypeAny, {
|
|
2578
2612
|
type: "column";
|
|
2579
2613
|
value: string;
|
|
2580
2614
|
format?: string | undefined;
|
|
2581
2615
|
label?: string | undefined;
|
|
2582
2616
|
valueLabels?: string | undefined;
|
|
2617
|
+
nullValueLabel?: string | undefined;
|
|
2583
2618
|
}, {
|
|
2584
2619
|
type: "column";
|
|
2585
2620
|
value: string;
|
|
2586
2621
|
format?: string | undefined;
|
|
2587
2622
|
label?: string | undefined;
|
|
2588
2623
|
valueLabels?: string | undefined;
|
|
2624
|
+
nullValueLabel?: string | undefined;
|
|
2589
2625
|
}>, "many">>;
|
|
2590
2626
|
}, "strip", z.ZodTypeAny, {
|
|
2591
2627
|
show?: boolean | undefined;
|
|
@@ -2595,6 +2631,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2595
2631
|
format?: string | undefined;
|
|
2596
2632
|
label?: string | undefined;
|
|
2597
2633
|
valueLabels?: string | undefined;
|
|
2634
|
+
nullValueLabel?: string | undefined;
|
|
2598
2635
|
}[] | undefined;
|
|
2599
2636
|
}, {
|
|
2600
2637
|
show?: boolean | undefined;
|
|
@@ -2604,6 +2641,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2604
2641
|
format?: string | undefined;
|
|
2605
2642
|
label?: string | undefined;
|
|
2606
2643
|
valueLabels?: string | undefined;
|
|
2644
|
+
nullValueLabel?: string | undefined;
|
|
2607
2645
|
}[] | undefined;
|
|
2608
2646
|
}>>;
|
|
2609
2647
|
line: z.ZodOptional<z.ZodObject<{
|
|
@@ -2614,18 +2652,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2614
2652
|
format: z.ZodOptional<z.ZodString>;
|
|
2615
2653
|
label: z.ZodOptional<z.ZodString>;
|
|
2616
2654
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2655
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2617
2656
|
}, "strip", z.ZodTypeAny, {
|
|
2618
2657
|
type: "column";
|
|
2619
2658
|
value: string;
|
|
2620
2659
|
format?: string | undefined;
|
|
2621
2660
|
label?: string | undefined;
|
|
2622
2661
|
valueLabels?: string | undefined;
|
|
2662
|
+
nullValueLabel?: string | undefined;
|
|
2623
2663
|
}, {
|
|
2624
2664
|
type: "column";
|
|
2625
2665
|
value: string;
|
|
2626
2666
|
format?: string | undefined;
|
|
2627
2667
|
label?: string | undefined;
|
|
2628
2668
|
valueLabels?: string | undefined;
|
|
2669
|
+
nullValueLabel?: string | undefined;
|
|
2629
2670
|
}>, "many">>;
|
|
2630
2671
|
}, "strip", z.ZodTypeAny, {
|
|
2631
2672
|
show?: boolean | undefined;
|
|
@@ -2635,6 +2676,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2635
2676
|
format?: string | undefined;
|
|
2636
2677
|
label?: string | undefined;
|
|
2637
2678
|
valueLabels?: string | undefined;
|
|
2679
|
+
nullValueLabel?: string | undefined;
|
|
2638
2680
|
}[] | undefined;
|
|
2639
2681
|
}, {
|
|
2640
2682
|
show?: boolean | undefined;
|
|
@@ -2644,6 +2686,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2644
2686
|
format?: string | undefined;
|
|
2645
2687
|
label?: string | undefined;
|
|
2646
2688
|
valueLabels?: string | undefined;
|
|
2689
|
+
nullValueLabel?: string | undefined;
|
|
2647
2690
|
}[] | undefined;
|
|
2648
2691
|
}>>;
|
|
2649
2692
|
dot: z.ZodOptional<z.ZodObject<{
|
|
@@ -2654,18 +2697,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2654
2697
|
format: z.ZodOptional<z.ZodString>;
|
|
2655
2698
|
label: z.ZodOptional<z.ZodString>;
|
|
2656
2699
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2700
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2657
2701
|
}, "strip", z.ZodTypeAny, {
|
|
2658
2702
|
type: "column";
|
|
2659
2703
|
value: string;
|
|
2660
2704
|
format?: string | undefined;
|
|
2661
2705
|
label?: string | undefined;
|
|
2662
2706
|
valueLabels?: string | undefined;
|
|
2707
|
+
nullValueLabel?: string | undefined;
|
|
2663
2708
|
}, {
|
|
2664
2709
|
type: "column";
|
|
2665
2710
|
value: string;
|
|
2666
2711
|
format?: string | undefined;
|
|
2667
2712
|
label?: string | undefined;
|
|
2668
2713
|
valueLabels?: string | undefined;
|
|
2714
|
+
nullValueLabel?: string | undefined;
|
|
2669
2715
|
}>, "many">>;
|
|
2670
2716
|
}, "strip", z.ZodTypeAny, {
|
|
2671
2717
|
show?: boolean | undefined;
|
|
@@ -2675,6 +2721,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2675
2721
|
format?: string | undefined;
|
|
2676
2722
|
label?: string | undefined;
|
|
2677
2723
|
valueLabels?: string | undefined;
|
|
2724
|
+
nullValueLabel?: string | undefined;
|
|
2678
2725
|
}[] | undefined;
|
|
2679
2726
|
}, {
|
|
2680
2727
|
show?: boolean | undefined;
|
|
@@ -2684,6 +2731,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2684
2731
|
format?: string | undefined;
|
|
2685
2732
|
label?: string | undefined;
|
|
2686
2733
|
valueLabels?: string | undefined;
|
|
2734
|
+
nullValueLabel?: string | undefined;
|
|
2687
2735
|
}[] | undefined;
|
|
2688
2736
|
}>>;
|
|
2689
2737
|
errorBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -2694,18 +2742,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2694
2742
|
format: z.ZodOptional<z.ZodString>;
|
|
2695
2743
|
label: z.ZodOptional<z.ZodString>;
|
|
2696
2744
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2745
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2697
2746
|
}, "strip", z.ZodTypeAny, {
|
|
2698
2747
|
type: "column";
|
|
2699
2748
|
value: string;
|
|
2700
2749
|
format?: string | undefined;
|
|
2701
2750
|
label?: string | undefined;
|
|
2702
2751
|
valueLabels?: string | undefined;
|
|
2752
|
+
nullValueLabel?: string | undefined;
|
|
2703
2753
|
}, {
|
|
2704
2754
|
type: "column";
|
|
2705
2755
|
value: string;
|
|
2706
2756
|
format?: string | undefined;
|
|
2707
2757
|
label?: string | undefined;
|
|
2708
2758
|
valueLabels?: string | undefined;
|
|
2759
|
+
nullValueLabel?: string | undefined;
|
|
2709
2760
|
}>, "many">>;
|
|
2710
2761
|
}, "strip", z.ZodTypeAny, {
|
|
2711
2762
|
show?: boolean | undefined;
|
|
@@ -2715,6 +2766,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2715
2766
|
format?: string | undefined;
|
|
2716
2767
|
label?: string | undefined;
|
|
2717
2768
|
valueLabels?: string | undefined;
|
|
2769
|
+
nullValueLabel?: string | undefined;
|
|
2718
2770
|
}[] | undefined;
|
|
2719
2771
|
}, {
|
|
2720
2772
|
show?: boolean | undefined;
|
|
@@ -2724,6 +2776,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2724
2776
|
format?: string | undefined;
|
|
2725
2777
|
label?: string | undefined;
|
|
2726
2778
|
valueLabels?: string | undefined;
|
|
2779
|
+
nullValueLabel?: string | undefined;
|
|
2727
2780
|
}[] | undefined;
|
|
2728
2781
|
}>>;
|
|
2729
2782
|
binnedDots: z.ZodOptional<z.ZodObject<{
|
|
@@ -2734,18 +2787,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2734
2787
|
format: z.ZodOptional<z.ZodString>;
|
|
2735
2788
|
label: z.ZodOptional<z.ZodString>;
|
|
2736
2789
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2790
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2737
2791
|
}, "strip", z.ZodTypeAny, {
|
|
2738
2792
|
type: "column";
|
|
2739
2793
|
value: string;
|
|
2740
2794
|
format?: string | undefined;
|
|
2741
2795
|
label?: string | undefined;
|
|
2742
2796
|
valueLabels?: string | undefined;
|
|
2797
|
+
nullValueLabel?: string | undefined;
|
|
2743
2798
|
}, {
|
|
2744
2799
|
type: "column";
|
|
2745
2800
|
value: string;
|
|
2746
2801
|
format?: string | undefined;
|
|
2747
2802
|
label?: string | undefined;
|
|
2748
2803
|
valueLabels?: string | undefined;
|
|
2804
|
+
nullValueLabel?: string | undefined;
|
|
2749
2805
|
}>, "many">>;
|
|
2750
2806
|
}, "strip", z.ZodTypeAny, {
|
|
2751
2807
|
show?: boolean | undefined;
|
|
@@ -2755,6 +2811,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2755
2811
|
format?: string | undefined;
|
|
2756
2812
|
label?: string | undefined;
|
|
2757
2813
|
valueLabels?: string | undefined;
|
|
2814
|
+
nullValueLabel?: string | undefined;
|
|
2758
2815
|
}[] | undefined;
|
|
2759
2816
|
}, {
|
|
2760
2817
|
show?: boolean | undefined;
|
|
@@ -2764,6 +2821,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2764
2821
|
format?: string | undefined;
|
|
2765
2822
|
label?: string | undefined;
|
|
2766
2823
|
valueLabels?: string | undefined;
|
|
2824
|
+
nullValueLabel?: string | undefined;
|
|
2767
2825
|
}[] | undefined;
|
|
2768
2826
|
}>>;
|
|
2769
2827
|
pairedPoints: z.ZodOptional<z.ZodObject<{
|
|
@@ -2774,18 +2832,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2774
2832
|
format: z.ZodOptional<z.ZodString>;
|
|
2775
2833
|
label: z.ZodOptional<z.ZodString>;
|
|
2776
2834
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2835
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2777
2836
|
}, "strip", z.ZodTypeAny, {
|
|
2778
2837
|
type: "column";
|
|
2779
2838
|
value: string;
|
|
2780
2839
|
format?: string | undefined;
|
|
2781
2840
|
label?: string | undefined;
|
|
2782
2841
|
valueLabels?: string | undefined;
|
|
2842
|
+
nullValueLabel?: string | undefined;
|
|
2783
2843
|
}, {
|
|
2784
2844
|
type: "column";
|
|
2785
2845
|
value: string;
|
|
2786
2846
|
format?: string | undefined;
|
|
2787
2847
|
label?: string | undefined;
|
|
2788
2848
|
valueLabels?: string | undefined;
|
|
2849
|
+
nullValueLabel?: string | undefined;
|
|
2789
2850
|
}>, "many">>;
|
|
2790
2851
|
}, "strip", z.ZodTypeAny, {
|
|
2791
2852
|
show?: boolean | undefined;
|
|
@@ -2795,6 +2856,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2795
2856
|
format?: string | undefined;
|
|
2796
2857
|
label?: string | undefined;
|
|
2797
2858
|
valueLabels?: string | undefined;
|
|
2859
|
+
nullValueLabel?: string | undefined;
|
|
2798
2860
|
}[] | undefined;
|
|
2799
2861
|
}, {
|
|
2800
2862
|
show?: boolean | undefined;
|
|
@@ -2804,6 +2866,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2804
2866
|
format?: string | undefined;
|
|
2805
2867
|
label?: string | undefined;
|
|
2806
2868
|
valueLabels?: string | undefined;
|
|
2869
|
+
nullValueLabel?: string | undefined;
|
|
2807
2870
|
}[] | undefined;
|
|
2808
2871
|
}>>;
|
|
2809
2872
|
stackedBar: z.ZodOptional<z.ZodObject<{
|
|
@@ -2814,18 +2877,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2814
2877
|
format: z.ZodOptional<z.ZodString>;
|
|
2815
2878
|
label: z.ZodOptional<z.ZodString>;
|
|
2816
2879
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2880
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2817
2881
|
}, "strip", z.ZodTypeAny, {
|
|
2818
2882
|
type: "column";
|
|
2819
2883
|
value: string;
|
|
2820
2884
|
format?: string | undefined;
|
|
2821
2885
|
label?: string | undefined;
|
|
2822
2886
|
valueLabels?: string | undefined;
|
|
2887
|
+
nullValueLabel?: string | undefined;
|
|
2823
2888
|
}, {
|
|
2824
2889
|
type: "column";
|
|
2825
2890
|
value: string;
|
|
2826
2891
|
format?: string | undefined;
|
|
2827
2892
|
label?: string | undefined;
|
|
2828
2893
|
valueLabels?: string | undefined;
|
|
2894
|
+
nullValueLabel?: string | undefined;
|
|
2829
2895
|
}>, "many">>;
|
|
2830
2896
|
}, "strip", z.ZodTypeAny, {
|
|
2831
2897
|
show?: boolean | undefined;
|
|
@@ -2835,6 +2901,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2835
2901
|
format?: string | undefined;
|
|
2836
2902
|
label?: string | undefined;
|
|
2837
2903
|
valueLabels?: string | undefined;
|
|
2904
|
+
nullValueLabel?: string | undefined;
|
|
2838
2905
|
}[] | undefined;
|
|
2839
2906
|
}, {
|
|
2840
2907
|
show?: boolean | undefined;
|
|
@@ -2844,6 +2911,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2844
2911
|
format?: string | undefined;
|
|
2845
2912
|
label?: string | undefined;
|
|
2846
2913
|
valueLabels?: string | undefined;
|
|
2914
|
+
nullValueLabel?: string | undefined;
|
|
2847
2915
|
}[] | undefined;
|
|
2848
2916
|
}>>;
|
|
2849
2917
|
logo: z.ZodOptional<z.ZodObject<{
|
|
@@ -2854,18 +2922,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2854
2922
|
format: z.ZodOptional<z.ZodString>;
|
|
2855
2923
|
label: z.ZodOptional<z.ZodString>;
|
|
2856
2924
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2925
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
2857
2926
|
}, "strip", z.ZodTypeAny, {
|
|
2858
2927
|
type: "column";
|
|
2859
2928
|
value: string;
|
|
2860
2929
|
format?: string | undefined;
|
|
2861
2930
|
label?: string | undefined;
|
|
2862
2931
|
valueLabels?: string | undefined;
|
|
2932
|
+
nullValueLabel?: string | undefined;
|
|
2863
2933
|
}, {
|
|
2864
2934
|
type: "column";
|
|
2865
2935
|
value: string;
|
|
2866
2936
|
format?: string | undefined;
|
|
2867
2937
|
label?: string | undefined;
|
|
2868
2938
|
valueLabels?: string | undefined;
|
|
2939
|
+
nullValueLabel?: string | undefined;
|
|
2869
2940
|
}>, "many">>;
|
|
2870
2941
|
}, "strip", z.ZodTypeAny, {
|
|
2871
2942
|
show?: boolean | undefined;
|
|
@@ -2875,6 +2946,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2875
2946
|
format?: string | undefined;
|
|
2876
2947
|
label?: string | undefined;
|
|
2877
2948
|
valueLabels?: string | undefined;
|
|
2949
|
+
nullValueLabel?: string | undefined;
|
|
2878
2950
|
}[] | undefined;
|
|
2879
2951
|
}, {
|
|
2880
2952
|
show?: boolean | undefined;
|
|
@@ -2884,6 +2956,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2884
2956
|
format?: string | undefined;
|
|
2885
2957
|
label?: string | undefined;
|
|
2886
2958
|
valueLabels?: string | undefined;
|
|
2959
|
+
nullValueLabel?: string | undefined;
|
|
2887
2960
|
}[] | undefined;
|
|
2888
2961
|
}>>;
|
|
2889
2962
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2895,6 +2968,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2895
2968
|
format?: string | undefined;
|
|
2896
2969
|
label?: string | undefined;
|
|
2897
2970
|
valueLabels?: string | undefined;
|
|
2971
|
+
nullValueLabel?: string | undefined;
|
|
2898
2972
|
}[] | undefined;
|
|
2899
2973
|
} | undefined;
|
|
2900
2974
|
violin?: {
|
|
@@ -2905,6 +2979,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2905
2979
|
format?: string | undefined;
|
|
2906
2980
|
label?: string | undefined;
|
|
2907
2981
|
valueLabels?: string | undefined;
|
|
2982
|
+
nullValueLabel?: string | undefined;
|
|
2908
2983
|
}[] | undefined;
|
|
2909
2984
|
} | undefined;
|
|
2910
2985
|
dot?: {
|
|
@@ -2915,6 +2990,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2915
2990
|
format?: string | undefined;
|
|
2916
2991
|
label?: string | undefined;
|
|
2917
2992
|
valueLabels?: string | undefined;
|
|
2993
|
+
nullValueLabel?: string | undefined;
|
|
2918
2994
|
}[] | undefined;
|
|
2919
2995
|
} | undefined;
|
|
2920
2996
|
line?: {
|
|
@@ -2925,6 +3001,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2925
3001
|
format?: string | undefined;
|
|
2926
3002
|
label?: string | undefined;
|
|
2927
3003
|
valueLabels?: string | undefined;
|
|
3004
|
+
nullValueLabel?: string | undefined;
|
|
2928
3005
|
}[] | undefined;
|
|
2929
3006
|
} | undefined;
|
|
2930
3007
|
stackedBar?: {
|
|
@@ -2935,6 +3012,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2935
3012
|
format?: string | undefined;
|
|
2936
3013
|
label?: string | undefined;
|
|
2937
3014
|
valueLabels?: string | undefined;
|
|
3015
|
+
nullValueLabel?: string | undefined;
|
|
2938
3016
|
}[] | undefined;
|
|
2939
3017
|
} | undefined;
|
|
2940
3018
|
binnedDots?: {
|
|
@@ -2945,6 +3023,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2945
3023
|
format?: string | undefined;
|
|
2946
3024
|
label?: string | undefined;
|
|
2947
3025
|
valueLabels?: string | undefined;
|
|
3026
|
+
nullValueLabel?: string | undefined;
|
|
2948
3027
|
}[] | undefined;
|
|
2949
3028
|
} | undefined;
|
|
2950
3029
|
pairedPoints?: {
|
|
@@ -2955,6 +3034,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2955
3034
|
format?: string | undefined;
|
|
2956
3035
|
label?: string | undefined;
|
|
2957
3036
|
valueLabels?: string | undefined;
|
|
3037
|
+
nullValueLabel?: string | undefined;
|
|
2958
3038
|
}[] | undefined;
|
|
2959
3039
|
} | undefined;
|
|
2960
3040
|
logo?: {
|
|
@@ -2965,6 +3045,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2965
3045
|
format?: string | undefined;
|
|
2966
3046
|
label?: string | undefined;
|
|
2967
3047
|
valueLabels?: string | undefined;
|
|
3048
|
+
nullValueLabel?: string | undefined;
|
|
2968
3049
|
}[] | undefined;
|
|
2969
3050
|
} | undefined;
|
|
2970
3051
|
boxOutliers?: {
|
|
@@ -2975,6 +3056,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2975
3056
|
format?: string | undefined;
|
|
2976
3057
|
label?: string | undefined;
|
|
2977
3058
|
valueLabels?: string | undefined;
|
|
3059
|
+
nullValueLabel?: string | undefined;
|
|
2978
3060
|
}[] | undefined;
|
|
2979
3061
|
} | undefined;
|
|
2980
3062
|
errorBar?: {
|
|
@@ -2985,6 +3067,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2985
3067
|
format?: string | undefined;
|
|
2986
3068
|
label?: string | undefined;
|
|
2987
3069
|
valueLabels?: string | undefined;
|
|
3070
|
+
nullValueLabel?: string | undefined;
|
|
2988
3071
|
}[] | undefined;
|
|
2989
3072
|
} | undefined;
|
|
2990
3073
|
}, {
|
|
@@ -2996,6 +3079,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
2996
3079
|
format?: string | undefined;
|
|
2997
3080
|
label?: string | undefined;
|
|
2998
3081
|
valueLabels?: string | undefined;
|
|
3082
|
+
nullValueLabel?: string | undefined;
|
|
2999
3083
|
}[] | undefined;
|
|
3000
3084
|
} | undefined;
|
|
3001
3085
|
violin?: {
|
|
@@ -3006,6 +3090,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3006
3090
|
format?: string | undefined;
|
|
3007
3091
|
label?: string | undefined;
|
|
3008
3092
|
valueLabels?: string | undefined;
|
|
3093
|
+
nullValueLabel?: string | undefined;
|
|
3009
3094
|
}[] | undefined;
|
|
3010
3095
|
} | undefined;
|
|
3011
3096
|
dot?: {
|
|
@@ -3016,6 +3101,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3016
3101
|
format?: string | undefined;
|
|
3017
3102
|
label?: string | undefined;
|
|
3018
3103
|
valueLabels?: string | undefined;
|
|
3104
|
+
nullValueLabel?: string | undefined;
|
|
3019
3105
|
}[] | undefined;
|
|
3020
3106
|
} | undefined;
|
|
3021
3107
|
line?: {
|
|
@@ -3026,6 +3112,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3026
3112
|
format?: string | undefined;
|
|
3027
3113
|
label?: string | undefined;
|
|
3028
3114
|
valueLabels?: string | undefined;
|
|
3115
|
+
nullValueLabel?: string | undefined;
|
|
3029
3116
|
}[] | undefined;
|
|
3030
3117
|
} | undefined;
|
|
3031
3118
|
stackedBar?: {
|
|
@@ -3036,6 +3123,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3036
3123
|
format?: string | undefined;
|
|
3037
3124
|
label?: string | undefined;
|
|
3038
3125
|
valueLabels?: string | undefined;
|
|
3126
|
+
nullValueLabel?: string | undefined;
|
|
3039
3127
|
}[] | undefined;
|
|
3040
3128
|
} | undefined;
|
|
3041
3129
|
binnedDots?: {
|
|
@@ -3046,6 +3134,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3046
3134
|
format?: string | undefined;
|
|
3047
3135
|
label?: string | undefined;
|
|
3048
3136
|
valueLabels?: string | undefined;
|
|
3137
|
+
nullValueLabel?: string | undefined;
|
|
3049
3138
|
}[] | undefined;
|
|
3050
3139
|
} | undefined;
|
|
3051
3140
|
pairedPoints?: {
|
|
@@ -3056,6 +3145,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3056
3145
|
format?: string | undefined;
|
|
3057
3146
|
label?: string | undefined;
|
|
3058
3147
|
valueLabels?: string | undefined;
|
|
3148
|
+
nullValueLabel?: string | undefined;
|
|
3059
3149
|
}[] | undefined;
|
|
3060
3150
|
} | undefined;
|
|
3061
3151
|
logo?: {
|
|
@@ -3066,6 +3156,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3066
3156
|
format?: string | undefined;
|
|
3067
3157
|
label?: string | undefined;
|
|
3068
3158
|
valueLabels?: string | undefined;
|
|
3159
|
+
nullValueLabel?: string | undefined;
|
|
3069
3160
|
}[] | undefined;
|
|
3070
3161
|
} | undefined;
|
|
3071
3162
|
boxOutliers?: {
|
|
@@ -3076,6 +3167,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3076
3167
|
format?: string | undefined;
|
|
3077
3168
|
label?: string | undefined;
|
|
3078
3169
|
valueLabels?: string | undefined;
|
|
3170
|
+
nullValueLabel?: string | undefined;
|
|
3079
3171
|
}[] | undefined;
|
|
3080
3172
|
} | undefined;
|
|
3081
3173
|
errorBar?: {
|
|
@@ -3086,6 +3178,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3086
3178
|
format?: string | undefined;
|
|
3087
3179
|
label?: string | undefined;
|
|
3088
3180
|
valueLabels?: string | undefined;
|
|
3181
|
+
nullValueLabel?: string | undefined;
|
|
3089
3182
|
}[] | undefined;
|
|
3090
3183
|
} | undefined;
|
|
3091
3184
|
}>>;
|
|
@@ -3103,18 +3196,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3103
3196
|
format: z.ZodOptional<z.ZodString>;
|
|
3104
3197
|
label: z.ZodOptional<z.ZodString>;
|
|
3105
3198
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3199
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3106
3200
|
}, "strip", z.ZodTypeAny, {
|
|
3107
3201
|
type: "column";
|
|
3108
3202
|
value: string;
|
|
3109
3203
|
format?: string | undefined;
|
|
3110
3204
|
label?: string | undefined;
|
|
3111
3205
|
valueLabels?: string | undefined;
|
|
3206
|
+
nullValueLabel?: string | undefined;
|
|
3112
3207
|
}, {
|
|
3113
3208
|
type: "column";
|
|
3114
3209
|
value: string;
|
|
3115
3210
|
format?: string | undefined;
|
|
3116
3211
|
label?: string | undefined;
|
|
3117
3212
|
valueLabels?: string | undefined;
|
|
3213
|
+
nullValueLabel?: string | undefined;
|
|
3118
3214
|
}>>;
|
|
3119
3215
|
primaryGrouping: z.ZodOptional<z.ZodObject<{
|
|
3120
3216
|
columnName: z.ZodObject<{
|
|
@@ -3123,18 +3219,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3123
3219
|
format: z.ZodOptional<z.ZodString>;
|
|
3124
3220
|
label: z.ZodOptional<z.ZodString>;
|
|
3125
3221
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3222
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3126
3223
|
}, "strip", z.ZodTypeAny, {
|
|
3127
3224
|
type: "column";
|
|
3128
3225
|
value: string;
|
|
3129
3226
|
format?: string | undefined;
|
|
3130
3227
|
label?: string | undefined;
|
|
3131
3228
|
valueLabels?: string | undefined;
|
|
3229
|
+
nullValueLabel?: string | undefined;
|
|
3132
3230
|
}, {
|
|
3133
3231
|
type: "column";
|
|
3134
3232
|
value: string;
|
|
3135
3233
|
format?: string | undefined;
|
|
3136
3234
|
label?: string | undefined;
|
|
3137
3235
|
valueLabels?: string | undefined;
|
|
3236
|
+
nullValueLabel?: string | undefined;
|
|
3138
3237
|
}>;
|
|
3139
3238
|
order: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>, "many">>;
|
|
3140
3239
|
inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -3171,6 +3270,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3171
3270
|
format?: string | undefined;
|
|
3172
3271
|
label?: string | undefined;
|
|
3173
3272
|
valueLabels?: string | undefined;
|
|
3273
|
+
nullValueLabel?: string | undefined;
|
|
3174
3274
|
};
|
|
3175
3275
|
order?: (string | number | null)[] | undefined;
|
|
3176
3276
|
inheritedAes?: Record<string, {
|
|
@@ -3191,6 +3291,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3191
3291
|
format?: string | undefined;
|
|
3192
3292
|
label?: string | undefined;
|
|
3193
3293
|
valueLabels?: string | undefined;
|
|
3294
|
+
nullValueLabel?: string | undefined;
|
|
3194
3295
|
};
|
|
3195
3296
|
order?: (string | number | null)[] | undefined;
|
|
3196
3297
|
inheritedAes?: Record<string, {
|
|
@@ -3212,18 +3313,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3212
3313
|
format: z.ZodOptional<z.ZodString>;
|
|
3213
3314
|
label: z.ZodOptional<z.ZodString>;
|
|
3214
3315
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3316
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3215
3317
|
}, "strip", z.ZodTypeAny, {
|
|
3216
3318
|
type: "column";
|
|
3217
3319
|
value: string;
|
|
3218
3320
|
format?: string | undefined;
|
|
3219
3321
|
label?: string | undefined;
|
|
3220
3322
|
valueLabels?: string | undefined;
|
|
3323
|
+
nullValueLabel?: string | undefined;
|
|
3221
3324
|
}, {
|
|
3222
3325
|
type: "column";
|
|
3223
3326
|
value: string;
|
|
3224
3327
|
format?: string | undefined;
|
|
3225
3328
|
label?: string | undefined;
|
|
3226
3329
|
valueLabels?: string | undefined;
|
|
3330
|
+
nullValueLabel?: string | undefined;
|
|
3227
3331
|
}>;
|
|
3228
3332
|
order: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>, "many">>;
|
|
3229
3333
|
inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -3260,6 +3364,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3260
3364
|
format?: string | undefined;
|
|
3261
3365
|
label?: string | undefined;
|
|
3262
3366
|
valueLabels?: string | undefined;
|
|
3367
|
+
nullValueLabel?: string | undefined;
|
|
3263
3368
|
};
|
|
3264
3369
|
order?: (string | number | null)[] | undefined;
|
|
3265
3370
|
inheritedAes?: Record<string, {
|
|
@@ -3280,6 +3385,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3280
3385
|
format?: string | undefined;
|
|
3281
3386
|
label?: string | undefined;
|
|
3282
3387
|
valueLabels?: string | undefined;
|
|
3388
|
+
nullValueLabel?: string | undefined;
|
|
3283
3389
|
};
|
|
3284
3390
|
order?: (string | number | null)[] | undefined;
|
|
3285
3391
|
inheritedAes?: Record<string, {
|
|
@@ -3300,18 +3406,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3300
3406
|
format: z.ZodOptional<z.ZodString>;
|
|
3301
3407
|
label: z.ZodOptional<z.ZodString>;
|
|
3302
3408
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3409
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3303
3410
|
}, "strip", z.ZodTypeAny, {
|
|
3304
3411
|
type: "column";
|
|
3305
3412
|
value: string;
|
|
3306
3413
|
format?: string | undefined;
|
|
3307
3414
|
label?: string | undefined;
|
|
3308
3415
|
valueLabels?: string | undefined;
|
|
3416
|
+
nullValueLabel?: string | undefined;
|
|
3309
3417
|
}, {
|
|
3310
3418
|
type: "column";
|
|
3311
3419
|
value: string;
|
|
3312
3420
|
format?: string | undefined;
|
|
3313
3421
|
label?: string | undefined;
|
|
3314
3422
|
valueLabels?: string | undefined;
|
|
3423
|
+
nullValueLabel?: string | undefined;
|
|
3315
3424
|
}>, "many">>;
|
|
3316
3425
|
facetSettings: z.ZodOptional<z.ZodObject<{
|
|
3317
3426
|
sharedX: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3342,18 +3451,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3342
3451
|
format: z.ZodOptional<z.ZodString>;
|
|
3343
3452
|
label: z.ZodOptional<z.ZodString>;
|
|
3344
3453
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3454
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3345
3455
|
}, "strip", z.ZodTypeAny, {
|
|
3346
3456
|
type: "column";
|
|
3347
3457
|
value: string;
|
|
3348
3458
|
format?: string | undefined;
|
|
3349
3459
|
label?: string | undefined;
|
|
3350
3460
|
valueLabels?: string | undefined;
|
|
3461
|
+
nullValueLabel?: string | undefined;
|
|
3351
3462
|
}, {
|
|
3352
3463
|
type: "column";
|
|
3353
3464
|
value: string;
|
|
3354
3465
|
format?: string | undefined;
|
|
3355
3466
|
label?: string | undefined;
|
|
3356
3467
|
valueLabels?: string | undefined;
|
|
3468
|
+
nullValueLabel?: string | undefined;
|
|
3357
3469
|
}>]>>;
|
|
3358
3470
|
scale: z.ZodOptional<z.ZodLiteral<"discrete">>;
|
|
3359
3471
|
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
@@ -3371,6 +3483,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3371
3483
|
format?: string | undefined;
|
|
3372
3484
|
label?: string | undefined;
|
|
3373
3485
|
valueLabels?: string | undefined;
|
|
3486
|
+
nullValueLabel?: string | undefined;
|
|
3374
3487
|
} | undefined;
|
|
3375
3488
|
scale?: "discrete" | undefined;
|
|
3376
3489
|
labels?: Record<string, string> | undefined;
|
|
@@ -3387,6 +3500,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3387
3500
|
format?: string | undefined;
|
|
3388
3501
|
label?: string | undefined;
|
|
3389
3502
|
valueLabels?: string | undefined;
|
|
3503
|
+
nullValueLabel?: string | undefined;
|
|
3390
3504
|
} | undefined;
|
|
3391
3505
|
scale?: "discrete" | undefined;
|
|
3392
3506
|
labels?: Record<string, string> | undefined;
|
|
@@ -3403,18 +3517,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3403
3517
|
format: z.ZodOptional<z.ZodString>;
|
|
3404
3518
|
label: z.ZodOptional<z.ZodString>;
|
|
3405
3519
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
3520
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
3406
3521
|
}, "strip", z.ZodTypeAny, {
|
|
3407
3522
|
type: "column";
|
|
3408
3523
|
value: string;
|
|
3409
3524
|
format?: string | undefined;
|
|
3410
3525
|
label?: string | undefined;
|
|
3411
3526
|
valueLabels?: string | undefined;
|
|
3527
|
+
nullValueLabel?: string | undefined;
|
|
3412
3528
|
}, {
|
|
3413
3529
|
type: "column";
|
|
3414
3530
|
value: string;
|
|
3415
3531
|
format?: string | undefined;
|
|
3416
3532
|
label?: string | undefined;
|
|
3417
3533
|
valueLabels?: string | undefined;
|
|
3534
|
+
nullValueLabel?: string | undefined;
|
|
3418
3535
|
}>]>>;
|
|
3419
3536
|
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
3420
3537
|
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3432,6 +3549,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3432
3549
|
format?: string | undefined;
|
|
3433
3550
|
label?: string | undefined;
|
|
3434
3551
|
valueLabels?: string | undefined;
|
|
3552
|
+
nullValueLabel?: string | undefined;
|
|
3435
3553
|
} | undefined;
|
|
3436
3554
|
scale?: "linear" | "log" | undefined;
|
|
3437
3555
|
showGrid?: boolean | undefined;
|
|
@@ -3449,6 +3567,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3449
3567
|
format?: string | undefined;
|
|
3450
3568
|
label?: string | undefined;
|
|
3451
3569
|
valueLabels?: string | undefined;
|
|
3570
|
+
nullValueLabel?: string | undefined;
|
|
3452
3571
|
} | undefined;
|
|
3453
3572
|
scale?: "linear" | "log" | undefined;
|
|
3454
3573
|
showGrid?: boolean | undefined;
|
|
@@ -4189,18 +4308,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4189
4308
|
format: z.ZodOptional<z.ZodString>;
|
|
4190
4309
|
label: z.ZodOptional<z.ZodString>;
|
|
4191
4310
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
4311
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
4192
4312
|
}, "strip", z.ZodTypeAny, {
|
|
4193
4313
|
type: "column";
|
|
4194
4314
|
value: string;
|
|
4195
4315
|
format?: string | undefined;
|
|
4196
4316
|
label?: string | undefined;
|
|
4197
4317
|
valueLabels?: string | undefined;
|
|
4318
|
+
nullValueLabel?: string | undefined;
|
|
4198
4319
|
}, {
|
|
4199
4320
|
type: "column";
|
|
4200
4321
|
value: string;
|
|
4201
4322
|
format?: string | undefined;
|
|
4202
4323
|
label?: string | undefined;
|
|
4203
4324
|
valueLabels?: string | undefined;
|
|
4325
|
+
nullValueLabel?: string | undefined;
|
|
4204
4326
|
}>>;
|
|
4205
4327
|
aes: z.ZodOptional<z.ZodObject<{
|
|
4206
4328
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4269,6 +4391,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4269
4391
|
format?: string | undefined;
|
|
4270
4392
|
label?: string | undefined;
|
|
4271
4393
|
valueLabels?: string | undefined;
|
|
4394
|
+
nullValueLabel?: string | undefined;
|
|
4272
4395
|
} | undefined;
|
|
4273
4396
|
method?: "dotdensity" | "histodot" | undefined;
|
|
4274
4397
|
}, {
|
|
@@ -4293,6 +4416,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4293
4416
|
format?: string | undefined;
|
|
4294
4417
|
label?: string | undefined;
|
|
4295
4418
|
valueLabels?: string | undefined;
|
|
4419
|
+
nullValueLabel?: string | undefined;
|
|
4296
4420
|
} | undefined;
|
|
4297
4421
|
method?: "dotdensity" | "histodot" | undefined;
|
|
4298
4422
|
}>, z.ZodObject<{
|
|
@@ -4303,18 +4427,21 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4303
4427
|
format: z.ZodOptional<z.ZodString>;
|
|
4304
4428
|
label: z.ZodOptional<z.ZodString>;
|
|
4305
4429
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
4430
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
4306
4431
|
}, "strip", z.ZodTypeAny, {
|
|
4307
4432
|
type: "column";
|
|
4308
4433
|
value: string;
|
|
4309
4434
|
format?: string | undefined;
|
|
4310
4435
|
label?: string | undefined;
|
|
4311
4436
|
valueLabels?: string | undefined;
|
|
4437
|
+
nullValueLabel?: string | undefined;
|
|
4312
4438
|
}, {
|
|
4313
4439
|
type: "column";
|
|
4314
4440
|
value: string;
|
|
4315
4441
|
format?: string | undefined;
|
|
4316
4442
|
label?: string | undefined;
|
|
4317
4443
|
valueLabels?: string | undefined;
|
|
4444
|
+
nullValueLabel?: string | undefined;
|
|
4318
4445
|
}>;
|
|
4319
4446
|
aes: z.ZodOptional<z.ZodObject<{
|
|
4320
4447
|
showOutliers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4372,6 +4499,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4372
4499
|
format?: string | undefined;
|
|
4373
4500
|
label?: string | undefined;
|
|
4374
4501
|
valueLabels?: string | undefined;
|
|
4502
|
+
nullValueLabel?: string | undefined;
|
|
4375
4503
|
};
|
|
4376
4504
|
aes?: {
|
|
4377
4505
|
dotFill?: string | {
|
|
@@ -4395,6 +4523,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4395
4523
|
format?: string | undefined;
|
|
4396
4524
|
label?: string | undefined;
|
|
4397
4525
|
valueLabels?: string | undefined;
|
|
4526
|
+
nullValueLabel?: string | undefined;
|
|
4398
4527
|
};
|
|
4399
4528
|
aes?: {
|
|
4400
4529
|
dotFill?: string | {
|
|
@@ -4659,6 +4788,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4659
4788
|
format?: string | undefined;
|
|
4660
4789
|
label?: string | undefined;
|
|
4661
4790
|
valueLabels?: string | undefined;
|
|
4791
|
+
nullValueLabel?: string | undefined;
|
|
4662
4792
|
};
|
|
4663
4793
|
layers: ({
|
|
4664
4794
|
type: "box";
|
|
@@ -4821,6 +4951,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4821
4951
|
format?: string | undefined;
|
|
4822
4952
|
label?: string | undefined;
|
|
4823
4953
|
valueLabels?: string | undefined;
|
|
4954
|
+
nullValueLabel?: string | undefined;
|
|
4824
4955
|
} | undefined;
|
|
4825
4956
|
method?: "dotdensity" | "histodot" | undefined;
|
|
4826
4957
|
} | {
|
|
@@ -4831,6 +4962,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4831
4962
|
format?: string | undefined;
|
|
4832
4963
|
label?: string | undefined;
|
|
4833
4964
|
valueLabels?: string | undefined;
|
|
4965
|
+
nullValueLabel?: string | undefined;
|
|
4834
4966
|
};
|
|
4835
4967
|
aes?: {
|
|
4836
4968
|
dotFill?: string | {
|
|
@@ -4919,6 +5051,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4919
5051
|
format?: string | undefined;
|
|
4920
5052
|
label?: string | undefined;
|
|
4921
5053
|
valueLabels?: string | undefined;
|
|
5054
|
+
nullValueLabel?: string | undefined;
|
|
4922
5055
|
}[] | undefined;
|
|
4923
5056
|
} | undefined;
|
|
4924
5057
|
violin?: {
|
|
@@ -4929,6 +5062,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4929
5062
|
format?: string | undefined;
|
|
4930
5063
|
label?: string | undefined;
|
|
4931
5064
|
valueLabels?: string | undefined;
|
|
5065
|
+
nullValueLabel?: string | undefined;
|
|
4932
5066
|
}[] | undefined;
|
|
4933
5067
|
} | undefined;
|
|
4934
5068
|
dot?: {
|
|
@@ -4939,6 +5073,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4939
5073
|
format?: string | undefined;
|
|
4940
5074
|
label?: string | undefined;
|
|
4941
5075
|
valueLabels?: string | undefined;
|
|
5076
|
+
nullValueLabel?: string | undefined;
|
|
4942
5077
|
}[] | undefined;
|
|
4943
5078
|
} | undefined;
|
|
4944
5079
|
line?: {
|
|
@@ -4949,6 +5084,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4949
5084
|
format?: string | undefined;
|
|
4950
5085
|
label?: string | undefined;
|
|
4951
5086
|
valueLabels?: string | undefined;
|
|
5087
|
+
nullValueLabel?: string | undefined;
|
|
4952
5088
|
}[] | undefined;
|
|
4953
5089
|
} | undefined;
|
|
4954
5090
|
stackedBar?: {
|
|
@@ -4959,6 +5095,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4959
5095
|
format?: string | undefined;
|
|
4960
5096
|
label?: string | undefined;
|
|
4961
5097
|
valueLabels?: string | undefined;
|
|
5098
|
+
nullValueLabel?: string | undefined;
|
|
4962
5099
|
}[] | undefined;
|
|
4963
5100
|
} | undefined;
|
|
4964
5101
|
binnedDots?: {
|
|
@@ -4969,6 +5106,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4969
5106
|
format?: string | undefined;
|
|
4970
5107
|
label?: string | undefined;
|
|
4971
5108
|
valueLabels?: string | undefined;
|
|
5109
|
+
nullValueLabel?: string | undefined;
|
|
4972
5110
|
}[] | undefined;
|
|
4973
5111
|
} | undefined;
|
|
4974
5112
|
pairedPoints?: {
|
|
@@ -4979,6 +5117,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4979
5117
|
format?: string | undefined;
|
|
4980
5118
|
label?: string | undefined;
|
|
4981
5119
|
valueLabels?: string | undefined;
|
|
5120
|
+
nullValueLabel?: string | undefined;
|
|
4982
5121
|
}[] | undefined;
|
|
4983
5122
|
} | undefined;
|
|
4984
5123
|
logo?: {
|
|
@@ -4989,6 +5128,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4989
5128
|
format?: string | undefined;
|
|
4990
5129
|
label?: string | undefined;
|
|
4991
5130
|
valueLabels?: string | undefined;
|
|
5131
|
+
nullValueLabel?: string | undefined;
|
|
4992
5132
|
}[] | undefined;
|
|
4993
5133
|
} | undefined;
|
|
4994
5134
|
boxOutliers?: {
|
|
@@ -4999,6 +5139,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
4999
5139
|
format?: string | undefined;
|
|
5000
5140
|
label?: string | undefined;
|
|
5001
5141
|
valueLabels?: string | undefined;
|
|
5142
|
+
nullValueLabel?: string | undefined;
|
|
5002
5143
|
}[] | undefined;
|
|
5003
5144
|
} | undefined;
|
|
5004
5145
|
errorBar?: {
|
|
@@ -5009,6 +5150,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5009
5150
|
format?: string | undefined;
|
|
5010
5151
|
label?: string | undefined;
|
|
5011
5152
|
valueLabels?: string | undefined;
|
|
5153
|
+
nullValueLabel?: string | undefined;
|
|
5012
5154
|
}[] | undefined;
|
|
5013
5155
|
} | undefined;
|
|
5014
5156
|
} | undefined;
|
|
@@ -5029,6 +5171,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5029
5171
|
format?: string | undefined;
|
|
5030
5172
|
label?: string | undefined;
|
|
5031
5173
|
valueLabels?: string | undefined;
|
|
5174
|
+
nullValueLabel?: string | undefined;
|
|
5032
5175
|
} | undefined;
|
|
5033
5176
|
xAxis?: {
|
|
5034
5177
|
keys?: (string | number)[] | undefined;
|
|
@@ -5038,6 +5181,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5038
5181
|
format?: string | undefined;
|
|
5039
5182
|
label?: string | undefined;
|
|
5040
5183
|
valueLabels?: string | undefined;
|
|
5184
|
+
nullValueLabel?: string | undefined;
|
|
5041
5185
|
} | undefined;
|
|
5042
5186
|
scale?: "discrete" | undefined;
|
|
5043
5187
|
labels?: Record<string, string> | undefined;
|
|
@@ -5054,6 +5198,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5054
5198
|
format?: string | undefined;
|
|
5055
5199
|
label?: string | undefined;
|
|
5056
5200
|
valueLabels?: string | undefined;
|
|
5201
|
+
nullValueLabel?: string | undefined;
|
|
5057
5202
|
} | undefined;
|
|
5058
5203
|
scale?: "linear" | "log" | undefined;
|
|
5059
5204
|
showGrid?: boolean | undefined;
|
|
@@ -5071,6 +5216,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5071
5216
|
format?: string | undefined;
|
|
5072
5217
|
label?: string | undefined;
|
|
5073
5218
|
valueLabels?: string | undefined;
|
|
5219
|
+
nullValueLabel?: string | undefined;
|
|
5074
5220
|
}[] | undefined;
|
|
5075
5221
|
primaryGrouping?: {
|
|
5076
5222
|
columnName: {
|
|
@@ -5079,6 +5225,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5079
5225
|
format?: string | undefined;
|
|
5080
5226
|
label?: string | undefined;
|
|
5081
5227
|
valueLabels?: string | undefined;
|
|
5228
|
+
nullValueLabel?: string | undefined;
|
|
5082
5229
|
};
|
|
5083
5230
|
order?: (string | number | null)[] | undefined;
|
|
5084
5231
|
inheritedAes?: Record<string, {
|
|
@@ -5100,6 +5247,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5100
5247
|
format?: string | undefined;
|
|
5101
5248
|
label?: string | undefined;
|
|
5102
5249
|
valueLabels?: string | undefined;
|
|
5250
|
+
nullValueLabel?: string | undefined;
|
|
5103
5251
|
};
|
|
5104
5252
|
order?: (string | number | null)[] | undefined;
|
|
5105
5253
|
inheritedAes?: Record<string, {
|
|
@@ -5128,6 +5276,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5128
5276
|
format?: string | undefined;
|
|
5129
5277
|
label?: string | undefined;
|
|
5130
5278
|
valueLabels?: string | undefined;
|
|
5279
|
+
nullValueLabel?: string | undefined;
|
|
5131
5280
|
};
|
|
5132
5281
|
layers: ({
|
|
5133
5282
|
type: "box";
|
|
@@ -5290,6 +5439,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5290
5439
|
format?: string | undefined;
|
|
5291
5440
|
label?: string | undefined;
|
|
5292
5441
|
valueLabels?: string | undefined;
|
|
5442
|
+
nullValueLabel?: string | undefined;
|
|
5293
5443
|
} | undefined;
|
|
5294
5444
|
method?: "dotdensity" | "histodot" | undefined;
|
|
5295
5445
|
} | {
|
|
@@ -5300,6 +5450,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5300
5450
|
format?: string | undefined;
|
|
5301
5451
|
label?: string | undefined;
|
|
5302
5452
|
valueLabels?: string | undefined;
|
|
5453
|
+
nullValueLabel?: string | undefined;
|
|
5303
5454
|
};
|
|
5304
5455
|
aes?: {
|
|
5305
5456
|
dotFill?: string | {
|
|
@@ -5388,6 +5539,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5388
5539
|
format?: string | undefined;
|
|
5389
5540
|
label?: string | undefined;
|
|
5390
5541
|
valueLabels?: string | undefined;
|
|
5542
|
+
nullValueLabel?: string | undefined;
|
|
5391
5543
|
}[] | undefined;
|
|
5392
5544
|
} | undefined;
|
|
5393
5545
|
violin?: {
|
|
@@ -5398,6 +5550,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5398
5550
|
format?: string | undefined;
|
|
5399
5551
|
label?: string | undefined;
|
|
5400
5552
|
valueLabels?: string | undefined;
|
|
5553
|
+
nullValueLabel?: string | undefined;
|
|
5401
5554
|
}[] | undefined;
|
|
5402
5555
|
} | undefined;
|
|
5403
5556
|
dot?: {
|
|
@@ -5408,6 +5561,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5408
5561
|
format?: string | undefined;
|
|
5409
5562
|
label?: string | undefined;
|
|
5410
5563
|
valueLabels?: string | undefined;
|
|
5564
|
+
nullValueLabel?: string | undefined;
|
|
5411
5565
|
}[] | undefined;
|
|
5412
5566
|
} | undefined;
|
|
5413
5567
|
line?: {
|
|
@@ -5418,6 +5572,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5418
5572
|
format?: string | undefined;
|
|
5419
5573
|
label?: string | undefined;
|
|
5420
5574
|
valueLabels?: string | undefined;
|
|
5575
|
+
nullValueLabel?: string | undefined;
|
|
5421
5576
|
}[] | undefined;
|
|
5422
5577
|
} | undefined;
|
|
5423
5578
|
stackedBar?: {
|
|
@@ -5428,6 +5583,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5428
5583
|
format?: string | undefined;
|
|
5429
5584
|
label?: string | undefined;
|
|
5430
5585
|
valueLabels?: string | undefined;
|
|
5586
|
+
nullValueLabel?: string | undefined;
|
|
5431
5587
|
}[] | undefined;
|
|
5432
5588
|
} | undefined;
|
|
5433
5589
|
binnedDots?: {
|
|
@@ -5438,6 +5594,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5438
5594
|
format?: string | undefined;
|
|
5439
5595
|
label?: string | undefined;
|
|
5440
5596
|
valueLabels?: string | undefined;
|
|
5597
|
+
nullValueLabel?: string | undefined;
|
|
5441
5598
|
}[] | undefined;
|
|
5442
5599
|
} | undefined;
|
|
5443
5600
|
pairedPoints?: {
|
|
@@ -5448,6 +5605,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5448
5605
|
format?: string | undefined;
|
|
5449
5606
|
label?: string | undefined;
|
|
5450
5607
|
valueLabels?: string | undefined;
|
|
5608
|
+
nullValueLabel?: string | undefined;
|
|
5451
5609
|
}[] | undefined;
|
|
5452
5610
|
} | undefined;
|
|
5453
5611
|
logo?: {
|
|
@@ -5458,6 +5616,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5458
5616
|
format?: string | undefined;
|
|
5459
5617
|
label?: string | undefined;
|
|
5460
5618
|
valueLabels?: string | undefined;
|
|
5619
|
+
nullValueLabel?: string | undefined;
|
|
5461
5620
|
}[] | undefined;
|
|
5462
5621
|
} | undefined;
|
|
5463
5622
|
boxOutliers?: {
|
|
@@ -5468,6 +5627,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5468
5627
|
format?: string | undefined;
|
|
5469
5628
|
label?: string | undefined;
|
|
5470
5629
|
valueLabels?: string | undefined;
|
|
5630
|
+
nullValueLabel?: string | undefined;
|
|
5471
5631
|
}[] | undefined;
|
|
5472
5632
|
} | undefined;
|
|
5473
5633
|
errorBar?: {
|
|
@@ -5478,6 +5638,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5478
5638
|
format?: string | undefined;
|
|
5479
5639
|
label?: string | undefined;
|
|
5480
5640
|
valueLabels?: string | undefined;
|
|
5641
|
+
nullValueLabel?: string | undefined;
|
|
5481
5642
|
}[] | undefined;
|
|
5482
5643
|
} | undefined;
|
|
5483
5644
|
} | undefined;
|
|
@@ -5498,6 +5659,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5498
5659
|
format?: string | undefined;
|
|
5499
5660
|
label?: string | undefined;
|
|
5500
5661
|
valueLabels?: string | undefined;
|
|
5662
|
+
nullValueLabel?: string | undefined;
|
|
5501
5663
|
} | undefined;
|
|
5502
5664
|
xAxis?: {
|
|
5503
5665
|
keys?: (string | number)[] | undefined;
|
|
@@ -5507,6 +5669,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5507
5669
|
format?: string | undefined;
|
|
5508
5670
|
label?: string | undefined;
|
|
5509
5671
|
valueLabels?: string | undefined;
|
|
5672
|
+
nullValueLabel?: string | undefined;
|
|
5510
5673
|
} | undefined;
|
|
5511
5674
|
scale?: "discrete" | undefined;
|
|
5512
5675
|
labels?: Record<string, string> | undefined;
|
|
@@ -5523,6 +5686,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5523
5686
|
format?: string | undefined;
|
|
5524
5687
|
label?: string | undefined;
|
|
5525
5688
|
valueLabels?: string | undefined;
|
|
5689
|
+
nullValueLabel?: string | undefined;
|
|
5526
5690
|
} | undefined;
|
|
5527
5691
|
scale?: "linear" | "log" | undefined;
|
|
5528
5692
|
showGrid?: boolean | undefined;
|
|
@@ -5540,6 +5704,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5540
5704
|
format?: string | undefined;
|
|
5541
5705
|
label?: string | undefined;
|
|
5542
5706
|
valueLabels?: string | undefined;
|
|
5707
|
+
nullValueLabel?: string | undefined;
|
|
5543
5708
|
}[] | undefined;
|
|
5544
5709
|
primaryGrouping?: {
|
|
5545
5710
|
columnName: {
|
|
@@ -5548,6 +5713,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5548
5713
|
format?: string | undefined;
|
|
5549
5714
|
label?: string | undefined;
|
|
5550
5715
|
valueLabels?: string | undefined;
|
|
5716
|
+
nullValueLabel?: string | undefined;
|
|
5551
5717
|
};
|
|
5552
5718
|
order?: (string | number | null)[] | undefined;
|
|
5553
5719
|
inheritedAes?: Record<string, {
|
|
@@ -5569,6 +5735,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5569
5735
|
format?: string | undefined;
|
|
5570
5736
|
label?: string | undefined;
|
|
5571
5737
|
valueLabels?: string | undefined;
|
|
5738
|
+
nullValueLabel?: string | undefined;
|
|
5572
5739
|
};
|
|
5573
5740
|
order?: (string | number | null)[] | undefined;
|
|
5574
5741
|
inheritedAes?: Record<string, {
|
|
@@ -5594,3 +5761,4 @@ export type GroupingData = {
|
|
|
5594
5761
|
inheritedAes: z.infer<typeof AesRecordSchema> | null;
|
|
5595
5762
|
};
|
|
5596
5763
|
export {};
|
|
5764
|
+
//# sourceMappingURL=discrete.d.ts.map
|