@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.
Files changed (400) hide show
  1. package/dist/AbstractChart.d.ts +1 -0
  2. package/dist/AbstractChart.d.ts.map +1 -0
  3. package/dist/DataFrame.d.ts +1 -0
  4. package/dist/DataFrame.d.ts.map +1 -0
  5. package/dist/MiPlots.d.ts +1 -0
  6. package/dist/MiPlots.d.ts.map +1 -0
  7. package/dist/bubble/BubbleSettingsImpl.d.ts +1 -0
  8. package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
  9. package/dist/bubble/ChartRenderer.d.ts +1 -0
  10. package/dist/bubble/ChartRenderer.d.ts.map +1 -0
  11. package/dist/bubble/components/AxisCaptions.d.ts +1 -0
  12. package/dist/bubble/components/AxisCaptions.d.ts.map +1 -0
  13. package/dist/bubble/components/Chart.d.ts +1 -0
  14. package/dist/bubble/components/Chart.d.ts.map +1 -0
  15. package/dist/bubble/components/ChartsGroup.d.ts +1 -0
  16. package/dist/bubble/components/ChartsGroup.d.ts.map +1 -0
  17. package/dist/bubble/components/types.d.ts +1 -0
  18. package/dist/bubble/components/types.d.ts.map +1 -0
  19. package/dist/bubble/constants.d.ts +1 -0
  20. package/dist/bubble/constants.d.ts.map +1 -0
  21. package/dist/bubble/getCellTooltip.d.ts +1 -0
  22. package/dist/bubble/getCellTooltip.d.ts.map +1 -0
  23. package/dist/bubble/getGroupedCellsData.d.ts +1 -0
  24. package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
  25. package/dist/bubble/index.d.ts +1 -0
  26. package/dist/bubble/index.d.ts.map +1 -0
  27. package/dist/bubble/utils/calculateCaptionTails.d.ts +1 -0
  28. package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -0
  29. package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +1 -0
  30. package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +1 -0
  31. package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +1 -0
  32. package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
  33. package/dist/bubble/utils/index.d.ts +1 -0
  34. package/dist/bubble/utils/index.d.ts.map +1 -0
  35. package/dist/common/BandAxis.d.ts +1 -0
  36. package/dist/common/BandAxis.d.ts.map +1 -0
  37. package/dist/common/ChartsTitle.d.ts +1 -0
  38. package/dist/common/ChartsTitle.d.ts.map +1 -0
  39. package/dist/common/ContinuousAxis.d.ts +1 -0
  40. package/dist/common/ContinuousAxis.d.ts.map +1 -0
  41. package/dist/common/ContinuousGrid.d.ts +1 -0
  42. package/dist/common/ContinuousGrid.d.ts.map +1 -0
  43. package/dist/common/Error.d.ts +1 -0
  44. package/dist/common/Error.d.ts.map +1 -0
  45. package/dist/common/ErrorBoundary.d.ts +1 -0
  46. package/dist/common/ErrorBoundary.d.ts.map +1 -0
  47. package/dist/common/Legend.d.ts +1 -0
  48. package/dist/common/Legend.d.ts.map +1 -0
  49. package/dist/common/Tooltip.d.ts +1 -0
  50. package/dist/common/Tooltip.d.ts.map +1 -0
  51. package/dist/common/fonts.d.ts +1 -0
  52. package/dist/common/fonts.d.ts.map +1 -0
  53. package/dist/common/types.d.ts +1 -0
  54. package/dist/common/types.d.ts.map +1 -0
  55. package/dist/common/useDataFrame.d.ts +1 -0
  56. package/dist/common/useDataFrame.d.ts.map +1 -0
  57. package/dist/constants.d.ts +1 -0
  58. package/dist/constants.d.ts.map +1 -0
  59. package/dist/dendro/ChartRenderer.d.ts +1 -0
  60. package/dist/dendro/ChartRenderer.d.ts.map +1 -0
  61. package/dist/dendro/DendroSettingsImpl.d.ts +1 -0
  62. package/dist/dendro/DendroSettingsImpl.d.ts.map +1 -0
  63. package/dist/dendro/components/Chart.d.ts +1 -0
  64. package/dist/dendro/components/Chart.d.ts.map +1 -0
  65. package/dist/dendro/components/Heatmap.d.ts +1 -0
  66. package/dist/dendro/components/Heatmap.d.ts.map +1 -0
  67. package/dist/dendro/components/Legend.d.ts +1 -0
  68. package/dist/dendro/components/Legend.d.ts.map +1 -0
  69. package/dist/dendro/components/LinksGroup.d.ts +1 -0
  70. package/dist/dendro/components/LinksGroup.d.ts.map +1 -0
  71. package/dist/dendro/components/NodesGroup.d.ts +1 -0
  72. package/dist/dendro/components/NodesGroup.d.ts.map +1 -0
  73. package/dist/dendro/components/types.d.ts +1 -0
  74. package/dist/dendro/components/types.d.ts.map +1 -0
  75. package/dist/dendro/constants.d.ts +1 -0
  76. package/dist/dendro/constants.d.ts.map +1 -0
  77. package/dist/dendro/getHeatmapData.d.ts +1 -0
  78. package/dist/dendro/getHeatmapData.d.ts.map +1 -0
  79. package/dist/dendro/getHierarchyData.d.ts +1 -0
  80. package/dist/dendro/getHierarchyData.d.ts.map +1 -0
  81. package/dist/dendro/index.d.ts +1 -0
  82. package/dist/dendro/index.d.ts.map +1 -0
  83. package/dist/discrete/ChartRenderer.d.ts +1 -0
  84. package/dist/discrete/ChartRenderer.d.ts.map +1 -0
  85. package/dist/discrete/DiscreteSettingsImpl.d.ts +1 -0
  86. package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
  87. package/dist/discrete/components/Chart.d.ts +1 -0
  88. package/dist/discrete/components/Chart.d.ts.map +1 -0
  89. package/dist/discrete/components/ChartsGroup.d.ts +1 -0
  90. package/dist/discrete/components/ChartsGroup.d.ts.map +1 -0
  91. package/dist/discrete/components/Grid.d.ts +1 -0
  92. package/dist/discrete/components/Grid.d.ts.map +1 -0
  93. package/dist/discrete/components/NumberAxis.d.ts +1 -0
  94. package/dist/discrete/components/NumberAxis.d.ts.map +1 -0
  95. package/dist/discrete/components/layers/BarElement.d.ts +1 -0
  96. package/dist/discrete/components/layers/BarElement.d.ts.map +1 -0
  97. package/dist/discrete/components/layers/BinnedDotsElement.d.ts +1 -0
  98. package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +1 -0
  99. package/dist/discrete/components/layers/BoxElement.d.ts +1 -0
  100. package/dist/discrete/components/layers/BoxElement.d.ts.map +1 -0
  101. package/dist/discrete/components/layers/DotsGroupElement.d.ts +1 -0
  102. package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +1 -0
  103. package/dist/discrete/components/layers/ErrorBarElement.d.ts +1 -0
  104. package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +1 -0
  105. package/dist/discrete/components/layers/LineElement.d.ts +1 -0
  106. package/dist/discrete/components/layers/LineElement.d.ts.map +1 -0
  107. package/dist/discrete/components/layers/LogoElement.d.ts +1 -0
  108. package/dist/discrete/components/layers/LogoElement.d.ts.map +1 -0
  109. package/dist/discrete/components/layers/PairedPointsElement.d.ts +1 -0
  110. package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +1 -0
  111. package/dist/discrete/components/layers/SinaElement.d.ts +1 -0
  112. package/dist/discrete/components/layers/SinaElement.d.ts.map +1 -0
  113. package/dist/discrete/components/layers/StackedAreaElement.d.ts +1 -0
  114. package/dist/discrete/components/layers/StackedAreaElement.d.ts.map +1 -0
  115. package/dist/discrete/components/layers/StackedBarElement.d.ts +1 -0
  116. package/dist/discrete/components/layers/StackedBarElement.d.ts.map +1 -0
  117. package/dist/discrete/components/layers/StatsPValue.d.ts +1 -0
  118. package/dist/discrete/components/layers/StatsPValue.d.ts.map +1 -0
  119. package/dist/discrete/components/layers/ViolinElement.d.ts +1 -0
  120. package/dist/discrete/components/layers/ViolinElement.d.ts.map +1 -0
  121. package/dist/discrete/components/layers/seqAlphabet.d.ts +1 -0
  122. package/dist/discrete/components/layers/seqAlphabet.d.ts.map +1 -0
  123. package/dist/discrete/components/types.d.ts +1 -0
  124. package/dist/discrete/components/types.d.ts.map +1 -0
  125. package/dist/discrete/constants.d.ts +1 -0
  126. package/dist/discrete/constants.d.ts.map +1 -0
  127. package/dist/discrete/index.d.ts +1 -0
  128. package/dist/discrete/index.d.ts.map +1 -0
  129. package/dist/discrete/index.js +129 -123
  130. package/dist/discrete/index.js.map +1 -1
  131. package/dist/discrete/layers/bar.d.ts +1 -0
  132. package/dist/discrete/layers/bar.d.ts.map +1 -0
  133. package/dist/discrete/layers/binnedDots.d.ts +1 -0
  134. package/dist/discrete/layers/binnedDots.d.ts.map +1 -0
  135. package/dist/discrete/layers/boxes.d.ts +1 -0
  136. package/dist/discrete/layers/boxes.d.ts.map +1 -0
  137. package/dist/discrete/layers/dots.d.ts +1 -0
  138. package/dist/discrete/layers/dots.d.ts.map +1 -0
  139. package/dist/discrete/layers/errorbars.d.ts +1 -0
  140. package/dist/discrete/layers/errorbars.d.ts.map +1 -0
  141. package/dist/discrete/layers/index.d.ts +1 -0
  142. package/dist/discrete/layers/index.d.ts.map +1 -0
  143. package/dist/discrete/layers/lines.d.ts +1 -0
  144. package/dist/discrete/layers/lines.d.ts.map +1 -0
  145. package/dist/discrete/layers/logo.d.ts +1 -0
  146. package/dist/discrete/layers/logo.d.ts.map +1 -0
  147. package/dist/discrete/layers/pairedPoints.d.ts +1 -0
  148. package/dist/discrete/layers/pairedPoints.d.ts.map +1 -0
  149. package/dist/discrete/layers/sina.d.ts +1 -0
  150. package/dist/discrete/layers/sina.d.ts.map +1 -0
  151. package/dist/discrete/layers/stackedArea.d.ts +1 -0
  152. package/dist/discrete/layers/stackedArea.d.ts.map +1 -0
  153. package/dist/discrete/layers/stackedBar.d.ts +1 -0
  154. package/dist/discrete/layers/stackedBar.d.ts.map +1 -0
  155. package/dist/discrete/layers/stats/MannWhitneyU.d.ts +1 -0
  156. package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +1 -0
  157. package/dist/discrete/layers/stats/index.d.ts +1 -0
  158. package/dist/discrete/layers/stats/index.d.ts.map +1 -0
  159. package/dist/discrete/layers/stats/pValueCalculation.d.ts +1 -0
  160. package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +1 -0
  161. package/dist/discrete/layers/stats/pValueCorrection.d.ts +1 -0
  162. package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +1 -0
  163. package/dist/discrete/layers/types.d.ts +1 -0
  164. package/dist/discrete/layers/types.d.ts.map +1 -0
  165. package/dist/discrete/layers/violins.d.ts +1 -0
  166. package/dist/discrete/layers/violins.d.ts.map +1 -0
  167. package/dist/discrete/utils/getChartStatsPadding.d.ts +1 -0
  168. package/dist/discrete/utils/getChartStatsPadding.d.ts.map +1 -0
  169. package/dist/discrete/utils/getFacetLabels.d.ts +1 -0
  170. package/dist/discrete/utils/getFacetLabels.d.ts.map +1 -0
  171. package/dist/discrete/utils/getFacetStringKey.d.ts +1 -0
  172. package/dist/discrete/utils/getFacetStringKey.d.ts.map +1 -0
  173. package/dist/discrete/utils/getOutliersBounds.d.ts +1 -0
  174. package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -0
  175. package/dist/discrete/utils/index.d.ts +1 -0
  176. package/dist/discrete/utils/index.d.ts.map +1 -0
  177. package/dist/discrete/utils/statsPValue.d.ts +1 -0
  178. package/dist/discrete/utils/statsPValue.d.ts.map +1 -0
  179. package/dist/heatmap/ChartRenderer.d.ts +1 -0
  180. package/dist/heatmap/ChartRenderer.d.ts.map +1 -0
  181. package/dist/heatmap/HeatmapSettingsImpl.d.ts +1 -0
  182. package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
  183. package/dist/heatmap/components/Annotations/Annotation.d.ts +1 -0
  184. package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -0
  185. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +1 -0
  186. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +1 -0
  187. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +1 -0
  188. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +1 -0
  189. package/dist/heatmap/components/Annotations/index.d.ts +1 -0
  190. package/dist/heatmap/components/Annotations/index.d.ts.map +1 -0
  191. package/dist/heatmap/components/CanvasCells.d.ts +1 -0
  192. package/dist/heatmap/components/CanvasCells.d.ts.map +1 -0
  193. package/dist/heatmap/components/Captions/AxisCaptions.d.ts +1 -0
  194. package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +1 -0
  195. package/dist/heatmap/components/Captions/GroupCaptions.d.ts +1 -0
  196. package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +1 -0
  197. package/dist/heatmap/components/Captions/index.d.ts +1 -0
  198. package/dist/heatmap/components/Captions/index.d.ts.map +1 -0
  199. package/dist/heatmap/components/Chart.d.ts +1 -0
  200. package/dist/heatmap/components/Chart.d.ts.map +1 -0
  201. package/dist/heatmap/components/ChartsGroup.d.ts +1 -0
  202. package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -0
  203. package/dist/heatmap/components/Dendrograms.d.ts +1 -0
  204. package/dist/heatmap/components/Dendrograms.d.ts.map +1 -0
  205. package/dist/heatmap/components/Frames.d.ts +1 -0
  206. package/dist/heatmap/components/Frames.d.ts.map +1 -0
  207. package/dist/heatmap/components/SvgCells.d.ts +1 -0
  208. package/dist/heatmap/components/SvgCells.d.ts.map +1 -0
  209. package/dist/heatmap/components/tooltipUtils.d.ts +1 -0
  210. package/dist/heatmap/components/tooltipUtils.d.ts.map +1 -0
  211. package/dist/heatmap/components/types.d.ts +1 -0
  212. package/dist/heatmap/components/types.d.ts.map +1 -0
  213. package/dist/heatmap/constants.d.ts +1 -0
  214. package/dist/heatmap/constants.d.ts.map +1 -0
  215. package/dist/heatmap/fillCellsData.d.ts +1 -0
  216. package/dist/heatmap/fillCellsData.d.ts.map +1 -0
  217. package/dist/heatmap/fillCellsData.js +106 -106
  218. package/dist/heatmap/fillCellsData.js.map +1 -1
  219. package/dist/heatmap/getCells.d.ts +1 -0
  220. package/dist/heatmap/getCells.d.ts.map +1 -0
  221. package/dist/heatmap/getClusters.d.ts +1 -0
  222. package/dist/heatmap/getClusters.d.ts.map +1 -0
  223. package/dist/heatmap/getDendrograms.d.ts +1 -0
  224. package/dist/heatmap/getDendrograms.d.ts.map +1 -0
  225. package/dist/heatmap/index.d.ts +1 -0
  226. package/dist/heatmap/index.d.ts.map +1 -0
  227. package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +1 -0
  228. package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -0
  229. package/dist/heatmap/utils/calculateCaptionTails.d.ts +1 -0
  230. package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -0
  231. package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +1 -0
  232. package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +1 -0
  233. package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +1 -0
  234. package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
  235. package/dist/heatmap/utils/createColorScales.d.ts +1 -0
  236. package/dist/heatmap/utils/createColorScales.d.ts.map +1 -0
  237. package/dist/heatmap/utils/index.d.ts +1 -0
  238. package/dist/heatmap/utils/index.d.ts.map +1 -0
  239. package/dist/histogram/ChartRenderer.d.ts +1 -0
  240. package/dist/histogram/ChartRenderer.d.ts.map +1 -0
  241. package/dist/histogram/HistogramSettingsImpl.d.ts +1 -0
  242. package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
  243. package/dist/histogram/components/Chart.d.ts +1 -0
  244. package/dist/histogram/components/Chart.d.ts.map +1 -0
  245. package/dist/histogram/components/Chart.js +53 -53
  246. package/dist/histogram/components/Chart.js.map +1 -1
  247. package/dist/histogram/components/ChartsGroup.d.ts +1 -0
  248. package/dist/histogram/components/ChartsGroup.d.ts.map +1 -0
  249. package/dist/histogram/components/types.d.ts +1 -0
  250. package/dist/histogram/components/types.d.ts.map +1 -0
  251. package/dist/histogram/constants.d.ts +1 -0
  252. package/dist/histogram/constants.d.ts.map +1 -0
  253. package/dist/histogram/getHistogramData.d.ts +1 -0
  254. package/dist/histogram/getHistogramData.d.ts.map +1 -0
  255. package/dist/histogram/getHistogramData.js +46 -46
  256. package/dist/histogram/getHistogramData.js.map +1 -1
  257. package/dist/histogram/index.d.ts +1 -0
  258. package/dist/histogram/index.d.ts.map +1 -0
  259. package/dist/histogram/index.js +61 -61
  260. package/dist/histogram/index.js.map +1 -1
  261. package/dist/index.d.ts +1 -0
  262. package/dist/index.d.ts.map +1 -0
  263. package/dist/scatterplot/ChartRenderer.d.ts +1 -0
  264. package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
  265. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +1 -0
  266. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
  267. package/dist/scatterplot/components/Chart.d.ts +1 -0
  268. package/dist/scatterplot/components/Chart.d.ts.map +1 -0
  269. package/dist/scatterplot/components/ChartAxis.d.ts +1 -0
  270. package/dist/scatterplot/components/ChartAxis.d.ts.map +1 -0
  271. package/dist/scatterplot/components/ChartAxisTitles.d.ts +1 -0
  272. package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +1 -0
  273. package/dist/scatterplot/components/ChartFacetTitle.d.ts +1 -0
  274. package/dist/scatterplot/components/ChartFacetTitle.d.ts.map +1 -0
  275. package/dist/scatterplot/components/ChartLayersData.d.ts +1 -0
  276. package/dist/scatterplot/components/ChartLayersData.d.ts.map +1 -0
  277. package/dist/scatterplot/components/ChartTooltip.d.ts +1 -0
  278. package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -0
  279. package/dist/scatterplot/components/ChartTrendsData.d.ts +1 -0
  280. package/dist/scatterplot/components/ChartTrendsData.d.ts.map +1 -0
  281. package/dist/scatterplot/components/ChartsGroup.d.ts +1 -0
  282. package/dist/scatterplot/components/ChartsGroup.d.ts.map +1 -0
  283. package/dist/scatterplot/components/Grid.d.ts +1 -0
  284. package/dist/scatterplot/components/Grid.d.ts.map +1 -0
  285. package/dist/scatterplot/components/types.d.ts +1 -0
  286. package/dist/scatterplot/components/types.d.ts.map +1 -0
  287. package/dist/scatterplot/constants.d.ts +1 -0
  288. package/dist/scatterplot/constants.d.ts.map +1 -0
  289. package/dist/scatterplot/dots.d.ts +1 -0
  290. package/dist/scatterplot/dots.d.ts.map +1 -0
  291. package/dist/scatterplot/getLayersData.d.ts +1 -0
  292. package/dist/scatterplot/getLayersData.d.ts.map +1 -0
  293. package/dist/scatterplot/index.d.ts +1 -0
  294. package/dist/scatterplot/index.d.ts.map +1 -0
  295. package/dist/scatterplot/index.js +74 -71
  296. package/dist/scatterplot/index.js.map +1 -1
  297. package/dist/scatterplot/linearRegression.d.ts +1 -0
  298. package/dist/scatterplot/linearRegression.d.ts.map +1 -0
  299. package/dist/scatterplot/utils/createAesGetter.d.ts +1 -0
  300. package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -0
  301. package/dist/scatterplot/utils/createLegendInfo.d.ts +1 -0
  302. package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -0
  303. package/dist/scatterplot/utils/createLegendInfo.js +41 -41
  304. package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
  305. package/dist/scatterplot/utils/formatColumnValue.d.ts +1 -0
  306. package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
  307. package/dist/scatterplot/utils/formatColumnValue.js +7 -6
  308. package/dist/scatterplot/utils/formatColumnValue.js.map +1 -1
  309. package/dist/scatterplot/utils/getTicksAndFormat.d.ts +1 -0
  310. package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +1 -0
  311. package/dist/scatterplot/utils/getVisibleLabels.d.ts +1 -0
  312. package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -0
  313. package/dist/scatterplot/utils/isNumericScale.d.ts +1 -0
  314. package/dist/scatterplot/utils/isNumericScale.d.ts.map +1 -0
  315. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +1 -0
  316. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +1 -0
  317. package/dist/scatterplot-umap/ChartRenderer.d.ts +1 -0
  318. package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -0
  319. package/dist/scatterplot-umap/SettingsImpl.d.ts +1 -0
  320. package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -0
  321. package/dist/scatterplot-umap/colors.d.ts +1 -0
  322. package/dist/scatterplot-umap/colors.d.ts.map +1 -0
  323. package/dist/scatterplot-umap/components/Lasso.d.ts +1 -0
  324. package/dist/scatterplot-umap/components/Lasso.d.ts.map +1 -0
  325. package/dist/scatterplot-umap/components/LowerSVG.d.ts +1 -0
  326. package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -0
  327. package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
  328. package/dist/scatterplot-umap/components/SVGLayer.d.ts +1 -0
  329. package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +1 -0
  330. package/dist/scatterplot-umap/components/UpperSVG.d.ts +1 -0
  331. package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -0
  332. package/dist/scatterplot-umap/constants.d.ts +1 -0
  333. package/dist/scatterplot-umap/constants.d.ts.map +1 -0
  334. package/dist/scatterplot-umap/index.d.ts +1 -0
  335. package/dist/scatterplot-umap/index.d.ts.map +1 -0
  336. package/dist/scatterplot-umap/index.js +77 -74
  337. package/dist/scatterplot-umap/index.js.map +1 -1
  338. package/dist/scatterplot-umap/types.d.ts +1 -0
  339. package/dist/scatterplot-umap/types.d.ts.map +1 -0
  340. package/dist/types/bubble.d.ts +43 -0
  341. package/dist/types/bubble.d.ts.map +1 -0
  342. package/dist/types/common.d.ts +39 -0
  343. package/dist/types/common.d.ts.map +1 -0
  344. package/dist/types/common.js +31 -30
  345. package/dist/types/common.js.map +1 -1
  346. package/dist/types/dendro.d.ts +104 -0
  347. package/dist/types/dendro.d.ts.map +1 -0
  348. package/dist/types/discrete.d.ts +168 -0
  349. package/dist/types/discrete.d.ts.map +1 -0
  350. package/dist/types/heatmap.d.ts +160 -0
  351. package/dist/types/heatmap.d.ts.map +1 -0
  352. package/dist/types/histogram.d.ts +23 -0
  353. package/dist/types/histogram.d.ts.map +1 -0
  354. package/dist/types/index.d.ts +1 -0
  355. package/dist/types/index.d.ts.map +1 -0
  356. package/dist/types/scatterplot-umap.d.ts +141 -0
  357. package/dist/types/scatterplot-umap.d.ts.map +1 -0
  358. package/dist/types/scatterplot.d.ts +183 -0
  359. package/dist/types/scatterplot.d.ts.map +1 -0
  360. package/dist/utils/TextMeasurer/TextMeasurer.d.ts +1 -0
  361. package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +1 -0
  362. package/dist/utils/WorkerFactory.d.ts +1 -0
  363. package/dist/utils/WorkerFactory.d.ts.map +1 -0
  364. package/dist/utils/arrangeLegendParts.d.ts +1 -0
  365. package/dist/utils/arrangeLegendParts.d.ts.map +1 -0
  366. package/dist/utils/arraysAreDifferent.d.ts +1 -0
  367. package/dist/utils/arraysAreDifferent.d.ts.map +1 -0
  368. package/dist/utils/createMultilineDiscreteLabels.d.ts +1 -0
  369. package/dist/utils/createMultilineDiscreteLabels.d.ts.map +1 -0
  370. package/dist/utils/getChartEdgeSides.d.ts +1 -0
  371. package/dist/utils/getChartEdgeSides.d.ts.map +1 -0
  372. package/dist/utils/getContinuousColorScale.d.ts +1 -0
  373. package/dist/utils/getContinuousColorScale.d.ts.map +1 -0
  374. package/dist/utils/getContinuousLegendTicks.d.ts +1 -0
  375. package/dist/utils/getContinuousLegendTicks.d.ts.map +1 -0
  376. package/dist/utils/getFacetOrGroupKey.d.ts +1 -0
  377. package/dist/utils/getFacetOrGroupKey.d.ts.map +1 -0
  378. package/dist/utils/getFacetRowsColumns.d.ts +1 -0
  379. package/dist/utils/getFacetRowsColumns.d.ts.map +1 -0
  380. package/dist/utils/getKeysCombination.d.ts +1 -0
  381. package/dist/utils/getKeysCombination.d.ts.map +1 -0
  382. package/dist/utils/getLegendWidth.d.ts +1 -0
  383. package/dist/utils/getLegendWidth.d.ts.map +1 -0
  384. package/dist/utils/getLineShape.d.ts +1 -0
  385. package/dist/utils/getLineShape.d.ts.map +1 -0
  386. package/dist/utils/getPointShape.d.ts +1 -0
  387. package/dist/utils/getPointShape.d.ts.map +1 -0
  388. package/dist/utils/getSizeLegendItem.d.ts +1 -0
  389. package/dist/utils/getSizeLegendItem.d.ts.map +1 -0
  390. package/dist/utils/hooks/useFunction.d.ts +1 -0
  391. package/dist/utils/hooks/useFunction.d.ts.map +1 -0
  392. package/dist/utils/index.d.ts +1 -0
  393. package/dist/utils/index.d.ts.map +1 -0
  394. package/dist/utils/measureMultilineDiscreteLabels.d.ts +1 -0
  395. package/dist/utils/measureMultilineDiscreteLabels.d.ts.map +1 -0
  396. package/dist/utils/numberFormat.d.ts +1 -0
  397. package/dist/utils/numberFormat.d.ts.map +1 -0
  398. package/dist/utils/splitTextByWidth.d.ts +1 -0
  399. package/dist/utils/splitTextByWidth.d.ts.map +1 -0
  400. package/package.json +5 -5
@@ -41,18 +41,21 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
41
41
  format: z.ZodOptional<z.ZodString>;
42
42
  label: z.ZodOptional<z.ZodString>;
43
43
  valueLabels: z.ZodOptional<z.ZodString>;
44
+ nullValueLabel: z.ZodOptional<z.ZodString>;
44
45
  }, "strip", z.ZodTypeAny, {
45
46
  type: "column";
46
47
  value: string;
47
48
  format?: string | undefined;
48
49
  label?: string | undefined;
49
50
  valueLabels?: string | undefined;
51
+ nullValueLabel?: string | undefined;
50
52
  }, {
51
53
  type: "column";
52
54
  value: string;
53
55
  format?: string | undefined;
54
56
  label?: string | undefined;
55
57
  valueLabels?: string | undefined;
58
+ nullValueLabel?: string | undefined;
56
59
  }>;
57
60
  domain: z.ZodArray<z.ZodNumber, "many">;
58
61
  range: z.ZodArray<z.ZodString, "many">;
@@ -64,6 +67,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
64
67
  format?: string | undefined;
65
68
  label?: string | undefined;
66
69
  valueLabels?: string | undefined;
70
+ nullValueLabel?: string | undefined;
67
71
  };
68
72
  domain: number[];
69
73
  range: string[];
@@ -75,6 +79,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
75
79
  format?: string | undefined;
76
80
  label?: string | undefined;
77
81
  valueLabels?: string | undefined;
82
+ nullValueLabel?: string | undefined;
78
83
  };
79
84
  domain: number[];
80
85
  range: string[];
@@ -100,18 +105,21 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
100
105
  format: z.ZodOptional<z.ZodString>;
101
106
  label: z.ZodOptional<z.ZodString>;
102
107
  valueLabels: z.ZodOptional<z.ZodString>;
108
+ nullValueLabel: z.ZodOptional<z.ZodString>;
103
109
  }, "strip", z.ZodTypeAny, {
104
110
  type: "column";
105
111
  value: string;
106
112
  format?: string | undefined;
107
113
  label?: string | undefined;
108
114
  valueLabels?: string | undefined;
115
+ nullValueLabel?: string | undefined;
109
116
  }, {
110
117
  type: "column";
111
118
  value: string;
112
119
  format?: string | undefined;
113
120
  label?: string | undefined;
114
121
  valueLabels?: string | undefined;
122
+ nullValueLabel?: string | undefined;
115
123
  }>;
116
124
  domain: z.ZodArray<z.ZodNumber, "many">;
117
125
  range: z.ZodArray<z.ZodNumber, "many">;
@@ -123,6 +131,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
123
131
  format?: string | undefined;
124
132
  label?: string | undefined;
125
133
  valueLabels?: string | undefined;
134
+ nullValueLabel?: string | undefined;
126
135
  };
127
136
  domain: number[];
128
137
  range: number[];
@@ -134,6 +143,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
134
143
  format?: string | undefined;
135
144
  label?: string | undefined;
136
145
  valueLabels?: string | undefined;
146
+ nullValueLabel?: string | undefined;
137
147
  };
138
148
  domain: number[];
139
149
  range: number[];
@@ -147,6 +157,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
147
157
  format?: string | undefined;
148
158
  label?: string | undefined;
149
159
  valueLabels?: string | undefined;
160
+ nullValueLabel?: string | undefined;
150
161
  };
151
162
  domain: number[];
152
163
  range: string[];
@@ -168,6 +179,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
168
179
  format?: string | undefined;
169
180
  label?: string | undefined;
170
181
  valueLabels?: string | undefined;
182
+ nullValueLabel?: string | undefined;
171
183
  };
172
184
  domain: number[];
173
185
  range: number[];
@@ -181,6 +193,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
181
193
  format?: string | undefined;
182
194
  label?: string | undefined;
183
195
  valueLabels?: string | undefined;
196
+ nullValueLabel?: string | undefined;
184
197
  };
185
198
  domain: number[];
186
199
  range: string[];
@@ -202,6 +215,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
202
215
  format?: string | undefined;
203
216
  label?: string | undefined;
204
217
  valueLabels?: string | undefined;
218
+ nullValueLabel?: string | undefined;
205
219
  };
206
220
  domain: number[];
207
221
  range: number[];
@@ -218,6 +232,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
218
232
  format?: string | undefined;
219
233
  label?: string | undefined;
220
234
  valueLabels?: string | undefined;
235
+ nullValueLabel?: string | undefined;
221
236
  };
222
237
  domain: number[];
223
238
  range: string[];
@@ -239,6 +254,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
239
254
  format?: string | undefined;
240
255
  label?: string | undefined;
241
256
  valueLabels?: string | undefined;
257
+ nullValueLabel?: string | undefined;
242
258
  };
243
259
  domain: number[];
244
260
  range: number[];
@@ -255,6 +271,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
255
271
  format?: string | undefined;
256
272
  label?: string | undefined;
257
273
  valueLabels?: string | undefined;
274
+ nullValueLabel?: string | undefined;
258
275
  };
259
276
  domain: number[];
260
277
  range: string[];
@@ -276,6 +293,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
276
293
  format?: string | undefined;
277
294
  label?: string | undefined;
278
295
  valueLabels?: string | undefined;
296
+ nullValueLabel?: string | undefined;
279
297
  };
280
298
  domain: number[];
281
299
  range: number[];
@@ -308,18 +326,21 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
308
326
  format: z.ZodOptional<z.ZodString>;
309
327
  label: z.ZodOptional<z.ZodString>;
310
328
  valueLabels: z.ZodOptional<z.ZodString>;
329
+ nullValueLabel: z.ZodOptional<z.ZodString>;
311
330
  }, "strip", z.ZodTypeAny, {
312
331
  type: "column";
313
332
  value: string;
314
333
  format?: string | undefined;
315
334
  label?: string | undefined;
316
335
  valueLabels?: string | undefined;
336
+ nullValueLabel?: string | undefined;
317
337
  }, {
318
338
  type: "column";
319
339
  value: string;
320
340
  format?: string | undefined;
321
341
  label?: string | undefined;
322
342
  valueLabels?: string | undefined;
343
+ nullValueLabel?: string | undefined;
323
344
  }>;
324
345
  domain: z.ZodArray<z.ZodNumber, "many">;
325
346
  range: z.ZodArray<z.ZodString, "many">;
@@ -331,6 +352,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
331
352
  format?: string | undefined;
332
353
  label?: string | undefined;
333
354
  valueLabels?: string | undefined;
355
+ nullValueLabel?: string | undefined;
334
356
  };
335
357
  domain: number[];
336
358
  range: string[];
@@ -342,6 +364,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
342
364
  format?: string | undefined;
343
365
  label?: string | undefined;
344
366
  valueLabels?: string | undefined;
367
+ nullValueLabel?: string | undefined;
345
368
  };
346
369
  domain: number[];
347
370
  range: string[];
@@ -358,6 +381,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
358
381
  format?: string | undefined;
359
382
  label?: string | undefined;
360
383
  valueLabels?: string | undefined;
384
+ nullValueLabel?: string | undefined;
361
385
  };
362
386
  domain: number[];
363
387
  range: string[];
@@ -378,6 +402,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
378
402
  format?: string | undefined;
379
403
  label?: string | undefined;
380
404
  valueLabels?: string | undefined;
405
+ nullValueLabel?: string | undefined;
381
406
  };
382
407
  domain: number[];
383
408
  range: string[];
@@ -401,6 +426,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
401
426
  format?: string | undefined;
402
427
  label?: string | undefined;
403
428
  valueLabels?: string | undefined;
429
+ nullValueLabel?: string | undefined;
404
430
  };
405
431
  domain: number[];
406
432
  range: string[];
@@ -425,6 +451,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
425
451
  format?: string | undefined;
426
452
  label?: string | undefined;
427
453
  valueLabels?: string | undefined;
454
+ nullValueLabel?: string | undefined;
428
455
  };
429
456
  domain: number[];
430
457
  range: string[];
@@ -460,18 +487,21 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
460
487
  format: z.ZodOptional<z.ZodString>;
461
488
  label: z.ZodOptional<z.ZodString>;
462
489
  valueLabels: z.ZodOptional<z.ZodString>;
490
+ nullValueLabel: z.ZodOptional<z.ZodString>;
463
491
  }, "strip", z.ZodTypeAny, {
464
492
  type: "column";
465
493
  value: string;
466
494
  format?: string | undefined;
467
495
  label?: string | undefined;
468
496
  valueLabels?: string | undefined;
497
+ nullValueLabel?: string | undefined;
469
498
  }, {
470
499
  type: "column";
471
500
  value: string;
472
501
  format?: string | undefined;
473
502
  label?: string | undefined;
474
503
  valueLabels?: string | undefined;
504
+ nullValueLabel?: string | undefined;
475
505
  }>;
476
506
  domain: z.ZodArray<z.ZodNumber, "many">;
477
507
  range: z.ZodArray<z.ZodString, "many">;
@@ -483,6 +513,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
483
513
  format?: string | undefined;
484
514
  label?: string | undefined;
485
515
  valueLabels?: string | undefined;
516
+ nullValueLabel?: string | undefined;
486
517
  };
487
518
  domain: number[];
488
519
  range: string[];
@@ -494,6 +525,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
494
525
  format?: string | undefined;
495
526
  label?: string | undefined;
496
527
  valueLabels?: string | undefined;
528
+ nullValueLabel?: string | undefined;
497
529
  };
498
530
  domain: number[];
499
531
  range: string[];
@@ -519,18 +551,21 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
519
551
  format: z.ZodOptional<z.ZodString>;
520
552
  label: z.ZodOptional<z.ZodString>;
521
553
  valueLabels: z.ZodOptional<z.ZodString>;
554
+ nullValueLabel: z.ZodOptional<z.ZodString>;
522
555
  }, "strip", z.ZodTypeAny, {
523
556
  type: "column";
524
557
  value: string;
525
558
  format?: string | undefined;
526
559
  label?: string | undefined;
527
560
  valueLabels?: string | undefined;
561
+ nullValueLabel?: string | undefined;
528
562
  }, {
529
563
  type: "column";
530
564
  value: string;
531
565
  format?: string | undefined;
532
566
  label?: string | undefined;
533
567
  valueLabels?: string | undefined;
568
+ nullValueLabel?: string | undefined;
534
569
  }>;
535
570
  domain: z.ZodArray<z.ZodNumber, "many">;
536
571
  range: z.ZodArray<z.ZodNumber, "many">;
@@ -542,6 +577,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
542
577
  format?: string | undefined;
543
578
  label?: string | undefined;
544
579
  valueLabels?: string | undefined;
580
+ nullValueLabel?: string | undefined;
545
581
  };
546
582
  domain: number[];
547
583
  range: number[];
@@ -553,6 +589,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
553
589
  format?: string | undefined;
554
590
  label?: string | undefined;
555
591
  valueLabels?: string | undefined;
592
+ nullValueLabel?: string | undefined;
556
593
  };
557
594
  domain: number[];
558
595
  range: number[];
@@ -566,6 +603,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
566
603
  format?: string | undefined;
567
604
  label?: string | undefined;
568
605
  valueLabels?: string | undefined;
606
+ nullValueLabel?: string | undefined;
569
607
  };
570
608
  domain: number[];
571
609
  range: string[];
@@ -587,6 +625,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
587
625
  format?: string | undefined;
588
626
  label?: string | undefined;
589
627
  valueLabels?: string | undefined;
628
+ nullValueLabel?: string | undefined;
590
629
  };
591
630
  domain: number[];
592
631
  range: number[];
@@ -600,6 +639,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
600
639
  format?: string | undefined;
601
640
  label?: string | undefined;
602
641
  valueLabels?: string | undefined;
642
+ nullValueLabel?: string | undefined;
603
643
  };
604
644
  domain: number[];
605
645
  range: string[];
@@ -621,6 +661,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
621
661
  format?: string | undefined;
622
662
  label?: string | undefined;
623
663
  valueLabels?: string | undefined;
664
+ nullValueLabel?: string | undefined;
624
665
  };
625
666
  domain: number[];
626
667
  range: number[];
@@ -637,6 +678,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
637
678
  format?: string | undefined;
638
679
  label?: string | undefined;
639
680
  valueLabels?: string | undefined;
681
+ nullValueLabel?: string | undefined;
640
682
  };
641
683
  domain: number[];
642
684
  range: string[];
@@ -658,6 +700,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
658
700
  format?: string | undefined;
659
701
  label?: string | undefined;
660
702
  valueLabels?: string | undefined;
703
+ nullValueLabel?: string | undefined;
661
704
  };
662
705
  domain: number[];
663
706
  range: number[];
@@ -674,6 +717,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
674
717
  format?: string | undefined;
675
718
  label?: string | undefined;
676
719
  valueLabels?: string | undefined;
720
+ nullValueLabel?: string | undefined;
677
721
  };
678
722
  domain: number[];
679
723
  range: string[];
@@ -695,6 +739,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
695
739
  format?: string | undefined;
696
740
  label?: string | undefined;
697
741
  valueLabels?: string | undefined;
742
+ nullValueLabel?: string | undefined;
698
743
  };
699
744
  domain: number[];
700
745
  range: number[];
@@ -726,18 +771,21 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
726
771
  format: z.ZodOptional<z.ZodString>;
727
772
  label: z.ZodOptional<z.ZodString>;
728
773
  valueLabels: z.ZodOptional<z.ZodString>;
774
+ nullValueLabel: z.ZodOptional<z.ZodString>;
729
775
  }, "strip", z.ZodTypeAny, {
730
776
  type: "column";
731
777
  value: string;
732
778
  format?: string | undefined;
733
779
  label?: string | undefined;
734
780
  valueLabels?: string | undefined;
781
+ nullValueLabel?: string | undefined;
735
782
  }, {
736
783
  type: "column";
737
784
  value: string;
738
785
  format?: string | undefined;
739
786
  label?: string | undefined;
740
787
  valueLabels?: string | undefined;
788
+ nullValueLabel?: string | undefined;
741
789
  }>;
742
790
  domain: z.ZodArray<z.ZodNumber, "many">;
743
791
  range: z.ZodArray<z.ZodString, "many">;
@@ -749,6 +797,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
749
797
  format?: string | undefined;
750
798
  label?: string | undefined;
751
799
  valueLabels?: string | undefined;
800
+ nullValueLabel?: string | undefined;
752
801
  };
753
802
  domain: number[];
754
803
  range: string[];
@@ -760,6 +809,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
760
809
  format?: string | undefined;
761
810
  label?: string | undefined;
762
811
  valueLabels?: string | undefined;
812
+ nullValueLabel?: string | undefined;
763
813
  };
764
814
  domain: number[];
765
815
  range: string[];
@@ -776,6 +826,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
776
826
  format?: string | undefined;
777
827
  label?: string | undefined;
778
828
  valueLabels?: string | undefined;
829
+ nullValueLabel?: string | undefined;
779
830
  };
780
831
  domain: number[];
781
832
  range: string[];
@@ -796,6 +847,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
796
847
  format?: string | undefined;
797
848
  label?: string | undefined;
798
849
  valueLabels?: string | undefined;
850
+ nullValueLabel?: string | undefined;
799
851
  };
800
852
  domain: number[];
801
853
  range: string[];
@@ -819,6 +871,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
819
871
  format?: string | undefined;
820
872
  label?: string | undefined;
821
873
  valueLabels?: string | undefined;
874
+ nullValueLabel?: string | undefined;
822
875
  };
823
876
  domain: number[];
824
877
  range: string[];
@@ -843,6 +896,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
843
896
  format?: string | undefined;
844
897
  label?: string | undefined;
845
898
  valueLabels?: string | undefined;
899
+ nullValueLabel?: string | undefined;
846
900
  };
847
901
  domain: number[];
848
902
  range: string[];
@@ -902,18 +956,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
902
956
  format: z.ZodOptional<z.ZodString>;
903
957
  label: z.ZodOptional<z.ZodString>;
904
958
  valueLabels: z.ZodOptional<z.ZodString>;
959
+ nullValueLabel: z.ZodOptional<z.ZodString>;
905
960
  }, "strip", z.ZodTypeAny, {
906
961
  type: "column";
907
962
  value: string;
908
963
  format?: string | undefined;
909
964
  label?: string | undefined;
910
965
  valueLabels?: string | undefined;
966
+ nullValueLabel?: string | undefined;
911
967
  }, {
912
968
  type: "column";
913
969
  value: string;
914
970
  format?: string | undefined;
915
971
  label?: string | undefined;
916
972
  valueLabels?: string | undefined;
973
+ nullValueLabel?: string | undefined;
917
974
  }>, "many">>;
918
975
  }, "strip", z.ZodTypeAny, {
919
976
  show?: boolean | undefined;
@@ -923,6 +980,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
923
980
  format?: string | undefined;
924
981
  label?: string | undefined;
925
982
  valueLabels?: string | undefined;
983
+ nullValueLabel?: string | undefined;
926
984
  }[] | undefined;
927
985
  }, {
928
986
  show?: boolean | undefined;
@@ -932,6 +990,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
932
990
  format?: string | undefined;
933
991
  label?: string | undefined;
934
992
  valueLabels?: string | undefined;
993
+ nullValueLabel?: string | undefined;
935
994
  }[] | undefined;
936
995
  }>>;
937
996
  frame: z.ZodOptional<z.ZodObject<{
@@ -947,18 +1006,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
947
1006
  format: z.ZodOptional<z.ZodString>;
948
1007
  label: z.ZodOptional<z.ZodString>;
949
1008
  valueLabels: z.ZodOptional<z.ZodString>;
1009
+ nullValueLabel: z.ZodOptional<z.ZodString>;
950
1010
  }, "strip", z.ZodTypeAny, {
951
1011
  type: "column";
952
1012
  value: string;
953
1013
  format?: string | undefined;
954
1014
  label?: string | undefined;
955
1015
  valueLabels?: string | undefined;
1016
+ nullValueLabel?: string | undefined;
956
1017
  }, {
957
1018
  type: "column";
958
1019
  value: string;
959
1020
  format?: string | undefined;
960
1021
  label?: string | undefined;
961
1022
  valueLabels?: string | undefined;
1023
+ nullValueLabel?: string | undefined;
962
1024
  }>>;
963
1025
  x: z.ZodObject<{
964
1026
  type: z.ZodLiteral<"column">;
@@ -966,18 +1028,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
966
1028
  format: z.ZodOptional<z.ZodString>;
967
1029
  label: z.ZodOptional<z.ZodString>;
968
1030
  valueLabels: z.ZodOptional<z.ZodString>;
1031
+ nullValueLabel: z.ZodOptional<z.ZodString>;
969
1032
  }, "strip", z.ZodTypeAny, {
970
1033
  type: "column";
971
1034
  value: string;
972
1035
  format?: string | undefined;
973
1036
  label?: string | undefined;
974
1037
  valueLabels?: string | undefined;
1038
+ nullValueLabel?: string | undefined;
975
1039
  }, {
976
1040
  type: "column";
977
1041
  value: string;
978
1042
  format?: string | undefined;
979
1043
  label?: string | undefined;
980
1044
  valueLabels?: string | undefined;
1045
+ nullValueLabel?: string | undefined;
981
1046
  }>;
982
1047
  y: z.ZodObject<{
983
1048
  type: z.ZodLiteral<"column">;
@@ -985,18 +1050,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
985
1050
  format: z.ZodOptional<z.ZodString>;
986
1051
  label: z.ZodOptional<z.ZodString>;
987
1052
  valueLabels: z.ZodOptional<z.ZodString>;
1053
+ nullValueLabel: z.ZodOptional<z.ZodString>;
988
1054
  }, "strip", z.ZodTypeAny, {
989
1055
  type: "column";
990
1056
  value: string;
991
1057
  format?: string | undefined;
992
1058
  label?: string | undefined;
993
1059
  valueLabels?: string | undefined;
1060
+ nullValueLabel?: string | undefined;
994
1061
  }, {
995
1062
  type: "column";
996
1063
  value: string;
997
1064
  format?: string | undefined;
998
1065
  label?: string | undefined;
999
1066
  valueLabels?: string | undefined;
1067
+ nullValueLabel?: string | undefined;
1000
1068
  }>;
1001
1069
  xAxis: z.ZodOptional<z.ZodObject<{
1002
1070
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -1005,18 +1073,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1005
1073
  format: z.ZodOptional<z.ZodString>;
1006
1074
  label: z.ZodOptional<z.ZodString>;
1007
1075
  valueLabels: z.ZodOptional<z.ZodString>;
1076
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1008
1077
  }, "strip", z.ZodTypeAny, {
1009
1078
  type: "column";
1010
1079
  value: string;
1011
1080
  format?: string | undefined;
1012
1081
  label?: string | undefined;
1013
1082
  valueLabels?: string | undefined;
1083
+ nullValueLabel?: string | undefined;
1014
1084
  }, {
1015
1085
  type: "column";
1016
1086
  value: string;
1017
1087
  format?: string | undefined;
1018
1088
  label?: string | undefined;
1019
1089
  valueLabels?: string | undefined;
1090
+ nullValueLabel?: string | undefined;
1020
1091
  }>]>>;
1021
1092
  scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
1022
1093
  showGrid: z.ZodOptional<z.ZodBoolean>;
@@ -1034,6 +1105,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1034
1105
  format?: string | undefined;
1035
1106
  label?: string | undefined;
1036
1107
  valueLabels?: string | undefined;
1108
+ nullValueLabel?: string | undefined;
1037
1109
  } | undefined;
1038
1110
  scale?: "linear" | "log" | undefined;
1039
1111
  showGrid?: boolean | undefined;
@@ -1051,6 +1123,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1051
1123
  format?: string | undefined;
1052
1124
  label?: string | undefined;
1053
1125
  valueLabels?: string | undefined;
1126
+ nullValueLabel?: string | undefined;
1054
1127
  } | undefined;
1055
1128
  scale?: "linear" | "log" | undefined;
1056
1129
  showGrid?: boolean | undefined;
@@ -1069,18 +1142,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1069
1142
  format: z.ZodOptional<z.ZodString>;
1070
1143
  label: z.ZodOptional<z.ZodString>;
1071
1144
  valueLabels: z.ZodOptional<z.ZodString>;
1145
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1072
1146
  }, "strip", z.ZodTypeAny, {
1073
1147
  type: "column";
1074
1148
  value: string;
1075
1149
  format?: string | undefined;
1076
1150
  label?: string | undefined;
1077
1151
  valueLabels?: string | undefined;
1152
+ nullValueLabel?: string | undefined;
1078
1153
  }, {
1079
1154
  type: "column";
1080
1155
  value: string;
1081
1156
  format?: string | undefined;
1082
1157
  label?: string | undefined;
1083
1158
  valueLabels?: string | undefined;
1159
+ nullValueLabel?: string | undefined;
1084
1160
  }>]>>;
1085
1161
  scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
1086
1162
  showGrid: z.ZodOptional<z.ZodBoolean>;
@@ -1098,6 +1174,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1098
1174
  format?: string | undefined;
1099
1175
  label?: string | undefined;
1100
1176
  valueLabels?: string | undefined;
1177
+ nullValueLabel?: string | undefined;
1101
1178
  } | undefined;
1102
1179
  scale?: "linear" | "log" | undefined;
1103
1180
  showGrid?: boolean | undefined;
@@ -1115,6 +1192,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1115
1192
  format?: string | undefined;
1116
1193
  label?: string | undefined;
1117
1194
  valueLabels?: string | undefined;
1195
+ nullValueLabel?: string | undefined;
1118
1196
  } | undefined;
1119
1197
  scale?: "linear" | "log" | undefined;
1120
1198
  showGrid?: boolean | undefined;
@@ -1133,18 +1211,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1133
1211
  format: z.ZodOptional<z.ZodString>;
1134
1212
  label: z.ZodOptional<z.ZodString>;
1135
1213
  valueLabels: z.ZodOptional<z.ZodString>;
1214
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1136
1215
  }, "strip", z.ZodTypeAny, {
1137
1216
  type: "column";
1138
1217
  value: string;
1139
1218
  format?: string | undefined;
1140
1219
  label?: string | undefined;
1141
1220
  valueLabels?: string | undefined;
1221
+ nullValueLabel?: string | undefined;
1142
1222
  }, {
1143
1223
  type: "column";
1144
1224
  value: string;
1145
1225
  format?: string | undefined;
1146
1226
  label?: string | undefined;
1147
1227
  valueLabels?: string | undefined;
1228
+ nullValueLabel?: string | undefined;
1148
1229
  }>;
1149
1230
  order: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>, "many">>;
1150
1231
  inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -1180,6 +1261,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1180
1261
  format?: string | undefined;
1181
1262
  label?: string | undefined;
1182
1263
  valueLabels?: string | undefined;
1264
+ nullValueLabel?: string | undefined;
1183
1265
  };
1184
1266
  order?: (string | number | null)[] | undefined;
1185
1267
  inheritedAes?: Record<string, {
@@ -1199,6 +1281,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1199
1281
  format?: string | undefined;
1200
1282
  label?: string | undefined;
1201
1283
  valueLabels?: string | undefined;
1284
+ nullValueLabel?: string | undefined;
1202
1285
  };
1203
1286
  order?: (string | number | null)[] | undefined;
1204
1287
  inheritedAes?: Record<string, {
@@ -1218,18 +1301,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1218
1301
  format: z.ZodOptional<z.ZodString>;
1219
1302
  label: z.ZodOptional<z.ZodString>;
1220
1303
  valueLabels: z.ZodOptional<z.ZodString>;
1304
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1221
1305
  }, "strip", z.ZodTypeAny, {
1222
1306
  type: "column";
1223
1307
  value: string;
1224
1308
  format?: string | undefined;
1225
1309
  label?: string | undefined;
1226
1310
  valueLabels?: string | undefined;
1311
+ nullValueLabel?: string | undefined;
1227
1312
  }, {
1228
1313
  type: "column";
1229
1314
  value: string;
1230
1315
  format?: string | undefined;
1231
1316
  label?: string | undefined;
1232
1317
  valueLabels?: string | undefined;
1318
+ nullValueLabel?: string | undefined;
1233
1319
  }>>;
1234
1320
  highlight: z.ZodOptional<z.ZodObject<{
1235
1321
  type: z.ZodLiteral<"column">;
@@ -1237,18 +1323,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1237
1323
  format: z.ZodOptional<z.ZodString>;
1238
1324
  label: z.ZodOptional<z.ZodString>;
1239
1325
  valueLabels: z.ZodOptional<z.ZodString>;
1326
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1240
1327
  }, "strip", z.ZodTypeAny, {
1241
1328
  type: "column";
1242
1329
  value: string;
1243
1330
  format?: string | undefined;
1244
1331
  label?: string | undefined;
1245
1332
  valueLabels?: string | undefined;
1333
+ nullValueLabel?: string | undefined;
1246
1334
  }, {
1247
1335
  type: "column";
1248
1336
  value: string;
1249
1337
  format?: string | undefined;
1250
1338
  label?: string | undefined;
1251
1339
  valueLabels?: string | undefined;
1340
+ nullValueLabel?: string | undefined;
1252
1341
  }>>;
1253
1342
  layers: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1254
1343
  type: z.ZodLiteral<"dots">;
@@ -1272,18 +1361,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1272
1361
  format: z.ZodOptional<z.ZodString>;
1273
1362
  label: z.ZodOptional<z.ZodString>;
1274
1363
  valueLabels: z.ZodOptional<z.ZodString>;
1364
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1275
1365
  }, "strip", z.ZodTypeAny, {
1276
1366
  type: "column";
1277
1367
  value: string;
1278
1368
  format?: string | undefined;
1279
1369
  label?: string | undefined;
1280
1370
  valueLabels?: string | undefined;
1371
+ nullValueLabel?: string | undefined;
1281
1372
  }, {
1282
1373
  type: "column";
1283
1374
  value: string;
1284
1375
  format?: string | undefined;
1285
1376
  label?: string | undefined;
1286
1377
  valueLabels?: string | undefined;
1378
+ nullValueLabel?: string | undefined;
1287
1379
  }>;
1288
1380
  domain: z.ZodArray<z.ZodNumber, "many">;
1289
1381
  range: z.ZodArray<z.ZodString, "many">;
@@ -1295,6 +1387,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1295
1387
  format?: string | undefined;
1296
1388
  label?: string | undefined;
1297
1389
  valueLabels?: string | undefined;
1390
+ nullValueLabel?: string | undefined;
1298
1391
  };
1299
1392
  domain: number[];
1300
1393
  range: string[];
@@ -1306,6 +1399,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1306
1399
  format?: string | undefined;
1307
1400
  label?: string | undefined;
1308
1401
  valueLabels?: string | undefined;
1402
+ nullValueLabel?: string | undefined;
1309
1403
  };
1310
1404
  domain: number[];
1311
1405
  range: string[];
@@ -1331,18 +1425,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1331
1425
  format: z.ZodOptional<z.ZodString>;
1332
1426
  label: z.ZodOptional<z.ZodString>;
1333
1427
  valueLabels: z.ZodOptional<z.ZodString>;
1428
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1334
1429
  }, "strip", z.ZodTypeAny, {
1335
1430
  type: "column";
1336
1431
  value: string;
1337
1432
  format?: string | undefined;
1338
1433
  label?: string | undefined;
1339
1434
  valueLabels?: string | undefined;
1435
+ nullValueLabel?: string | undefined;
1340
1436
  }, {
1341
1437
  type: "column";
1342
1438
  value: string;
1343
1439
  format?: string | undefined;
1344
1440
  label?: string | undefined;
1345
1441
  valueLabels?: string | undefined;
1442
+ nullValueLabel?: string | undefined;
1346
1443
  }>;
1347
1444
  domain: z.ZodArray<z.ZodNumber, "many">;
1348
1445
  range: z.ZodArray<z.ZodNumber, "many">;
@@ -1354,6 +1451,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1354
1451
  format?: string | undefined;
1355
1452
  label?: string | undefined;
1356
1453
  valueLabels?: string | undefined;
1454
+ nullValueLabel?: string | undefined;
1357
1455
  };
1358
1456
  domain: number[];
1359
1457
  range: number[];
@@ -1365,6 +1463,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1365
1463
  format?: string | undefined;
1366
1464
  label?: string | undefined;
1367
1465
  valueLabels?: string | undefined;
1466
+ nullValueLabel?: string | undefined;
1368
1467
  };
1369
1468
  domain: number[];
1370
1469
  range: number[];
@@ -1378,6 +1477,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1378
1477
  format?: string | undefined;
1379
1478
  label?: string | undefined;
1380
1479
  valueLabels?: string | undefined;
1480
+ nullValueLabel?: string | undefined;
1381
1481
  };
1382
1482
  domain: number[];
1383
1483
  range: string[];
@@ -1399,6 +1499,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1399
1499
  format?: string | undefined;
1400
1500
  label?: string | undefined;
1401
1501
  valueLabels?: string | undefined;
1502
+ nullValueLabel?: string | undefined;
1402
1503
  };
1403
1504
  domain: number[];
1404
1505
  range: number[];
@@ -1412,6 +1513,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1412
1513
  format?: string | undefined;
1413
1514
  label?: string | undefined;
1414
1515
  valueLabels?: string | undefined;
1516
+ nullValueLabel?: string | undefined;
1415
1517
  };
1416
1518
  domain: number[];
1417
1519
  range: string[];
@@ -1433,6 +1535,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1433
1535
  format?: string | undefined;
1434
1536
  label?: string | undefined;
1435
1537
  valueLabels?: string | undefined;
1538
+ nullValueLabel?: string | undefined;
1436
1539
  };
1437
1540
  domain: number[];
1438
1541
  range: number[];
@@ -1449,6 +1552,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1449
1552
  format?: string | undefined;
1450
1553
  label?: string | undefined;
1451
1554
  valueLabels?: string | undefined;
1555
+ nullValueLabel?: string | undefined;
1452
1556
  };
1453
1557
  domain: number[];
1454
1558
  range: string[];
@@ -1470,6 +1574,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1470
1574
  format?: string | undefined;
1471
1575
  label?: string | undefined;
1472
1576
  valueLabels?: string | undefined;
1577
+ nullValueLabel?: string | undefined;
1473
1578
  };
1474
1579
  domain: number[];
1475
1580
  range: number[];
@@ -1486,6 +1591,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1486
1591
  format?: string | undefined;
1487
1592
  label?: string | undefined;
1488
1593
  valueLabels?: string | undefined;
1594
+ nullValueLabel?: string | undefined;
1489
1595
  };
1490
1596
  domain: number[];
1491
1597
  range: string[];
@@ -1507,6 +1613,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1507
1613
  format?: string | undefined;
1508
1614
  label?: string | undefined;
1509
1615
  valueLabels?: string | undefined;
1616
+ nullValueLabel?: string | undefined;
1510
1617
  };
1511
1618
  domain: number[];
1512
1619
  range: number[];
@@ -1538,18 +1645,21 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1538
1645
  format: z.ZodOptional<z.ZodString>;
1539
1646
  label: z.ZodOptional<z.ZodString>;
1540
1647
  valueLabels: z.ZodOptional<z.ZodString>;
1648
+ nullValueLabel: z.ZodOptional<z.ZodString>;
1541
1649
  }, "strip", z.ZodTypeAny, {
1542
1650
  type: "column";
1543
1651
  value: string;
1544
1652
  format?: string | undefined;
1545
1653
  label?: string | undefined;
1546
1654
  valueLabels?: string | undefined;
1655
+ nullValueLabel?: string | undefined;
1547
1656
  }, {
1548
1657
  type: "column";
1549
1658
  value: string;
1550
1659
  format?: string | undefined;
1551
1660
  label?: string | undefined;
1552
1661
  valueLabels?: string | undefined;
1662
+ nullValueLabel?: string | undefined;
1553
1663
  }>;
1554
1664
  domain: z.ZodArray<z.ZodNumber, "many">;
1555
1665
  range: z.ZodArray<z.ZodString, "many">;
@@ -1561,6 +1671,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1561
1671
  format?: string | undefined;
1562
1672
  label?: string | undefined;
1563
1673
  valueLabels?: string | undefined;
1674
+ nullValueLabel?: string | undefined;
1564
1675
  };
1565
1676
  domain: number[];
1566
1677
  range: string[];
@@ -1572,6 +1683,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1572
1683
  format?: string | undefined;
1573
1684
  label?: string | undefined;
1574
1685
  valueLabels?: string | undefined;
1686
+ nullValueLabel?: string | undefined;
1575
1687
  };
1576
1688
  domain: number[];
1577
1689
  range: string[];
@@ -1588,6 +1700,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1588
1700
  format?: string | undefined;
1589
1701
  label?: string | undefined;
1590
1702
  valueLabels?: string | undefined;
1703
+ nullValueLabel?: string | undefined;
1591
1704
  };
1592
1705
  domain: number[];
1593
1706
  range: string[];
@@ -1608,6 +1721,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1608
1721
  format?: string | undefined;
1609
1722
  label?: string | undefined;
1610
1723
  valueLabels?: string | undefined;
1724
+ nullValueLabel?: string | undefined;
1611
1725
  };
1612
1726
  domain: number[];
1613
1727
  range: string[];
@@ -1631,6 +1745,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1631
1745
  format?: string | undefined;
1632
1746
  label?: string | undefined;
1633
1747
  valueLabels?: string | undefined;
1748
+ nullValueLabel?: string | undefined;
1634
1749
  };
1635
1750
  domain: number[];
1636
1751
  range: string[];
@@ -1655,6 +1770,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1655
1770
  format?: string | undefined;
1656
1771
  label?: string | undefined;
1657
1772
  valueLabels?: string | undefined;
1773
+ nullValueLabel?: string | undefined;
1658
1774
  };
1659
1775
  domain: number[];
1660
1776
  range: string[];
@@ -1681,6 +1797,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1681
1797
  format?: string | undefined;
1682
1798
  label?: string | undefined;
1683
1799
  valueLabels?: string | undefined;
1800
+ nullValueLabel?: string | undefined;
1684
1801
  };
1685
1802
  y: {
1686
1803
  type: "column";
@@ -1688,6 +1805,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1688
1805
  format?: string | undefined;
1689
1806
  label?: string | undefined;
1690
1807
  valueLabels?: string | undefined;
1808
+ nullValueLabel?: string | undefined;
1691
1809
  };
1692
1810
  layers: ({
1693
1811
  type: "dots";
@@ -1699,6 +1817,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1699
1817
  format?: string | undefined;
1700
1818
  label?: string | undefined;
1701
1819
  valueLabels?: string | undefined;
1820
+ nullValueLabel?: string | undefined;
1702
1821
  };
1703
1822
  domain: number[];
1704
1823
  range: string[];
@@ -1720,6 +1839,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1720
1839
  format?: string | undefined;
1721
1840
  label?: string | undefined;
1722
1841
  valueLabels?: string | undefined;
1842
+ nullValueLabel?: string | undefined;
1723
1843
  };
1724
1844
  domain: number[];
1725
1845
  range: number[];
@@ -1738,6 +1858,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1738
1858
  format?: string | undefined;
1739
1859
  label?: string | undefined;
1740
1860
  valueLabels?: string | undefined;
1861
+ nullValueLabel?: string | undefined;
1741
1862
  };
1742
1863
  domain: number[];
1743
1864
  range: string[];
@@ -1761,6 +1882,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1761
1882
  format?: string | undefined;
1762
1883
  label?: string | undefined;
1763
1884
  valueLabels?: string | undefined;
1885
+ nullValueLabel?: string | undefined;
1764
1886
  } | undefined;
1765
1887
  grouping?: {
1766
1888
  columnName: {
@@ -1769,6 +1891,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1769
1891
  format?: string | undefined;
1770
1892
  label?: string | undefined;
1771
1893
  valueLabels?: string | undefined;
1894
+ nullValueLabel?: string | undefined;
1772
1895
  };
1773
1896
  order?: (string | number | null)[] | undefined;
1774
1897
  inheritedAes?: Record<string, {
@@ -1794,6 +1917,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1794
1917
  format?: string | undefined;
1795
1918
  label?: string | undefined;
1796
1919
  valueLabels?: string | undefined;
1920
+ nullValueLabel?: string | undefined;
1797
1921
  }[] | undefined;
1798
1922
  } | undefined;
1799
1923
  frame?: {
@@ -1805,6 +1929,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1805
1929
  format?: string | undefined;
1806
1930
  label?: string | undefined;
1807
1931
  valueLabels?: string | undefined;
1932
+ nullValueLabel?: string | undefined;
1808
1933
  } | undefined;
1809
1934
  xAxis?: {
1810
1935
  title?: string | {
@@ -1813,6 +1938,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1813
1938
  format?: string | undefined;
1814
1939
  label?: string | undefined;
1815
1940
  valueLabels?: string | undefined;
1941
+ nullValueLabel?: string | undefined;
1816
1942
  } | undefined;
1817
1943
  scale?: "linear" | "log" | undefined;
1818
1944
  showGrid?: boolean | undefined;
@@ -1831,6 +1957,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1831
1957
  format?: string | undefined;
1832
1958
  label?: string | undefined;
1833
1959
  valueLabels?: string | undefined;
1960
+ nullValueLabel?: string | undefined;
1834
1961
  } | undefined;
1835
1962
  scale?: "linear" | "log" | undefined;
1836
1963
  showGrid?: boolean | undefined;
@@ -1848,6 +1975,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1848
1975
  format?: string | undefined;
1849
1976
  label?: string | undefined;
1850
1977
  valueLabels?: string | undefined;
1978
+ nullValueLabel?: string | undefined;
1851
1979
  } | undefined;
1852
1980
  }, {
1853
1981
  type: "scatterplot-umap";
@@ -1862,6 +1990,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1862
1990
  format?: string | undefined;
1863
1991
  label?: string | undefined;
1864
1992
  valueLabels?: string | undefined;
1993
+ nullValueLabel?: string | undefined;
1865
1994
  };
1866
1995
  y: {
1867
1996
  type: "column";
@@ -1869,6 +1998,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1869
1998
  format?: string | undefined;
1870
1999
  label?: string | undefined;
1871
2000
  valueLabels?: string | undefined;
2001
+ nullValueLabel?: string | undefined;
1872
2002
  };
1873
2003
  layers: ({
1874
2004
  type: "dots";
@@ -1880,6 +2010,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1880
2010
  format?: string | undefined;
1881
2011
  label?: string | undefined;
1882
2012
  valueLabels?: string | undefined;
2013
+ nullValueLabel?: string | undefined;
1883
2014
  };
1884
2015
  domain: number[];
1885
2016
  range: string[];
@@ -1901,6 +2032,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1901
2032
  format?: string | undefined;
1902
2033
  label?: string | undefined;
1903
2034
  valueLabels?: string | undefined;
2035
+ nullValueLabel?: string | undefined;
1904
2036
  };
1905
2037
  domain: number[];
1906
2038
  range: number[];
@@ -1919,6 +2051,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1919
2051
  format?: string | undefined;
1920
2052
  label?: string | undefined;
1921
2053
  valueLabels?: string | undefined;
2054
+ nullValueLabel?: string | undefined;
1922
2055
  };
1923
2056
  domain: number[];
1924
2057
  range: string[];
@@ -1942,6 +2075,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1942
2075
  format?: string | undefined;
1943
2076
  label?: string | undefined;
1944
2077
  valueLabels?: string | undefined;
2078
+ nullValueLabel?: string | undefined;
1945
2079
  } | undefined;
1946
2080
  grouping?: {
1947
2081
  columnName: {
@@ -1950,6 +2084,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1950
2084
  format?: string | undefined;
1951
2085
  label?: string | undefined;
1952
2086
  valueLabels?: string | undefined;
2087
+ nullValueLabel?: string | undefined;
1953
2088
  };
1954
2089
  order?: (string | number | null)[] | undefined;
1955
2090
  inheritedAes?: Record<string, {
@@ -1975,6 +2110,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1975
2110
  format?: string | undefined;
1976
2111
  label?: string | undefined;
1977
2112
  valueLabels?: string | undefined;
2113
+ nullValueLabel?: string | undefined;
1978
2114
  }[] | undefined;
1979
2115
  } | undefined;
1980
2116
  frame?: {
@@ -1986,6 +2122,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1986
2122
  format?: string | undefined;
1987
2123
  label?: string | undefined;
1988
2124
  valueLabels?: string | undefined;
2125
+ nullValueLabel?: string | undefined;
1989
2126
  } | undefined;
1990
2127
  xAxis?: {
1991
2128
  title?: string | {
@@ -1994,6 +2131,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1994
2131
  format?: string | undefined;
1995
2132
  label?: string | undefined;
1996
2133
  valueLabels?: string | undefined;
2134
+ nullValueLabel?: string | undefined;
1997
2135
  } | undefined;
1998
2136
  scale?: "linear" | "log" | undefined;
1999
2137
  showGrid?: boolean | undefined;
@@ -2012,6 +2150,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
2012
2150
  format?: string | undefined;
2013
2151
  label?: string | undefined;
2014
2152
  valueLabels?: string | undefined;
2153
+ nullValueLabel?: string | undefined;
2015
2154
  } | undefined;
2016
2155
  scale?: "linear" | "log" | undefined;
2017
2156
  showGrid?: boolean | undefined;
@@ -2029,8 +2168,10 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
2029
2168
  format?: string | undefined;
2030
2169
  label?: string | undefined;
2031
2170
  valueLabels?: string | undefined;
2171
+ nullValueLabel?: string | undefined;
2032
2172
  } | undefined;
2033
2173
  }>;
2034
2174
  export type ScatterplotUmapSettings = z.infer<typeof ScatterplotUmapSettingsSchema>;
2035
2175
  export type ScatterplotUmapLegendInfo = ScatterplotLegendInfo;
2036
2176
  export {};
2177
+ //# sourceMappingURL=scatterplot-umap.d.ts.map