@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
|
@@ -40,18 +40,21 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
40
40
|
format: z.ZodOptional<z.ZodString>;
|
|
41
41
|
label: z.ZodOptional<z.ZodString>;
|
|
42
42
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
43
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
43
44
|
}, "strip", z.ZodTypeAny, {
|
|
44
45
|
type: "column";
|
|
45
46
|
value: string;
|
|
46
47
|
format?: string | undefined;
|
|
47
48
|
label?: string | undefined;
|
|
48
49
|
valueLabels?: string | undefined;
|
|
50
|
+
nullValueLabel?: string | undefined;
|
|
49
51
|
}, {
|
|
50
52
|
type: "column";
|
|
51
53
|
value: string;
|
|
52
54
|
format?: string | undefined;
|
|
53
55
|
label?: string | undefined;
|
|
54
56
|
valueLabels?: string | undefined;
|
|
57
|
+
nullValueLabel?: string | undefined;
|
|
55
58
|
}>;
|
|
56
59
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
57
60
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -63,6 +66,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
63
66
|
format?: string | undefined;
|
|
64
67
|
label?: string | undefined;
|
|
65
68
|
valueLabels?: string | undefined;
|
|
69
|
+
nullValueLabel?: string | undefined;
|
|
66
70
|
};
|
|
67
71
|
domain: number[];
|
|
68
72
|
range: string[];
|
|
@@ -74,6 +78,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
74
78
|
format?: string | undefined;
|
|
75
79
|
label?: string | undefined;
|
|
76
80
|
valueLabels?: string | undefined;
|
|
81
|
+
nullValueLabel?: string | undefined;
|
|
77
82
|
};
|
|
78
83
|
domain: number[];
|
|
79
84
|
range: string[];
|
|
@@ -99,18 +104,21 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
99
104
|
format: z.ZodOptional<z.ZodString>;
|
|
100
105
|
label: z.ZodOptional<z.ZodString>;
|
|
101
106
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
107
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
102
108
|
}, "strip", z.ZodTypeAny, {
|
|
103
109
|
type: "column";
|
|
104
110
|
value: string;
|
|
105
111
|
format?: string | undefined;
|
|
106
112
|
label?: string | undefined;
|
|
107
113
|
valueLabels?: string | undefined;
|
|
114
|
+
nullValueLabel?: string | undefined;
|
|
108
115
|
}, {
|
|
109
116
|
type: "column";
|
|
110
117
|
value: string;
|
|
111
118
|
format?: string | undefined;
|
|
112
119
|
label?: string | undefined;
|
|
113
120
|
valueLabels?: string | undefined;
|
|
121
|
+
nullValueLabel?: string | undefined;
|
|
114
122
|
}>;
|
|
115
123
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
116
124
|
range: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -122,6 +130,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
122
130
|
format?: string | undefined;
|
|
123
131
|
label?: string | undefined;
|
|
124
132
|
valueLabels?: string | undefined;
|
|
133
|
+
nullValueLabel?: string | undefined;
|
|
125
134
|
};
|
|
126
135
|
domain: number[];
|
|
127
136
|
range: number[];
|
|
@@ -133,6 +142,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
133
142
|
format?: string | undefined;
|
|
134
143
|
label?: string | undefined;
|
|
135
144
|
valueLabels?: string | undefined;
|
|
145
|
+
nullValueLabel?: string | undefined;
|
|
136
146
|
};
|
|
137
147
|
domain: number[];
|
|
138
148
|
range: number[];
|
|
@@ -150,6 +160,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
150
160
|
format?: string | undefined;
|
|
151
161
|
label?: string | undefined;
|
|
152
162
|
valueLabels?: string | undefined;
|
|
163
|
+
nullValueLabel?: string | undefined;
|
|
153
164
|
};
|
|
154
165
|
domain: number[];
|
|
155
166
|
range: string[];
|
|
@@ -167,6 +178,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
167
178
|
format?: string | undefined;
|
|
168
179
|
label?: string | undefined;
|
|
169
180
|
valueLabels?: string | undefined;
|
|
181
|
+
nullValueLabel?: string | undefined;
|
|
170
182
|
};
|
|
171
183
|
domain: number[];
|
|
172
184
|
range: number[];
|
|
@@ -184,6 +196,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
184
196
|
format?: string | undefined;
|
|
185
197
|
label?: string | undefined;
|
|
186
198
|
valueLabels?: string | undefined;
|
|
199
|
+
nullValueLabel?: string | undefined;
|
|
187
200
|
};
|
|
188
201
|
domain: number[];
|
|
189
202
|
range: string[];
|
|
@@ -201,6 +214,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
201
214
|
format?: string | undefined;
|
|
202
215
|
label?: string | undefined;
|
|
203
216
|
valueLabels?: string | undefined;
|
|
217
|
+
nullValueLabel?: string | undefined;
|
|
204
218
|
};
|
|
205
219
|
domain: number[];
|
|
206
220
|
range: number[];
|
|
@@ -221,6 +235,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
221
235
|
format?: string | undefined;
|
|
222
236
|
label?: string | undefined;
|
|
223
237
|
valueLabels?: string | undefined;
|
|
238
|
+
nullValueLabel?: string | undefined;
|
|
224
239
|
};
|
|
225
240
|
domain: number[];
|
|
226
241
|
range: string[];
|
|
@@ -238,6 +253,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
238
253
|
format?: string | undefined;
|
|
239
254
|
label?: string | undefined;
|
|
240
255
|
valueLabels?: string | undefined;
|
|
256
|
+
nullValueLabel?: string | undefined;
|
|
241
257
|
};
|
|
242
258
|
domain: number[];
|
|
243
259
|
range: number[];
|
|
@@ -258,6 +274,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
258
274
|
format?: string | undefined;
|
|
259
275
|
label?: string | undefined;
|
|
260
276
|
valueLabels?: string | undefined;
|
|
277
|
+
nullValueLabel?: string | undefined;
|
|
261
278
|
};
|
|
262
279
|
domain: number[];
|
|
263
280
|
range: string[];
|
|
@@ -275,6 +292,7 @@ declare const DotsLayerSchema: z.ZodObject<{
|
|
|
275
292
|
format?: string | undefined;
|
|
276
293
|
label?: string | undefined;
|
|
277
294
|
valueLabels?: string | undefined;
|
|
295
|
+
nullValueLabel?: string | undefined;
|
|
278
296
|
};
|
|
279
297
|
domain: number[];
|
|
280
298
|
range: number[];
|
|
@@ -307,18 +325,21 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
307
325
|
format: z.ZodOptional<z.ZodString>;
|
|
308
326
|
label: z.ZodOptional<z.ZodString>;
|
|
309
327
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
328
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
310
329
|
}, "strip", z.ZodTypeAny, {
|
|
311
330
|
type: "column";
|
|
312
331
|
value: string;
|
|
313
332
|
format?: string | undefined;
|
|
314
333
|
label?: string | undefined;
|
|
315
334
|
valueLabels?: string | undefined;
|
|
335
|
+
nullValueLabel?: string | undefined;
|
|
316
336
|
}, {
|
|
317
337
|
type: "column";
|
|
318
338
|
value: string;
|
|
319
339
|
format?: string | undefined;
|
|
320
340
|
label?: string | undefined;
|
|
321
341
|
valueLabels?: string | undefined;
|
|
342
|
+
nullValueLabel?: string | undefined;
|
|
322
343
|
}>;
|
|
323
344
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
324
345
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -330,6 +351,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
330
351
|
format?: string | undefined;
|
|
331
352
|
label?: string | undefined;
|
|
332
353
|
valueLabels?: string | undefined;
|
|
354
|
+
nullValueLabel?: string | undefined;
|
|
333
355
|
};
|
|
334
356
|
domain: number[];
|
|
335
357
|
range: string[];
|
|
@@ -341,6 +363,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
341
363
|
format?: string | undefined;
|
|
342
364
|
label?: string | undefined;
|
|
343
365
|
valueLabels?: string | undefined;
|
|
366
|
+
nullValueLabel?: string | undefined;
|
|
344
367
|
};
|
|
345
368
|
domain: number[];
|
|
346
369
|
range: string[];
|
|
@@ -361,6 +384,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
361
384
|
format?: string | undefined;
|
|
362
385
|
label?: string | undefined;
|
|
363
386
|
valueLabels?: string | undefined;
|
|
387
|
+
nullValueLabel?: string | undefined;
|
|
364
388
|
};
|
|
365
389
|
domain: number[];
|
|
366
390
|
range: string[];
|
|
@@ -381,6 +405,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
381
405
|
format?: string | undefined;
|
|
382
406
|
label?: string | undefined;
|
|
383
407
|
valueLabels?: string | undefined;
|
|
408
|
+
nullValueLabel?: string | undefined;
|
|
384
409
|
};
|
|
385
410
|
domain: number[];
|
|
386
411
|
range: string[];
|
|
@@ -404,6 +429,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
404
429
|
format?: string | undefined;
|
|
405
430
|
label?: string | undefined;
|
|
406
431
|
valueLabels?: string | undefined;
|
|
432
|
+
nullValueLabel?: string | undefined;
|
|
407
433
|
};
|
|
408
434
|
domain: number[];
|
|
409
435
|
range: string[];
|
|
@@ -428,6 +454,7 @@ declare const CurveLayerSchema: z.ZodObject<{
|
|
|
428
454
|
format?: string | undefined;
|
|
429
455
|
label?: string | undefined;
|
|
430
456
|
valueLabels?: string | undefined;
|
|
457
|
+
nullValueLabel?: string | undefined;
|
|
431
458
|
};
|
|
432
459
|
domain: number[];
|
|
433
460
|
range: string[];
|
|
@@ -459,18 +486,21 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
459
486
|
format: z.ZodOptional<z.ZodString>;
|
|
460
487
|
label: z.ZodOptional<z.ZodString>;
|
|
461
488
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
489
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
462
490
|
}, "strip", z.ZodTypeAny, {
|
|
463
491
|
type: "column";
|
|
464
492
|
value: string;
|
|
465
493
|
format?: string | undefined;
|
|
466
494
|
label?: string | undefined;
|
|
467
495
|
valueLabels?: string | undefined;
|
|
496
|
+
nullValueLabel?: string | undefined;
|
|
468
497
|
}, {
|
|
469
498
|
type: "column";
|
|
470
499
|
value: string;
|
|
471
500
|
format?: string | undefined;
|
|
472
501
|
label?: string | undefined;
|
|
473
502
|
valueLabels?: string | undefined;
|
|
503
|
+
nullValueLabel?: string | undefined;
|
|
474
504
|
}>;
|
|
475
505
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
476
506
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -482,6 +512,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
482
512
|
format?: string | undefined;
|
|
483
513
|
label?: string | undefined;
|
|
484
514
|
valueLabels?: string | undefined;
|
|
515
|
+
nullValueLabel?: string | undefined;
|
|
485
516
|
};
|
|
486
517
|
domain: number[];
|
|
487
518
|
range: string[];
|
|
@@ -493,6 +524,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
493
524
|
format?: string | undefined;
|
|
494
525
|
label?: string | undefined;
|
|
495
526
|
valueLabels?: string | undefined;
|
|
527
|
+
nullValueLabel?: string | undefined;
|
|
496
528
|
};
|
|
497
529
|
domain: number[];
|
|
498
530
|
range: string[];
|
|
@@ -518,18 +550,21 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
518
550
|
format: z.ZodOptional<z.ZodString>;
|
|
519
551
|
label: z.ZodOptional<z.ZodString>;
|
|
520
552
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
553
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
521
554
|
}, "strip", z.ZodTypeAny, {
|
|
522
555
|
type: "column";
|
|
523
556
|
value: string;
|
|
524
557
|
format?: string | undefined;
|
|
525
558
|
label?: string | undefined;
|
|
526
559
|
valueLabels?: string | undefined;
|
|
560
|
+
nullValueLabel?: string | undefined;
|
|
527
561
|
}, {
|
|
528
562
|
type: "column";
|
|
529
563
|
value: string;
|
|
530
564
|
format?: string | undefined;
|
|
531
565
|
label?: string | undefined;
|
|
532
566
|
valueLabels?: string | undefined;
|
|
567
|
+
nullValueLabel?: string | undefined;
|
|
533
568
|
}>;
|
|
534
569
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
535
570
|
range: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -541,6 +576,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
541
576
|
format?: string | undefined;
|
|
542
577
|
label?: string | undefined;
|
|
543
578
|
valueLabels?: string | undefined;
|
|
579
|
+
nullValueLabel?: string | undefined;
|
|
544
580
|
};
|
|
545
581
|
domain: number[];
|
|
546
582
|
range: number[];
|
|
@@ -552,6 +588,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
552
588
|
format?: string | undefined;
|
|
553
589
|
label?: string | undefined;
|
|
554
590
|
valueLabels?: string | undefined;
|
|
591
|
+
nullValueLabel?: string | undefined;
|
|
555
592
|
};
|
|
556
593
|
domain: number[];
|
|
557
594
|
range: number[];
|
|
@@ -569,6 +606,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
569
606
|
format?: string | undefined;
|
|
570
607
|
label?: string | undefined;
|
|
571
608
|
valueLabels?: string | undefined;
|
|
609
|
+
nullValueLabel?: string | undefined;
|
|
572
610
|
};
|
|
573
611
|
domain: number[];
|
|
574
612
|
range: string[];
|
|
@@ -586,6 +624,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
586
624
|
format?: string | undefined;
|
|
587
625
|
label?: string | undefined;
|
|
588
626
|
valueLabels?: string | undefined;
|
|
627
|
+
nullValueLabel?: string | undefined;
|
|
589
628
|
};
|
|
590
629
|
domain: number[];
|
|
591
630
|
range: number[];
|
|
@@ -603,6 +642,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
603
642
|
format?: string | undefined;
|
|
604
643
|
label?: string | undefined;
|
|
605
644
|
valueLabels?: string | undefined;
|
|
645
|
+
nullValueLabel?: string | undefined;
|
|
606
646
|
};
|
|
607
647
|
domain: number[];
|
|
608
648
|
range: string[];
|
|
@@ -620,6 +660,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
620
660
|
format?: string | undefined;
|
|
621
661
|
label?: string | undefined;
|
|
622
662
|
valueLabels?: string | undefined;
|
|
663
|
+
nullValueLabel?: string | undefined;
|
|
623
664
|
};
|
|
624
665
|
domain: number[];
|
|
625
666
|
range: number[];
|
|
@@ -640,6 +681,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
640
681
|
format?: string | undefined;
|
|
641
682
|
label?: string | undefined;
|
|
642
683
|
valueLabels?: string | undefined;
|
|
684
|
+
nullValueLabel?: string | undefined;
|
|
643
685
|
};
|
|
644
686
|
domain: number[];
|
|
645
687
|
range: string[];
|
|
@@ -657,6 +699,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
657
699
|
format?: string | undefined;
|
|
658
700
|
label?: string | undefined;
|
|
659
701
|
valueLabels?: string | undefined;
|
|
702
|
+
nullValueLabel?: string | undefined;
|
|
660
703
|
};
|
|
661
704
|
domain: number[];
|
|
662
705
|
range: number[];
|
|
@@ -677,6 +720,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
677
720
|
format?: string | undefined;
|
|
678
721
|
label?: string | undefined;
|
|
679
722
|
valueLabels?: string | undefined;
|
|
723
|
+
nullValueLabel?: string | undefined;
|
|
680
724
|
};
|
|
681
725
|
domain: number[];
|
|
682
726
|
range: string[];
|
|
@@ -694,6 +738,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
694
738
|
format?: string | undefined;
|
|
695
739
|
label?: string | undefined;
|
|
696
740
|
valueLabels?: string | undefined;
|
|
741
|
+
nullValueLabel?: string | undefined;
|
|
697
742
|
};
|
|
698
743
|
domain: number[];
|
|
699
744
|
range: number[];
|
|
@@ -725,18 +770,21 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
725
770
|
format: z.ZodOptional<z.ZodString>;
|
|
726
771
|
label: z.ZodOptional<z.ZodString>;
|
|
727
772
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
773
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
728
774
|
}, "strip", z.ZodTypeAny, {
|
|
729
775
|
type: "column";
|
|
730
776
|
value: string;
|
|
731
777
|
format?: string | undefined;
|
|
732
778
|
label?: string | undefined;
|
|
733
779
|
valueLabels?: string | undefined;
|
|
780
|
+
nullValueLabel?: string | undefined;
|
|
734
781
|
}, {
|
|
735
782
|
type: "column";
|
|
736
783
|
value: string;
|
|
737
784
|
format?: string | undefined;
|
|
738
785
|
label?: string | undefined;
|
|
739
786
|
valueLabels?: string | undefined;
|
|
787
|
+
nullValueLabel?: string | undefined;
|
|
740
788
|
}>;
|
|
741
789
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
742
790
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -748,6 +796,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
748
796
|
format?: string | undefined;
|
|
749
797
|
label?: string | undefined;
|
|
750
798
|
valueLabels?: string | undefined;
|
|
799
|
+
nullValueLabel?: string | undefined;
|
|
751
800
|
};
|
|
752
801
|
domain: number[];
|
|
753
802
|
range: string[];
|
|
@@ -759,6 +808,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
759
808
|
format?: string | undefined;
|
|
760
809
|
label?: string | undefined;
|
|
761
810
|
valueLabels?: string | undefined;
|
|
811
|
+
nullValueLabel?: string | undefined;
|
|
762
812
|
};
|
|
763
813
|
domain: number[];
|
|
764
814
|
range: string[];
|
|
@@ -779,6 +829,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
779
829
|
format?: string | undefined;
|
|
780
830
|
label?: string | undefined;
|
|
781
831
|
valueLabels?: string | undefined;
|
|
832
|
+
nullValueLabel?: string | undefined;
|
|
782
833
|
};
|
|
783
834
|
domain: number[];
|
|
784
835
|
range: string[];
|
|
@@ -799,6 +850,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
799
850
|
format?: string | undefined;
|
|
800
851
|
label?: string | undefined;
|
|
801
852
|
valueLabels?: string | undefined;
|
|
853
|
+
nullValueLabel?: string | undefined;
|
|
802
854
|
};
|
|
803
855
|
domain: number[];
|
|
804
856
|
range: string[];
|
|
@@ -822,6 +874,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
822
874
|
format?: string | undefined;
|
|
823
875
|
label?: string | undefined;
|
|
824
876
|
valueLabels?: string | undefined;
|
|
877
|
+
nullValueLabel?: string | undefined;
|
|
825
878
|
};
|
|
826
879
|
domain: number[];
|
|
827
880
|
range: string[];
|
|
@@ -846,6 +899,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
846
899
|
format?: string | undefined;
|
|
847
900
|
label?: string | undefined;
|
|
848
901
|
valueLabels?: string | undefined;
|
|
902
|
+
nullValueLabel?: string | undefined;
|
|
849
903
|
};
|
|
850
904
|
domain: number[];
|
|
851
905
|
range: string[];
|
|
@@ -901,18 +955,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
901
955
|
format: z.ZodOptional<z.ZodString>;
|
|
902
956
|
label: z.ZodOptional<z.ZodString>;
|
|
903
957
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
958
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
904
959
|
}, "strip", z.ZodTypeAny, {
|
|
905
960
|
type: "column";
|
|
906
961
|
value: string;
|
|
907
962
|
format?: string | undefined;
|
|
908
963
|
label?: string | undefined;
|
|
909
964
|
valueLabels?: string | undefined;
|
|
965
|
+
nullValueLabel?: string | undefined;
|
|
910
966
|
}, {
|
|
911
967
|
type: "column";
|
|
912
968
|
value: string;
|
|
913
969
|
format?: string | undefined;
|
|
914
970
|
label?: string | undefined;
|
|
915
971
|
valueLabels?: string | undefined;
|
|
972
|
+
nullValueLabel?: string | undefined;
|
|
916
973
|
}>, "many">>;
|
|
917
974
|
}, "strip", z.ZodTypeAny, {
|
|
918
975
|
show?: boolean | undefined;
|
|
@@ -922,6 +979,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
922
979
|
format?: string | undefined;
|
|
923
980
|
label?: string | undefined;
|
|
924
981
|
valueLabels?: string | undefined;
|
|
982
|
+
nullValueLabel?: string | undefined;
|
|
925
983
|
}[] | undefined;
|
|
926
984
|
}, {
|
|
927
985
|
show?: boolean | undefined;
|
|
@@ -931,6 +989,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
931
989
|
format?: string | undefined;
|
|
932
990
|
label?: string | undefined;
|
|
933
991
|
valueLabels?: string | undefined;
|
|
992
|
+
nullValueLabel?: string | undefined;
|
|
934
993
|
}[] | undefined;
|
|
935
994
|
}>>;
|
|
936
995
|
frame: z.ZodOptional<z.ZodObject<{
|
|
@@ -962,18 +1021,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
962
1021
|
format: z.ZodOptional<z.ZodString>;
|
|
963
1022
|
label: z.ZodOptional<z.ZodString>;
|
|
964
1023
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1024
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
965
1025
|
}, "strip", z.ZodTypeAny, {
|
|
966
1026
|
type: "column";
|
|
967
1027
|
value: string;
|
|
968
1028
|
format?: string | undefined;
|
|
969
1029
|
label?: string | undefined;
|
|
970
1030
|
valueLabels?: string | undefined;
|
|
1031
|
+
nullValueLabel?: string | undefined;
|
|
971
1032
|
}, {
|
|
972
1033
|
type: "column";
|
|
973
1034
|
value: string;
|
|
974
1035
|
format?: string | undefined;
|
|
975
1036
|
label?: string | undefined;
|
|
976
1037
|
valueLabels?: string | undefined;
|
|
1038
|
+
nullValueLabel?: string | undefined;
|
|
977
1039
|
}>;
|
|
978
1040
|
x: z.ZodObject<{
|
|
979
1041
|
type: z.ZodLiteral<"column">;
|
|
@@ -981,18 +1043,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
981
1043
|
format: z.ZodOptional<z.ZodString>;
|
|
982
1044
|
label: z.ZodOptional<z.ZodString>;
|
|
983
1045
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1046
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
984
1047
|
}, "strip", z.ZodTypeAny, {
|
|
985
1048
|
type: "column";
|
|
986
1049
|
value: string;
|
|
987
1050
|
format?: string | undefined;
|
|
988
1051
|
label?: string | undefined;
|
|
989
1052
|
valueLabels?: string | undefined;
|
|
1053
|
+
nullValueLabel?: string | undefined;
|
|
990
1054
|
}, {
|
|
991
1055
|
type: "column";
|
|
992
1056
|
value: string;
|
|
993
1057
|
format?: string | undefined;
|
|
994
1058
|
label?: string | undefined;
|
|
995
1059
|
valueLabels?: string | undefined;
|
|
1060
|
+
nullValueLabel?: string | undefined;
|
|
996
1061
|
}>;
|
|
997
1062
|
y: z.ZodObject<{
|
|
998
1063
|
type: z.ZodLiteral<"column">;
|
|
@@ -1000,18 +1065,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1000
1065
|
format: z.ZodOptional<z.ZodString>;
|
|
1001
1066
|
label: z.ZodOptional<z.ZodString>;
|
|
1002
1067
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1068
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1003
1069
|
}, "strip", z.ZodTypeAny, {
|
|
1004
1070
|
type: "column";
|
|
1005
1071
|
value: string;
|
|
1006
1072
|
format?: string | undefined;
|
|
1007
1073
|
label?: string | undefined;
|
|
1008
1074
|
valueLabels?: string | undefined;
|
|
1075
|
+
nullValueLabel?: string | undefined;
|
|
1009
1076
|
}, {
|
|
1010
1077
|
type: "column";
|
|
1011
1078
|
value: string;
|
|
1012
1079
|
format?: string | undefined;
|
|
1013
1080
|
label?: string | undefined;
|
|
1014
1081
|
valueLabels?: string | undefined;
|
|
1082
|
+
nullValueLabel?: string | undefined;
|
|
1015
1083
|
}>;
|
|
1016
1084
|
xAxis: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1017
1085
|
title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -1020,18 +1088,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1020
1088
|
format: z.ZodOptional<z.ZodString>;
|
|
1021
1089
|
label: z.ZodOptional<z.ZodString>;
|
|
1022
1090
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1091
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1023
1092
|
}, "strip", z.ZodTypeAny, {
|
|
1024
1093
|
type: "column";
|
|
1025
1094
|
value: string;
|
|
1026
1095
|
format?: string | undefined;
|
|
1027
1096
|
label?: string | undefined;
|
|
1028
1097
|
valueLabels?: string | undefined;
|
|
1098
|
+
nullValueLabel?: string | undefined;
|
|
1029
1099
|
}, {
|
|
1030
1100
|
type: "column";
|
|
1031
1101
|
value: string;
|
|
1032
1102
|
format?: string | undefined;
|
|
1033
1103
|
label?: string | undefined;
|
|
1034
1104
|
valueLabels?: string | undefined;
|
|
1105
|
+
nullValueLabel?: string | undefined;
|
|
1035
1106
|
}>]>>;
|
|
1036
1107
|
scale: z.ZodOptional<z.ZodLiteral<"discrete">>;
|
|
1037
1108
|
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
@@ -1049,6 +1120,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1049
1120
|
format?: string | undefined;
|
|
1050
1121
|
label?: string | undefined;
|
|
1051
1122
|
valueLabels?: string | undefined;
|
|
1123
|
+
nullValueLabel?: string | undefined;
|
|
1052
1124
|
} | undefined;
|
|
1053
1125
|
scale?: "discrete" | undefined;
|
|
1054
1126
|
labels?: Record<string, string> | undefined;
|
|
@@ -1065,6 +1137,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1065
1137
|
format?: string | undefined;
|
|
1066
1138
|
label?: string | undefined;
|
|
1067
1139
|
valueLabels?: string | undefined;
|
|
1140
|
+
nullValueLabel?: string | undefined;
|
|
1068
1141
|
} | undefined;
|
|
1069
1142
|
scale?: "discrete" | undefined;
|
|
1070
1143
|
labels?: Record<string, string> | undefined;
|
|
@@ -1080,18 +1153,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1080
1153
|
format: z.ZodOptional<z.ZodString>;
|
|
1081
1154
|
label: z.ZodOptional<z.ZodString>;
|
|
1082
1155
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1156
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1083
1157
|
}, "strip", z.ZodTypeAny, {
|
|
1084
1158
|
type: "column";
|
|
1085
1159
|
value: string;
|
|
1086
1160
|
format?: string | undefined;
|
|
1087
1161
|
label?: string | undefined;
|
|
1088
1162
|
valueLabels?: string | undefined;
|
|
1163
|
+
nullValueLabel?: string | undefined;
|
|
1089
1164
|
}, {
|
|
1090
1165
|
type: "column";
|
|
1091
1166
|
value: string;
|
|
1092
1167
|
format?: string | undefined;
|
|
1093
1168
|
label?: string | undefined;
|
|
1094
1169
|
valueLabels?: string | undefined;
|
|
1170
|
+
nullValueLabel?: string | undefined;
|
|
1095
1171
|
}>]>>;
|
|
1096
1172
|
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1097
1173
|
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1109,6 +1185,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1109
1185
|
format?: string | undefined;
|
|
1110
1186
|
label?: string | undefined;
|
|
1111
1187
|
valueLabels?: string | undefined;
|
|
1188
|
+
nullValueLabel?: string | undefined;
|
|
1112
1189
|
} | undefined;
|
|
1113
1190
|
scale?: "linear" | "log" | undefined;
|
|
1114
1191
|
showGrid?: boolean | undefined;
|
|
@@ -1126,6 +1203,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1126
1203
|
format?: string | undefined;
|
|
1127
1204
|
label?: string | undefined;
|
|
1128
1205
|
valueLabels?: string | undefined;
|
|
1206
|
+
nullValueLabel?: string | undefined;
|
|
1129
1207
|
} | undefined;
|
|
1130
1208
|
scale?: "linear" | "log" | undefined;
|
|
1131
1209
|
showGrid?: boolean | undefined;
|
|
@@ -1144,18 +1222,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1144
1222
|
format: z.ZodOptional<z.ZodString>;
|
|
1145
1223
|
label: z.ZodOptional<z.ZodString>;
|
|
1146
1224
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1225
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1147
1226
|
}, "strip", z.ZodTypeAny, {
|
|
1148
1227
|
type: "column";
|
|
1149
1228
|
value: string;
|
|
1150
1229
|
format?: string | undefined;
|
|
1151
1230
|
label?: string | undefined;
|
|
1152
1231
|
valueLabels?: string | undefined;
|
|
1232
|
+
nullValueLabel?: string | undefined;
|
|
1153
1233
|
}, {
|
|
1154
1234
|
type: "column";
|
|
1155
1235
|
value: string;
|
|
1156
1236
|
format?: string | undefined;
|
|
1157
1237
|
label?: string | undefined;
|
|
1158
1238
|
valueLabels?: string | undefined;
|
|
1239
|
+
nullValueLabel?: string | undefined;
|
|
1159
1240
|
}>]>>;
|
|
1160
1241
|
scale: z.ZodOptional<z.ZodLiteral<"discrete">>;
|
|
1161
1242
|
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
@@ -1173,6 +1254,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1173
1254
|
format?: string | undefined;
|
|
1174
1255
|
label?: string | undefined;
|
|
1175
1256
|
valueLabels?: string | undefined;
|
|
1257
|
+
nullValueLabel?: string | undefined;
|
|
1176
1258
|
} | undefined;
|
|
1177
1259
|
scale?: "discrete" | undefined;
|
|
1178
1260
|
labels?: Record<string, string> | undefined;
|
|
@@ -1189,6 +1271,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1189
1271
|
format?: string | undefined;
|
|
1190
1272
|
label?: string | undefined;
|
|
1191
1273
|
valueLabels?: string | undefined;
|
|
1274
|
+
nullValueLabel?: string | undefined;
|
|
1192
1275
|
} | undefined;
|
|
1193
1276
|
scale?: "discrete" | undefined;
|
|
1194
1277
|
labels?: Record<string, string> | undefined;
|
|
@@ -1204,18 +1287,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1204
1287
|
format: z.ZodOptional<z.ZodString>;
|
|
1205
1288
|
label: z.ZodOptional<z.ZodString>;
|
|
1206
1289
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1290
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1207
1291
|
}, "strip", z.ZodTypeAny, {
|
|
1208
1292
|
type: "column";
|
|
1209
1293
|
value: string;
|
|
1210
1294
|
format?: string | undefined;
|
|
1211
1295
|
label?: string | undefined;
|
|
1212
1296
|
valueLabels?: string | undefined;
|
|
1297
|
+
nullValueLabel?: string | undefined;
|
|
1213
1298
|
}, {
|
|
1214
1299
|
type: "column";
|
|
1215
1300
|
value: string;
|
|
1216
1301
|
format?: string | undefined;
|
|
1217
1302
|
label?: string | undefined;
|
|
1218
1303
|
valueLabels?: string | undefined;
|
|
1304
|
+
nullValueLabel?: string | undefined;
|
|
1219
1305
|
}>]>>;
|
|
1220
1306
|
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1221
1307
|
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1233,6 +1319,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1233
1319
|
format?: string | undefined;
|
|
1234
1320
|
label?: string | undefined;
|
|
1235
1321
|
valueLabels?: string | undefined;
|
|
1322
|
+
nullValueLabel?: string | undefined;
|
|
1236
1323
|
} | undefined;
|
|
1237
1324
|
scale?: "linear" | "log" | undefined;
|
|
1238
1325
|
showGrid?: boolean | undefined;
|
|
@@ -1250,6 +1337,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1250
1337
|
format?: string | undefined;
|
|
1251
1338
|
label?: string | undefined;
|
|
1252
1339
|
valueLabels?: string | undefined;
|
|
1340
|
+
nullValueLabel?: string | undefined;
|
|
1253
1341
|
} | undefined;
|
|
1254
1342
|
scale?: "linear" | "log" | undefined;
|
|
1255
1343
|
showGrid?: boolean | undefined;
|
|
@@ -1268,18 +1356,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1268
1356
|
format: z.ZodOptional<z.ZodString>;
|
|
1269
1357
|
label: z.ZodOptional<z.ZodString>;
|
|
1270
1358
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1359
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1271
1360
|
}, "strip", z.ZodTypeAny, {
|
|
1272
1361
|
type: "column";
|
|
1273
1362
|
value: string;
|
|
1274
1363
|
format?: string | undefined;
|
|
1275
1364
|
label?: string | undefined;
|
|
1276
1365
|
valueLabels?: string | undefined;
|
|
1366
|
+
nullValueLabel?: string | undefined;
|
|
1277
1367
|
}, {
|
|
1278
1368
|
type: "column";
|
|
1279
1369
|
value: string;
|
|
1280
1370
|
format?: string | undefined;
|
|
1281
1371
|
label?: string | undefined;
|
|
1282
1372
|
valueLabels?: string | undefined;
|
|
1373
|
+
nullValueLabel?: string | undefined;
|
|
1283
1374
|
}>;
|
|
1284
1375
|
order: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>, "many">>;
|
|
1285
1376
|
inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -1315,6 +1406,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1315
1406
|
format?: string | undefined;
|
|
1316
1407
|
label?: string | undefined;
|
|
1317
1408
|
valueLabels?: string | undefined;
|
|
1409
|
+
nullValueLabel?: string | undefined;
|
|
1318
1410
|
};
|
|
1319
1411
|
order?: (string | number | null)[] | undefined;
|
|
1320
1412
|
inheritedAes?: Record<string, {
|
|
@@ -1334,6 +1426,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1334
1426
|
format?: string | undefined;
|
|
1335
1427
|
label?: string | undefined;
|
|
1336
1428
|
valueLabels?: string | undefined;
|
|
1429
|
+
nullValueLabel?: string | undefined;
|
|
1337
1430
|
};
|
|
1338
1431
|
order?: (string | number | null)[] | undefined;
|
|
1339
1432
|
inheritedAes?: Record<string, {
|
|
@@ -1354,18 +1447,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1354
1447
|
format: z.ZodOptional<z.ZodString>;
|
|
1355
1448
|
label: z.ZodOptional<z.ZodString>;
|
|
1356
1449
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1450
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1357
1451
|
}, "strip", z.ZodTypeAny, {
|
|
1358
1452
|
type: "column";
|
|
1359
1453
|
value: string;
|
|
1360
1454
|
format?: string | undefined;
|
|
1361
1455
|
label?: string | undefined;
|
|
1362
1456
|
valueLabels?: string | undefined;
|
|
1457
|
+
nullValueLabel?: string | undefined;
|
|
1363
1458
|
}, {
|
|
1364
1459
|
type: "column";
|
|
1365
1460
|
value: string;
|
|
1366
1461
|
format?: string | undefined;
|
|
1367
1462
|
label?: string | undefined;
|
|
1368
1463
|
valueLabels?: string | undefined;
|
|
1464
|
+
nullValueLabel?: string | undefined;
|
|
1369
1465
|
}>;
|
|
1370
1466
|
}, "strip", z.ZodTypeAny, {
|
|
1371
1467
|
columnName: {
|
|
@@ -1374,6 +1470,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1374
1470
|
format?: string | undefined;
|
|
1375
1471
|
label?: string | undefined;
|
|
1376
1472
|
valueLabels?: string | undefined;
|
|
1473
|
+
nullValueLabel?: string | undefined;
|
|
1377
1474
|
};
|
|
1378
1475
|
}, {
|
|
1379
1476
|
columnName: {
|
|
@@ -1382,6 +1479,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1382
1479
|
format?: string | undefined;
|
|
1383
1480
|
label?: string | undefined;
|
|
1384
1481
|
valueLabels?: string | undefined;
|
|
1482
|
+
nullValueLabel?: string | undefined;
|
|
1385
1483
|
};
|
|
1386
1484
|
}>, "many">>;
|
|
1387
1485
|
dotShape: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1391,18 +1489,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1391
1489
|
format: z.ZodOptional<z.ZodString>;
|
|
1392
1490
|
label: z.ZodOptional<z.ZodString>;
|
|
1393
1491
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1492
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1394
1493
|
}, "strip", z.ZodTypeAny, {
|
|
1395
1494
|
type: "column";
|
|
1396
1495
|
value: string;
|
|
1397
1496
|
format?: string | undefined;
|
|
1398
1497
|
label?: string | undefined;
|
|
1399
1498
|
valueLabels?: string | undefined;
|
|
1499
|
+
nullValueLabel?: string | undefined;
|
|
1400
1500
|
}, {
|
|
1401
1501
|
type: "column";
|
|
1402
1502
|
value: string;
|
|
1403
1503
|
format?: string | undefined;
|
|
1404
1504
|
label?: string | undefined;
|
|
1405
1505
|
valueLabels?: string | undefined;
|
|
1506
|
+
nullValueLabel?: string | undefined;
|
|
1406
1507
|
}>;
|
|
1407
1508
|
order: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>, "many">>;
|
|
1408
1509
|
inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -1437,6 +1538,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1437
1538
|
format?: string | undefined;
|
|
1438
1539
|
label?: string | undefined;
|
|
1439
1540
|
valueLabels?: string | undefined;
|
|
1541
|
+
nullValueLabel?: string | undefined;
|
|
1440
1542
|
};
|
|
1441
1543
|
order?: (string | number | null)[] | undefined;
|
|
1442
1544
|
inheritedAes?: Record<string, {
|
|
@@ -1455,6 +1557,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1455
1557
|
format?: string | undefined;
|
|
1456
1558
|
label?: string | undefined;
|
|
1457
1559
|
valueLabels?: string | undefined;
|
|
1560
|
+
nullValueLabel?: string | undefined;
|
|
1458
1561
|
};
|
|
1459
1562
|
order?: (string | number | null)[] | undefined;
|
|
1460
1563
|
inheritedAes?: Record<string, {
|
|
@@ -1473,18 +1576,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1473
1576
|
format: z.ZodOptional<z.ZodString>;
|
|
1474
1577
|
label: z.ZodOptional<z.ZodString>;
|
|
1475
1578
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1579
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1476
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1477
1581
|
type: "column";
|
|
1478
1582
|
value: string;
|
|
1479
1583
|
format?: string | undefined;
|
|
1480
1584
|
label?: string | undefined;
|
|
1481
1585
|
valueLabels?: string | undefined;
|
|
1586
|
+
nullValueLabel?: string | undefined;
|
|
1482
1587
|
}, {
|
|
1483
1588
|
type: "column";
|
|
1484
1589
|
value: string;
|
|
1485
1590
|
format?: string | undefined;
|
|
1486
1591
|
label?: string | undefined;
|
|
1487
1592
|
valueLabels?: string | undefined;
|
|
1593
|
+
nullValueLabel?: string | undefined;
|
|
1488
1594
|
}>, "many">>;
|
|
1489
1595
|
label: z.ZodOptional<z.ZodObject<{
|
|
1490
1596
|
type: z.ZodLiteral<"column">;
|
|
@@ -1492,18 +1598,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1492
1598
|
format: z.ZodOptional<z.ZodString>;
|
|
1493
1599
|
label: z.ZodOptional<z.ZodString>;
|
|
1494
1600
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1601
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1495
1602
|
}, "strip", z.ZodTypeAny, {
|
|
1496
1603
|
type: "column";
|
|
1497
1604
|
value: string;
|
|
1498
1605
|
format?: string | undefined;
|
|
1499
1606
|
label?: string | undefined;
|
|
1500
1607
|
valueLabels?: string | undefined;
|
|
1608
|
+
nullValueLabel?: string | undefined;
|
|
1501
1609
|
}, {
|
|
1502
1610
|
type: "column";
|
|
1503
1611
|
value: string;
|
|
1504
1612
|
format?: string | undefined;
|
|
1505
1613
|
label?: string | undefined;
|
|
1506
1614
|
valueLabels?: string | undefined;
|
|
1615
|
+
nullValueLabel?: string | undefined;
|
|
1507
1616
|
}>>;
|
|
1508
1617
|
highlight: z.ZodOptional<z.ZodObject<{
|
|
1509
1618
|
type: z.ZodLiteral<"column">;
|
|
@@ -1511,18 +1620,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1511
1620
|
format: z.ZodOptional<z.ZodString>;
|
|
1512
1621
|
label: z.ZodOptional<z.ZodString>;
|
|
1513
1622
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1623
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1514
1624
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1625
|
type: "column";
|
|
1516
1626
|
value: string;
|
|
1517
1627
|
format?: string | undefined;
|
|
1518
1628
|
label?: string | undefined;
|
|
1519
1629
|
valueLabels?: string | undefined;
|
|
1630
|
+
nullValueLabel?: string | undefined;
|
|
1520
1631
|
}, {
|
|
1521
1632
|
type: "column";
|
|
1522
1633
|
value: string;
|
|
1523
1634
|
format?: string | undefined;
|
|
1524
1635
|
label?: string | undefined;
|
|
1525
1636
|
valueLabels?: string | undefined;
|
|
1637
|
+
nullValueLabel?: string | undefined;
|
|
1526
1638
|
}>>;
|
|
1527
1639
|
trend: z.ZodOptional<z.ZodObject<{
|
|
1528
1640
|
color: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -1544,18 +1656,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1544
1656
|
format: z.ZodOptional<z.ZodString>;
|
|
1545
1657
|
label: z.ZodOptional<z.ZodString>;
|
|
1546
1658
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1547
1660
|
}, "strip", z.ZodTypeAny, {
|
|
1548
1661
|
type: "column";
|
|
1549
1662
|
value: string;
|
|
1550
1663
|
format?: string | undefined;
|
|
1551
1664
|
label?: string | undefined;
|
|
1552
1665
|
valueLabels?: string | undefined;
|
|
1666
|
+
nullValueLabel?: string | undefined;
|
|
1553
1667
|
}, {
|
|
1554
1668
|
type: "column";
|
|
1555
1669
|
value: string;
|
|
1556
1670
|
format?: string | undefined;
|
|
1557
1671
|
label?: string | undefined;
|
|
1558
1672
|
valueLabels?: string | undefined;
|
|
1673
|
+
nullValueLabel?: string | undefined;
|
|
1559
1674
|
}>;
|
|
1560
1675
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1561
1676
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1567,6 +1682,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1567
1682
|
format?: string | undefined;
|
|
1568
1683
|
label?: string | undefined;
|
|
1569
1684
|
valueLabels?: string | undefined;
|
|
1685
|
+
nullValueLabel?: string | undefined;
|
|
1570
1686
|
};
|
|
1571
1687
|
domain: number[];
|
|
1572
1688
|
range: string[];
|
|
@@ -1578,6 +1694,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1578
1694
|
format?: string | undefined;
|
|
1579
1695
|
label?: string | undefined;
|
|
1580
1696
|
valueLabels?: string | undefined;
|
|
1697
|
+
nullValueLabel?: string | undefined;
|
|
1581
1698
|
};
|
|
1582
1699
|
domain: number[];
|
|
1583
1700
|
range: string[];
|
|
@@ -1596,6 +1713,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1596
1713
|
format?: string | undefined;
|
|
1597
1714
|
label?: string | undefined;
|
|
1598
1715
|
valueLabels?: string | undefined;
|
|
1716
|
+
nullValueLabel?: string | undefined;
|
|
1599
1717
|
};
|
|
1600
1718
|
domain: number[];
|
|
1601
1719
|
range: string[];
|
|
@@ -1614,6 +1732,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1614
1732
|
format?: string | undefined;
|
|
1615
1733
|
label?: string | undefined;
|
|
1616
1734
|
valueLabels?: string | undefined;
|
|
1735
|
+
nullValueLabel?: string | undefined;
|
|
1617
1736
|
};
|
|
1618
1737
|
domain: number[];
|
|
1619
1738
|
range: string[];
|
|
@@ -1643,18 +1762,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1643
1762
|
format: z.ZodOptional<z.ZodString>;
|
|
1644
1763
|
label: z.ZodOptional<z.ZodString>;
|
|
1645
1764
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1765
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1646
1766
|
}, "strip", z.ZodTypeAny, {
|
|
1647
1767
|
type: "column";
|
|
1648
1768
|
value: string;
|
|
1649
1769
|
format?: string | undefined;
|
|
1650
1770
|
label?: string | undefined;
|
|
1651
1771
|
valueLabels?: string | undefined;
|
|
1772
|
+
nullValueLabel?: string | undefined;
|
|
1652
1773
|
}, {
|
|
1653
1774
|
type: "column";
|
|
1654
1775
|
value: string;
|
|
1655
1776
|
format?: string | undefined;
|
|
1656
1777
|
label?: string | undefined;
|
|
1657
1778
|
valueLabels?: string | undefined;
|
|
1779
|
+
nullValueLabel?: string | undefined;
|
|
1658
1780
|
}>;
|
|
1659
1781
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1660
1782
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1666,6 +1788,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1666
1788
|
format?: string | undefined;
|
|
1667
1789
|
label?: string | undefined;
|
|
1668
1790
|
valueLabels?: string | undefined;
|
|
1791
|
+
nullValueLabel?: string | undefined;
|
|
1669
1792
|
};
|
|
1670
1793
|
domain: number[];
|
|
1671
1794
|
range: string[];
|
|
@@ -1677,6 +1800,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1677
1800
|
format?: string | undefined;
|
|
1678
1801
|
label?: string | undefined;
|
|
1679
1802
|
valueLabels?: string | undefined;
|
|
1803
|
+
nullValueLabel?: string | undefined;
|
|
1680
1804
|
};
|
|
1681
1805
|
domain: number[];
|
|
1682
1806
|
range: string[];
|
|
@@ -1702,18 +1826,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1702
1826
|
format: z.ZodOptional<z.ZodString>;
|
|
1703
1827
|
label: z.ZodOptional<z.ZodString>;
|
|
1704
1828
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1829
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1705
1830
|
}, "strip", z.ZodTypeAny, {
|
|
1706
1831
|
type: "column";
|
|
1707
1832
|
value: string;
|
|
1708
1833
|
format?: string | undefined;
|
|
1709
1834
|
label?: string | undefined;
|
|
1710
1835
|
valueLabels?: string | undefined;
|
|
1836
|
+
nullValueLabel?: string | undefined;
|
|
1711
1837
|
}, {
|
|
1712
1838
|
type: "column";
|
|
1713
1839
|
value: string;
|
|
1714
1840
|
format?: string | undefined;
|
|
1715
1841
|
label?: string | undefined;
|
|
1716
1842
|
valueLabels?: string | undefined;
|
|
1843
|
+
nullValueLabel?: string | undefined;
|
|
1717
1844
|
}>;
|
|
1718
1845
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1719
1846
|
range: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -1725,6 +1852,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1725
1852
|
format?: string | undefined;
|
|
1726
1853
|
label?: string | undefined;
|
|
1727
1854
|
valueLabels?: string | undefined;
|
|
1855
|
+
nullValueLabel?: string | undefined;
|
|
1728
1856
|
};
|
|
1729
1857
|
domain: number[];
|
|
1730
1858
|
range: number[];
|
|
@@ -1736,6 +1864,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1736
1864
|
format?: string | undefined;
|
|
1737
1865
|
label?: string | undefined;
|
|
1738
1866
|
valueLabels?: string | undefined;
|
|
1867
|
+
nullValueLabel?: string | undefined;
|
|
1739
1868
|
};
|
|
1740
1869
|
domain: number[];
|
|
1741
1870
|
range: number[];
|
|
@@ -1753,6 +1882,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1753
1882
|
format?: string | undefined;
|
|
1754
1883
|
label?: string | undefined;
|
|
1755
1884
|
valueLabels?: string | undefined;
|
|
1885
|
+
nullValueLabel?: string | undefined;
|
|
1756
1886
|
};
|
|
1757
1887
|
domain: number[];
|
|
1758
1888
|
range: string[];
|
|
@@ -1770,6 +1900,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1770
1900
|
format?: string | undefined;
|
|
1771
1901
|
label?: string | undefined;
|
|
1772
1902
|
valueLabels?: string | undefined;
|
|
1903
|
+
nullValueLabel?: string | undefined;
|
|
1773
1904
|
};
|
|
1774
1905
|
domain: number[];
|
|
1775
1906
|
range: number[];
|
|
@@ -1787,6 +1918,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1787
1918
|
format?: string | undefined;
|
|
1788
1919
|
label?: string | undefined;
|
|
1789
1920
|
valueLabels?: string | undefined;
|
|
1921
|
+
nullValueLabel?: string | undefined;
|
|
1790
1922
|
};
|
|
1791
1923
|
domain: number[];
|
|
1792
1924
|
range: string[];
|
|
@@ -1804,6 +1936,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1804
1936
|
format?: string | undefined;
|
|
1805
1937
|
label?: string | undefined;
|
|
1806
1938
|
valueLabels?: string | undefined;
|
|
1939
|
+
nullValueLabel?: string | undefined;
|
|
1807
1940
|
};
|
|
1808
1941
|
domain: number[];
|
|
1809
1942
|
range: number[];
|
|
@@ -1824,6 +1957,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1824
1957
|
format?: string | undefined;
|
|
1825
1958
|
label?: string | undefined;
|
|
1826
1959
|
valueLabels?: string | undefined;
|
|
1960
|
+
nullValueLabel?: string | undefined;
|
|
1827
1961
|
};
|
|
1828
1962
|
domain: number[];
|
|
1829
1963
|
range: string[];
|
|
@@ -1841,6 +1975,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1841
1975
|
format?: string | undefined;
|
|
1842
1976
|
label?: string | undefined;
|
|
1843
1977
|
valueLabels?: string | undefined;
|
|
1978
|
+
nullValueLabel?: string | undefined;
|
|
1844
1979
|
};
|
|
1845
1980
|
domain: number[];
|
|
1846
1981
|
range: number[];
|
|
@@ -1861,6 +1996,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1861
1996
|
format?: string | undefined;
|
|
1862
1997
|
label?: string | undefined;
|
|
1863
1998
|
valueLabels?: string | undefined;
|
|
1999
|
+
nullValueLabel?: string | undefined;
|
|
1864
2000
|
};
|
|
1865
2001
|
domain: number[];
|
|
1866
2002
|
range: string[];
|
|
@@ -1878,6 +2014,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1878
2014
|
format?: string | undefined;
|
|
1879
2015
|
label?: string | undefined;
|
|
1880
2016
|
valueLabels?: string | undefined;
|
|
2017
|
+
nullValueLabel?: string | undefined;
|
|
1881
2018
|
};
|
|
1882
2019
|
domain: number[];
|
|
1883
2020
|
range: number[];
|
|
@@ -1909,18 +2046,21 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1909
2046
|
format: z.ZodOptional<z.ZodString>;
|
|
1910
2047
|
label: z.ZodOptional<z.ZodString>;
|
|
1911
2048
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
2049
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
1912
2050
|
}, "strip", z.ZodTypeAny, {
|
|
1913
2051
|
type: "column";
|
|
1914
2052
|
value: string;
|
|
1915
2053
|
format?: string | undefined;
|
|
1916
2054
|
label?: string | undefined;
|
|
1917
2055
|
valueLabels?: string | undefined;
|
|
2056
|
+
nullValueLabel?: string | undefined;
|
|
1918
2057
|
}, {
|
|
1919
2058
|
type: "column";
|
|
1920
2059
|
value: string;
|
|
1921
2060
|
format?: string | undefined;
|
|
1922
2061
|
label?: string | undefined;
|
|
1923
2062
|
valueLabels?: string | undefined;
|
|
2063
|
+
nullValueLabel?: string | undefined;
|
|
1924
2064
|
}>;
|
|
1925
2065
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1926
2066
|
range: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1932,6 +2072,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1932
2072
|
format?: string | undefined;
|
|
1933
2073
|
label?: string | undefined;
|
|
1934
2074
|
valueLabels?: string | undefined;
|
|
2075
|
+
nullValueLabel?: string | undefined;
|
|
1935
2076
|
};
|
|
1936
2077
|
domain: number[];
|
|
1937
2078
|
range: string[];
|
|
@@ -1943,6 +2084,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1943
2084
|
format?: string | undefined;
|
|
1944
2085
|
label?: string | undefined;
|
|
1945
2086
|
valueLabels?: string | undefined;
|
|
2087
|
+
nullValueLabel?: string | undefined;
|
|
1946
2088
|
};
|
|
1947
2089
|
domain: number[];
|
|
1948
2090
|
range: string[];
|
|
@@ -1963,6 +2105,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1963
2105
|
format?: string | undefined;
|
|
1964
2106
|
label?: string | undefined;
|
|
1965
2107
|
valueLabels?: string | undefined;
|
|
2108
|
+
nullValueLabel?: string | undefined;
|
|
1966
2109
|
};
|
|
1967
2110
|
domain: number[];
|
|
1968
2111
|
range: string[];
|
|
@@ -1983,6 +2126,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
1983
2126
|
format?: string | undefined;
|
|
1984
2127
|
label?: string | undefined;
|
|
1985
2128
|
valueLabels?: string | undefined;
|
|
2129
|
+
nullValueLabel?: string | undefined;
|
|
1986
2130
|
};
|
|
1987
2131
|
domain: number[];
|
|
1988
2132
|
range: string[];
|
|
@@ -2006,6 +2150,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2006
2150
|
format?: string | undefined;
|
|
2007
2151
|
label?: string | undefined;
|
|
2008
2152
|
valueLabels?: string | undefined;
|
|
2153
|
+
nullValueLabel?: string | undefined;
|
|
2009
2154
|
};
|
|
2010
2155
|
domain: number[];
|
|
2011
2156
|
range: string[];
|
|
@@ -2030,6 +2175,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2030
2175
|
format?: string | undefined;
|
|
2031
2176
|
label?: string | undefined;
|
|
2032
2177
|
valueLabels?: string | undefined;
|
|
2178
|
+
nullValueLabel?: string | undefined;
|
|
2033
2179
|
};
|
|
2034
2180
|
domain: number[];
|
|
2035
2181
|
range: string[];
|
|
@@ -2052,6 +2198,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2052
2198
|
format?: string | undefined;
|
|
2053
2199
|
label?: string | undefined;
|
|
2054
2200
|
valueLabels?: string | undefined;
|
|
2201
|
+
nullValueLabel?: string | undefined;
|
|
2055
2202
|
};
|
|
2056
2203
|
x: {
|
|
2057
2204
|
type: "column";
|
|
@@ -2059,6 +2206,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2059
2206
|
format?: string | undefined;
|
|
2060
2207
|
label?: string | undefined;
|
|
2061
2208
|
valueLabels?: string | undefined;
|
|
2209
|
+
nullValueLabel?: string | undefined;
|
|
2062
2210
|
};
|
|
2063
2211
|
y: {
|
|
2064
2212
|
type: "column";
|
|
@@ -2066,6 +2214,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2066
2214
|
format?: string | undefined;
|
|
2067
2215
|
label?: string | undefined;
|
|
2068
2216
|
valueLabels?: string | undefined;
|
|
2217
|
+
nullValueLabel?: string | undefined;
|
|
2069
2218
|
};
|
|
2070
2219
|
layers: ({
|
|
2071
2220
|
type: "dots";
|
|
@@ -2081,6 +2230,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2081
2230
|
format?: string | undefined;
|
|
2082
2231
|
label?: string | undefined;
|
|
2083
2232
|
valueLabels?: string | undefined;
|
|
2233
|
+
nullValueLabel?: string | undefined;
|
|
2084
2234
|
};
|
|
2085
2235
|
domain: number[];
|
|
2086
2236
|
range: string[];
|
|
@@ -2098,6 +2248,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2098
2248
|
format?: string | undefined;
|
|
2099
2249
|
label?: string | undefined;
|
|
2100
2250
|
valueLabels?: string | undefined;
|
|
2251
|
+
nullValueLabel?: string | undefined;
|
|
2101
2252
|
};
|
|
2102
2253
|
domain: number[];
|
|
2103
2254
|
range: number[];
|
|
@@ -2120,6 +2271,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2120
2271
|
format?: string | undefined;
|
|
2121
2272
|
label?: string | undefined;
|
|
2122
2273
|
valueLabels?: string | undefined;
|
|
2274
|
+
nullValueLabel?: string | undefined;
|
|
2123
2275
|
};
|
|
2124
2276
|
domain: number[];
|
|
2125
2277
|
range: string[];
|
|
@@ -2139,6 +2291,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2139
2291
|
format?: string | undefined;
|
|
2140
2292
|
label?: string | undefined;
|
|
2141
2293
|
valueLabels?: string | undefined;
|
|
2294
|
+
nullValueLabel?: string | undefined;
|
|
2142
2295
|
} | undefined;
|
|
2143
2296
|
grouping?: {
|
|
2144
2297
|
columnName: {
|
|
@@ -2147,6 +2300,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2147
2300
|
format?: string | undefined;
|
|
2148
2301
|
label?: string | undefined;
|
|
2149
2302
|
valueLabels?: string | undefined;
|
|
2303
|
+
nullValueLabel?: string | undefined;
|
|
2150
2304
|
};
|
|
2151
2305
|
order?: (string | number | null)[] | undefined;
|
|
2152
2306
|
inheritedAes?: Record<string, {
|
|
@@ -2167,6 +2321,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2167
2321
|
format?: string | undefined;
|
|
2168
2322
|
label?: string | undefined;
|
|
2169
2323
|
valueLabels?: string | undefined;
|
|
2324
|
+
nullValueLabel?: string | undefined;
|
|
2170
2325
|
};
|
|
2171
2326
|
order?: (string | number | null)[] | undefined;
|
|
2172
2327
|
inheritedAes?: Record<string, {
|
|
@@ -2186,6 +2341,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2186
2341
|
format?: string | undefined;
|
|
2187
2342
|
label?: string | undefined;
|
|
2188
2343
|
valueLabels?: string | undefined;
|
|
2344
|
+
nullValueLabel?: string | undefined;
|
|
2189
2345
|
};
|
|
2190
2346
|
}[] | undefined;
|
|
2191
2347
|
legend?: {
|
|
@@ -2200,6 +2356,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2200
2356
|
format?: string | undefined;
|
|
2201
2357
|
label?: string | undefined;
|
|
2202
2358
|
valueLabels?: string | undefined;
|
|
2359
|
+
nullValueLabel?: string | undefined;
|
|
2203
2360
|
}[] | undefined;
|
|
2204
2361
|
} | undefined;
|
|
2205
2362
|
frame?: {
|
|
@@ -2219,6 +2376,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2219
2376
|
format?: string | undefined;
|
|
2220
2377
|
label?: string | undefined;
|
|
2221
2378
|
valueLabels?: string | undefined;
|
|
2379
|
+
nullValueLabel?: string | undefined;
|
|
2222
2380
|
} | undefined;
|
|
2223
2381
|
scale?: "discrete" | undefined;
|
|
2224
2382
|
labels?: Record<string, string> | undefined;
|
|
@@ -2234,6 +2392,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2234
2392
|
format?: string | undefined;
|
|
2235
2393
|
label?: string | undefined;
|
|
2236
2394
|
valueLabels?: string | undefined;
|
|
2395
|
+
nullValueLabel?: string | undefined;
|
|
2237
2396
|
} | undefined;
|
|
2238
2397
|
scale?: "linear" | "log" | undefined;
|
|
2239
2398
|
showGrid?: boolean | undefined;
|
|
@@ -2253,6 +2412,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2253
2412
|
format?: string | undefined;
|
|
2254
2413
|
label?: string | undefined;
|
|
2255
2414
|
valueLabels?: string | undefined;
|
|
2415
|
+
nullValueLabel?: string | undefined;
|
|
2256
2416
|
} | undefined;
|
|
2257
2417
|
scale?: "discrete" | undefined;
|
|
2258
2418
|
labels?: Record<string, string> | undefined;
|
|
@@ -2268,6 +2428,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2268
2428
|
format?: string | undefined;
|
|
2269
2429
|
label?: string | undefined;
|
|
2270
2430
|
valueLabels?: string | undefined;
|
|
2431
|
+
nullValueLabel?: string | undefined;
|
|
2271
2432
|
} | undefined;
|
|
2272
2433
|
scale?: "linear" | "log" | undefined;
|
|
2273
2434
|
showGrid?: boolean | undefined;
|
|
@@ -2285,6 +2446,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2285
2446
|
format?: string | undefined;
|
|
2286
2447
|
label?: string | undefined;
|
|
2287
2448
|
valueLabels?: string | undefined;
|
|
2449
|
+
nullValueLabel?: string | undefined;
|
|
2288
2450
|
}[] | undefined;
|
|
2289
2451
|
highlight?: {
|
|
2290
2452
|
type: "column";
|
|
@@ -2292,6 +2454,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2292
2454
|
format?: string | undefined;
|
|
2293
2455
|
label?: string | undefined;
|
|
2294
2456
|
valueLabels?: string | undefined;
|
|
2457
|
+
nullValueLabel?: string | undefined;
|
|
2295
2458
|
} | undefined;
|
|
2296
2459
|
trend?: {
|
|
2297
2460
|
color?: string | {
|
|
@@ -2305,6 +2468,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2305
2468
|
format?: string | undefined;
|
|
2306
2469
|
label?: string | undefined;
|
|
2307
2470
|
valueLabels?: string | undefined;
|
|
2471
|
+
nullValueLabel?: string | undefined;
|
|
2308
2472
|
};
|
|
2309
2473
|
domain: number[];
|
|
2310
2474
|
range: string[];
|
|
@@ -2325,6 +2489,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2325
2489
|
format?: string | undefined;
|
|
2326
2490
|
label?: string | undefined;
|
|
2327
2491
|
valueLabels?: string | undefined;
|
|
2492
|
+
nullValueLabel?: string | undefined;
|
|
2328
2493
|
};
|
|
2329
2494
|
x: {
|
|
2330
2495
|
type: "column";
|
|
@@ -2332,6 +2497,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2332
2497
|
format?: string | undefined;
|
|
2333
2498
|
label?: string | undefined;
|
|
2334
2499
|
valueLabels?: string | undefined;
|
|
2500
|
+
nullValueLabel?: string | undefined;
|
|
2335
2501
|
};
|
|
2336
2502
|
y: {
|
|
2337
2503
|
type: "column";
|
|
@@ -2339,6 +2505,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2339
2505
|
format?: string | undefined;
|
|
2340
2506
|
label?: string | undefined;
|
|
2341
2507
|
valueLabels?: string | undefined;
|
|
2508
|
+
nullValueLabel?: string | undefined;
|
|
2342
2509
|
};
|
|
2343
2510
|
layers: ({
|
|
2344
2511
|
type: "dots";
|
|
@@ -2354,6 +2521,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2354
2521
|
format?: string | undefined;
|
|
2355
2522
|
label?: string | undefined;
|
|
2356
2523
|
valueLabels?: string | undefined;
|
|
2524
|
+
nullValueLabel?: string | undefined;
|
|
2357
2525
|
};
|
|
2358
2526
|
domain: number[];
|
|
2359
2527
|
range: string[];
|
|
@@ -2371,6 +2539,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2371
2539
|
format?: string | undefined;
|
|
2372
2540
|
label?: string | undefined;
|
|
2373
2541
|
valueLabels?: string | undefined;
|
|
2542
|
+
nullValueLabel?: string | undefined;
|
|
2374
2543
|
};
|
|
2375
2544
|
domain: number[];
|
|
2376
2545
|
range: number[];
|
|
@@ -2393,6 +2562,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2393
2562
|
format?: string | undefined;
|
|
2394
2563
|
label?: string | undefined;
|
|
2395
2564
|
valueLabels?: string | undefined;
|
|
2565
|
+
nullValueLabel?: string | undefined;
|
|
2396
2566
|
};
|
|
2397
2567
|
domain: number[];
|
|
2398
2568
|
range: string[];
|
|
@@ -2412,6 +2582,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2412
2582
|
format?: string | undefined;
|
|
2413
2583
|
label?: string | undefined;
|
|
2414
2584
|
valueLabels?: string | undefined;
|
|
2585
|
+
nullValueLabel?: string | undefined;
|
|
2415
2586
|
} | undefined;
|
|
2416
2587
|
grouping?: {
|
|
2417
2588
|
columnName: {
|
|
@@ -2420,6 +2591,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2420
2591
|
format?: string | undefined;
|
|
2421
2592
|
label?: string | undefined;
|
|
2422
2593
|
valueLabels?: string | undefined;
|
|
2594
|
+
nullValueLabel?: string | undefined;
|
|
2423
2595
|
};
|
|
2424
2596
|
order?: (string | number | null)[] | undefined;
|
|
2425
2597
|
inheritedAes?: Record<string, {
|
|
@@ -2440,6 +2612,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2440
2612
|
format?: string | undefined;
|
|
2441
2613
|
label?: string | undefined;
|
|
2442
2614
|
valueLabels?: string | undefined;
|
|
2615
|
+
nullValueLabel?: string | undefined;
|
|
2443
2616
|
};
|
|
2444
2617
|
order?: (string | number | null)[] | undefined;
|
|
2445
2618
|
inheritedAes?: Record<string, {
|
|
@@ -2459,6 +2632,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2459
2632
|
format?: string | undefined;
|
|
2460
2633
|
label?: string | undefined;
|
|
2461
2634
|
valueLabels?: string | undefined;
|
|
2635
|
+
nullValueLabel?: string | undefined;
|
|
2462
2636
|
};
|
|
2463
2637
|
}[] | undefined;
|
|
2464
2638
|
legend?: {
|
|
@@ -2473,6 +2647,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2473
2647
|
format?: string | undefined;
|
|
2474
2648
|
label?: string | undefined;
|
|
2475
2649
|
valueLabels?: string | undefined;
|
|
2650
|
+
nullValueLabel?: string | undefined;
|
|
2476
2651
|
}[] | undefined;
|
|
2477
2652
|
} | undefined;
|
|
2478
2653
|
frame?: {
|
|
@@ -2492,6 +2667,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2492
2667
|
format?: string | undefined;
|
|
2493
2668
|
label?: string | undefined;
|
|
2494
2669
|
valueLabels?: string | undefined;
|
|
2670
|
+
nullValueLabel?: string | undefined;
|
|
2495
2671
|
} | undefined;
|
|
2496
2672
|
scale?: "discrete" | undefined;
|
|
2497
2673
|
labels?: Record<string, string> | undefined;
|
|
@@ -2507,6 +2683,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2507
2683
|
format?: string | undefined;
|
|
2508
2684
|
label?: string | undefined;
|
|
2509
2685
|
valueLabels?: string | undefined;
|
|
2686
|
+
nullValueLabel?: string | undefined;
|
|
2510
2687
|
} | undefined;
|
|
2511
2688
|
scale?: "linear" | "log" | undefined;
|
|
2512
2689
|
showGrid?: boolean | undefined;
|
|
@@ -2526,6 +2703,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2526
2703
|
format?: string | undefined;
|
|
2527
2704
|
label?: string | undefined;
|
|
2528
2705
|
valueLabels?: string | undefined;
|
|
2706
|
+
nullValueLabel?: string | undefined;
|
|
2529
2707
|
} | undefined;
|
|
2530
2708
|
scale?: "discrete" | undefined;
|
|
2531
2709
|
labels?: Record<string, string> | undefined;
|
|
@@ -2541,6 +2719,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2541
2719
|
format?: string | undefined;
|
|
2542
2720
|
label?: string | undefined;
|
|
2543
2721
|
valueLabels?: string | undefined;
|
|
2722
|
+
nullValueLabel?: string | undefined;
|
|
2544
2723
|
} | undefined;
|
|
2545
2724
|
scale?: "linear" | "log" | undefined;
|
|
2546
2725
|
showGrid?: boolean | undefined;
|
|
@@ -2558,6 +2737,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2558
2737
|
format?: string | undefined;
|
|
2559
2738
|
label?: string | undefined;
|
|
2560
2739
|
valueLabels?: string | undefined;
|
|
2740
|
+
nullValueLabel?: string | undefined;
|
|
2561
2741
|
}[] | undefined;
|
|
2562
2742
|
highlight?: {
|
|
2563
2743
|
type: "column";
|
|
@@ -2565,6 +2745,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2565
2745
|
format?: string | undefined;
|
|
2566
2746
|
label?: string | undefined;
|
|
2567
2747
|
valueLabels?: string | undefined;
|
|
2748
|
+
nullValueLabel?: string | undefined;
|
|
2568
2749
|
} | undefined;
|
|
2569
2750
|
trend?: {
|
|
2570
2751
|
color?: string | {
|
|
@@ -2578,6 +2759,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
|
2578
2759
|
format?: string | undefined;
|
|
2579
2760
|
label?: string | undefined;
|
|
2580
2761
|
valueLabels?: string | undefined;
|
|
2762
|
+
nullValueLabel?: string | undefined;
|
|
2581
2763
|
};
|
|
2582
2764
|
domain: number[];
|
|
2583
2765
|
range: string[];
|
|
@@ -2594,3 +2776,4 @@ export type ScatterplotLegendInfo = Record<string, {
|
|
|
2594
2776
|
labels: Record<Category, string>;
|
|
2595
2777
|
}>;
|
|
2596
2778
|
export {};
|
|
2779
|
+
//# sourceMappingURL=scatterplot.d.ts.map
|