@milaboratories/miplots4 1.0.173 → 1.0.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AbstractChart.d.ts +1 -0
- package/dist/AbstractChart.d.ts.map +1 -0
- package/dist/DataFrame.d.ts +2 -1
- package/dist/DataFrame.d.ts.map +1 -0
- package/dist/DataFrame.js +52 -51
- package/dist/DataFrame.js.map +1 -1
- package/dist/MiPlots.d.ts +1 -0
- package/dist/MiPlots.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts +4 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.js +16 -16
- package/dist/bubble/BubbleSettingsImpl.js.map +1 -1
- package/dist/bubble/ChartRenderer.d.ts +1 -0
- package/dist/bubble/ChartRenderer.d.ts.map +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts.map +1 -0
- package/dist/bubble/components/Chart.d.ts +1 -0
- package/dist/bubble/components/Chart.d.ts.map +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts.map +1 -0
- package/dist/bubble/components/types.d.ts +1 -0
- package/dist/bubble/components/types.d.ts.map +1 -0
- package/dist/bubble/constants.d.ts +1 -0
- package/dist/bubble/constants.d.ts.map +1 -0
- package/dist/bubble/getCellTooltip.d.ts +1 -0
- package/dist/bubble/getCellTooltip.d.ts.map +1 -0
- package/dist/bubble/getGroupedCellsData.d.ts +2 -1
- package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
- package/dist/bubble/getGroupedCellsData.js +12 -11
- package/dist/bubble/getGroupedCellsData.js.map +1 -1
- package/dist/bubble/index.d.ts +1 -0
- package/dist/bubble/index.d.ts.map +1 -0
- package/dist/bubble/index.js +61 -69
- package/dist/bubble/index.js.map +1 -1
- package/dist/bubble/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/bubble/utils/index.d.ts +1 -0
- package/dist/bubble/utils/index.d.ts.map +1 -0
- package/dist/common/BandAxis.d.ts +1 -0
- package/dist/common/BandAxis.d.ts.map +1 -0
- package/dist/common/ChartsTitle.d.ts +1 -0
- package/dist/common/ChartsTitle.d.ts.map +1 -0
- package/dist/common/ContinuousAxis.d.ts +1 -0
- package/dist/common/ContinuousAxis.d.ts.map +1 -0
- package/dist/common/ContinuousGrid.d.ts +1 -0
- package/dist/common/ContinuousGrid.d.ts.map +1 -0
- package/dist/common/Error.d.ts +1 -0
- package/dist/common/Error.d.ts.map +1 -0
- package/dist/common/ErrorBoundary.d.ts +1 -0
- package/dist/common/ErrorBoundary.d.ts.map +1 -0
- package/dist/common/Legend.d.ts +1 -0
- package/dist/common/Legend.d.ts.map +1 -0
- package/dist/common/Tooltip.d.ts +1 -0
- package/dist/common/Tooltip.d.ts.map +1 -0
- package/dist/common/fonts.d.ts +1 -0
- package/dist/common/fonts.d.ts.map +1 -0
- package/dist/common/types.d.ts +1 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/common/useDataFrame.d.ts +1 -0
- package/dist/common/useDataFrame.d.ts.map +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +9 -11
- package/dist/constants.js.map +1 -1
- package/dist/dendro/ChartRenderer.d.ts +1 -0
- package/dist/dendro/ChartRenderer.d.ts.map +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts.map +1 -0
- package/dist/dendro/components/Chart.d.ts +1 -0
- package/dist/dendro/components/Chart.d.ts.map +1 -0
- package/dist/dendro/components/Heatmap.d.ts +1 -0
- package/dist/dendro/components/Heatmap.d.ts.map +1 -0
- package/dist/dendro/components/Legend.d.ts +1 -0
- package/dist/dendro/components/Legend.d.ts.map +1 -0
- package/dist/dendro/components/LinksGroup.d.ts +1 -0
- package/dist/dendro/components/LinksGroup.d.ts.map +1 -0
- package/dist/dendro/components/NodesGroup.d.ts +1 -0
- package/dist/dendro/components/NodesGroup.d.ts.map +1 -0
- package/dist/dendro/components/types.d.ts +1 -0
- package/dist/dendro/components/types.d.ts.map +1 -0
- package/dist/dendro/constants.d.ts +1 -0
- package/dist/dendro/constants.d.ts.map +1 -0
- package/dist/dendro/getHeatmapData.d.ts +1 -0
- package/dist/dendro/getHeatmapData.d.ts.map +1 -0
- package/dist/dendro/getHierarchyData.d.ts +1 -0
- package/dist/dendro/getHierarchyData.d.ts.map +1 -0
- package/dist/dendro/index.d.ts +1 -0
- package/dist/dendro/index.d.ts.map +1 -0
- package/dist/discrete/ChartRenderer.d.ts +1 -0
- package/dist/discrete/ChartRenderer.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts +3 -1
- package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.js.map +1 -1
- package/dist/discrete/components/Chart.d.ts +1 -0
- package/dist/discrete/components/Chart.d.ts.map +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts.map +1 -0
- package/dist/discrete/components/Grid.d.ts +1 -0
- package/dist/discrete/components/Grid.d.ts.map +1 -0
- package/dist/discrete/components/NumberAxis.d.ts +1 -0
- package/dist/discrete/components/NumberAxis.d.ts.map +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts.map +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts.map +1 -0
- package/dist/discrete/components/types.d.ts +1 -0
- package/dist/discrete/components/types.d.ts.map +1 -0
- package/dist/discrete/constants.d.ts +1 -0
- package/dist/discrete/constants.d.ts.map +1 -0
- package/dist/discrete/index.d.ts +1 -0
- package/dist/discrete/index.d.ts.map +1 -0
- package/dist/discrete/index.js +151 -165
- package/dist/discrete/index.js.map +1 -1
- package/dist/discrete/layers/bar.d.ts +1 -0
- package/dist/discrete/layers/bar.d.ts.map +1 -0
- package/dist/discrete/layers/binnedDots.d.ts +1 -0
- package/dist/discrete/layers/binnedDots.d.ts.map +1 -0
- package/dist/discrete/layers/boxes.d.ts +1 -0
- package/dist/discrete/layers/boxes.d.ts.map +1 -0
- package/dist/discrete/layers/dots.d.ts +1 -0
- package/dist/discrete/layers/dots.d.ts.map +1 -0
- package/dist/discrete/layers/errorbars.d.ts +1 -0
- package/dist/discrete/layers/errorbars.d.ts.map +1 -0
- package/dist/discrete/layers/index.d.ts +1 -0
- package/dist/discrete/layers/index.d.ts.map +1 -0
- package/dist/discrete/layers/lines.d.ts +1 -0
- package/dist/discrete/layers/lines.d.ts.map +1 -0
- package/dist/discrete/layers/logo.d.ts +1 -0
- package/dist/discrete/layers/logo.d.ts.map +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts.map +1 -0
- package/dist/discrete/layers/sina.d.ts +1 -0
- package/dist/discrete/layers/sina.d.ts.map +1 -0
- package/dist/discrete/layers/stackedArea.d.ts +1 -0
- package/dist/discrete/layers/stackedArea.d.ts.map +1 -0
- package/dist/discrete/layers/stackedBar.d.ts +1 -0
- package/dist/discrete/layers/stackedBar.d.ts.map +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +1 -0
- package/dist/discrete/layers/stats/index.d.ts +1 -0
- package/dist/discrete/layers/stats/index.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +1 -0
- package/dist/discrete/layers/types.d.ts +1 -0
- package/dist/discrete/layers/types.d.ts.map +1 -0
- package/dist/discrete/layers/violins.d.ts +1 -0
- package/dist/discrete/layers/violins.d.ts.map +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts.map +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -0
- package/dist/discrete/utils/index.d.ts +1 -0
- package/dist/discrete/utils/index.d.ts.map +1 -0
- package/dist/discrete/utils/statsPValue.d.ts +1 -0
- package/dist/discrete/utils/statsPValue.d.ts.map +1 -0
- package/dist/heatmap/ChartRenderer.d.ts +1 -0
- package/dist/heatmap/ChartRenderer.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts +2 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.js +29 -28
- package/dist/heatmap/HeatmapSettingsImpl.js.map +1 -1
- package/dist/heatmap/components/Annotations/Annotation.d.ts +1 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts.map +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/index.d.ts +1 -0
- package/dist/heatmap/components/Captions/index.d.ts.map +1 -0
- package/dist/heatmap/components/Chart.d.ts +1 -0
- package/dist/heatmap/components/Chart.d.ts.map +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts.map +1 -0
- package/dist/heatmap/components/Frames.d.ts +1 -0
- package/dist/heatmap/components/Frames.d.ts.map +1 -0
- package/dist/heatmap/components/SvgCells.d.ts +1 -0
- package/dist/heatmap/components/SvgCells.d.ts.map +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts.map +1 -0
- package/dist/heatmap/components/types.d.ts +1 -0
- package/dist/heatmap/components/types.d.ts.map +1 -0
- package/dist/heatmap/constants.d.ts +1 -0
- package/dist/heatmap/constants.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.d.ts +2 -1
- package/dist/heatmap/fillCellsData.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.js +185 -173
- package/dist/heatmap/fillCellsData.js.map +1 -1
- package/dist/heatmap/getCells.d.ts +2 -1
- package/dist/heatmap/getCells.d.ts.map +1 -0
- package/dist/heatmap/getCells.js +10 -9
- package/dist/heatmap/getCells.js.map +1 -1
- package/dist/heatmap/getClusters.d.ts +1 -0
- package/dist/heatmap/getClusters.d.ts.map +1 -0
- package/dist/heatmap/getDendrograms.d.ts +1 -0
- package/dist/heatmap/getDendrograms.d.ts.map +1 -0
- package/dist/heatmap/index.d.ts +1 -0
- package/dist/heatmap/index.d.ts.map +1 -0
- package/dist/heatmap/index.js +95 -102
- package/dist/heatmap/index.js.map +1 -1
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts.map +1 -0
- package/dist/heatmap/utils/index.d.ts +1 -0
- package/dist/heatmap/utils/index.d.ts.map +1 -0
- package/dist/histogram/ChartRenderer.d.ts +1 -0
- package/dist/histogram/ChartRenderer.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts +2 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.js +43 -43
- package/dist/histogram/HistogramSettingsImpl.js.map +1 -1
- package/dist/histogram/components/Chart.d.ts +1 -0
- package/dist/histogram/components/Chart.d.ts.map +1 -0
- package/dist/histogram/components/Chart.js +53 -53
- package/dist/histogram/components/Chart.js.map +1 -1
- package/dist/histogram/components/ChartsGroup.d.ts +1 -0
- package/dist/histogram/components/ChartsGroup.d.ts.map +1 -0
- package/dist/histogram/components/types.d.ts +1 -0
- package/dist/histogram/components/types.d.ts.map +1 -0
- package/dist/histogram/constants.d.ts +1 -0
- package/dist/histogram/constants.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.d.ts +3 -2
- package/dist/histogram/getHistogramData.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.js +51 -50
- package/dist/histogram/getHistogramData.js.map +1 -1
- package/dist/histogram/index.d.ts +1 -1
- package/dist/histogram/index.d.ts.map +1 -0
- package/dist/histogram/index.js +89 -90
- package/dist/histogram/index.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/scatterplot/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +3 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
- package/dist/scatterplot/components/Chart.d.ts +1 -0
- package/dist/scatterplot/components/Chart.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts.map +1 -0
- package/dist/scatterplot/components/Grid.d.ts +1 -0
- package/dist/scatterplot/components/Grid.d.ts.map +1 -0
- package/dist/scatterplot/components/types.d.ts +1 -0
- package/dist/scatterplot/components/types.d.ts.map +1 -0
- package/dist/scatterplot/constants.d.ts +1 -0
- package/dist/scatterplot/constants.d.ts.map +1 -0
- package/dist/scatterplot/dots.d.ts +3 -2
- package/dist/scatterplot/dots.d.ts.map +1 -0
- package/dist/scatterplot/dots.js +17 -16
- package/dist/scatterplot/dots.js.map +1 -1
- package/dist/scatterplot/getLayersData.d.ts +1 -0
- package/dist/scatterplot/getLayersData.d.ts.map +1 -0
- package/dist/scatterplot/index.d.ts +1 -1
- package/dist/scatterplot/index.d.ts.map +1 -0
- package/dist/scatterplot/index.js +100 -106
- package/dist/scatterplot/index.js.map +1 -1
- package/dist/scatterplot/linearRegression.d.ts +1 -0
- package/dist/scatterplot/linearRegression.d.ts.map +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.js +41 -41
- package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
- package/dist/scatterplot/utils/formatColumnValue.d.ts +1 -0
- package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
- package/dist/scatterplot/utils/formatColumnValue.js +7 -6
- package/dist/scatterplot/utils/formatColumnValue.js.map +1 -1
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts +1 -0
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts.map +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot-umap/colors.d.ts +1 -0
- package/dist/scatterplot-umap/colors.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
- package/dist/scatterplot-umap/components/SVGLayer.d.ts +1 -0
- package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/constants.d.ts +1 -0
- package/dist/scatterplot-umap/constants.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.d.ts +1 -0
- package/dist/scatterplot-umap/index.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.js +77 -74
- package/dist/scatterplot-umap/index.js.map +1 -1
- package/dist/scatterplot-umap/types.d.ts +1 -0
- package/dist/scatterplot-umap/types.d.ts.map +1 -0
- package/dist/types/bubble.d.ts +48 -0
- package/dist/types/bubble.d.ts.map +1 -0
- package/dist/types/bubble.js +19 -18
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/common.d.ts +39 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +31 -30
- package/dist/types/common.js.map +1 -1
- package/dist/types/dendro.d.ts +109 -0
- package/dist/types/dendro.d.ts.map +1 -0
- package/dist/types/dendro.js +10 -9
- package/dist/types/dendro.js.map +1 -1
- package/dist/types/discrete.d.ts +176 -5
- package/dist/types/discrete.d.ts.map +1 -0
- package/dist/types/discrete.js +12 -11
- package/dist/types/discrete.js.map +1 -1
- package/dist/types/heatmap.d.ts +165 -0
- package/dist/types/heatmap.d.ts.map +1 -0
- package/dist/types/heatmap.js +2 -1
- package/dist/types/heatmap.js.map +1 -1
- package/dist/types/histogram.d.ts +28 -0
- package/dist/types/histogram.d.ts.map +1 -0
- package/dist/types/histogram.js +43 -42
- package/dist/types/histogram.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/scatterplot-umap.d.ts +141 -0
- package/dist/types/scatterplot-umap.d.ts.map +1 -0
- package/dist/types/scatterplot.d.ts +189 -0
- package/dist/types/scatterplot.d.ts.map +1 -0
- package/dist/types/scatterplot.js +21 -19
- package/dist/types/scatterplot.js.map +1 -1
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts +1 -0
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +1 -0
- package/dist/utils/WorkerFactory.d.ts +1 -0
- package/dist/utils/WorkerFactory.d.ts.map +1 -0
- package/dist/utils/arrangeLegendParts.d.ts +1 -0
- package/dist/utils/arrangeLegendParts.d.ts.map +1 -0
- package/dist/utils/arraysAreDifferent.d.ts +1 -0
- package/dist/utils/arraysAreDifferent.d.ts.map +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/getChartEdgeSides.d.ts +1 -0
- package/dist/utils/getChartEdgeSides.d.ts.map +1 -0
- package/dist/utils/getContinuousColorScale.d.ts +1 -0
- package/dist/utils/getContinuousColorScale.d.ts.map +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts.map +1 -0
- package/dist/utils/getFacetKeysFromValueLists.d.ts +6 -0
- package/dist/utils/getFacetKeysFromValueLists.d.ts.map +1 -0
- package/dist/utils/getFacetKeysFromValueLists.js +9 -0
- package/dist/utils/getFacetKeysFromValueLists.js.map +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts.map +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts.map +1 -0
- package/dist/utils/getKeysCombination.d.ts +1 -0
- package/dist/utils/getKeysCombination.d.ts.map +1 -0
- package/dist/utils/getLegendWidth.d.ts +1 -0
- package/dist/utils/getLegendWidth.d.ts.map +1 -0
- package/dist/utils/getLineShape.d.ts +1 -0
- package/dist/utils/getLineShape.d.ts.map +1 -0
- package/dist/utils/getPointShape.d.ts +2 -1
- package/dist/utils/getPointShape.d.ts.map +1 -0
- package/dist/utils/getSizeLegendItem.d.ts +1 -0
- package/dist/utils/getSizeLegendItem.d.ts.map +1 -0
- package/dist/utils/hooks/useFunction.d.ts +1 -0
- package/dist/utils/hooks/useFunction.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/numberFormat.d.ts +1 -0
- package/dist/utils/numberFormat.d.ts.map +1 -0
- package/dist/utils/splitTextByWidth.d.ts +1 -0
- package/dist/utils/splitTextByWidth.d.ts.map +1 -0
- package/package.json +5 -5
package/dist/types/heatmap.d.ts
CHANGED
|
@@ -26,18 +26,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
26
26
|
format: z.ZodOptional<z.ZodString>;
|
|
27
27
|
label: z.ZodOptional<z.ZodString>;
|
|
28
28
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
29
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
29
30
|
}, "strip", z.ZodTypeAny, {
|
|
30
31
|
type: "column";
|
|
31
32
|
value: string;
|
|
32
33
|
format?: string | undefined;
|
|
33
34
|
label?: string | undefined;
|
|
34
35
|
valueLabels?: string | undefined;
|
|
36
|
+
nullValueLabel?: string | undefined;
|
|
35
37
|
}, {
|
|
36
38
|
type: "column";
|
|
37
39
|
value: string;
|
|
38
40
|
format?: string | undefined;
|
|
39
41
|
label?: string | undefined;
|
|
40
42
|
valueLabels?: string | undefined;
|
|
43
|
+
nullValueLabel?: string | undefined;
|
|
41
44
|
}>, "many">>;
|
|
42
45
|
}, "strip", z.ZodTypeAny, {
|
|
43
46
|
show?: boolean | undefined;
|
|
@@ -47,6 +50,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
47
50
|
format?: string | undefined;
|
|
48
51
|
label?: string | undefined;
|
|
49
52
|
valueLabels?: string | undefined;
|
|
53
|
+
nullValueLabel?: string | undefined;
|
|
50
54
|
}[] | undefined;
|
|
51
55
|
}, {
|
|
52
56
|
show?: boolean | undefined;
|
|
@@ -56,6 +60,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
56
60
|
format?: string | undefined;
|
|
57
61
|
label?: string | undefined;
|
|
58
62
|
valueLabels?: string | undefined;
|
|
63
|
+
nullValueLabel?: string | undefined;
|
|
59
64
|
}[] | undefined;
|
|
60
65
|
}>>;
|
|
61
66
|
valueType: z.ZodOptional<z.ZodEnum<["discrete", "continuous"]>>;
|
|
@@ -171,14 +176,17 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
171
176
|
sharedY: z.ZodOptional<z.ZodBoolean>;
|
|
172
177
|
nRows: z.ZodOptional<z.ZodNumber>;
|
|
173
178
|
nCols: z.ZodOptional<z.ZodNumber>;
|
|
179
|
+
order: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
174
180
|
}, "strip", z.ZodTypeAny, {
|
|
175
181
|
sharedX?: boolean | undefined;
|
|
176
182
|
sharedY?: boolean | undefined;
|
|
183
|
+
order?: string[] | undefined;
|
|
177
184
|
nRows?: number | undefined;
|
|
178
185
|
nCols?: number | undefined;
|
|
179
186
|
}, {
|
|
180
187
|
sharedX?: boolean | undefined;
|
|
181
188
|
sharedY?: boolean | undefined;
|
|
189
|
+
order?: string[] | undefined;
|
|
182
190
|
nRows?: number | undefined;
|
|
183
191
|
nCols?: number | undefined;
|
|
184
192
|
}>>;
|
|
@@ -188,18 +196,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
188
196
|
format: z.ZodOptional<z.ZodString>;
|
|
189
197
|
label: z.ZodOptional<z.ZodString>;
|
|
190
198
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
199
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
191
200
|
}, "strip", z.ZodTypeAny, {
|
|
192
201
|
type: "column";
|
|
193
202
|
value: string;
|
|
194
203
|
format?: string | undefined;
|
|
195
204
|
label?: string | undefined;
|
|
196
205
|
valueLabels?: string | undefined;
|
|
206
|
+
nullValueLabel?: string | undefined;
|
|
197
207
|
}, {
|
|
198
208
|
type: "column";
|
|
199
209
|
value: string;
|
|
200
210
|
format?: string | undefined;
|
|
201
211
|
label?: string | undefined;
|
|
202
212
|
valueLabels?: string | undefined;
|
|
213
|
+
nullValueLabel?: string | undefined;
|
|
203
214
|
}>;
|
|
204
215
|
yColumn: z.ZodObject<{
|
|
205
216
|
type: z.ZodLiteral<"column">;
|
|
@@ -207,18 +218,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
207
218
|
format: z.ZodOptional<z.ZodString>;
|
|
208
219
|
label: z.ZodOptional<z.ZodString>;
|
|
209
220
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
221
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
210
222
|
}, "strip", z.ZodTypeAny, {
|
|
211
223
|
type: "column";
|
|
212
224
|
value: string;
|
|
213
225
|
format?: string | undefined;
|
|
214
226
|
label?: string | undefined;
|
|
215
227
|
valueLabels?: string | undefined;
|
|
228
|
+
nullValueLabel?: string | undefined;
|
|
216
229
|
}, {
|
|
217
230
|
type: "column";
|
|
218
231
|
value: string;
|
|
219
232
|
format?: string | undefined;
|
|
220
233
|
label?: string | undefined;
|
|
221
234
|
valueLabels?: string | undefined;
|
|
235
|
+
nullValueLabel?: string | undefined;
|
|
222
236
|
}>;
|
|
223
237
|
valueColumn: z.ZodObject<{
|
|
224
238
|
type: z.ZodLiteral<"column">;
|
|
@@ -226,18 +240,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
226
240
|
format: z.ZodOptional<z.ZodString>;
|
|
227
241
|
label: z.ZodOptional<z.ZodString>;
|
|
228
242
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
243
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
229
244
|
}, "strip", z.ZodTypeAny, {
|
|
230
245
|
type: "column";
|
|
231
246
|
value: string;
|
|
232
247
|
format?: string | undefined;
|
|
233
248
|
label?: string | undefined;
|
|
234
249
|
valueLabels?: string | undefined;
|
|
250
|
+
nullValueLabel?: string | undefined;
|
|
235
251
|
}, {
|
|
236
252
|
type: "column";
|
|
237
253
|
value: string;
|
|
238
254
|
format?: string | undefined;
|
|
239
255
|
label?: string | undefined;
|
|
240
256
|
valueLabels?: string | undefined;
|
|
257
|
+
nullValueLabel?: string | undefined;
|
|
241
258
|
}>;
|
|
242
259
|
xGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
243
260
|
type: z.ZodLiteral<"column">;
|
|
@@ -245,18 +262,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
245
262
|
format: z.ZodOptional<z.ZodString>;
|
|
246
263
|
label: z.ZodOptional<z.ZodString>;
|
|
247
264
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
265
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
248
266
|
}, "strip", z.ZodTypeAny, {
|
|
249
267
|
type: "column";
|
|
250
268
|
value: string;
|
|
251
269
|
format?: string | undefined;
|
|
252
270
|
label?: string | undefined;
|
|
253
271
|
valueLabels?: string | undefined;
|
|
272
|
+
nullValueLabel?: string | undefined;
|
|
254
273
|
}, {
|
|
255
274
|
type: "column";
|
|
256
275
|
value: string;
|
|
257
276
|
format?: string | undefined;
|
|
258
277
|
label?: string | undefined;
|
|
259
278
|
valueLabels?: string | undefined;
|
|
279
|
+
nullValueLabel?: string | undefined;
|
|
260
280
|
}>, "many">>;
|
|
261
281
|
yGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
262
282
|
type: z.ZodLiteral<"column">;
|
|
@@ -264,18 +284,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
264
284
|
format: z.ZodOptional<z.ZodString>;
|
|
265
285
|
label: z.ZodOptional<z.ZodString>;
|
|
266
286
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
287
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
267
288
|
}, "strip", z.ZodTypeAny, {
|
|
268
289
|
type: "column";
|
|
269
290
|
value: string;
|
|
270
291
|
format?: string | undefined;
|
|
271
292
|
label?: string | undefined;
|
|
272
293
|
valueLabels?: string | undefined;
|
|
294
|
+
nullValueLabel?: string | undefined;
|
|
273
295
|
}, {
|
|
274
296
|
type: "column";
|
|
275
297
|
value: string;
|
|
276
298
|
format?: string | undefined;
|
|
277
299
|
label?: string | undefined;
|
|
278
300
|
valueLabels?: string | undefined;
|
|
301
|
+
nullValueLabel?: string | undefined;
|
|
279
302
|
}>, "many">>;
|
|
280
303
|
facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
281
304
|
type: z.ZodLiteral<"column">;
|
|
@@ -283,18 +306,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
283
306
|
format: z.ZodOptional<z.ZodString>;
|
|
284
307
|
label: z.ZodOptional<z.ZodString>;
|
|
285
308
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
309
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
286
310
|
}, "strip", z.ZodTypeAny, {
|
|
287
311
|
type: "column";
|
|
288
312
|
value: string;
|
|
289
313
|
format?: string | undefined;
|
|
290
314
|
label?: string | undefined;
|
|
291
315
|
valueLabels?: string | undefined;
|
|
316
|
+
nullValueLabel?: string | undefined;
|
|
292
317
|
}, {
|
|
293
318
|
type: "column";
|
|
294
319
|
value: string;
|
|
295
320
|
format?: string | undefined;
|
|
296
321
|
label?: string | undefined;
|
|
297
322
|
valueLabels?: string | undefined;
|
|
323
|
+
nullValueLabel?: string | undefined;
|
|
298
324
|
}>, "many">>;
|
|
299
325
|
keysOrder: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
300
326
|
normalization: z.ZodOptional<z.ZodObject<{
|
|
@@ -330,18 +356,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
330
356
|
format: z.ZodOptional<z.ZodString>;
|
|
331
357
|
label: z.ZodOptional<z.ZodString>;
|
|
332
358
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
359
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
333
360
|
}, "strip", z.ZodTypeAny, {
|
|
334
361
|
type: "column";
|
|
335
362
|
value: string;
|
|
336
363
|
format?: string | undefined;
|
|
337
364
|
label?: string | undefined;
|
|
338
365
|
valueLabels?: string | undefined;
|
|
366
|
+
nullValueLabel?: string | undefined;
|
|
339
367
|
}, {
|
|
340
368
|
type: "column";
|
|
341
369
|
value: string;
|
|
342
370
|
format?: string | undefined;
|
|
343
371
|
label?: string | undefined;
|
|
344
372
|
valueLabels?: string | undefined;
|
|
373
|
+
nullValueLabel?: string | undefined;
|
|
345
374
|
}>;
|
|
346
375
|
type: z.ZodEnum<["discrete", "continuous"]>;
|
|
347
376
|
showTitle: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -358,6 +387,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
358
387
|
format?: string | undefined;
|
|
359
388
|
label?: string | undefined;
|
|
360
389
|
valueLabels?: string | undefined;
|
|
390
|
+
nullValueLabel?: string | undefined;
|
|
361
391
|
};
|
|
362
392
|
axis: "x";
|
|
363
393
|
position?: "top" | "bottom" | undefined;
|
|
@@ -372,6 +402,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
372
402
|
format?: string | undefined;
|
|
373
403
|
label?: string | undefined;
|
|
374
404
|
valueLabels?: string | undefined;
|
|
405
|
+
nullValueLabel?: string | undefined;
|
|
375
406
|
};
|
|
376
407
|
axis: "x";
|
|
377
408
|
position?: "top" | "bottom" | undefined;
|
|
@@ -385,18 +416,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
385
416
|
format: z.ZodOptional<z.ZodString>;
|
|
386
417
|
label: z.ZodOptional<z.ZodString>;
|
|
387
418
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
419
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
388
420
|
}, "strip", z.ZodTypeAny, {
|
|
389
421
|
type: "column";
|
|
390
422
|
value: string;
|
|
391
423
|
format?: string | undefined;
|
|
392
424
|
label?: string | undefined;
|
|
393
425
|
valueLabels?: string | undefined;
|
|
426
|
+
nullValueLabel?: string | undefined;
|
|
394
427
|
}, {
|
|
395
428
|
type: "column";
|
|
396
429
|
value: string;
|
|
397
430
|
format?: string | undefined;
|
|
398
431
|
label?: string | undefined;
|
|
399
432
|
valueLabels?: string | undefined;
|
|
433
|
+
nullValueLabel?: string | undefined;
|
|
400
434
|
}>;
|
|
401
435
|
type: z.ZodEnum<["discrete", "continuous"]>;
|
|
402
436
|
showTitle: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -413,6 +447,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
413
447
|
format?: string | undefined;
|
|
414
448
|
label?: string | undefined;
|
|
415
449
|
valueLabels?: string | undefined;
|
|
450
|
+
nullValueLabel?: string | undefined;
|
|
416
451
|
};
|
|
417
452
|
axis: "y";
|
|
418
453
|
position?: "left" | "right" | undefined;
|
|
@@ -427,6 +462,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
427
462
|
format?: string | undefined;
|
|
428
463
|
label?: string | undefined;
|
|
429
464
|
valueLabels?: string | undefined;
|
|
465
|
+
nullValueLabel?: string | undefined;
|
|
430
466
|
};
|
|
431
467
|
axis: "y";
|
|
432
468
|
position?: "left" | "right" | undefined;
|
|
@@ -449,18 +485,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
449
485
|
format: z.ZodOptional<z.ZodString>;
|
|
450
486
|
label: z.ZodOptional<z.ZodString>;
|
|
451
487
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
488
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
452
489
|
}, "strip", z.ZodTypeAny, {
|
|
453
490
|
type: "column";
|
|
454
491
|
value: string;
|
|
455
492
|
format?: string | undefined;
|
|
456
493
|
label?: string | undefined;
|
|
457
494
|
valueLabels?: string | undefined;
|
|
495
|
+
nullValueLabel?: string | undefined;
|
|
458
496
|
}, {
|
|
459
497
|
type: "column";
|
|
460
498
|
value: string;
|
|
461
499
|
format?: string | undefined;
|
|
462
500
|
label?: string | undefined;
|
|
463
501
|
valueLabels?: string | undefined;
|
|
502
|
+
nullValueLabel?: string | undefined;
|
|
464
503
|
}>]>>;
|
|
465
504
|
dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
466
505
|
type: z.ZodLiteral<"column">;
|
|
@@ -468,18 +507,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
468
507
|
format: z.ZodOptional<z.ZodString>;
|
|
469
508
|
label: z.ZodOptional<z.ZodString>;
|
|
470
509
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
510
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
471
511
|
}, "strip", z.ZodTypeAny, {
|
|
472
512
|
type: "column";
|
|
473
513
|
value: string;
|
|
474
514
|
format?: string | undefined;
|
|
475
515
|
label?: string | undefined;
|
|
476
516
|
valueLabels?: string | undefined;
|
|
517
|
+
nullValueLabel?: string | undefined;
|
|
477
518
|
}, {
|
|
478
519
|
type: "column";
|
|
479
520
|
value: string;
|
|
480
521
|
format?: string | undefined;
|
|
481
522
|
label?: string | undefined;
|
|
482
523
|
valueLabels?: string | undefined;
|
|
524
|
+
nullValueLabel?: string | undefined;
|
|
483
525
|
}>]>>;
|
|
484
526
|
dotShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>, z.ZodObject<{
|
|
485
527
|
type: z.ZodLiteral<"column">;
|
|
@@ -487,18 +529,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
487
529
|
format: z.ZodOptional<z.ZodString>;
|
|
488
530
|
label: z.ZodOptional<z.ZodString>;
|
|
489
531
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
532
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
490
533
|
}, "strip", z.ZodTypeAny, {
|
|
491
534
|
type: "column";
|
|
492
535
|
value: string;
|
|
493
536
|
format?: string | undefined;
|
|
494
537
|
label?: string | undefined;
|
|
495
538
|
valueLabels?: string | undefined;
|
|
539
|
+
nullValueLabel?: string | undefined;
|
|
496
540
|
}, {
|
|
497
541
|
type: "column";
|
|
498
542
|
value: string;
|
|
499
543
|
format?: string | undefined;
|
|
500
544
|
label?: string | undefined;
|
|
501
545
|
valueLabels?: string | undefined;
|
|
546
|
+
nullValueLabel?: string | undefined;
|
|
502
547
|
}>]>>;
|
|
503
548
|
dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
504
549
|
type: z.ZodLiteral<"column">;
|
|
@@ -506,18 +551,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
506
551
|
format: z.ZodOptional<z.ZodString>;
|
|
507
552
|
label: z.ZodOptional<z.ZodString>;
|
|
508
553
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
554
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
509
555
|
}, "strip", z.ZodTypeAny, {
|
|
510
556
|
type: "column";
|
|
511
557
|
value: string;
|
|
512
558
|
format?: string | undefined;
|
|
513
559
|
label?: string | undefined;
|
|
514
560
|
valueLabels?: string | undefined;
|
|
561
|
+
nullValueLabel?: string | undefined;
|
|
515
562
|
}, {
|
|
516
563
|
type: "column";
|
|
517
564
|
value: string;
|
|
518
565
|
format?: string | undefined;
|
|
519
566
|
label?: string | undefined;
|
|
520
567
|
valueLabels?: string | undefined;
|
|
568
|
+
nullValueLabel?: string | undefined;
|
|
521
569
|
}>]>>;
|
|
522
570
|
lineShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>, z.ZodObject<{
|
|
523
571
|
type: z.ZodLiteral<"column">;
|
|
@@ -525,18 +573,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
525
573
|
format: z.ZodOptional<z.ZodString>;
|
|
526
574
|
label: z.ZodOptional<z.ZodString>;
|
|
527
575
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
576
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
528
577
|
}, "strip", z.ZodTypeAny, {
|
|
529
578
|
type: "column";
|
|
530
579
|
value: string;
|
|
531
580
|
format?: string | undefined;
|
|
532
581
|
label?: string | undefined;
|
|
533
582
|
valueLabels?: string | undefined;
|
|
583
|
+
nullValueLabel?: string | undefined;
|
|
534
584
|
}, {
|
|
535
585
|
type: "column";
|
|
536
586
|
value: string;
|
|
537
587
|
format?: string | undefined;
|
|
538
588
|
label?: string | undefined;
|
|
539
589
|
valueLabels?: string | undefined;
|
|
590
|
+
nullValueLabel?: string | undefined;
|
|
540
591
|
}>]>>;
|
|
541
592
|
lineWidth: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
542
593
|
type: z.ZodLiteral<"column">;
|
|
@@ -544,18 +595,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
544
595
|
format: z.ZodOptional<z.ZodString>;
|
|
545
596
|
label: z.ZodOptional<z.ZodString>;
|
|
546
597
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
598
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
547
599
|
}, "strip", z.ZodTypeAny, {
|
|
548
600
|
type: "column";
|
|
549
601
|
value: string;
|
|
550
602
|
format?: string | undefined;
|
|
551
603
|
label?: string | undefined;
|
|
552
604
|
valueLabels?: string | undefined;
|
|
605
|
+
nullValueLabel?: string | undefined;
|
|
553
606
|
}, {
|
|
554
607
|
type: "column";
|
|
555
608
|
value: string;
|
|
556
609
|
format?: string | undefined;
|
|
557
610
|
label?: string | undefined;
|
|
558
611
|
valueLabels?: string | undefined;
|
|
612
|
+
nullValueLabel?: string | undefined;
|
|
559
613
|
}>]>>;
|
|
560
614
|
}, "strip", z.ZodTypeAny, {
|
|
561
615
|
dotFill?: string | {
|
|
@@ -564,6 +618,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
564
618
|
format?: string | undefined;
|
|
565
619
|
label?: string | undefined;
|
|
566
620
|
valueLabels?: string | undefined;
|
|
621
|
+
nullValueLabel?: string | undefined;
|
|
567
622
|
} | undefined;
|
|
568
623
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
569
624
|
type: "column";
|
|
@@ -571,6 +626,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
571
626
|
format?: string | undefined;
|
|
572
627
|
label?: string | undefined;
|
|
573
628
|
valueLabels?: string | undefined;
|
|
629
|
+
nullValueLabel?: string | undefined;
|
|
574
630
|
} | undefined;
|
|
575
631
|
dotSize?: number | {
|
|
576
632
|
type: "column";
|
|
@@ -578,6 +634,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
578
634
|
format?: string | undefined;
|
|
579
635
|
label?: string | undefined;
|
|
580
636
|
valueLabels?: string | undefined;
|
|
637
|
+
nullValueLabel?: string | undefined;
|
|
581
638
|
} | undefined;
|
|
582
639
|
lineWidth?: number | {
|
|
583
640
|
type: "column";
|
|
@@ -585,6 +642,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
585
642
|
format?: string | undefined;
|
|
586
643
|
label?: string | undefined;
|
|
587
644
|
valueLabels?: string | undefined;
|
|
645
|
+
nullValueLabel?: string | undefined;
|
|
588
646
|
} | undefined;
|
|
589
647
|
lineShape?: {
|
|
590
648
|
type: "column";
|
|
@@ -592,6 +650,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
592
650
|
format?: string | undefined;
|
|
593
651
|
label?: string | undefined;
|
|
594
652
|
valueLabels?: string | undefined;
|
|
653
|
+
nullValueLabel?: string | undefined;
|
|
595
654
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
596
655
|
lineColor?: string | {
|
|
597
656
|
type: "column";
|
|
@@ -599,6 +658,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
599
658
|
format?: string | undefined;
|
|
600
659
|
label?: string | undefined;
|
|
601
660
|
valueLabels?: string | undefined;
|
|
661
|
+
nullValueLabel?: string | undefined;
|
|
602
662
|
} | undefined;
|
|
603
663
|
}, {
|
|
604
664
|
dotFill?: string | {
|
|
@@ -607,6 +667,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
607
667
|
format?: string | undefined;
|
|
608
668
|
label?: string | undefined;
|
|
609
669
|
valueLabels?: string | undefined;
|
|
670
|
+
nullValueLabel?: string | undefined;
|
|
610
671
|
} | undefined;
|
|
611
672
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
612
673
|
type: "column";
|
|
@@ -614,6 +675,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
614
675
|
format?: string | undefined;
|
|
615
676
|
label?: string | undefined;
|
|
616
677
|
valueLabels?: string | undefined;
|
|
678
|
+
nullValueLabel?: string | undefined;
|
|
617
679
|
} | undefined;
|
|
618
680
|
dotSize?: number | {
|
|
619
681
|
type: "column";
|
|
@@ -621,6 +683,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
621
683
|
format?: string | undefined;
|
|
622
684
|
label?: string | undefined;
|
|
623
685
|
valueLabels?: string | undefined;
|
|
686
|
+
nullValueLabel?: string | undefined;
|
|
624
687
|
} | undefined;
|
|
625
688
|
lineWidth?: number | {
|
|
626
689
|
type: "column";
|
|
@@ -628,6 +691,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
628
691
|
format?: string | undefined;
|
|
629
692
|
label?: string | undefined;
|
|
630
693
|
valueLabels?: string | undefined;
|
|
694
|
+
nullValueLabel?: string | undefined;
|
|
631
695
|
} | undefined;
|
|
632
696
|
lineShape?: {
|
|
633
697
|
type: "column";
|
|
@@ -635,6 +699,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
635
699
|
format?: string | undefined;
|
|
636
700
|
label?: string | undefined;
|
|
637
701
|
valueLabels?: string | undefined;
|
|
702
|
+
nullValueLabel?: string | undefined;
|
|
638
703
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
639
704
|
lineColor?: string | {
|
|
640
705
|
type: "column";
|
|
@@ -642,6 +707,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
642
707
|
format?: string | undefined;
|
|
643
708
|
label?: string | undefined;
|
|
644
709
|
valueLabels?: string | undefined;
|
|
710
|
+
nullValueLabel?: string | undefined;
|
|
645
711
|
} | undefined;
|
|
646
712
|
}>>;
|
|
647
713
|
} & {
|
|
@@ -655,6 +721,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
655
721
|
format?: string | undefined;
|
|
656
722
|
label?: string | undefined;
|
|
657
723
|
valueLabels?: string | undefined;
|
|
724
|
+
nullValueLabel?: string | undefined;
|
|
658
725
|
} | undefined;
|
|
659
726
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
660
727
|
type: "column";
|
|
@@ -662,6 +729,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
662
729
|
format?: string | undefined;
|
|
663
730
|
label?: string | undefined;
|
|
664
731
|
valueLabels?: string | undefined;
|
|
732
|
+
nullValueLabel?: string | undefined;
|
|
665
733
|
} | undefined;
|
|
666
734
|
dotSize?: number | {
|
|
667
735
|
type: "column";
|
|
@@ -669,6 +737,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
669
737
|
format?: string | undefined;
|
|
670
738
|
label?: string | undefined;
|
|
671
739
|
valueLabels?: string | undefined;
|
|
740
|
+
nullValueLabel?: string | undefined;
|
|
672
741
|
} | undefined;
|
|
673
742
|
lineWidth?: number | {
|
|
674
743
|
type: "column";
|
|
@@ -676,6 +745,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
676
745
|
format?: string | undefined;
|
|
677
746
|
label?: string | undefined;
|
|
678
747
|
valueLabels?: string | undefined;
|
|
748
|
+
nullValueLabel?: string | undefined;
|
|
679
749
|
} | undefined;
|
|
680
750
|
lineShape?: {
|
|
681
751
|
type: "column";
|
|
@@ -683,6 +753,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
683
753
|
format?: string | undefined;
|
|
684
754
|
label?: string | undefined;
|
|
685
755
|
valueLabels?: string | undefined;
|
|
756
|
+
nullValueLabel?: string | undefined;
|
|
686
757
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
687
758
|
lineColor?: string | {
|
|
688
759
|
type: "column";
|
|
@@ -690,6 +761,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
690
761
|
format?: string | undefined;
|
|
691
762
|
label?: string | undefined;
|
|
692
763
|
valueLabels?: string | undefined;
|
|
764
|
+
nullValueLabel?: string | undefined;
|
|
693
765
|
} | undefined;
|
|
694
766
|
} | undefined;
|
|
695
767
|
position?: "top" | "bottom" | undefined;
|
|
@@ -708,6 +780,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
708
780
|
format?: string | undefined;
|
|
709
781
|
label?: string | undefined;
|
|
710
782
|
valueLabels?: string | undefined;
|
|
783
|
+
nullValueLabel?: string | undefined;
|
|
711
784
|
} | undefined;
|
|
712
785
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
713
786
|
type: "column";
|
|
@@ -715,6 +788,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
715
788
|
format?: string | undefined;
|
|
716
789
|
label?: string | undefined;
|
|
717
790
|
valueLabels?: string | undefined;
|
|
791
|
+
nullValueLabel?: string | undefined;
|
|
718
792
|
} | undefined;
|
|
719
793
|
dotSize?: number | {
|
|
720
794
|
type: "column";
|
|
@@ -722,6 +796,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
722
796
|
format?: string | undefined;
|
|
723
797
|
label?: string | undefined;
|
|
724
798
|
valueLabels?: string | undefined;
|
|
799
|
+
nullValueLabel?: string | undefined;
|
|
725
800
|
} | undefined;
|
|
726
801
|
lineWidth?: number | {
|
|
727
802
|
type: "column";
|
|
@@ -729,6 +804,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
729
804
|
format?: string | undefined;
|
|
730
805
|
label?: string | undefined;
|
|
731
806
|
valueLabels?: string | undefined;
|
|
807
|
+
nullValueLabel?: string | undefined;
|
|
732
808
|
} | undefined;
|
|
733
809
|
lineShape?: {
|
|
734
810
|
type: "column";
|
|
@@ -736,6 +812,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
736
812
|
format?: string | undefined;
|
|
737
813
|
label?: string | undefined;
|
|
738
814
|
valueLabels?: string | undefined;
|
|
815
|
+
nullValueLabel?: string | undefined;
|
|
739
816
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
740
817
|
lineColor?: string | {
|
|
741
818
|
type: "column";
|
|
@@ -743,6 +820,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
743
820
|
format?: string | undefined;
|
|
744
821
|
label?: string | undefined;
|
|
745
822
|
valueLabels?: string | undefined;
|
|
823
|
+
nullValueLabel?: string | undefined;
|
|
746
824
|
} | undefined;
|
|
747
825
|
} | undefined;
|
|
748
826
|
position?: "top" | "bottom" | undefined;
|
|
@@ -768,18 +846,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
768
846
|
format: z.ZodOptional<z.ZodString>;
|
|
769
847
|
label: z.ZodOptional<z.ZodString>;
|
|
770
848
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
849
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
771
850
|
}, "strip", z.ZodTypeAny, {
|
|
772
851
|
type: "column";
|
|
773
852
|
value: string;
|
|
774
853
|
format?: string | undefined;
|
|
775
854
|
label?: string | undefined;
|
|
776
855
|
valueLabels?: string | undefined;
|
|
856
|
+
nullValueLabel?: string | undefined;
|
|
777
857
|
}, {
|
|
778
858
|
type: "column";
|
|
779
859
|
value: string;
|
|
780
860
|
format?: string | undefined;
|
|
781
861
|
label?: string | undefined;
|
|
782
862
|
valueLabels?: string | undefined;
|
|
863
|
+
nullValueLabel?: string | undefined;
|
|
783
864
|
}>]>>;
|
|
784
865
|
dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
785
866
|
type: z.ZodLiteral<"column">;
|
|
@@ -787,18 +868,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
787
868
|
format: z.ZodOptional<z.ZodString>;
|
|
788
869
|
label: z.ZodOptional<z.ZodString>;
|
|
789
870
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
871
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
790
872
|
}, "strip", z.ZodTypeAny, {
|
|
791
873
|
type: "column";
|
|
792
874
|
value: string;
|
|
793
875
|
format?: string | undefined;
|
|
794
876
|
label?: string | undefined;
|
|
795
877
|
valueLabels?: string | undefined;
|
|
878
|
+
nullValueLabel?: string | undefined;
|
|
796
879
|
}, {
|
|
797
880
|
type: "column";
|
|
798
881
|
value: string;
|
|
799
882
|
format?: string | undefined;
|
|
800
883
|
label?: string | undefined;
|
|
801
884
|
valueLabels?: string | undefined;
|
|
885
|
+
nullValueLabel?: string | undefined;
|
|
802
886
|
}>]>>;
|
|
803
887
|
dotShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>, z.ZodObject<{
|
|
804
888
|
type: z.ZodLiteral<"column">;
|
|
@@ -806,18 +890,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
806
890
|
format: z.ZodOptional<z.ZodString>;
|
|
807
891
|
label: z.ZodOptional<z.ZodString>;
|
|
808
892
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
893
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
809
894
|
}, "strip", z.ZodTypeAny, {
|
|
810
895
|
type: "column";
|
|
811
896
|
value: string;
|
|
812
897
|
format?: string | undefined;
|
|
813
898
|
label?: string | undefined;
|
|
814
899
|
valueLabels?: string | undefined;
|
|
900
|
+
nullValueLabel?: string | undefined;
|
|
815
901
|
}, {
|
|
816
902
|
type: "column";
|
|
817
903
|
value: string;
|
|
818
904
|
format?: string | undefined;
|
|
819
905
|
label?: string | undefined;
|
|
820
906
|
valueLabels?: string | undefined;
|
|
907
|
+
nullValueLabel?: string | undefined;
|
|
821
908
|
}>]>>;
|
|
822
909
|
dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
823
910
|
type: z.ZodLiteral<"column">;
|
|
@@ -825,18 +912,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
825
912
|
format: z.ZodOptional<z.ZodString>;
|
|
826
913
|
label: z.ZodOptional<z.ZodString>;
|
|
827
914
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
915
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
828
916
|
}, "strip", z.ZodTypeAny, {
|
|
829
917
|
type: "column";
|
|
830
918
|
value: string;
|
|
831
919
|
format?: string | undefined;
|
|
832
920
|
label?: string | undefined;
|
|
833
921
|
valueLabels?: string | undefined;
|
|
922
|
+
nullValueLabel?: string | undefined;
|
|
834
923
|
}, {
|
|
835
924
|
type: "column";
|
|
836
925
|
value: string;
|
|
837
926
|
format?: string | undefined;
|
|
838
927
|
label?: string | undefined;
|
|
839
928
|
valueLabels?: string | undefined;
|
|
929
|
+
nullValueLabel?: string | undefined;
|
|
840
930
|
}>]>>;
|
|
841
931
|
lineShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>, z.ZodObject<{
|
|
842
932
|
type: z.ZodLiteral<"column">;
|
|
@@ -844,18 +934,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
844
934
|
format: z.ZodOptional<z.ZodString>;
|
|
845
935
|
label: z.ZodOptional<z.ZodString>;
|
|
846
936
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
937
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
847
938
|
}, "strip", z.ZodTypeAny, {
|
|
848
939
|
type: "column";
|
|
849
940
|
value: string;
|
|
850
941
|
format?: string | undefined;
|
|
851
942
|
label?: string | undefined;
|
|
852
943
|
valueLabels?: string | undefined;
|
|
944
|
+
nullValueLabel?: string | undefined;
|
|
853
945
|
}, {
|
|
854
946
|
type: "column";
|
|
855
947
|
value: string;
|
|
856
948
|
format?: string | undefined;
|
|
857
949
|
label?: string | undefined;
|
|
858
950
|
valueLabels?: string | undefined;
|
|
951
|
+
nullValueLabel?: string | undefined;
|
|
859
952
|
}>]>>;
|
|
860
953
|
lineWidth: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
861
954
|
type: z.ZodLiteral<"column">;
|
|
@@ -863,18 +956,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
863
956
|
format: z.ZodOptional<z.ZodString>;
|
|
864
957
|
label: z.ZodOptional<z.ZodString>;
|
|
865
958
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
959
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
866
960
|
}, "strip", z.ZodTypeAny, {
|
|
867
961
|
type: "column";
|
|
868
962
|
value: string;
|
|
869
963
|
format?: string | undefined;
|
|
870
964
|
label?: string | undefined;
|
|
871
965
|
valueLabels?: string | undefined;
|
|
966
|
+
nullValueLabel?: string | undefined;
|
|
872
967
|
}, {
|
|
873
968
|
type: "column";
|
|
874
969
|
value: string;
|
|
875
970
|
format?: string | undefined;
|
|
876
971
|
label?: string | undefined;
|
|
877
972
|
valueLabels?: string | undefined;
|
|
973
|
+
nullValueLabel?: string | undefined;
|
|
878
974
|
}>]>>;
|
|
879
975
|
}, "strip", z.ZodTypeAny, {
|
|
880
976
|
dotFill?: string | {
|
|
@@ -883,6 +979,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
883
979
|
format?: string | undefined;
|
|
884
980
|
label?: string | undefined;
|
|
885
981
|
valueLabels?: string | undefined;
|
|
982
|
+
nullValueLabel?: string | undefined;
|
|
886
983
|
} | undefined;
|
|
887
984
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
888
985
|
type: "column";
|
|
@@ -890,6 +987,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
890
987
|
format?: string | undefined;
|
|
891
988
|
label?: string | undefined;
|
|
892
989
|
valueLabels?: string | undefined;
|
|
990
|
+
nullValueLabel?: string | undefined;
|
|
893
991
|
} | undefined;
|
|
894
992
|
dotSize?: number | {
|
|
895
993
|
type: "column";
|
|
@@ -897,6 +995,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
897
995
|
format?: string | undefined;
|
|
898
996
|
label?: string | undefined;
|
|
899
997
|
valueLabels?: string | undefined;
|
|
998
|
+
nullValueLabel?: string | undefined;
|
|
900
999
|
} | undefined;
|
|
901
1000
|
lineWidth?: number | {
|
|
902
1001
|
type: "column";
|
|
@@ -904,6 +1003,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
904
1003
|
format?: string | undefined;
|
|
905
1004
|
label?: string | undefined;
|
|
906
1005
|
valueLabels?: string | undefined;
|
|
1006
|
+
nullValueLabel?: string | undefined;
|
|
907
1007
|
} | undefined;
|
|
908
1008
|
lineShape?: {
|
|
909
1009
|
type: "column";
|
|
@@ -911,6 +1011,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
911
1011
|
format?: string | undefined;
|
|
912
1012
|
label?: string | undefined;
|
|
913
1013
|
valueLabels?: string | undefined;
|
|
1014
|
+
nullValueLabel?: string | undefined;
|
|
914
1015
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
915
1016
|
lineColor?: string | {
|
|
916
1017
|
type: "column";
|
|
@@ -918,6 +1019,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
918
1019
|
format?: string | undefined;
|
|
919
1020
|
label?: string | undefined;
|
|
920
1021
|
valueLabels?: string | undefined;
|
|
1022
|
+
nullValueLabel?: string | undefined;
|
|
921
1023
|
} | undefined;
|
|
922
1024
|
}, {
|
|
923
1025
|
dotFill?: string | {
|
|
@@ -926,6 +1028,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
926
1028
|
format?: string | undefined;
|
|
927
1029
|
label?: string | undefined;
|
|
928
1030
|
valueLabels?: string | undefined;
|
|
1031
|
+
nullValueLabel?: string | undefined;
|
|
929
1032
|
} | undefined;
|
|
930
1033
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
931
1034
|
type: "column";
|
|
@@ -933,6 +1036,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
933
1036
|
format?: string | undefined;
|
|
934
1037
|
label?: string | undefined;
|
|
935
1038
|
valueLabels?: string | undefined;
|
|
1039
|
+
nullValueLabel?: string | undefined;
|
|
936
1040
|
} | undefined;
|
|
937
1041
|
dotSize?: number | {
|
|
938
1042
|
type: "column";
|
|
@@ -940,6 +1044,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
940
1044
|
format?: string | undefined;
|
|
941
1045
|
label?: string | undefined;
|
|
942
1046
|
valueLabels?: string | undefined;
|
|
1047
|
+
nullValueLabel?: string | undefined;
|
|
943
1048
|
} | undefined;
|
|
944
1049
|
lineWidth?: number | {
|
|
945
1050
|
type: "column";
|
|
@@ -947,6 +1052,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
947
1052
|
format?: string | undefined;
|
|
948
1053
|
label?: string | undefined;
|
|
949
1054
|
valueLabels?: string | undefined;
|
|
1055
|
+
nullValueLabel?: string | undefined;
|
|
950
1056
|
} | undefined;
|
|
951
1057
|
lineShape?: {
|
|
952
1058
|
type: "column";
|
|
@@ -954,6 +1060,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
954
1060
|
format?: string | undefined;
|
|
955
1061
|
label?: string | undefined;
|
|
956
1062
|
valueLabels?: string | undefined;
|
|
1063
|
+
nullValueLabel?: string | undefined;
|
|
957
1064
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
958
1065
|
lineColor?: string | {
|
|
959
1066
|
type: "column";
|
|
@@ -961,6 +1068,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
961
1068
|
format?: string | undefined;
|
|
962
1069
|
label?: string | undefined;
|
|
963
1070
|
valueLabels?: string | undefined;
|
|
1071
|
+
nullValueLabel?: string | undefined;
|
|
964
1072
|
} | undefined;
|
|
965
1073
|
}>>;
|
|
966
1074
|
} & {
|
|
@@ -974,6 +1082,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
974
1082
|
format?: string | undefined;
|
|
975
1083
|
label?: string | undefined;
|
|
976
1084
|
valueLabels?: string | undefined;
|
|
1085
|
+
nullValueLabel?: string | undefined;
|
|
977
1086
|
} | undefined;
|
|
978
1087
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
979
1088
|
type: "column";
|
|
@@ -981,6 +1090,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
981
1090
|
format?: string | undefined;
|
|
982
1091
|
label?: string | undefined;
|
|
983
1092
|
valueLabels?: string | undefined;
|
|
1093
|
+
nullValueLabel?: string | undefined;
|
|
984
1094
|
} | undefined;
|
|
985
1095
|
dotSize?: number | {
|
|
986
1096
|
type: "column";
|
|
@@ -988,6 +1098,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
988
1098
|
format?: string | undefined;
|
|
989
1099
|
label?: string | undefined;
|
|
990
1100
|
valueLabels?: string | undefined;
|
|
1101
|
+
nullValueLabel?: string | undefined;
|
|
991
1102
|
} | undefined;
|
|
992
1103
|
lineWidth?: number | {
|
|
993
1104
|
type: "column";
|
|
@@ -995,6 +1106,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
995
1106
|
format?: string | undefined;
|
|
996
1107
|
label?: string | undefined;
|
|
997
1108
|
valueLabels?: string | undefined;
|
|
1109
|
+
nullValueLabel?: string | undefined;
|
|
998
1110
|
} | undefined;
|
|
999
1111
|
lineShape?: {
|
|
1000
1112
|
type: "column";
|
|
@@ -1002,6 +1114,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1002
1114
|
format?: string | undefined;
|
|
1003
1115
|
label?: string | undefined;
|
|
1004
1116
|
valueLabels?: string | undefined;
|
|
1117
|
+
nullValueLabel?: string | undefined;
|
|
1005
1118
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1006
1119
|
lineColor?: string | {
|
|
1007
1120
|
type: "column";
|
|
@@ -1009,6 +1122,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1009
1122
|
format?: string | undefined;
|
|
1010
1123
|
label?: string | undefined;
|
|
1011
1124
|
valueLabels?: string | undefined;
|
|
1125
|
+
nullValueLabel?: string | undefined;
|
|
1012
1126
|
} | undefined;
|
|
1013
1127
|
} | undefined;
|
|
1014
1128
|
position?: "left" | "right" | undefined;
|
|
@@ -1027,6 +1141,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1027
1141
|
format?: string | undefined;
|
|
1028
1142
|
label?: string | undefined;
|
|
1029
1143
|
valueLabels?: string | undefined;
|
|
1144
|
+
nullValueLabel?: string | undefined;
|
|
1030
1145
|
} | undefined;
|
|
1031
1146
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1032
1147
|
type: "column";
|
|
@@ -1034,6 +1149,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1034
1149
|
format?: string | undefined;
|
|
1035
1150
|
label?: string | undefined;
|
|
1036
1151
|
valueLabels?: string | undefined;
|
|
1152
|
+
nullValueLabel?: string | undefined;
|
|
1037
1153
|
} | undefined;
|
|
1038
1154
|
dotSize?: number | {
|
|
1039
1155
|
type: "column";
|
|
@@ -1041,6 +1157,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1041
1157
|
format?: string | undefined;
|
|
1042
1158
|
label?: string | undefined;
|
|
1043
1159
|
valueLabels?: string | undefined;
|
|
1160
|
+
nullValueLabel?: string | undefined;
|
|
1044
1161
|
} | undefined;
|
|
1045
1162
|
lineWidth?: number | {
|
|
1046
1163
|
type: "column";
|
|
@@ -1048,6 +1165,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1048
1165
|
format?: string | undefined;
|
|
1049
1166
|
label?: string | undefined;
|
|
1050
1167
|
valueLabels?: string | undefined;
|
|
1168
|
+
nullValueLabel?: string | undefined;
|
|
1051
1169
|
} | undefined;
|
|
1052
1170
|
lineShape?: {
|
|
1053
1171
|
type: "column";
|
|
@@ -1055,6 +1173,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1055
1173
|
format?: string | undefined;
|
|
1056
1174
|
label?: string | undefined;
|
|
1057
1175
|
valueLabels?: string | undefined;
|
|
1176
|
+
nullValueLabel?: string | undefined;
|
|
1058
1177
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1059
1178
|
lineColor?: string | {
|
|
1060
1179
|
type: "column";
|
|
@@ -1062,6 +1181,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1062
1181
|
format?: string | undefined;
|
|
1063
1182
|
label?: string | undefined;
|
|
1064
1183
|
valueLabels?: string | undefined;
|
|
1184
|
+
nullValueLabel?: string | undefined;
|
|
1065
1185
|
} | undefined;
|
|
1066
1186
|
} | undefined;
|
|
1067
1187
|
position?: "left" | "right" | undefined;
|
|
@@ -1140,6 +1260,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1140
1260
|
format?: string | undefined;
|
|
1141
1261
|
label?: string | undefined;
|
|
1142
1262
|
valueLabels?: string | undefined;
|
|
1263
|
+
nullValueLabel?: string | undefined;
|
|
1143
1264
|
};
|
|
1144
1265
|
yColumn: {
|
|
1145
1266
|
type: "column";
|
|
@@ -1147,6 +1268,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1147
1268
|
format?: string | undefined;
|
|
1148
1269
|
label?: string | undefined;
|
|
1149
1270
|
valueLabels?: string | undefined;
|
|
1271
|
+
nullValueLabel?: string | undefined;
|
|
1150
1272
|
};
|
|
1151
1273
|
valueColumn: {
|
|
1152
1274
|
type: "column";
|
|
@@ -1154,6 +1276,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1154
1276
|
format?: string | undefined;
|
|
1155
1277
|
label?: string | undefined;
|
|
1156
1278
|
valueLabels?: string | undefined;
|
|
1279
|
+
nullValueLabel?: string | undefined;
|
|
1157
1280
|
};
|
|
1158
1281
|
size?: {
|
|
1159
1282
|
width?: number | undefined;
|
|
@@ -1185,6 +1308,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1185
1308
|
format?: string | undefined;
|
|
1186
1309
|
label?: string | undefined;
|
|
1187
1310
|
valueLabels?: string | undefined;
|
|
1311
|
+
nullValueLabel?: string | undefined;
|
|
1188
1312
|
}[] | undefined;
|
|
1189
1313
|
} | undefined;
|
|
1190
1314
|
frame?: {
|
|
@@ -1193,6 +1317,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1193
1317
|
facetSettings?: {
|
|
1194
1318
|
sharedX?: boolean | undefined;
|
|
1195
1319
|
sharedY?: boolean | undefined;
|
|
1320
|
+
order?: string[] | undefined;
|
|
1196
1321
|
nRows?: number | undefined;
|
|
1197
1322
|
nCols?: number | undefined;
|
|
1198
1323
|
} | undefined;
|
|
@@ -1226,6 +1351,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1226
1351
|
format?: string | undefined;
|
|
1227
1352
|
label?: string | undefined;
|
|
1228
1353
|
valueLabels?: string | undefined;
|
|
1354
|
+
nullValueLabel?: string | undefined;
|
|
1229
1355
|
}[] | undefined;
|
|
1230
1356
|
xGroupBy?: {
|
|
1231
1357
|
type: "column";
|
|
@@ -1233,6 +1359,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1233
1359
|
format?: string | undefined;
|
|
1234
1360
|
label?: string | undefined;
|
|
1235
1361
|
valueLabels?: string | undefined;
|
|
1362
|
+
nullValueLabel?: string | undefined;
|
|
1236
1363
|
}[] | undefined;
|
|
1237
1364
|
yGroupBy?: {
|
|
1238
1365
|
type: "column";
|
|
@@ -1240,6 +1367,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1240
1367
|
format?: string | undefined;
|
|
1241
1368
|
label?: string | undefined;
|
|
1242
1369
|
valueLabels?: string | undefined;
|
|
1370
|
+
nullValueLabel?: string | undefined;
|
|
1243
1371
|
}[] | undefined;
|
|
1244
1372
|
keysOrder?: Record<string, string[]> | undefined;
|
|
1245
1373
|
normalization?: {
|
|
@@ -1262,6 +1390,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1262
1390
|
format?: string | undefined;
|
|
1263
1391
|
label?: string | undefined;
|
|
1264
1392
|
valueLabels?: string | undefined;
|
|
1393
|
+
nullValueLabel?: string | undefined;
|
|
1265
1394
|
};
|
|
1266
1395
|
axis: "x";
|
|
1267
1396
|
position?: "top" | "bottom" | undefined;
|
|
@@ -1276,6 +1405,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1276
1405
|
format?: string | undefined;
|
|
1277
1406
|
label?: string | undefined;
|
|
1278
1407
|
valueLabels?: string | undefined;
|
|
1408
|
+
nullValueLabel?: string | undefined;
|
|
1279
1409
|
};
|
|
1280
1410
|
axis: "y";
|
|
1281
1411
|
position?: "left" | "right" | undefined;
|
|
@@ -1292,6 +1422,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1292
1422
|
format?: string | undefined;
|
|
1293
1423
|
label?: string | undefined;
|
|
1294
1424
|
valueLabels?: string | undefined;
|
|
1425
|
+
nullValueLabel?: string | undefined;
|
|
1295
1426
|
} | undefined;
|
|
1296
1427
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1297
1428
|
type: "column";
|
|
@@ -1299,6 +1430,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1299
1430
|
format?: string | undefined;
|
|
1300
1431
|
label?: string | undefined;
|
|
1301
1432
|
valueLabels?: string | undefined;
|
|
1433
|
+
nullValueLabel?: string | undefined;
|
|
1302
1434
|
} | undefined;
|
|
1303
1435
|
dotSize?: number | {
|
|
1304
1436
|
type: "column";
|
|
@@ -1306,6 +1438,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1306
1438
|
format?: string | undefined;
|
|
1307
1439
|
label?: string | undefined;
|
|
1308
1440
|
valueLabels?: string | undefined;
|
|
1441
|
+
nullValueLabel?: string | undefined;
|
|
1309
1442
|
} | undefined;
|
|
1310
1443
|
lineWidth?: number | {
|
|
1311
1444
|
type: "column";
|
|
@@ -1313,6 +1446,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1313
1446
|
format?: string | undefined;
|
|
1314
1447
|
label?: string | undefined;
|
|
1315
1448
|
valueLabels?: string | undefined;
|
|
1449
|
+
nullValueLabel?: string | undefined;
|
|
1316
1450
|
} | undefined;
|
|
1317
1451
|
lineShape?: {
|
|
1318
1452
|
type: "column";
|
|
@@ -1320,6 +1454,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1320
1454
|
format?: string | undefined;
|
|
1321
1455
|
label?: string | undefined;
|
|
1322
1456
|
valueLabels?: string | undefined;
|
|
1457
|
+
nullValueLabel?: string | undefined;
|
|
1323
1458
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1324
1459
|
lineColor?: string | {
|
|
1325
1460
|
type: "column";
|
|
@@ -1327,6 +1462,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1327
1462
|
format?: string | undefined;
|
|
1328
1463
|
label?: string | undefined;
|
|
1329
1464
|
valueLabels?: string | undefined;
|
|
1465
|
+
nullValueLabel?: string | undefined;
|
|
1330
1466
|
} | undefined;
|
|
1331
1467
|
} | undefined;
|
|
1332
1468
|
position?: "top" | "bottom" | undefined;
|
|
@@ -1346,6 +1482,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1346
1482
|
format?: string | undefined;
|
|
1347
1483
|
label?: string | undefined;
|
|
1348
1484
|
valueLabels?: string | undefined;
|
|
1485
|
+
nullValueLabel?: string | undefined;
|
|
1349
1486
|
} | undefined;
|
|
1350
1487
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1351
1488
|
type: "column";
|
|
@@ -1353,6 +1490,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1353
1490
|
format?: string | undefined;
|
|
1354
1491
|
label?: string | undefined;
|
|
1355
1492
|
valueLabels?: string | undefined;
|
|
1493
|
+
nullValueLabel?: string | undefined;
|
|
1356
1494
|
} | undefined;
|
|
1357
1495
|
dotSize?: number | {
|
|
1358
1496
|
type: "column";
|
|
@@ -1360,6 +1498,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1360
1498
|
format?: string | undefined;
|
|
1361
1499
|
label?: string | undefined;
|
|
1362
1500
|
valueLabels?: string | undefined;
|
|
1501
|
+
nullValueLabel?: string | undefined;
|
|
1363
1502
|
} | undefined;
|
|
1364
1503
|
lineWidth?: number | {
|
|
1365
1504
|
type: "column";
|
|
@@ -1367,6 +1506,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1367
1506
|
format?: string | undefined;
|
|
1368
1507
|
label?: string | undefined;
|
|
1369
1508
|
valueLabels?: string | undefined;
|
|
1509
|
+
nullValueLabel?: string | undefined;
|
|
1370
1510
|
} | undefined;
|
|
1371
1511
|
lineShape?: {
|
|
1372
1512
|
type: "column";
|
|
@@ -1374,6 +1514,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1374
1514
|
format?: string | undefined;
|
|
1375
1515
|
label?: string | undefined;
|
|
1376
1516
|
valueLabels?: string | undefined;
|
|
1517
|
+
nullValueLabel?: string | undefined;
|
|
1377
1518
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1378
1519
|
lineColor?: string | {
|
|
1379
1520
|
type: "column";
|
|
@@ -1381,6 +1522,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1381
1522
|
format?: string | undefined;
|
|
1382
1523
|
label?: string | undefined;
|
|
1383
1524
|
valueLabels?: string | undefined;
|
|
1525
|
+
nullValueLabel?: string | undefined;
|
|
1384
1526
|
} | undefined;
|
|
1385
1527
|
} | undefined;
|
|
1386
1528
|
position?: "left" | "right" | undefined;
|
|
@@ -1414,6 +1556,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1414
1556
|
format?: string | undefined;
|
|
1415
1557
|
label?: string | undefined;
|
|
1416
1558
|
valueLabels?: string | undefined;
|
|
1559
|
+
nullValueLabel?: string | undefined;
|
|
1417
1560
|
};
|
|
1418
1561
|
yColumn: {
|
|
1419
1562
|
type: "column";
|
|
@@ -1421,6 +1564,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1421
1564
|
format?: string | undefined;
|
|
1422
1565
|
label?: string | undefined;
|
|
1423
1566
|
valueLabels?: string | undefined;
|
|
1567
|
+
nullValueLabel?: string | undefined;
|
|
1424
1568
|
};
|
|
1425
1569
|
valueColumn: {
|
|
1426
1570
|
type: "column";
|
|
@@ -1428,6 +1572,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1428
1572
|
format?: string | undefined;
|
|
1429
1573
|
label?: string | undefined;
|
|
1430
1574
|
valueLabels?: string | undefined;
|
|
1575
|
+
nullValueLabel?: string | undefined;
|
|
1431
1576
|
};
|
|
1432
1577
|
size?: {
|
|
1433
1578
|
width?: number | undefined;
|
|
@@ -1459,6 +1604,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1459
1604
|
format?: string | undefined;
|
|
1460
1605
|
label?: string | undefined;
|
|
1461
1606
|
valueLabels?: string | undefined;
|
|
1607
|
+
nullValueLabel?: string | undefined;
|
|
1462
1608
|
}[] | undefined;
|
|
1463
1609
|
} | undefined;
|
|
1464
1610
|
frame?: {
|
|
@@ -1467,6 +1613,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1467
1613
|
facetSettings?: {
|
|
1468
1614
|
sharedX?: boolean | undefined;
|
|
1469
1615
|
sharedY?: boolean | undefined;
|
|
1616
|
+
order?: string[] | undefined;
|
|
1470
1617
|
nRows?: number | undefined;
|
|
1471
1618
|
nCols?: number | undefined;
|
|
1472
1619
|
} | undefined;
|
|
@@ -1500,6 +1647,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1500
1647
|
format?: string | undefined;
|
|
1501
1648
|
label?: string | undefined;
|
|
1502
1649
|
valueLabels?: string | undefined;
|
|
1650
|
+
nullValueLabel?: string | undefined;
|
|
1503
1651
|
}[] | undefined;
|
|
1504
1652
|
xGroupBy?: {
|
|
1505
1653
|
type: "column";
|
|
@@ -1507,6 +1655,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1507
1655
|
format?: string | undefined;
|
|
1508
1656
|
label?: string | undefined;
|
|
1509
1657
|
valueLabels?: string | undefined;
|
|
1658
|
+
nullValueLabel?: string | undefined;
|
|
1510
1659
|
}[] | undefined;
|
|
1511
1660
|
yGroupBy?: {
|
|
1512
1661
|
type: "column";
|
|
@@ -1514,6 +1663,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1514
1663
|
format?: string | undefined;
|
|
1515
1664
|
label?: string | undefined;
|
|
1516
1665
|
valueLabels?: string | undefined;
|
|
1666
|
+
nullValueLabel?: string | undefined;
|
|
1517
1667
|
}[] | undefined;
|
|
1518
1668
|
keysOrder?: Record<string, string[]> | undefined;
|
|
1519
1669
|
normalization?: {
|
|
@@ -1536,6 +1686,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1536
1686
|
format?: string | undefined;
|
|
1537
1687
|
label?: string | undefined;
|
|
1538
1688
|
valueLabels?: string | undefined;
|
|
1689
|
+
nullValueLabel?: string | undefined;
|
|
1539
1690
|
};
|
|
1540
1691
|
axis: "x";
|
|
1541
1692
|
position?: "top" | "bottom" | undefined;
|
|
@@ -1550,6 +1701,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1550
1701
|
format?: string | undefined;
|
|
1551
1702
|
label?: string | undefined;
|
|
1552
1703
|
valueLabels?: string | undefined;
|
|
1704
|
+
nullValueLabel?: string | undefined;
|
|
1553
1705
|
};
|
|
1554
1706
|
axis: "y";
|
|
1555
1707
|
position?: "left" | "right" | undefined;
|
|
@@ -1566,6 +1718,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1566
1718
|
format?: string | undefined;
|
|
1567
1719
|
label?: string | undefined;
|
|
1568
1720
|
valueLabels?: string | undefined;
|
|
1721
|
+
nullValueLabel?: string | undefined;
|
|
1569
1722
|
} | undefined;
|
|
1570
1723
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1571
1724
|
type: "column";
|
|
@@ -1573,6 +1726,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1573
1726
|
format?: string | undefined;
|
|
1574
1727
|
label?: string | undefined;
|
|
1575
1728
|
valueLabels?: string | undefined;
|
|
1729
|
+
nullValueLabel?: string | undefined;
|
|
1576
1730
|
} | undefined;
|
|
1577
1731
|
dotSize?: number | {
|
|
1578
1732
|
type: "column";
|
|
@@ -1580,6 +1734,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1580
1734
|
format?: string | undefined;
|
|
1581
1735
|
label?: string | undefined;
|
|
1582
1736
|
valueLabels?: string | undefined;
|
|
1737
|
+
nullValueLabel?: string | undefined;
|
|
1583
1738
|
} | undefined;
|
|
1584
1739
|
lineWidth?: number | {
|
|
1585
1740
|
type: "column";
|
|
@@ -1587,6 +1742,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1587
1742
|
format?: string | undefined;
|
|
1588
1743
|
label?: string | undefined;
|
|
1589
1744
|
valueLabels?: string | undefined;
|
|
1745
|
+
nullValueLabel?: string | undefined;
|
|
1590
1746
|
} | undefined;
|
|
1591
1747
|
lineShape?: {
|
|
1592
1748
|
type: "column";
|
|
@@ -1594,6 +1750,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1594
1750
|
format?: string | undefined;
|
|
1595
1751
|
label?: string | undefined;
|
|
1596
1752
|
valueLabels?: string | undefined;
|
|
1753
|
+
nullValueLabel?: string | undefined;
|
|
1597
1754
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1598
1755
|
lineColor?: string | {
|
|
1599
1756
|
type: "column";
|
|
@@ -1601,6 +1758,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1601
1758
|
format?: string | undefined;
|
|
1602
1759
|
label?: string | undefined;
|
|
1603
1760
|
valueLabels?: string | undefined;
|
|
1761
|
+
nullValueLabel?: string | undefined;
|
|
1604
1762
|
} | undefined;
|
|
1605
1763
|
} | undefined;
|
|
1606
1764
|
position?: "top" | "bottom" | undefined;
|
|
@@ -1620,6 +1778,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1620
1778
|
format?: string | undefined;
|
|
1621
1779
|
label?: string | undefined;
|
|
1622
1780
|
valueLabels?: string | undefined;
|
|
1781
|
+
nullValueLabel?: string | undefined;
|
|
1623
1782
|
} | undefined;
|
|
1624
1783
|
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1625
1784
|
type: "column";
|
|
@@ -1627,6 +1786,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1627
1786
|
format?: string | undefined;
|
|
1628
1787
|
label?: string | undefined;
|
|
1629
1788
|
valueLabels?: string | undefined;
|
|
1789
|
+
nullValueLabel?: string | undefined;
|
|
1630
1790
|
} | undefined;
|
|
1631
1791
|
dotSize?: number | {
|
|
1632
1792
|
type: "column";
|
|
@@ -1634,6 +1794,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1634
1794
|
format?: string | undefined;
|
|
1635
1795
|
label?: string | undefined;
|
|
1636
1796
|
valueLabels?: string | undefined;
|
|
1797
|
+
nullValueLabel?: string | undefined;
|
|
1637
1798
|
} | undefined;
|
|
1638
1799
|
lineWidth?: number | {
|
|
1639
1800
|
type: "column";
|
|
@@ -1641,6 +1802,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1641
1802
|
format?: string | undefined;
|
|
1642
1803
|
label?: string | undefined;
|
|
1643
1804
|
valueLabels?: string | undefined;
|
|
1805
|
+
nullValueLabel?: string | undefined;
|
|
1644
1806
|
} | undefined;
|
|
1645
1807
|
lineShape?: {
|
|
1646
1808
|
type: "column";
|
|
@@ -1648,6 +1810,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1648
1810
|
format?: string | undefined;
|
|
1649
1811
|
label?: string | undefined;
|
|
1650
1812
|
valueLabels?: string | undefined;
|
|
1813
|
+
nullValueLabel?: string | undefined;
|
|
1651
1814
|
} | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1652
1815
|
lineColor?: string | {
|
|
1653
1816
|
type: "column";
|
|
@@ -1655,6 +1818,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1655
1818
|
format?: string | undefined;
|
|
1656
1819
|
label?: string | undefined;
|
|
1657
1820
|
valueLabels?: string | undefined;
|
|
1821
|
+
nullValueLabel?: string | undefined;
|
|
1658
1822
|
} | undefined;
|
|
1659
1823
|
} | undefined;
|
|
1660
1824
|
position?: "left" | "right" | undefined;
|
|
@@ -1677,3 +1841,4 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
|
|
|
1677
1841
|
cellsRenderingMode?: "svg" | "canvas" | undefined;
|
|
1678
1842
|
}>;
|
|
1679
1843
|
export type HeatmapSettings = z.infer<typeof HeatmapSettingsSchema>;
|
|
1844
|
+
//# sourceMappingURL=heatmap.d.ts.map
|