@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
@@ -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"]>>;
@@ -188,18 +193,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
188
193
  format: z.ZodOptional<z.ZodString>;
189
194
  label: z.ZodOptional<z.ZodString>;
190
195
  valueLabels: z.ZodOptional<z.ZodString>;
196
+ nullValueLabel: z.ZodOptional<z.ZodString>;
191
197
  }, "strip", z.ZodTypeAny, {
192
198
  type: "column";
193
199
  value: string;
194
200
  format?: string | undefined;
195
201
  label?: string | undefined;
196
202
  valueLabels?: string | undefined;
203
+ nullValueLabel?: string | undefined;
197
204
  }, {
198
205
  type: "column";
199
206
  value: string;
200
207
  format?: string | undefined;
201
208
  label?: string | undefined;
202
209
  valueLabels?: string | undefined;
210
+ nullValueLabel?: string | undefined;
203
211
  }>;
204
212
  yColumn: z.ZodObject<{
205
213
  type: z.ZodLiteral<"column">;
@@ -207,18 +215,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
207
215
  format: z.ZodOptional<z.ZodString>;
208
216
  label: z.ZodOptional<z.ZodString>;
209
217
  valueLabels: z.ZodOptional<z.ZodString>;
218
+ nullValueLabel: z.ZodOptional<z.ZodString>;
210
219
  }, "strip", z.ZodTypeAny, {
211
220
  type: "column";
212
221
  value: string;
213
222
  format?: string | undefined;
214
223
  label?: string | undefined;
215
224
  valueLabels?: string | undefined;
225
+ nullValueLabel?: string | undefined;
216
226
  }, {
217
227
  type: "column";
218
228
  value: string;
219
229
  format?: string | undefined;
220
230
  label?: string | undefined;
221
231
  valueLabels?: string | undefined;
232
+ nullValueLabel?: string | undefined;
222
233
  }>;
223
234
  valueColumn: z.ZodObject<{
224
235
  type: z.ZodLiteral<"column">;
@@ -226,18 +237,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
226
237
  format: z.ZodOptional<z.ZodString>;
227
238
  label: z.ZodOptional<z.ZodString>;
228
239
  valueLabels: z.ZodOptional<z.ZodString>;
240
+ nullValueLabel: z.ZodOptional<z.ZodString>;
229
241
  }, "strip", z.ZodTypeAny, {
230
242
  type: "column";
231
243
  value: string;
232
244
  format?: string | undefined;
233
245
  label?: string | undefined;
234
246
  valueLabels?: string | undefined;
247
+ nullValueLabel?: string | undefined;
235
248
  }, {
236
249
  type: "column";
237
250
  value: string;
238
251
  format?: string | undefined;
239
252
  label?: string | undefined;
240
253
  valueLabels?: string | undefined;
254
+ nullValueLabel?: string | undefined;
241
255
  }>;
242
256
  xGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
243
257
  type: z.ZodLiteral<"column">;
@@ -245,18 +259,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
245
259
  format: z.ZodOptional<z.ZodString>;
246
260
  label: z.ZodOptional<z.ZodString>;
247
261
  valueLabels: z.ZodOptional<z.ZodString>;
262
+ nullValueLabel: z.ZodOptional<z.ZodString>;
248
263
  }, "strip", z.ZodTypeAny, {
249
264
  type: "column";
250
265
  value: string;
251
266
  format?: string | undefined;
252
267
  label?: string | undefined;
253
268
  valueLabels?: string | undefined;
269
+ nullValueLabel?: string | undefined;
254
270
  }, {
255
271
  type: "column";
256
272
  value: string;
257
273
  format?: string | undefined;
258
274
  label?: string | undefined;
259
275
  valueLabels?: string | undefined;
276
+ nullValueLabel?: string | undefined;
260
277
  }>, "many">>;
261
278
  yGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
262
279
  type: z.ZodLiteral<"column">;
@@ -264,18 +281,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
264
281
  format: z.ZodOptional<z.ZodString>;
265
282
  label: z.ZodOptional<z.ZodString>;
266
283
  valueLabels: z.ZodOptional<z.ZodString>;
284
+ nullValueLabel: z.ZodOptional<z.ZodString>;
267
285
  }, "strip", z.ZodTypeAny, {
268
286
  type: "column";
269
287
  value: string;
270
288
  format?: string | undefined;
271
289
  label?: string | undefined;
272
290
  valueLabels?: string | undefined;
291
+ nullValueLabel?: string | undefined;
273
292
  }, {
274
293
  type: "column";
275
294
  value: string;
276
295
  format?: string | undefined;
277
296
  label?: string | undefined;
278
297
  valueLabels?: string | undefined;
298
+ nullValueLabel?: string | undefined;
279
299
  }>, "many">>;
280
300
  facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
281
301
  type: z.ZodLiteral<"column">;
@@ -283,18 +303,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
283
303
  format: z.ZodOptional<z.ZodString>;
284
304
  label: z.ZodOptional<z.ZodString>;
285
305
  valueLabels: z.ZodOptional<z.ZodString>;
306
+ nullValueLabel: z.ZodOptional<z.ZodString>;
286
307
  }, "strip", z.ZodTypeAny, {
287
308
  type: "column";
288
309
  value: string;
289
310
  format?: string | undefined;
290
311
  label?: string | undefined;
291
312
  valueLabels?: string | undefined;
313
+ nullValueLabel?: string | undefined;
292
314
  }, {
293
315
  type: "column";
294
316
  value: string;
295
317
  format?: string | undefined;
296
318
  label?: string | undefined;
297
319
  valueLabels?: string | undefined;
320
+ nullValueLabel?: string | undefined;
298
321
  }>, "many">>;
299
322
  keysOrder: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
300
323
  normalization: z.ZodOptional<z.ZodObject<{
@@ -330,18 +353,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
330
353
  format: z.ZodOptional<z.ZodString>;
331
354
  label: z.ZodOptional<z.ZodString>;
332
355
  valueLabels: z.ZodOptional<z.ZodString>;
356
+ nullValueLabel: z.ZodOptional<z.ZodString>;
333
357
  }, "strip", z.ZodTypeAny, {
334
358
  type: "column";
335
359
  value: string;
336
360
  format?: string | undefined;
337
361
  label?: string | undefined;
338
362
  valueLabels?: string | undefined;
363
+ nullValueLabel?: string | undefined;
339
364
  }, {
340
365
  type: "column";
341
366
  value: string;
342
367
  format?: string | undefined;
343
368
  label?: string | undefined;
344
369
  valueLabels?: string | undefined;
370
+ nullValueLabel?: string | undefined;
345
371
  }>;
346
372
  type: z.ZodEnum<["discrete", "continuous"]>;
347
373
  showTitle: z.ZodOptional<z.ZodBoolean>;
@@ -358,6 +384,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
358
384
  format?: string | undefined;
359
385
  label?: string | undefined;
360
386
  valueLabels?: string | undefined;
387
+ nullValueLabel?: string | undefined;
361
388
  };
362
389
  axis: "x";
363
390
  position?: "top" | "bottom" | undefined;
@@ -372,6 +399,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
372
399
  format?: string | undefined;
373
400
  label?: string | undefined;
374
401
  valueLabels?: string | undefined;
402
+ nullValueLabel?: string | undefined;
375
403
  };
376
404
  axis: "x";
377
405
  position?: "top" | "bottom" | undefined;
@@ -385,18 +413,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
385
413
  format: z.ZodOptional<z.ZodString>;
386
414
  label: z.ZodOptional<z.ZodString>;
387
415
  valueLabels: z.ZodOptional<z.ZodString>;
416
+ nullValueLabel: z.ZodOptional<z.ZodString>;
388
417
  }, "strip", z.ZodTypeAny, {
389
418
  type: "column";
390
419
  value: string;
391
420
  format?: string | undefined;
392
421
  label?: string | undefined;
393
422
  valueLabels?: string | undefined;
423
+ nullValueLabel?: string | undefined;
394
424
  }, {
395
425
  type: "column";
396
426
  value: string;
397
427
  format?: string | undefined;
398
428
  label?: string | undefined;
399
429
  valueLabels?: string | undefined;
430
+ nullValueLabel?: string | undefined;
400
431
  }>;
401
432
  type: z.ZodEnum<["discrete", "continuous"]>;
402
433
  showTitle: z.ZodOptional<z.ZodBoolean>;
@@ -413,6 +444,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
413
444
  format?: string | undefined;
414
445
  label?: string | undefined;
415
446
  valueLabels?: string | undefined;
447
+ nullValueLabel?: string | undefined;
416
448
  };
417
449
  axis: "y";
418
450
  position?: "left" | "right" | undefined;
@@ -427,6 +459,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
427
459
  format?: string | undefined;
428
460
  label?: string | undefined;
429
461
  valueLabels?: string | undefined;
462
+ nullValueLabel?: string | undefined;
430
463
  };
431
464
  axis: "y";
432
465
  position?: "left" | "right" | undefined;
@@ -449,18 +482,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
449
482
  format: z.ZodOptional<z.ZodString>;
450
483
  label: z.ZodOptional<z.ZodString>;
451
484
  valueLabels: z.ZodOptional<z.ZodString>;
485
+ nullValueLabel: z.ZodOptional<z.ZodString>;
452
486
  }, "strip", z.ZodTypeAny, {
453
487
  type: "column";
454
488
  value: string;
455
489
  format?: string | undefined;
456
490
  label?: string | undefined;
457
491
  valueLabels?: string | undefined;
492
+ nullValueLabel?: string | undefined;
458
493
  }, {
459
494
  type: "column";
460
495
  value: string;
461
496
  format?: string | undefined;
462
497
  label?: string | undefined;
463
498
  valueLabels?: string | undefined;
499
+ nullValueLabel?: string | undefined;
464
500
  }>]>>;
465
501
  dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
466
502
  type: z.ZodLiteral<"column">;
@@ -468,18 +504,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
468
504
  format: z.ZodOptional<z.ZodString>;
469
505
  label: z.ZodOptional<z.ZodString>;
470
506
  valueLabels: z.ZodOptional<z.ZodString>;
507
+ nullValueLabel: z.ZodOptional<z.ZodString>;
471
508
  }, "strip", z.ZodTypeAny, {
472
509
  type: "column";
473
510
  value: string;
474
511
  format?: string | undefined;
475
512
  label?: string | undefined;
476
513
  valueLabels?: string | undefined;
514
+ nullValueLabel?: string | undefined;
477
515
  }, {
478
516
  type: "column";
479
517
  value: string;
480
518
  format?: string | undefined;
481
519
  label?: string | undefined;
482
520
  valueLabels?: string | undefined;
521
+ nullValueLabel?: string | undefined;
483
522
  }>]>>;
484
523
  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
524
  type: z.ZodLiteral<"column">;
@@ -487,18 +526,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
487
526
  format: z.ZodOptional<z.ZodString>;
488
527
  label: z.ZodOptional<z.ZodString>;
489
528
  valueLabels: z.ZodOptional<z.ZodString>;
529
+ nullValueLabel: z.ZodOptional<z.ZodString>;
490
530
  }, "strip", z.ZodTypeAny, {
491
531
  type: "column";
492
532
  value: string;
493
533
  format?: string | undefined;
494
534
  label?: string | undefined;
495
535
  valueLabels?: string | undefined;
536
+ nullValueLabel?: string | undefined;
496
537
  }, {
497
538
  type: "column";
498
539
  value: string;
499
540
  format?: string | undefined;
500
541
  label?: string | undefined;
501
542
  valueLabels?: string | undefined;
543
+ nullValueLabel?: string | undefined;
502
544
  }>]>>;
503
545
  dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
504
546
  type: z.ZodLiteral<"column">;
@@ -506,18 +548,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
506
548
  format: z.ZodOptional<z.ZodString>;
507
549
  label: z.ZodOptional<z.ZodString>;
508
550
  valueLabels: z.ZodOptional<z.ZodString>;
551
+ nullValueLabel: z.ZodOptional<z.ZodString>;
509
552
  }, "strip", z.ZodTypeAny, {
510
553
  type: "column";
511
554
  value: string;
512
555
  format?: string | undefined;
513
556
  label?: string | undefined;
514
557
  valueLabels?: string | undefined;
558
+ nullValueLabel?: string | undefined;
515
559
  }, {
516
560
  type: "column";
517
561
  value: string;
518
562
  format?: string | undefined;
519
563
  label?: string | undefined;
520
564
  valueLabels?: string | undefined;
565
+ nullValueLabel?: string | undefined;
521
566
  }>]>>;
522
567
  lineShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>, z.ZodObject<{
523
568
  type: z.ZodLiteral<"column">;
@@ -525,18 +570,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
525
570
  format: z.ZodOptional<z.ZodString>;
526
571
  label: z.ZodOptional<z.ZodString>;
527
572
  valueLabels: z.ZodOptional<z.ZodString>;
573
+ nullValueLabel: z.ZodOptional<z.ZodString>;
528
574
  }, "strip", z.ZodTypeAny, {
529
575
  type: "column";
530
576
  value: string;
531
577
  format?: string | undefined;
532
578
  label?: string | undefined;
533
579
  valueLabels?: string | undefined;
580
+ nullValueLabel?: string | undefined;
534
581
  }, {
535
582
  type: "column";
536
583
  value: string;
537
584
  format?: string | undefined;
538
585
  label?: string | undefined;
539
586
  valueLabels?: string | undefined;
587
+ nullValueLabel?: string | undefined;
540
588
  }>]>>;
541
589
  lineWidth: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
542
590
  type: z.ZodLiteral<"column">;
@@ -544,18 +592,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
544
592
  format: z.ZodOptional<z.ZodString>;
545
593
  label: z.ZodOptional<z.ZodString>;
546
594
  valueLabels: z.ZodOptional<z.ZodString>;
595
+ nullValueLabel: z.ZodOptional<z.ZodString>;
547
596
  }, "strip", z.ZodTypeAny, {
548
597
  type: "column";
549
598
  value: string;
550
599
  format?: string | undefined;
551
600
  label?: string | undefined;
552
601
  valueLabels?: string | undefined;
602
+ nullValueLabel?: string | undefined;
553
603
  }, {
554
604
  type: "column";
555
605
  value: string;
556
606
  format?: string | undefined;
557
607
  label?: string | undefined;
558
608
  valueLabels?: string | undefined;
609
+ nullValueLabel?: string | undefined;
559
610
  }>]>>;
560
611
  }, "strip", z.ZodTypeAny, {
561
612
  dotFill?: string | {
@@ -564,6 +615,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
564
615
  format?: string | undefined;
565
616
  label?: string | undefined;
566
617
  valueLabels?: string | undefined;
618
+ nullValueLabel?: string | undefined;
567
619
  } | undefined;
568
620
  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
621
  type: "column";
@@ -571,6 +623,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
571
623
  format?: string | undefined;
572
624
  label?: string | undefined;
573
625
  valueLabels?: string | undefined;
626
+ nullValueLabel?: string | undefined;
574
627
  } | undefined;
575
628
  dotSize?: number | {
576
629
  type: "column";
@@ -578,6 +631,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
578
631
  format?: string | undefined;
579
632
  label?: string | undefined;
580
633
  valueLabels?: string | undefined;
634
+ nullValueLabel?: string | undefined;
581
635
  } | undefined;
582
636
  lineWidth?: number | {
583
637
  type: "column";
@@ -585,6 +639,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
585
639
  format?: string | undefined;
586
640
  label?: string | undefined;
587
641
  valueLabels?: string | undefined;
642
+ nullValueLabel?: string | undefined;
588
643
  } | undefined;
589
644
  lineShape?: {
590
645
  type: "column";
@@ -592,6 +647,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
592
647
  format?: string | undefined;
593
648
  label?: string | undefined;
594
649
  valueLabels?: string | undefined;
650
+ nullValueLabel?: string | undefined;
595
651
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
596
652
  lineColor?: string | {
597
653
  type: "column";
@@ -599,6 +655,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
599
655
  format?: string | undefined;
600
656
  label?: string | undefined;
601
657
  valueLabels?: string | undefined;
658
+ nullValueLabel?: string | undefined;
602
659
  } | undefined;
603
660
  }, {
604
661
  dotFill?: string | {
@@ -607,6 +664,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
607
664
  format?: string | undefined;
608
665
  label?: string | undefined;
609
666
  valueLabels?: string | undefined;
667
+ nullValueLabel?: string | undefined;
610
668
  } | undefined;
611
669
  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
670
  type: "column";
@@ -614,6 +672,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
614
672
  format?: string | undefined;
615
673
  label?: string | undefined;
616
674
  valueLabels?: string | undefined;
675
+ nullValueLabel?: string | undefined;
617
676
  } | undefined;
618
677
  dotSize?: number | {
619
678
  type: "column";
@@ -621,6 +680,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
621
680
  format?: string | undefined;
622
681
  label?: string | undefined;
623
682
  valueLabels?: string | undefined;
683
+ nullValueLabel?: string | undefined;
624
684
  } | undefined;
625
685
  lineWidth?: number | {
626
686
  type: "column";
@@ -628,6 +688,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
628
688
  format?: string | undefined;
629
689
  label?: string | undefined;
630
690
  valueLabels?: string | undefined;
691
+ nullValueLabel?: string | undefined;
631
692
  } | undefined;
632
693
  lineShape?: {
633
694
  type: "column";
@@ -635,6 +696,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
635
696
  format?: string | undefined;
636
697
  label?: string | undefined;
637
698
  valueLabels?: string | undefined;
699
+ nullValueLabel?: string | undefined;
638
700
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
639
701
  lineColor?: string | {
640
702
  type: "column";
@@ -642,6 +704,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
642
704
  format?: string | undefined;
643
705
  label?: string | undefined;
644
706
  valueLabels?: string | undefined;
707
+ nullValueLabel?: string | undefined;
645
708
  } | undefined;
646
709
  }>>;
647
710
  } & {
@@ -655,6 +718,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
655
718
  format?: string | undefined;
656
719
  label?: string | undefined;
657
720
  valueLabels?: string | undefined;
721
+ nullValueLabel?: string | undefined;
658
722
  } | undefined;
659
723
  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
724
  type: "column";
@@ -662,6 +726,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
662
726
  format?: string | undefined;
663
727
  label?: string | undefined;
664
728
  valueLabels?: string | undefined;
729
+ nullValueLabel?: string | undefined;
665
730
  } | undefined;
666
731
  dotSize?: number | {
667
732
  type: "column";
@@ -669,6 +734,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
669
734
  format?: string | undefined;
670
735
  label?: string | undefined;
671
736
  valueLabels?: string | undefined;
737
+ nullValueLabel?: string | undefined;
672
738
  } | undefined;
673
739
  lineWidth?: number | {
674
740
  type: "column";
@@ -676,6 +742,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
676
742
  format?: string | undefined;
677
743
  label?: string | undefined;
678
744
  valueLabels?: string | undefined;
745
+ nullValueLabel?: string | undefined;
679
746
  } | undefined;
680
747
  lineShape?: {
681
748
  type: "column";
@@ -683,6 +750,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
683
750
  format?: string | undefined;
684
751
  label?: string | undefined;
685
752
  valueLabels?: string | undefined;
753
+ nullValueLabel?: string | undefined;
686
754
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
687
755
  lineColor?: string | {
688
756
  type: "column";
@@ -690,6 +758,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
690
758
  format?: string | undefined;
691
759
  label?: string | undefined;
692
760
  valueLabels?: string | undefined;
761
+ nullValueLabel?: string | undefined;
693
762
  } | undefined;
694
763
  } | undefined;
695
764
  position?: "top" | "bottom" | undefined;
@@ -708,6 +777,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
708
777
  format?: string | undefined;
709
778
  label?: string | undefined;
710
779
  valueLabels?: string | undefined;
780
+ nullValueLabel?: string | undefined;
711
781
  } | undefined;
712
782
  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
783
  type: "column";
@@ -715,6 +785,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
715
785
  format?: string | undefined;
716
786
  label?: string | undefined;
717
787
  valueLabels?: string | undefined;
788
+ nullValueLabel?: string | undefined;
718
789
  } | undefined;
719
790
  dotSize?: number | {
720
791
  type: "column";
@@ -722,6 +793,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
722
793
  format?: string | undefined;
723
794
  label?: string | undefined;
724
795
  valueLabels?: string | undefined;
796
+ nullValueLabel?: string | undefined;
725
797
  } | undefined;
726
798
  lineWidth?: number | {
727
799
  type: "column";
@@ -729,6 +801,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
729
801
  format?: string | undefined;
730
802
  label?: string | undefined;
731
803
  valueLabels?: string | undefined;
804
+ nullValueLabel?: string | undefined;
732
805
  } | undefined;
733
806
  lineShape?: {
734
807
  type: "column";
@@ -736,6 +809,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
736
809
  format?: string | undefined;
737
810
  label?: string | undefined;
738
811
  valueLabels?: string | undefined;
812
+ nullValueLabel?: string | undefined;
739
813
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
740
814
  lineColor?: string | {
741
815
  type: "column";
@@ -743,6 +817,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
743
817
  format?: string | undefined;
744
818
  label?: string | undefined;
745
819
  valueLabels?: string | undefined;
820
+ nullValueLabel?: string | undefined;
746
821
  } | undefined;
747
822
  } | undefined;
748
823
  position?: "top" | "bottom" | undefined;
@@ -768,18 +843,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
768
843
  format: z.ZodOptional<z.ZodString>;
769
844
  label: z.ZodOptional<z.ZodString>;
770
845
  valueLabels: z.ZodOptional<z.ZodString>;
846
+ nullValueLabel: z.ZodOptional<z.ZodString>;
771
847
  }, "strip", z.ZodTypeAny, {
772
848
  type: "column";
773
849
  value: string;
774
850
  format?: string | undefined;
775
851
  label?: string | undefined;
776
852
  valueLabels?: string | undefined;
853
+ nullValueLabel?: string | undefined;
777
854
  }, {
778
855
  type: "column";
779
856
  value: string;
780
857
  format?: string | undefined;
781
858
  label?: string | undefined;
782
859
  valueLabels?: string | undefined;
860
+ nullValueLabel?: string | undefined;
783
861
  }>]>>;
784
862
  dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
785
863
  type: z.ZodLiteral<"column">;
@@ -787,18 +865,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
787
865
  format: z.ZodOptional<z.ZodString>;
788
866
  label: z.ZodOptional<z.ZodString>;
789
867
  valueLabels: z.ZodOptional<z.ZodString>;
868
+ nullValueLabel: z.ZodOptional<z.ZodString>;
790
869
  }, "strip", z.ZodTypeAny, {
791
870
  type: "column";
792
871
  value: string;
793
872
  format?: string | undefined;
794
873
  label?: string | undefined;
795
874
  valueLabels?: string | undefined;
875
+ nullValueLabel?: string | undefined;
796
876
  }, {
797
877
  type: "column";
798
878
  value: string;
799
879
  format?: string | undefined;
800
880
  label?: string | undefined;
801
881
  valueLabels?: string | undefined;
882
+ nullValueLabel?: string | undefined;
802
883
  }>]>>;
803
884
  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
885
  type: z.ZodLiteral<"column">;
@@ -806,18 +887,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
806
887
  format: z.ZodOptional<z.ZodString>;
807
888
  label: z.ZodOptional<z.ZodString>;
808
889
  valueLabels: z.ZodOptional<z.ZodString>;
890
+ nullValueLabel: z.ZodOptional<z.ZodString>;
809
891
  }, "strip", z.ZodTypeAny, {
810
892
  type: "column";
811
893
  value: string;
812
894
  format?: string | undefined;
813
895
  label?: string | undefined;
814
896
  valueLabels?: string | undefined;
897
+ nullValueLabel?: string | undefined;
815
898
  }, {
816
899
  type: "column";
817
900
  value: string;
818
901
  format?: string | undefined;
819
902
  label?: string | undefined;
820
903
  valueLabels?: string | undefined;
904
+ nullValueLabel?: string | undefined;
821
905
  }>]>>;
822
906
  dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
823
907
  type: z.ZodLiteral<"column">;
@@ -825,18 +909,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
825
909
  format: z.ZodOptional<z.ZodString>;
826
910
  label: z.ZodOptional<z.ZodString>;
827
911
  valueLabels: z.ZodOptional<z.ZodString>;
912
+ nullValueLabel: z.ZodOptional<z.ZodString>;
828
913
  }, "strip", z.ZodTypeAny, {
829
914
  type: "column";
830
915
  value: string;
831
916
  format?: string | undefined;
832
917
  label?: string | undefined;
833
918
  valueLabels?: string | undefined;
919
+ nullValueLabel?: string | undefined;
834
920
  }, {
835
921
  type: "column";
836
922
  value: string;
837
923
  format?: string | undefined;
838
924
  label?: string | undefined;
839
925
  valueLabels?: string | undefined;
926
+ nullValueLabel?: string | undefined;
840
927
  }>]>>;
841
928
  lineShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>, z.ZodObject<{
842
929
  type: z.ZodLiteral<"column">;
@@ -844,18 +931,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
844
931
  format: z.ZodOptional<z.ZodString>;
845
932
  label: z.ZodOptional<z.ZodString>;
846
933
  valueLabels: z.ZodOptional<z.ZodString>;
934
+ nullValueLabel: z.ZodOptional<z.ZodString>;
847
935
  }, "strip", z.ZodTypeAny, {
848
936
  type: "column";
849
937
  value: string;
850
938
  format?: string | undefined;
851
939
  label?: string | undefined;
852
940
  valueLabels?: string | undefined;
941
+ nullValueLabel?: string | undefined;
853
942
  }, {
854
943
  type: "column";
855
944
  value: string;
856
945
  format?: string | undefined;
857
946
  label?: string | undefined;
858
947
  valueLabels?: string | undefined;
948
+ nullValueLabel?: string | undefined;
859
949
  }>]>>;
860
950
  lineWidth: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
861
951
  type: z.ZodLiteral<"column">;
@@ -863,18 +953,21 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
863
953
  format: z.ZodOptional<z.ZodString>;
864
954
  label: z.ZodOptional<z.ZodString>;
865
955
  valueLabels: z.ZodOptional<z.ZodString>;
956
+ nullValueLabel: z.ZodOptional<z.ZodString>;
866
957
  }, "strip", z.ZodTypeAny, {
867
958
  type: "column";
868
959
  value: string;
869
960
  format?: string | undefined;
870
961
  label?: string | undefined;
871
962
  valueLabels?: string | undefined;
963
+ nullValueLabel?: string | undefined;
872
964
  }, {
873
965
  type: "column";
874
966
  value: string;
875
967
  format?: string | undefined;
876
968
  label?: string | undefined;
877
969
  valueLabels?: string | undefined;
970
+ nullValueLabel?: string | undefined;
878
971
  }>]>>;
879
972
  }, "strip", z.ZodTypeAny, {
880
973
  dotFill?: string | {
@@ -883,6 +976,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
883
976
  format?: string | undefined;
884
977
  label?: string | undefined;
885
978
  valueLabels?: string | undefined;
979
+ nullValueLabel?: string | undefined;
886
980
  } | undefined;
887
981
  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
982
  type: "column";
@@ -890,6 +984,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
890
984
  format?: string | undefined;
891
985
  label?: string | undefined;
892
986
  valueLabels?: string | undefined;
987
+ nullValueLabel?: string | undefined;
893
988
  } | undefined;
894
989
  dotSize?: number | {
895
990
  type: "column";
@@ -897,6 +992,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
897
992
  format?: string | undefined;
898
993
  label?: string | undefined;
899
994
  valueLabels?: string | undefined;
995
+ nullValueLabel?: string | undefined;
900
996
  } | undefined;
901
997
  lineWidth?: number | {
902
998
  type: "column";
@@ -904,6 +1000,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
904
1000
  format?: string | undefined;
905
1001
  label?: string | undefined;
906
1002
  valueLabels?: string | undefined;
1003
+ nullValueLabel?: string | undefined;
907
1004
  } | undefined;
908
1005
  lineShape?: {
909
1006
  type: "column";
@@ -911,6 +1008,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
911
1008
  format?: string | undefined;
912
1009
  label?: string | undefined;
913
1010
  valueLabels?: string | undefined;
1011
+ nullValueLabel?: string | undefined;
914
1012
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
915
1013
  lineColor?: string | {
916
1014
  type: "column";
@@ -918,6 +1016,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
918
1016
  format?: string | undefined;
919
1017
  label?: string | undefined;
920
1018
  valueLabels?: string | undefined;
1019
+ nullValueLabel?: string | undefined;
921
1020
  } | undefined;
922
1021
  }, {
923
1022
  dotFill?: string | {
@@ -926,6 +1025,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
926
1025
  format?: string | undefined;
927
1026
  label?: string | undefined;
928
1027
  valueLabels?: string | undefined;
1028
+ nullValueLabel?: string | undefined;
929
1029
  } | undefined;
930
1030
  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
1031
  type: "column";
@@ -933,6 +1033,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
933
1033
  format?: string | undefined;
934
1034
  label?: string | undefined;
935
1035
  valueLabels?: string | undefined;
1036
+ nullValueLabel?: string | undefined;
936
1037
  } | undefined;
937
1038
  dotSize?: number | {
938
1039
  type: "column";
@@ -940,6 +1041,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
940
1041
  format?: string | undefined;
941
1042
  label?: string | undefined;
942
1043
  valueLabels?: string | undefined;
1044
+ nullValueLabel?: string | undefined;
943
1045
  } | undefined;
944
1046
  lineWidth?: number | {
945
1047
  type: "column";
@@ -947,6 +1049,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
947
1049
  format?: string | undefined;
948
1050
  label?: string | undefined;
949
1051
  valueLabels?: string | undefined;
1052
+ nullValueLabel?: string | undefined;
950
1053
  } | undefined;
951
1054
  lineShape?: {
952
1055
  type: "column";
@@ -954,6 +1057,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
954
1057
  format?: string | undefined;
955
1058
  label?: string | undefined;
956
1059
  valueLabels?: string | undefined;
1060
+ nullValueLabel?: string | undefined;
957
1061
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
958
1062
  lineColor?: string | {
959
1063
  type: "column";
@@ -961,6 +1065,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
961
1065
  format?: string | undefined;
962
1066
  label?: string | undefined;
963
1067
  valueLabels?: string | undefined;
1068
+ nullValueLabel?: string | undefined;
964
1069
  } | undefined;
965
1070
  }>>;
966
1071
  } & {
@@ -974,6 +1079,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
974
1079
  format?: string | undefined;
975
1080
  label?: string | undefined;
976
1081
  valueLabels?: string | undefined;
1082
+ nullValueLabel?: string | undefined;
977
1083
  } | undefined;
978
1084
  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
1085
  type: "column";
@@ -981,6 +1087,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
981
1087
  format?: string | undefined;
982
1088
  label?: string | undefined;
983
1089
  valueLabels?: string | undefined;
1090
+ nullValueLabel?: string | undefined;
984
1091
  } | undefined;
985
1092
  dotSize?: number | {
986
1093
  type: "column";
@@ -988,6 +1095,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
988
1095
  format?: string | undefined;
989
1096
  label?: string | undefined;
990
1097
  valueLabels?: string | undefined;
1098
+ nullValueLabel?: string | undefined;
991
1099
  } | undefined;
992
1100
  lineWidth?: number | {
993
1101
  type: "column";
@@ -995,6 +1103,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
995
1103
  format?: string | undefined;
996
1104
  label?: string | undefined;
997
1105
  valueLabels?: string | undefined;
1106
+ nullValueLabel?: string | undefined;
998
1107
  } | undefined;
999
1108
  lineShape?: {
1000
1109
  type: "column";
@@ -1002,6 +1111,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1002
1111
  format?: string | undefined;
1003
1112
  label?: string | undefined;
1004
1113
  valueLabels?: string | undefined;
1114
+ nullValueLabel?: string | undefined;
1005
1115
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1006
1116
  lineColor?: string | {
1007
1117
  type: "column";
@@ -1009,6 +1119,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1009
1119
  format?: string | undefined;
1010
1120
  label?: string | undefined;
1011
1121
  valueLabels?: string | undefined;
1122
+ nullValueLabel?: string | undefined;
1012
1123
  } | undefined;
1013
1124
  } | undefined;
1014
1125
  position?: "left" | "right" | undefined;
@@ -1027,6 +1138,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1027
1138
  format?: string | undefined;
1028
1139
  label?: string | undefined;
1029
1140
  valueLabels?: string | undefined;
1141
+ nullValueLabel?: string | undefined;
1030
1142
  } | undefined;
1031
1143
  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
1144
  type: "column";
@@ -1034,6 +1146,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1034
1146
  format?: string | undefined;
1035
1147
  label?: string | undefined;
1036
1148
  valueLabels?: string | undefined;
1149
+ nullValueLabel?: string | undefined;
1037
1150
  } | undefined;
1038
1151
  dotSize?: number | {
1039
1152
  type: "column";
@@ -1041,6 +1154,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1041
1154
  format?: string | undefined;
1042
1155
  label?: string | undefined;
1043
1156
  valueLabels?: string | undefined;
1157
+ nullValueLabel?: string | undefined;
1044
1158
  } | undefined;
1045
1159
  lineWidth?: number | {
1046
1160
  type: "column";
@@ -1048,6 +1162,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1048
1162
  format?: string | undefined;
1049
1163
  label?: string | undefined;
1050
1164
  valueLabels?: string | undefined;
1165
+ nullValueLabel?: string | undefined;
1051
1166
  } | undefined;
1052
1167
  lineShape?: {
1053
1168
  type: "column";
@@ -1055,6 +1170,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1055
1170
  format?: string | undefined;
1056
1171
  label?: string | undefined;
1057
1172
  valueLabels?: string | undefined;
1173
+ nullValueLabel?: string | undefined;
1058
1174
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1059
1175
  lineColor?: string | {
1060
1176
  type: "column";
@@ -1062,6 +1178,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1062
1178
  format?: string | undefined;
1063
1179
  label?: string | undefined;
1064
1180
  valueLabels?: string | undefined;
1181
+ nullValueLabel?: string | undefined;
1065
1182
  } | undefined;
1066
1183
  } | undefined;
1067
1184
  position?: "left" | "right" | undefined;
@@ -1140,6 +1257,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1140
1257
  format?: string | undefined;
1141
1258
  label?: string | undefined;
1142
1259
  valueLabels?: string | undefined;
1260
+ nullValueLabel?: string | undefined;
1143
1261
  };
1144
1262
  yColumn: {
1145
1263
  type: "column";
@@ -1147,6 +1265,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1147
1265
  format?: string | undefined;
1148
1266
  label?: string | undefined;
1149
1267
  valueLabels?: string | undefined;
1268
+ nullValueLabel?: string | undefined;
1150
1269
  };
1151
1270
  valueColumn: {
1152
1271
  type: "column";
@@ -1154,6 +1273,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1154
1273
  format?: string | undefined;
1155
1274
  label?: string | undefined;
1156
1275
  valueLabels?: string | undefined;
1276
+ nullValueLabel?: string | undefined;
1157
1277
  };
1158
1278
  size?: {
1159
1279
  width?: number | undefined;
@@ -1185,6 +1305,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1185
1305
  format?: string | undefined;
1186
1306
  label?: string | undefined;
1187
1307
  valueLabels?: string | undefined;
1308
+ nullValueLabel?: string | undefined;
1188
1309
  }[] | undefined;
1189
1310
  } | undefined;
1190
1311
  frame?: {
@@ -1226,6 +1347,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1226
1347
  format?: string | undefined;
1227
1348
  label?: string | undefined;
1228
1349
  valueLabels?: string | undefined;
1350
+ nullValueLabel?: string | undefined;
1229
1351
  }[] | undefined;
1230
1352
  xGroupBy?: {
1231
1353
  type: "column";
@@ -1233,6 +1355,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1233
1355
  format?: string | undefined;
1234
1356
  label?: string | undefined;
1235
1357
  valueLabels?: string | undefined;
1358
+ nullValueLabel?: string | undefined;
1236
1359
  }[] | undefined;
1237
1360
  yGroupBy?: {
1238
1361
  type: "column";
@@ -1240,6 +1363,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1240
1363
  format?: string | undefined;
1241
1364
  label?: string | undefined;
1242
1365
  valueLabels?: string | undefined;
1366
+ nullValueLabel?: string | undefined;
1243
1367
  }[] | undefined;
1244
1368
  keysOrder?: Record<string, string[]> | undefined;
1245
1369
  normalization?: {
@@ -1262,6 +1386,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1262
1386
  format?: string | undefined;
1263
1387
  label?: string | undefined;
1264
1388
  valueLabels?: string | undefined;
1389
+ nullValueLabel?: string | undefined;
1265
1390
  };
1266
1391
  axis: "x";
1267
1392
  position?: "top" | "bottom" | undefined;
@@ -1276,6 +1401,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1276
1401
  format?: string | undefined;
1277
1402
  label?: string | undefined;
1278
1403
  valueLabels?: string | undefined;
1404
+ nullValueLabel?: string | undefined;
1279
1405
  };
1280
1406
  axis: "y";
1281
1407
  position?: "left" | "right" | undefined;
@@ -1292,6 +1418,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1292
1418
  format?: string | undefined;
1293
1419
  label?: string | undefined;
1294
1420
  valueLabels?: string | undefined;
1421
+ nullValueLabel?: string | undefined;
1295
1422
  } | undefined;
1296
1423
  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
1424
  type: "column";
@@ -1299,6 +1426,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1299
1426
  format?: string | undefined;
1300
1427
  label?: string | undefined;
1301
1428
  valueLabels?: string | undefined;
1429
+ nullValueLabel?: string | undefined;
1302
1430
  } | undefined;
1303
1431
  dotSize?: number | {
1304
1432
  type: "column";
@@ -1306,6 +1434,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1306
1434
  format?: string | undefined;
1307
1435
  label?: string | undefined;
1308
1436
  valueLabels?: string | undefined;
1437
+ nullValueLabel?: string | undefined;
1309
1438
  } | undefined;
1310
1439
  lineWidth?: number | {
1311
1440
  type: "column";
@@ -1313,6 +1442,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1313
1442
  format?: string | undefined;
1314
1443
  label?: string | undefined;
1315
1444
  valueLabels?: string | undefined;
1445
+ nullValueLabel?: string | undefined;
1316
1446
  } | undefined;
1317
1447
  lineShape?: {
1318
1448
  type: "column";
@@ -1320,6 +1450,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1320
1450
  format?: string | undefined;
1321
1451
  label?: string | undefined;
1322
1452
  valueLabels?: string | undefined;
1453
+ nullValueLabel?: string | undefined;
1323
1454
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1324
1455
  lineColor?: string | {
1325
1456
  type: "column";
@@ -1327,6 +1458,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1327
1458
  format?: string | undefined;
1328
1459
  label?: string | undefined;
1329
1460
  valueLabels?: string | undefined;
1461
+ nullValueLabel?: string | undefined;
1330
1462
  } | undefined;
1331
1463
  } | undefined;
1332
1464
  position?: "top" | "bottom" | undefined;
@@ -1346,6 +1478,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1346
1478
  format?: string | undefined;
1347
1479
  label?: string | undefined;
1348
1480
  valueLabels?: string | undefined;
1481
+ nullValueLabel?: string | undefined;
1349
1482
  } | undefined;
1350
1483
  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
1484
  type: "column";
@@ -1353,6 +1486,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1353
1486
  format?: string | undefined;
1354
1487
  label?: string | undefined;
1355
1488
  valueLabels?: string | undefined;
1489
+ nullValueLabel?: string | undefined;
1356
1490
  } | undefined;
1357
1491
  dotSize?: number | {
1358
1492
  type: "column";
@@ -1360,6 +1494,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1360
1494
  format?: string | undefined;
1361
1495
  label?: string | undefined;
1362
1496
  valueLabels?: string | undefined;
1497
+ nullValueLabel?: string | undefined;
1363
1498
  } | undefined;
1364
1499
  lineWidth?: number | {
1365
1500
  type: "column";
@@ -1367,6 +1502,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1367
1502
  format?: string | undefined;
1368
1503
  label?: string | undefined;
1369
1504
  valueLabels?: string | undefined;
1505
+ nullValueLabel?: string | undefined;
1370
1506
  } | undefined;
1371
1507
  lineShape?: {
1372
1508
  type: "column";
@@ -1374,6 +1510,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1374
1510
  format?: string | undefined;
1375
1511
  label?: string | undefined;
1376
1512
  valueLabels?: string | undefined;
1513
+ nullValueLabel?: string | undefined;
1377
1514
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1378
1515
  lineColor?: string | {
1379
1516
  type: "column";
@@ -1381,6 +1518,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1381
1518
  format?: string | undefined;
1382
1519
  label?: string | undefined;
1383
1520
  valueLabels?: string | undefined;
1521
+ nullValueLabel?: string | undefined;
1384
1522
  } | undefined;
1385
1523
  } | undefined;
1386
1524
  position?: "left" | "right" | undefined;
@@ -1414,6 +1552,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1414
1552
  format?: string | undefined;
1415
1553
  label?: string | undefined;
1416
1554
  valueLabels?: string | undefined;
1555
+ nullValueLabel?: string | undefined;
1417
1556
  };
1418
1557
  yColumn: {
1419
1558
  type: "column";
@@ -1421,6 +1560,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1421
1560
  format?: string | undefined;
1422
1561
  label?: string | undefined;
1423
1562
  valueLabels?: string | undefined;
1563
+ nullValueLabel?: string | undefined;
1424
1564
  };
1425
1565
  valueColumn: {
1426
1566
  type: "column";
@@ -1428,6 +1568,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1428
1568
  format?: string | undefined;
1429
1569
  label?: string | undefined;
1430
1570
  valueLabels?: string | undefined;
1571
+ nullValueLabel?: string | undefined;
1431
1572
  };
1432
1573
  size?: {
1433
1574
  width?: number | undefined;
@@ -1459,6 +1600,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1459
1600
  format?: string | undefined;
1460
1601
  label?: string | undefined;
1461
1602
  valueLabels?: string | undefined;
1603
+ nullValueLabel?: string | undefined;
1462
1604
  }[] | undefined;
1463
1605
  } | undefined;
1464
1606
  frame?: {
@@ -1500,6 +1642,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1500
1642
  format?: string | undefined;
1501
1643
  label?: string | undefined;
1502
1644
  valueLabels?: string | undefined;
1645
+ nullValueLabel?: string | undefined;
1503
1646
  }[] | undefined;
1504
1647
  xGroupBy?: {
1505
1648
  type: "column";
@@ -1507,6 +1650,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1507
1650
  format?: string | undefined;
1508
1651
  label?: string | undefined;
1509
1652
  valueLabels?: string | undefined;
1653
+ nullValueLabel?: string | undefined;
1510
1654
  }[] | undefined;
1511
1655
  yGroupBy?: {
1512
1656
  type: "column";
@@ -1514,6 +1658,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1514
1658
  format?: string | undefined;
1515
1659
  label?: string | undefined;
1516
1660
  valueLabels?: string | undefined;
1661
+ nullValueLabel?: string | undefined;
1517
1662
  }[] | undefined;
1518
1663
  keysOrder?: Record<string, string[]> | undefined;
1519
1664
  normalization?: {
@@ -1536,6 +1681,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1536
1681
  format?: string | undefined;
1537
1682
  label?: string | undefined;
1538
1683
  valueLabels?: string | undefined;
1684
+ nullValueLabel?: string | undefined;
1539
1685
  };
1540
1686
  axis: "x";
1541
1687
  position?: "top" | "bottom" | undefined;
@@ -1550,6 +1696,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1550
1696
  format?: string | undefined;
1551
1697
  label?: string | undefined;
1552
1698
  valueLabels?: string | undefined;
1699
+ nullValueLabel?: string | undefined;
1553
1700
  };
1554
1701
  axis: "y";
1555
1702
  position?: "left" | "right" | undefined;
@@ -1566,6 +1713,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1566
1713
  format?: string | undefined;
1567
1714
  label?: string | undefined;
1568
1715
  valueLabels?: string | undefined;
1716
+ nullValueLabel?: string | undefined;
1569
1717
  } | undefined;
1570
1718
  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
1719
  type: "column";
@@ -1573,6 +1721,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1573
1721
  format?: string | undefined;
1574
1722
  label?: string | undefined;
1575
1723
  valueLabels?: string | undefined;
1724
+ nullValueLabel?: string | undefined;
1576
1725
  } | undefined;
1577
1726
  dotSize?: number | {
1578
1727
  type: "column";
@@ -1580,6 +1729,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1580
1729
  format?: string | undefined;
1581
1730
  label?: string | undefined;
1582
1731
  valueLabels?: string | undefined;
1732
+ nullValueLabel?: string | undefined;
1583
1733
  } | undefined;
1584
1734
  lineWidth?: number | {
1585
1735
  type: "column";
@@ -1587,6 +1737,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1587
1737
  format?: string | undefined;
1588
1738
  label?: string | undefined;
1589
1739
  valueLabels?: string | undefined;
1740
+ nullValueLabel?: string | undefined;
1590
1741
  } | undefined;
1591
1742
  lineShape?: {
1592
1743
  type: "column";
@@ -1594,6 +1745,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1594
1745
  format?: string | undefined;
1595
1746
  label?: string | undefined;
1596
1747
  valueLabels?: string | undefined;
1748
+ nullValueLabel?: string | undefined;
1597
1749
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1598
1750
  lineColor?: string | {
1599
1751
  type: "column";
@@ -1601,6 +1753,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1601
1753
  format?: string | undefined;
1602
1754
  label?: string | undefined;
1603
1755
  valueLabels?: string | undefined;
1756
+ nullValueLabel?: string | undefined;
1604
1757
  } | undefined;
1605
1758
  } | undefined;
1606
1759
  position?: "top" | "bottom" | undefined;
@@ -1620,6 +1773,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1620
1773
  format?: string | undefined;
1621
1774
  label?: string | undefined;
1622
1775
  valueLabels?: string | undefined;
1776
+ nullValueLabel?: string | undefined;
1623
1777
  } | undefined;
1624
1778
  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
1779
  type: "column";
@@ -1627,6 +1781,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1627
1781
  format?: string | undefined;
1628
1782
  label?: string | undefined;
1629
1783
  valueLabels?: string | undefined;
1784
+ nullValueLabel?: string | undefined;
1630
1785
  } | undefined;
1631
1786
  dotSize?: number | {
1632
1787
  type: "column";
@@ -1634,6 +1789,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1634
1789
  format?: string | undefined;
1635
1790
  label?: string | undefined;
1636
1791
  valueLabels?: string | undefined;
1792
+ nullValueLabel?: string | undefined;
1637
1793
  } | undefined;
1638
1794
  lineWidth?: number | {
1639
1795
  type: "column";
@@ -1641,6 +1797,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1641
1797
  format?: string | undefined;
1642
1798
  label?: string | undefined;
1643
1799
  valueLabels?: string | undefined;
1800
+ nullValueLabel?: string | undefined;
1644
1801
  } | undefined;
1645
1802
  lineShape?: {
1646
1803
  type: "column";
@@ -1648,6 +1805,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1648
1805
  format?: string | undefined;
1649
1806
  label?: string | undefined;
1650
1807
  valueLabels?: string | undefined;
1808
+ nullValueLabel?: string | undefined;
1651
1809
  } | "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
1652
1810
  lineColor?: string | {
1653
1811
  type: "column";
@@ -1655,6 +1813,7 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1655
1813
  format?: string | undefined;
1656
1814
  label?: string | undefined;
1657
1815
  valueLabels?: string | undefined;
1816
+ nullValueLabel?: string | undefined;
1658
1817
  } | undefined;
1659
1818
  } | undefined;
1660
1819
  position?: "left" | "right" | undefined;
@@ -1677,3 +1836,4 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1677
1836
  cellsRenderingMode?: "svg" | "canvas" | undefined;
1678
1837
  }>;
1679
1838
  export type HeatmapSettings = z.infer<typeof HeatmapSettingsSchema>;
1839
+ //# sourceMappingURL=heatmap.d.ts.map