@milaboratories/miplots4 1.0.129 → 1.0.131

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 (351) hide show
  1. package/dist/DataFrame.d.ts +15 -9
  2. package/dist/DataFrame.d.ts.map +1 -1
  3. package/dist/DataFrame.js +105 -81
  4. package/dist/DataFrame.js.map +1 -1
  5. package/dist/bubble/ChartRenderer.d.ts +6 -5
  6. package/dist/bubble/ChartRenderer.d.ts.map +1 -1
  7. package/dist/bubble/ChartRenderer.js +123 -121
  8. package/dist/bubble/ChartRenderer.js.map +1 -1
  9. package/dist/bubble/components/Chart.d.ts +3 -2
  10. package/dist/bubble/components/Chart.d.ts.map +1 -1
  11. package/dist/bubble/components/Chart.js +78 -97
  12. package/dist/bubble/components/Chart.js.map +1 -1
  13. package/dist/bubble/components/ChartsGroup.d.ts +6 -5
  14. package/dist/bubble/components/ChartsGroup.d.ts.map +1 -1
  15. package/dist/bubble/components/ChartsGroup.js +39 -37
  16. package/dist/bubble/components/ChartsGroup.js.map +1 -1
  17. package/dist/bubble/getCellTooltip.d.ts +5 -0
  18. package/dist/bubble/getCellTooltip.d.ts.map +1 -0
  19. package/dist/bubble/getCellTooltip.js +28 -0
  20. package/dist/bubble/getCellTooltip.js.map +1 -0
  21. package/dist/bubble/{getCells.d.ts → getGroupedCellsData.d.ts} +4 -4
  22. package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
  23. package/dist/bubble/getGroupedCellsData.js +94 -0
  24. package/dist/bubble/getGroupedCellsData.js.map +1 -0
  25. package/dist/bubble/index.d.ts +4 -4
  26. package/dist/bubble/index.d.ts.map +1 -1
  27. package/dist/bubble/index.js +47 -42
  28. package/dist/bubble/index.js.map +1 -1
  29. package/dist/bubble/utils/calculateCaptionTails.d.ts +2 -2
  30. package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -1
  31. package/dist/bubble/utils/calculateCaptionTails.js.map +1 -1
  32. package/dist/common/Legend.d.ts.map +1 -1
  33. package/dist/common/Legend.js.map +1 -1
  34. package/dist/common/Tooltip.js +1 -1
  35. package/dist/common/Tooltip.js.map +1 -1
  36. package/dist/common/types.d.ts +1 -1
  37. package/dist/common/types.d.ts.map +1 -1
  38. package/dist/common/useDataFrame.d.ts +11 -0
  39. package/dist/common/useDataFrame.d.ts.map +1 -0
  40. package/dist/common/useDataFrame.js +20 -0
  41. package/dist/common/useDataFrame.js.map +1 -0
  42. package/dist/dendro/ChartRenderer.d.ts +9 -8
  43. package/dist/dendro/ChartRenderer.d.ts.map +1 -1
  44. package/dist/dendro/ChartRenderer.js +187 -187
  45. package/dist/dendro/ChartRenderer.js.map +1 -1
  46. package/dist/dendro/components/Chart.d.ts +8 -8
  47. package/dist/dendro/components/Chart.d.ts.map +1 -1
  48. package/dist/dendro/components/Chart.js +35 -35
  49. package/dist/dendro/components/Chart.js.map +1 -1
  50. package/dist/dendro/components/Heatmap.d.ts +3 -3
  51. package/dist/dendro/components/Heatmap.d.ts.map +1 -1
  52. package/dist/dendro/components/Heatmap.js +23 -23
  53. package/dist/dendro/components/Heatmap.js.map +1 -1
  54. package/dist/dendro/components/Legend.d.ts.map +1 -1
  55. package/dist/dendro/components/Legend.js.map +1 -1
  56. package/dist/dendro/components/LinksGroup.d.ts +6 -6
  57. package/dist/dendro/components/LinksGroup.d.ts.map +1 -1
  58. package/dist/dendro/components/LinksGroup.js +17 -17
  59. package/dist/dendro/components/LinksGroup.js.map +1 -1
  60. package/dist/dendro/components/NodesGroup.d.ts +7 -7
  61. package/dist/dendro/components/NodesGroup.d.ts.map +1 -1
  62. package/dist/dendro/components/NodesGroup.js +29 -29
  63. package/dist/dendro/components/NodesGroup.js.map +1 -1
  64. package/dist/dendro/components/types.d.ts +2 -2
  65. package/dist/dendro/components/types.d.ts.map +1 -1
  66. package/dist/dendro/getHeatmapData.d.ts +2 -2
  67. package/dist/dendro/getHeatmapData.d.ts.map +1 -1
  68. package/dist/dendro/getHeatmapData.js +48 -44
  69. package/dist/dendro/getHeatmapData.js.map +1 -1
  70. package/dist/dendro/getHierarchyData.d.ts +3 -3
  71. package/dist/dendro/getHierarchyData.d.ts.map +1 -1
  72. package/dist/dendro/getHierarchyData.js +31 -31
  73. package/dist/dendro/getHierarchyData.js.map +1 -1
  74. package/dist/dendro/index.d.ts +5 -5
  75. package/dist/dendro/index.d.ts.map +1 -1
  76. package/dist/dendro/index.js +86 -89
  77. package/dist/dendro/index.js.map +1 -1
  78. package/dist/discrete/ChartRenderer.d.ts +6 -6
  79. package/dist/discrete/ChartRenderer.d.ts.map +1 -1
  80. package/dist/discrete/ChartRenderer.js +197 -196
  81. package/dist/discrete/ChartRenderer.js.map +1 -1
  82. package/dist/discrete/DiscreteSettingsImpl.d.ts +3 -3
  83. package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -1
  84. package/dist/discrete/DiscreteSettingsImpl.js +8 -8
  85. package/dist/discrete/DiscreteSettingsImpl.js.map +1 -1
  86. package/dist/discrete/components/layers/BoxElement.js.map +1 -1
  87. package/dist/discrete/index.d.ts +1 -1
  88. package/dist/discrete/index.d.ts.map +1 -1
  89. package/dist/discrete/index.js +109 -106
  90. package/dist/discrete/index.js.map +1 -1
  91. package/dist/discrete/layers/bar.d.ts +2 -2
  92. package/dist/discrete/layers/bar.d.ts.map +1 -1
  93. package/dist/discrete/layers/bar.js +32 -37
  94. package/dist/discrete/layers/bar.js.map +1 -1
  95. package/dist/discrete/layers/binnedDots.d.ts +3 -3
  96. package/dist/discrete/layers/binnedDots.d.ts.map +1 -1
  97. package/dist/discrete/layers/binnedDots.js +66 -78
  98. package/dist/discrete/layers/binnedDots.js.map +1 -1
  99. package/dist/discrete/layers/boxes.d.ts +3 -4
  100. package/dist/discrete/layers/boxes.d.ts.map +1 -1
  101. package/dist/discrete/layers/boxes.js +59 -60
  102. package/dist/discrete/layers/boxes.js.map +1 -1
  103. package/dist/discrete/layers/dots.d.ts +2 -3
  104. package/dist/discrete/layers/dots.d.ts.map +1 -1
  105. package/dist/discrete/layers/dots.js +30 -30
  106. package/dist/discrete/layers/dots.js.map +1 -1
  107. package/dist/discrete/layers/lines.js +11 -10
  108. package/dist/discrete/layers/lines.js.map +1 -1
  109. package/dist/discrete/layers/logo.d.ts +2 -2
  110. package/dist/discrete/layers/logo.d.ts.map +1 -1
  111. package/dist/discrete/layers/logo.js +21 -21
  112. package/dist/discrete/layers/logo.js.map +1 -1
  113. package/dist/discrete/layers/pairedPoints.d.ts +2 -2
  114. package/dist/discrete/layers/pairedPoints.d.ts.map +1 -1
  115. package/dist/discrete/layers/pairedPoints.js +62 -62
  116. package/dist/discrete/layers/pairedPoints.js.map +1 -1
  117. package/dist/discrete/layers/sina.d.ts +3 -4
  118. package/dist/discrete/layers/sina.d.ts.map +1 -1
  119. package/dist/discrete/layers/sina.js +67 -71
  120. package/dist/discrete/layers/sina.js.map +1 -1
  121. package/dist/discrete/layers/stackedBar.d.ts +1 -1
  122. package/dist/discrete/layers/stackedBar.d.ts.map +1 -1
  123. package/dist/discrete/layers/stackedBar.js +25 -25
  124. package/dist/discrete/layers/stackedBar.js.map +1 -1
  125. package/dist/discrete/layers/violins.js +13 -13
  126. package/dist/discrete/utils/getOutliersBounds.d.ts +1 -1
  127. package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -1
  128. package/dist/discrete/utils/getOutliersBounds.js +5 -5
  129. package/dist/discrete/utils/getOutliersBounds.js.map +1 -1
  130. package/dist/discrete/utils/splitTextByWidth.js +1 -1
  131. package/dist/discrete/utils/splitTextByWidth.js.map +1 -1
  132. package/dist/heatmap/ChartRenderer.d.ts +7 -6
  133. package/dist/heatmap/ChartRenderer.d.ts.map +1 -1
  134. package/dist/heatmap/ChartRenderer.js +232 -230
  135. package/dist/heatmap/ChartRenderer.js.map +1 -1
  136. package/dist/heatmap/HeatmapSettingsImpl.d.ts +2 -2
  137. package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -1
  138. package/dist/heatmap/HeatmapSettingsImpl.js +1 -1
  139. package/dist/heatmap/HeatmapSettingsImpl.js.map +1 -1
  140. package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -1
  141. package/dist/heatmap/components/Annotations/Annotation.js +40 -39
  142. package/dist/heatmap/components/Annotations/Annotation.js.map +1 -1
  143. package/dist/heatmap/components/Chart.d.ts.map +1 -1
  144. package/dist/heatmap/components/Chart.js +90 -89
  145. package/dist/heatmap/components/Chart.js.map +1 -1
  146. package/dist/heatmap/components/ChartsGroup.d.ts +2 -2
  147. package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -1
  148. package/dist/heatmap/components/ChartsGroup.js +14 -14
  149. package/dist/heatmap/components/ChartsGroup.js.map +1 -1
  150. package/dist/heatmap/components/types.d.ts +3 -2
  151. package/dist/heatmap/components/types.d.ts.map +1 -1
  152. package/dist/heatmap/getCells.d.ts +3 -2
  153. package/dist/heatmap/getCells.d.ts.map +1 -1
  154. package/dist/heatmap/getCells.js +97 -93
  155. package/dist/heatmap/getCells.js.map +1 -1
  156. package/dist/heatmap/index.d.ts +3 -3
  157. package/dist/heatmap/index.d.ts.map +1 -1
  158. package/dist/heatmap/index.js +13 -12
  159. package/dist/heatmap/index.js.map +1 -1
  160. package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -1
  161. package/dist/heatmap/utils/calculateAnnotationTitleSizes.js +1 -1
  162. package/dist/heatmap/utils/calculateAnnotationTitleSizes.js.map +1 -1
  163. package/dist/heatmap/utils/calculateCaptionTails.d.ts +1 -1
  164. package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -1
  165. package/dist/heatmap/utils/calculateCaptionTails.js.map +1 -1
  166. package/dist/histogram/ChartRenderer.d.ts +6 -5
  167. package/dist/histogram/ChartRenderer.d.ts.map +1 -1
  168. package/dist/histogram/ChartRenderer.js +154 -153
  169. package/dist/histogram/ChartRenderer.js.map +1 -1
  170. package/dist/histogram/HistogramSettingsImpl.d.ts +2 -2
  171. package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -1
  172. package/dist/histogram/HistogramSettingsImpl.js.map +1 -1
  173. package/dist/histogram/components/Chart.js +48 -48
  174. package/dist/histogram/components/Chart.js.map +1 -1
  175. package/dist/histogram/components/types.d.ts +4 -3
  176. package/dist/histogram/components/types.d.ts.map +1 -1
  177. package/dist/histogram/getHistogramData.d.ts +7 -7
  178. package/dist/histogram/getHistogramData.d.ts.map +1 -1
  179. package/dist/histogram/getHistogramData.js +52 -53
  180. package/dist/histogram/getHistogramData.js.map +1 -1
  181. package/dist/histogram/index.d.ts +3 -3
  182. package/dist/histogram/index.d.ts.map +1 -1
  183. package/dist/histogram/index.js +49 -45
  184. package/dist/histogram/index.js.map +1 -1
  185. package/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js +10 -10
  186. package/dist/node_modules/d3-array/src/min.js +5 -11
  187. package/dist/node_modules/d3-array/src/min.js.map +1 -1
  188. package/dist/node_modules/d3-shape/src/area.js +30 -30
  189. package/dist/node_modules/d3-shape/src/line.js +6 -6
  190. package/dist/node_modules/d3-shape/src/line.js.map +1 -1
  191. package/dist/node_modules/kdbush/index.js +148 -0
  192. package/dist/node_modules/kdbush/index.js.map +1 -0
  193. package/dist/scatterplot/ChartRenderer.d.ts +7 -6
  194. package/dist/scatterplot/ChartRenderer.d.ts.map +1 -1
  195. package/dist/scatterplot/ChartRenderer.js +213 -209
  196. package/dist/scatterplot/ChartRenderer.js.map +1 -1
  197. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +2 -2
  198. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -1
  199. package/dist/scatterplot/ScatterplotSettingsImpl.js +28 -28
  200. package/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
  201. package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +1 -1
  202. package/dist/scatterplot/components/ChartAxisTitles.js +31 -30
  203. package/dist/scatterplot/components/ChartAxisTitles.js.map +1 -1
  204. package/dist/scatterplot/components/ChartLayersData.d.ts.map +1 -1
  205. package/dist/scatterplot/components/ChartLayersData.js +138 -156
  206. package/dist/scatterplot/components/ChartLayersData.js.map +1 -1
  207. package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -1
  208. package/dist/scatterplot/components/ChartTooltip.js +41 -38
  209. package/dist/scatterplot/components/ChartTooltip.js.map +1 -1
  210. package/dist/scatterplot/components/ChartTrendsData.js +21 -21
  211. package/dist/scatterplot/components/ChartTrendsData.js.map +1 -1
  212. package/dist/scatterplot/components/types.d.ts +7 -7
  213. package/dist/scatterplot/components/types.d.ts.map +1 -1
  214. package/dist/scatterplot/constants.d.ts +1 -1
  215. package/dist/scatterplot/constants.d.ts.map +1 -1
  216. package/dist/scatterplot/constants.js.map +1 -1
  217. package/dist/scatterplot/dots.d.ts +2 -2
  218. package/dist/scatterplot/dots.d.ts.map +1 -1
  219. package/dist/scatterplot/dots.js +27 -25
  220. package/dist/scatterplot/dots.js.map +1 -1
  221. package/dist/scatterplot/getLayersData.d.ts +3 -3
  222. package/dist/scatterplot/getLayersData.d.ts.map +1 -1
  223. package/dist/scatterplot/getLayersData.js +12 -15
  224. package/dist/scatterplot/getLayersData.js.map +1 -1
  225. package/dist/scatterplot/index.d.ts +4 -4
  226. package/dist/scatterplot/index.d.ts.map +1 -1
  227. package/dist/scatterplot/index.js +71 -72
  228. package/dist/scatterplot/index.js.map +1 -1
  229. package/dist/scatterplot/linearRegression.d.ts +5 -4
  230. package/dist/scatterplot/linearRegression.d.ts.map +1 -1
  231. package/dist/scatterplot/linearRegression.js +88 -86
  232. package/dist/scatterplot/linearRegression.js.map +1 -1
  233. package/dist/scatterplot/utils/createAesGetter.d.ts +3 -2
  234. package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -1
  235. package/dist/scatterplot/utils/createAesGetter.js +21 -21
  236. package/dist/scatterplot/utils/createAesGetter.js.map +1 -1
  237. package/dist/scatterplot/utils/createLegendInfo.d.ts +2 -10
  238. package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -1
  239. package/dist/scatterplot/utils/createLegendInfo.js +44 -37
  240. package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
  241. package/dist/scatterplot/utils/formatColumnValue.d.ts +5 -0
  242. package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
  243. package/dist/scatterplot/utils/formatColumnValue.js +11 -0
  244. package/dist/scatterplot/utils/formatColumnValue.js.map +1 -0
  245. package/dist/scatterplot/utils/getVisibleLabels.d.ts +6 -9
  246. package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -1
  247. package/dist/scatterplot/utils/getVisibleLabels.js +46 -56
  248. package/dist/scatterplot/utils/getVisibleLabels.js.map +1 -1
  249. package/dist/scatterplot-umap/ChartRenderer.d.ts +18 -15
  250. package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -1
  251. package/dist/scatterplot-umap/ChartRenderer.js +231 -214
  252. package/dist/scatterplot-umap/ChartRenderer.js.map +1 -1
  253. package/dist/scatterplot-umap/SettingsImpl.d.ts +2 -2
  254. package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -1
  255. package/dist/scatterplot-umap/SettingsImpl.js +25 -25
  256. package/dist/scatterplot-umap/SettingsImpl.js.map +1 -1
  257. package/dist/scatterplot-umap/colors.d.ts +6 -0
  258. package/dist/scatterplot-umap/colors.d.ts.map +1 -0
  259. package/dist/scatterplot-umap/colors.js +42 -0
  260. package/dist/scatterplot-umap/colors.js.map +1 -0
  261. package/dist/scatterplot-umap/components/LowerSVG.d.ts +2 -2
  262. package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -1
  263. package/dist/scatterplot-umap/components/LowerSVG.js +97 -94
  264. package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
  265. package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -1
  266. package/dist/scatterplot-umap/components/UpperSVG.js +20 -19
  267. package/dist/scatterplot-umap/components/UpperSVG.js.map +1 -1
  268. package/dist/scatterplot-umap/index.d.ts +0 -2
  269. package/dist/scatterplot-umap/index.d.ts.map +1 -1
  270. package/dist/scatterplot-umap/index.js +77 -102
  271. package/dist/scatterplot-umap/index.js.map +1 -1
  272. package/dist/scatterplot-umap/types.d.ts +7 -10
  273. package/dist/scatterplot-umap/types.d.ts.map +1 -1
  274. package/dist/types/bubble.d.ts +44 -12
  275. package/dist/types/bubble.d.ts.map +1 -1
  276. package/dist/types/common.d.ts +22 -3
  277. package/dist/types/common.d.ts.map +1 -1
  278. package/dist/types/common.js +3 -1
  279. package/dist/types/common.js.map +1 -1
  280. package/dist/types/dendro.d.ts +113 -10
  281. package/dist/types/dendro.d.ts.map +1 -1
  282. package/dist/types/dendro.js +1 -1
  283. package/dist/types/dendro.js.map +1 -1
  284. package/dist/types/discrete.d.ts +99 -22
  285. package/dist/types/discrete.d.ts.map +1 -1
  286. package/dist/types/discrete.js +3 -3
  287. package/dist/types/discrete.js.map +1 -1
  288. package/dist/types/heatmap.d.ts +187 -28
  289. package/dist/types/heatmap.d.ts.map +1 -1
  290. package/dist/types/heatmap.js +1 -1
  291. package/dist/types/heatmap.js.map +1 -1
  292. package/dist/types/histogram.d.ts +30 -8
  293. package/dist/types/histogram.d.ts.map +1 -1
  294. package/dist/types/histogram.js +1 -1
  295. package/dist/types/histogram.js.map +1 -1
  296. package/dist/types/scatterplot-umap.d.ts +149 -15
  297. package/dist/types/scatterplot-umap.d.ts.map +1 -1
  298. package/dist/types/scatterplot-umap.js +9 -9
  299. package/dist/types/scatterplot-umap.js.map +1 -1
  300. package/dist/types/scatterplot.d.ts +164 -12
  301. package/dist/types/scatterplot.d.ts.map +1 -1
  302. package/dist/types/scatterplot.js +1 -1
  303. package/dist/types/scatterplot.js.map +1 -1
  304. package/dist/utils/TextMeasurer/TextMeasurer.d.ts +7 -0
  305. package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +1 -0
  306. package/dist/utils/TextMeasurer/TextMeasurer.js +42 -0
  307. package/dist/utils/TextMeasurer/TextMeasurer.js.map +1 -0
  308. package/dist/utils/TextMeasurer/charToWidth.json.js +155 -0
  309. package/dist/utils/TextMeasurer/charToWidth.json.js.map +1 -0
  310. package/dist/utils/arrangeLegendParts.js +1 -1
  311. package/dist/utils/arrangeLegendParts.js.map +1 -1
  312. package/dist/utils/getChartEdgeSides.d.ts +1 -1
  313. package/dist/utils/getLegendWidth.d.ts.map +1 -1
  314. package/dist/utils/getLegendWidth.js +1 -1
  315. package/dist/utils/getLegendWidth.js.map +1 -1
  316. package/package.json +5 -3
  317. package/dist/bubble/getCells.d.ts.map +0 -1
  318. package/dist/bubble/getCells.js +0 -91
  319. package/dist/bubble/getCells.js.map +0 -1
  320. package/dist/node_modules/d3-quadtree/src/add.js +0 -30
  321. package/dist/node_modules/d3-quadtree/src/add.js.map +0 -1
  322. package/dist/node_modules/d3-quadtree/src/cover.js +0 -29
  323. package/dist/node_modules/d3-quadtree/src/cover.js.map +0 -1
  324. package/dist/node_modules/d3-quadtree/src/data.js +0 -12
  325. package/dist/node_modules/d3-quadtree/src/data.js.map +0 -1
  326. package/dist/node_modules/d3-quadtree/src/extent.js +0 -7
  327. package/dist/node_modules/d3-quadtree/src/extent.js.map +0 -1
  328. package/dist/node_modules/d3-quadtree/src/find.js +0 -26
  329. package/dist/node_modules/d3-quadtree/src/find.js.map +0 -1
  330. package/dist/node_modules/d3-quadtree/src/quad.js +0 -7
  331. package/dist/node_modules/d3-quadtree/src/quad.js.map +0 -1
  332. package/dist/node_modules/d3-quadtree/src/quadtree.js +0 -51
  333. package/dist/node_modules/d3-quadtree/src/quadtree.js.map +0 -1
  334. package/dist/node_modules/d3-quadtree/src/remove.js +0 -21
  335. package/dist/node_modules/d3-quadtree/src/remove.js.map +0 -1
  336. package/dist/node_modules/d3-quadtree/src/root.js +0 -7
  337. package/dist/node_modules/d3-quadtree/src/root.js.map +0 -1
  338. package/dist/node_modules/d3-quadtree/src/size.js +0 -12
  339. package/dist/node_modules/d3-quadtree/src/size.js.map +0 -1
  340. package/dist/node_modules/d3-quadtree/src/visit.js +0 -14
  341. package/dist/node_modules/d3-quadtree/src/visit.js.map +0 -1
  342. package/dist/node_modules/d3-quadtree/src/visitAfter.js +0 -19
  343. package/dist/node_modules/d3-quadtree/src/visitAfter.js.map +0 -1
  344. package/dist/node_modules/d3-quadtree/src/x.js +0 -11
  345. package/dist/node_modules/d3-quadtree/src/x.js.map +0 -1
  346. package/dist/node_modules/d3-quadtree/src/y.js +0 -11
  347. package/dist/node_modules/d3-quadtree/src/y.js.map +0 -1
  348. package/dist/utils/TextMeasurer.d.ts +0 -8
  349. package/dist/utils/TextMeasurer.d.ts.map +0 -1
  350. package/dist/utils/TextMeasurer.js +0 -27
  351. package/dist/utils/TextMeasurer.js.map +0 -1
@@ -1,5 +1,6 @@
1
- import { AesItem, AesMap, categoricalAesMappingFromValueSchema, continuousAesMappingFromValueSchema } from './common';
2
1
  import { z } from 'zod';
2
+ import { categoricalAesMappingFromValueSchema, continuousAesMappingFromValueSchema } from './common';
3
+ import { ScatterplotLegendInfo } from './scatterplot';
3
4
  type catAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof categoricalAesMappingFromValueSchema<ValueType>>;
4
5
  type contAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof continuousAesMappingFromValueSchema<ValueType>>;
5
6
  export type CategoricalAesFromColumn<ValueType> = z.infer<catAesFromColumn<z.ZodType<ValueType>>>;
@@ -37,16 +38,19 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
37
38
  columnName: z.ZodObject<{
38
39
  type: z.ZodLiteral<"column">;
39
40
  value: z.ZodString;
41
+ format: z.ZodOptional<z.ZodString>;
40
42
  label: z.ZodOptional<z.ZodString>;
41
43
  valueLabels: z.ZodOptional<z.ZodString>;
42
44
  }, "strip", z.ZodTypeAny, {
43
45
  type: "column";
44
46
  value: string;
47
+ format?: string | undefined;
45
48
  label?: string | undefined;
46
49
  valueLabels?: string | undefined;
47
50
  }, {
48
51
  type: "column";
49
52
  value: string;
53
+ format?: string | undefined;
50
54
  label?: string | undefined;
51
55
  valueLabels?: string | undefined;
52
56
  }>;
@@ -57,6 +61,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
57
61
  columnName: {
58
62
  type: "column";
59
63
  value: string;
64
+ format?: string | undefined;
60
65
  label?: string | undefined;
61
66
  valueLabels?: string | undefined;
62
67
  };
@@ -67,6 +72,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
67
72
  columnName: {
68
73
  type: "column";
69
74
  value: string;
75
+ format?: string | undefined;
70
76
  label?: string | undefined;
71
77
  valueLabels?: string | undefined;
72
78
  };
@@ -91,16 +97,19 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
91
97
  columnName: z.ZodObject<{
92
98
  type: z.ZodLiteral<"column">;
93
99
  value: z.ZodString;
100
+ format: z.ZodOptional<z.ZodString>;
94
101
  label: z.ZodOptional<z.ZodString>;
95
102
  valueLabels: z.ZodOptional<z.ZodString>;
96
103
  }, "strip", z.ZodTypeAny, {
97
104
  type: "column";
98
105
  value: string;
106
+ format?: string | undefined;
99
107
  label?: string | undefined;
100
108
  valueLabels?: string | undefined;
101
109
  }, {
102
110
  type: "column";
103
111
  value: string;
112
+ format?: string | undefined;
104
113
  label?: string | undefined;
105
114
  valueLabels?: string | undefined;
106
115
  }>;
@@ -111,6 +120,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
111
120
  columnName: {
112
121
  type: "column";
113
122
  value: string;
123
+ format?: string | undefined;
114
124
  label?: string | undefined;
115
125
  valueLabels?: string | undefined;
116
126
  };
@@ -121,6 +131,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
121
131
  columnName: {
122
132
  type: "column";
123
133
  value: string;
134
+ format?: string | undefined;
124
135
  label?: string | undefined;
125
136
  valueLabels?: string | undefined;
126
137
  };
@@ -133,6 +144,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
133
144
  columnName: {
134
145
  type: "column";
135
146
  value: string;
147
+ format?: string | undefined;
136
148
  label?: string | undefined;
137
149
  valueLabels?: string | undefined;
138
150
  };
@@ -153,6 +165,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
153
165
  columnName: {
154
166
  type: "column";
155
167
  value: string;
168
+ format?: string | undefined;
156
169
  label?: string | undefined;
157
170
  valueLabels?: string | undefined;
158
171
  };
@@ -165,6 +178,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
165
178
  columnName: {
166
179
  type: "column";
167
180
  value: string;
181
+ format?: string | undefined;
168
182
  label?: string | undefined;
169
183
  valueLabels?: string | undefined;
170
184
  };
@@ -185,6 +199,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
185
199
  columnName: {
186
200
  type: "column";
187
201
  value: string;
202
+ format?: string | undefined;
188
203
  label?: string | undefined;
189
204
  valueLabels?: string | undefined;
190
205
  };
@@ -200,6 +215,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
200
215
  columnName: {
201
216
  type: "column";
202
217
  value: string;
218
+ format?: string | undefined;
203
219
  label?: string | undefined;
204
220
  valueLabels?: string | undefined;
205
221
  };
@@ -220,6 +236,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
220
236
  columnName: {
221
237
  type: "column";
222
238
  value: string;
239
+ format?: string | undefined;
223
240
  label?: string | undefined;
224
241
  valueLabels?: string | undefined;
225
242
  };
@@ -235,6 +252,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
235
252
  columnName: {
236
253
  type: "column";
237
254
  value: string;
255
+ format?: string | undefined;
238
256
  label?: string | undefined;
239
257
  valueLabels?: string | undefined;
240
258
  };
@@ -255,6 +273,7 @@ declare const DotsUmapLayerSchema: z.ZodObject<{
255
273
  columnName: {
256
274
  type: "column";
257
275
  value: string;
276
+ format?: string | undefined;
258
277
  label?: string | undefined;
259
278
  valueLabels?: string | undefined;
260
279
  };
@@ -286,16 +305,19 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
286
305
  columnName: z.ZodObject<{
287
306
  type: z.ZodLiteral<"column">;
288
307
  value: z.ZodString;
308
+ format: z.ZodOptional<z.ZodString>;
289
309
  label: z.ZodOptional<z.ZodString>;
290
310
  valueLabels: z.ZodOptional<z.ZodString>;
291
311
  }, "strip", z.ZodTypeAny, {
292
312
  type: "column";
293
313
  value: string;
314
+ format?: string | undefined;
294
315
  label?: string | undefined;
295
316
  valueLabels?: string | undefined;
296
317
  }, {
297
318
  type: "column";
298
319
  value: string;
320
+ format?: string | undefined;
299
321
  label?: string | undefined;
300
322
  valueLabels?: string | undefined;
301
323
  }>;
@@ -306,6 +328,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
306
328
  columnName: {
307
329
  type: "column";
308
330
  value: string;
331
+ format?: string | undefined;
309
332
  label?: string | undefined;
310
333
  valueLabels?: string | undefined;
311
334
  };
@@ -316,6 +339,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
316
339
  columnName: {
317
340
  type: "column";
318
341
  value: string;
342
+ format?: string | undefined;
319
343
  label?: string | undefined;
320
344
  valueLabels?: string | undefined;
321
345
  };
@@ -331,6 +355,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
331
355
  columnName: {
332
356
  type: "column";
333
357
  value: string;
358
+ format?: string | undefined;
334
359
  label?: string | undefined;
335
360
  valueLabels?: string | undefined;
336
361
  };
@@ -350,6 +375,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
350
375
  columnName: {
351
376
  type: "column";
352
377
  value: string;
378
+ format?: string | undefined;
353
379
  label?: string | undefined;
354
380
  valueLabels?: string | undefined;
355
381
  };
@@ -372,6 +398,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
372
398
  columnName: {
373
399
  type: "column";
374
400
  value: string;
401
+ format?: string | undefined;
375
402
  label?: string | undefined;
376
403
  valueLabels?: string | undefined;
377
404
  };
@@ -395,6 +422,7 @@ declare const CurveUmapLayerSchema: z.ZodObject<{
395
422
  columnName: {
396
423
  type: "column";
397
424
  value: string;
425
+ format?: string | undefined;
398
426
  label?: string | undefined;
399
427
  valueLabels?: string | undefined;
400
428
  };
@@ -429,16 +457,19 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
429
457
  columnName: z.ZodObject<{
430
458
  type: z.ZodLiteral<"column">;
431
459
  value: z.ZodString;
460
+ format: z.ZodOptional<z.ZodString>;
432
461
  label: z.ZodOptional<z.ZodString>;
433
462
  valueLabels: z.ZodOptional<z.ZodString>;
434
463
  }, "strip", z.ZodTypeAny, {
435
464
  type: "column";
436
465
  value: string;
466
+ format?: string | undefined;
437
467
  label?: string | undefined;
438
468
  valueLabels?: string | undefined;
439
469
  }, {
440
470
  type: "column";
441
471
  value: string;
472
+ format?: string | undefined;
442
473
  label?: string | undefined;
443
474
  valueLabels?: string | undefined;
444
475
  }>;
@@ -449,6 +480,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
449
480
  columnName: {
450
481
  type: "column";
451
482
  value: string;
483
+ format?: string | undefined;
452
484
  label?: string | undefined;
453
485
  valueLabels?: string | undefined;
454
486
  };
@@ -459,6 +491,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
459
491
  columnName: {
460
492
  type: "column";
461
493
  value: string;
494
+ format?: string | undefined;
462
495
  label?: string | undefined;
463
496
  valueLabels?: string | undefined;
464
497
  };
@@ -483,16 +516,19 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
483
516
  columnName: z.ZodObject<{
484
517
  type: z.ZodLiteral<"column">;
485
518
  value: z.ZodString;
519
+ format: z.ZodOptional<z.ZodString>;
486
520
  label: z.ZodOptional<z.ZodString>;
487
521
  valueLabels: z.ZodOptional<z.ZodString>;
488
522
  }, "strip", z.ZodTypeAny, {
489
523
  type: "column";
490
524
  value: string;
525
+ format?: string | undefined;
491
526
  label?: string | undefined;
492
527
  valueLabels?: string | undefined;
493
528
  }, {
494
529
  type: "column";
495
530
  value: string;
531
+ format?: string | undefined;
496
532
  label?: string | undefined;
497
533
  valueLabels?: string | undefined;
498
534
  }>;
@@ -503,6 +539,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
503
539
  columnName: {
504
540
  type: "column";
505
541
  value: string;
542
+ format?: string | undefined;
506
543
  label?: string | undefined;
507
544
  valueLabels?: string | undefined;
508
545
  };
@@ -513,6 +550,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
513
550
  columnName: {
514
551
  type: "column";
515
552
  value: string;
553
+ format?: string | undefined;
516
554
  label?: string | undefined;
517
555
  valueLabels?: string | undefined;
518
556
  };
@@ -525,6 +563,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
525
563
  columnName: {
526
564
  type: "column";
527
565
  value: string;
566
+ format?: string | undefined;
528
567
  label?: string | undefined;
529
568
  valueLabels?: string | undefined;
530
569
  };
@@ -545,6 +584,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
545
584
  columnName: {
546
585
  type: "column";
547
586
  value: string;
587
+ format?: string | undefined;
548
588
  label?: string | undefined;
549
589
  valueLabels?: string | undefined;
550
590
  };
@@ -557,6 +597,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
557
597
  columnName: {
558
598
  type: "column";
559
599
  value: string;
600
+ format?: string | undefined;
560
601
  label?: string | undefined;
561
602
  valueLabels?: string | undefined;
562
603
  };
@@ -577,6 +618,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
577
618
  columnName: {
578
619
  type: "column";
579
620
  value: string;
621
+ format?: string | undefined;
580
622
  label?: string | undefined;
581
623
  valueLabels?: string | undefined;
582
624
  };
@@ -592,6 +634,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
592
634
  columnName: {
593
635
  type: "column";
594
636
  value: string;
637
+ format?: string | undefined;
595
638
  label?: string | undefined;
596
639
  valueLabels?: string | undefined;
597
640
  };
@@ -612,6 +655,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
612
655
  columnName: {
613
656
  type: "column";
614
657
  value: string;
658
+ format?: string | undefined;
615
659
  label?: string | undefined;
616
660
  valueLabels?: string | undefined;
617
661
  };
@@ -627,6 +671,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
627
671
  columnName: {
628
672
  type: "column";
629
673
  value: string;
674
+ format?: string | undefined;
630
675
  label?: string | undefined;
631
676
  valueLabels?: string | undefined;
632
677
  };
@@ -647,6 +692,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
647
692
  columnName: {
648
693
  type: "column";
649
694
  value: string;
695
+ format?: string | undefined;
650
696
  label?: string | undefined;
651
697
  valueLabels?: string | undefined;
652
698
  };
@@ -677,16 +723,19 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
677
723
  columnName: z.ZodObject<{
678
724
  type: z.ZodLiteral<"column">;
679
725
  value: z.ZodString;
726
+ format: z.ZodOptional<z.ZodString>;
680
727
  label: z.ZodOptional<z.ZodString>;
681
728
  valueLabels: z.ZodOptional<z.ZodString>;
682
729
  }, "strip", z.ZodTypeAny, {
683
730
  type: "column";
684
731
  value: string;
732
+ format?: string | undefined;
685
733
  label?: string | undefined;
686
734
  valueLabels?: string | undefined;
687
735
  }, {
688
736
  type: "column";
689
737
  value: string;
738
+ format?: string | undefined;
690
739
  label?: string | undefined;
691
740
  valueLabels?: string | undefined;
692
741
  }>;
@@ -697,6 +746,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
697
746
  columnName: {
698
747
  type: "column";
699
748
  value: string;
749
+ format?: string | undefined;
700
750
  label?: string | undefined;
701
751
  valueLabels?: string | undefined;
702
752
  };
@@ -707,6 +757,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
707
757
  columnName: {
708
758
  type: "column";
709
759
  value: string;
760
+ format?: string | undefined;
710
761
  label?: string | undefined;
711
762
  valueLabels?: string | undefined;
712
763
  };
@@ -722,6 +773,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
722
773
  columnName: {
723
774
  type: "column";
724
775
  value: string;
776
+ format?: string | undefined;
725
777
  label?: string | undefined;
726
778
  valueLabels?: string | undefined;
727
779
  };
@@ -741,6 +793,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
741
793
  columnName: {
742
794
  type: "column";
743
795
  value: string;
796
+ format?: string | undefined;
744
797
  label?: string | undefined;
745
798
  valueLabels?: string | undefined;
746
799
  };
@@ -763,6 +816,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
763
816
  columnName: {
764
817
  type: "column";
765
818
  value: string;
819
+ format?: string | undefined;
766
820
  label?: string | undefined;
767
821
  valueLabels?: string | undefined;
768
822
  };
@@ -786,6 +840,7 @@ declare const ScatterplotUmapLayerSchema: z.ZodUnion<[z.ZodObject<{
786
840
  columnName: {
787
841
  type: "column";
788
842
  value: string;
843
+ format?: string | undefined;
789
844
  label?: string | undefined;
790
845
  valueLabels?: string | undefined;
791
846
  };
@@ -813,11 +868,11 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
813
868
  }, "strip", z.ZodTypeAny, {
814
869
  name: string;
815
870
  show?: boolean | undefined;
816
- position?: "left" | "center" | "right" | undefined;
871
+ position?: "right" | "left" | "center" | undefined;
817
872
  }, {
818
873
  name: string;
819
874
  show?: boolean | undefined;
820
- position?: "left" | "center" | "right" | undefined;
875
+ position?: "right" | "left" | "center" | undefined;
821
876
  }>;
822
877
  size: z.ZodOptional<z.ZodObject<{
823
878
  width: z.ZodOptional<z.ZodNumber>;
@@ -834,26 +889,29 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
834
889
  position: z.ZodOptional<z.ZodEnum<["inside", "right", "top", "bottom"]>>;
835
890
  }, "strip", z.ZodTypeAny, {
836
891
  show?: boolean | undefined;
837
- position?: "right" | "inside" | "top" | "bottom" | undefined;
892
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
838
893
  }, {
839
894
  show?: boolean | undefined;
840
- position?: "right" | "inside" | "top" | "bottom" | undefined;
895
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
841
896
  }>>;
842
897
  tooltips: z.ZodOptional<z.ZodObject<{
843
898
  show: z.ZodOptional<z.ZodBoolean>;
844
899
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
845
900
  type: z.ZodLiteral<"column">;
846
901
  value: z.ZodString;
902
+ format: z.ZodOptional<z.ZodString>;
847
903
  label: z.ZodOptional<z.ZodString>;
848
904
  valueLabels: z.ZodOptional<z.ZodString>;
849
905
  }, "strip", z.ZodTypeAny, {
850
906
  type: "column";
851
907
  value: string;
908
+ format?: string | undefined;
852
909
  label?: string | undefined;
853
910
  valueLabels?: string | undefined;
854
911
  }, {
855
912
  type: "column";
856
913
  value: string;
914
+ format?: string | undefined;
857
915
  label?: string | undefined;
858
916
  valueLabels?: string | undefined;
859
917
  }>, "many">>;
@@ -862,6 +920,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
862
920
  content?: {
863
921
  type: "column";
864
922
  value: string;
923
+ format?: string | undefined;
865
924
  label?: string | undefined;
866
925
  valueLabels?: string | undefined;
867
926
  }[] | undefined;
@@ -870,6 +929,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
870
929
  content?: {
871
930
  type: "column";
872
931
  value: string;
932
+ format?: string | undefined;
873
933
  label?: string | undefined;
874
934
  valueLabels?: string | undefined;
875
935
  }[] | undefined;
@@ -884,48 +944,57 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
884
944
  keyColumn: z.ZodOptional<z.ZodObject<{
885
945
  type: z.ZodLiteral<"column">;
886
946
  value: z.ZodString;
947
+ format: z.ZodOptional<z.ZodString>;
887
948
  label: z.ZodOptional<z.ZodString>;
888
949
  valueLabels: z.ZodOptional<z.ZodString>;
889
950
  }, "strip", z.ZodTypeAny, {
890
951
  type: "column";
891
952
  value: string;
953
+ format?: string | undefined;
892
954
  label?: string | undefined;
893
955
  valueLabels?: string | undefined;
894
956
  }, {
895
957
  type: "column";
896
958
  value: string;
959
+ format?: string | undefined;
897
960
  label?: string | undefined;
898
961
  valueLabels?: string | undefined;
899
962
  }>>;
900
963
  x: z.ZodObject<{
901
964
  type: z.ZodLiteral<"column">;
902
965
  value: z.ZodString;
966
+ format: z.ZodOptional<z.ZodString>;
903
967
  label: z.ZodOptional<z.ZodString>;
904
968
  valueLabels: z.ZodOptional<z.ZodString>;
905
969
  }, "strip", z.ZodTypeAny, {
906
970
  type: "column";
907
971
  value: string;
972
+ format?: string | undefined;
908
973
  label?: string | undefined;
909
974
  valueLabels?: string | undefined;
910
975
  }, {
911
976
  type: "column";
912
977
  value: string;
978
+ format?: string | undefined;
913
979
  label?: string | undefined;
914
980
  valueLabels?: string | undefined;
915
981
  }>;
916
982
  y: z.ZodObject<{
917
983
  type: z.ZodLiteral<"column">;
918
984
  value: z.ZodString;
985
+ format: z.ZodOptional<z.ZodString>;
919
986
  label: z.ZodOptional<z.ZodString>;
920
987
  valueLabels: z.ZodOptional<z.ZodString>;
921
988
  }, "strip", z.ZodTypeAny, {
922
989
  type: "column";
923
990
  value: string;
991
+ format?: string | undefined;
924
992
  label?: string | undefined;
925
993
  valueLabels?: string | undefined;
926
994
  }, {
927
995
  type: "column";
928
996
  value: string;
997
+ format?: string | undefined;
929
998
  label?: string | undefined;
930
999
  valueLabels?: string | undefined;
931
1000
  }>;
@@ -933,16 +1002,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
933
1002
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
934
1003
  type: z.ZodLiteral<"column">;
935
1004
  value: z.ZodString;
1005
+ format: z.ZodOptional<z.ZodString>;
936
1006
  label: z.ZodOptional<z.ZodString>;
937
1007
  valueLabels: z.ZodOptional<z.ZodString>;
938
1008
  }, "strip", z.ZodTypeAny, {
939
1009
  type: "column";
940
1010
  value: string;
1011
+ format?: string | undefined;
941
1012
  label?: string | undefined;
942
1013
  valueLabels?: string | undefined;
943
1014
  }, {
944
1015
  type: "column";
945
1016
  value: string;
1017
+ format?: string | undefined;
946
1018
  label?: string | undefined;
947
1019
  valueLabels?: string | undefined;
948
1020
  }>]>>;
@@ -961,6 +1033,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
961
1033
  title?: string | {
962
1034
  type: "column";
963
1035
  value: string;
1036
+ format?: string | undefined;
964
1037
  label?: string | undefined;
965
1038
  valueLabels?: string | undefined;
966
1039
  } | undefined;
@@ -979,6 +1052,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
979
1052
  title?: string | {
980
1053
  type: "column";
981
1054
  value: string;
1055
+ format?: string | undefined;
982
1056
  label?: string | undefined;
983
1057
  valueLabels?: string | undefined;
984
1058
  } | undefined;
@@ -998,16 +1072,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
998
1072
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
999
1073
  type: z.ZodLiteral<"column">;
1000
1074
  value: z.ZodString;
1075
+ format: z.ZodOptional<z.ZodString>;
1001
1076
  label: z.ZodOptional<z.ZodString>;
1002
1077
  valueLabels: z.ZodOptional<z.ZodString>;
1003
1078
  }, "strip", z.ZodTypeAny, {
1004
1079
  type: "column";
1005
1080
  value: string;
1081
+ format?: string | undefined;
1006
1082
  label?: string | undefined;
1007
1083
  valueLabels?: string | undefined;
1008
1084
  }, {
1009
1085
  type: "column";
1010
1086
  value: string;
1087
+ format?: string | undefined;
1011
1088
  label?: string | undefined;
1012
1089
  valueLabels?: string | undefined;
1013
1090
  }>]>>;
@@ -1026,6 +1103,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1026
1103
  title?: string | {
1027
1104
  type: "column";
1028
1105
  value: string;
1106
+ format?: string | undefined;
1029
1107
  label?: string | undefined;
1030
1108
  valueLabels?: string | undefined;
1031
1109
  } | undefined;
@@ -1044,6 +1122,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1044
1122
  title?: string | {
1045
1123
  type: "column";
1046
1124
  value: string;
1125
+ format?: string | undefined;
1047
1126
  label?: string | undefined;
1048
1127
  valueLabels?: string | undefined;
1049
1128
  } | undefined;
@@ -1062,48 +1141,57 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1062
1141
  grouping: z.ZodOptional<z.ZodArray<z.ZodObject<{
1063
1142
  type: z.ZodLiteral<"column">;
1064
1143
  value: z.ZodString;
1144
+ format: z.ZodOptional<z.ZodString>;
1065
1145
  label: z.ZodOptional<z.ZodString>;
1066
1146
  valueLabels: z.ZodOptional<z.ZodString>;
1067
1147
  }, "strip", z.ZodTypeAny, {
1068
1148
  type: "column";
1069
1149
  value: string;
1150
+ format?: string | undefined;
1070
1151
  label?: string | undefined;
1071
1152
  valueLabels?: string | undefined;
1072
1153
  }, {
1073
1154
  type: "column";
1074
1155
  value: string;
1156
+ format?: string | undefined;
1075
1157
  label?: string | undefined;
1076
1158
  valueLabels?: string | undefined;
1077
1159
  }>, "many">>;
1078
1160
  label: z.ZodOptional<z.ZodObject<{
1079
1161
  type: z.ZodLiteral<"column">;
1080
1162
  value: z.ZodString;
1163
+ format: z.ZodOptional<z.ZodString>;
1081
1164
  label: z.ZodOptional<z.ZodString>;
1082
1165
  valueLabels: z.ZodOptional<z.ZodString>;
1083
1166
  }, "strip", z.ZodTypeAny, {
1084
1167
  type: "column";
1085
1168
  value: string;
1169
+ format?: string | undefined;
1086
1170
  label?: string | undefined;
1087
1171
  valueLabels?: string | undefined;
1088
1172
  }, {
1089
1173
  type: "column";
1090
1174
  value: string;
1175
+ format?: string | undefined;
1091
1176
  label?: string | undefined;
1092
1177
  valueLabels?: string | undefined;
1093
1178
  }>>;
1094
1179
  highlight: z.ZodOptional<z.ZodObject<{
1095
1180
  type: z.ZodLiteral<"column">;
1096
1181
  value: z.ZodString;
1182
+ format: z.ZodOptional<z.ZodString>;
1097
1183
  label: z.ZodOptional<z.ZodString>;
1098
1184
  valueLabels: z.ZodOptional<z.ZodString>;
1099
1185
  }, "strip", z.ZodTypeAny, {
1100
1186
  type: "column";
1101
1187
  value: string;
1188
+ format?: string | undefined;
1102
1189
  label?: string | undefined;
1103
1190
  valueLabels?: string | undefined;
1104
1191
  }, {
1105
1192
  type: "column";
1106
1193
  value: string;
1194
+ format?: string | undefined;
1107
1195
  label?: string | undefined;
1108
1196
  valueLabels?: string | undefined;
1109
1197
  }>>;
@@ -1151,16 +1239,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1151
1239
  columnName: z.ZodObject<{
1152
1240
  type: z.ZodLiteral<"column">;
1153
1241
  value: z.ZodString;
1242
+ format: z.ZodOptional<z.ZodString>;
1154
1243
  label: z.ZodOptional<z.ZodString>;
1155
1244
  valueLabels: z.ZodOptional<z.ZodString>;
1156
1245
  }, "strip", z.ZodTypeAny, {
1157
1246
  type: "column";
1158
1247
  value: string;
1248
+ format?: string | undefined;
1159
1249
  label?: string | undefined;
1160
1250
  valueLabels?: string | undefined;
1161
1251
  }, {
1162
1252
  type: "column";
1163
1253
  value: string;
1254
+ format?: string | undefined;
1164
1255
  label?: string | undefined;
1165
1256
  valueLabels?: string | undefined;
1166
1257
  }>;
@@ -1171,6 +1262,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1171
1262
  columnName: {
1172
1263
  type: "column";
1173
1264
  value: string;
1265
+ format?: string | undefined;
1174
1266
  label?: string | undefined;
1175
1267
  valueLabels?: string | undefined;
1176
1268
  };
@@ -1181,6 +1273,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1181
1273
  columnName: {
1182
1274
  type: "column";
1183
1275
  value: string;
1276
+ format?: string | undefined;
1184
1277
  label?: string | undefined;
1185
1278
  valueLabels?: string | undefined;
1186
1279
  };
@@ -1205,16 +1298,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1205
1298
  columnName: z.ZodObject<{
1206
1299
  type: z.ZodLiteral<"column">;
1207
1300
  value: z.ZodString;
1301
+ format: z.ZodOptional<z.ZodString>;
1208
1302
  label: z.ZodOptional<z.ZodString>;
1209
1303
  valueLabels: z.ZodOptional<z.ZodString>;
1210
1304
  }, "strip", z.ZodTypeAny, {
1211
1305
  type: "column";
1212
1306
  value: string;
1307
+ format?: string | undefined;
1213
1308
  label?: string | undefined;
1214
1309
  valueLabels?: string | undefined;
1215
1310
  }, {
1216
1311
  type: "column";
1217
1312
  value: string;
1313
+ format?: string | undefined;
1218
1314
  label?: string | undefined;
1219
1315
  valueLabels?: string | undefined;
1220
1316
  }>;
@@ -1225,6 +1321,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1225
1321
  columnName: {
1226
1322
  type: "column";
1227
1323
  value: string;
1324
+ format?: string | undefined;
1228
1325
  label?: string | undefined;
1229
1326
  valueLabels?: string | undefined;
1230
1327
  };
@@ -1235,6 +1332,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1235
1332
  columnName: {
1236
1333
  type: "column";
1237
1334
  value: string;
1335
+ format?: string | undefined;
1238
1336
  label?: string | undefined;
1239
1337
  valueLabels?: string | undefined;
1240
1338
  };
@@ -1247,6 +1345,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1247
1345
  columnName: {
1248
1346
  type: "column";
1249
1347
  value: string;
1348
+ format?: string | undefined;
1250
1349
  label?: string | undefined;
1251
1350
  valueLabels?: string | undefined;
1252
1351
  };
@@ -1267,6 +1366,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1267
1366
  columnName: {
1268
1367
  type: "column";
1269
1368
  value: string;
1369
+ format?: string | undefined;
1270
1370
  label?: string | undefined;
1271
1371
  valueLabels?: string | undefined;
1272
1372
  };
@@ -1279,6 +1379,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1279
1379
  columnName: {
1280
1380
  type: "column";
1281
1381
  value: string;
1382
+ format?: string | undefined;
1282
1383
  label?: string | undefined;
1283
1384
  valueLabels?: string | undefined;
1284
1385
  };
@@ -1299,6 +1400,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1299
1400
  columnName: {
1300
1401
  type: "column";
1301
1402
  value: string;
1403
+ format?: string | undefined;
1302
1404
  label?: string | undefined;
1303
1405
  valueLabels?: string | undefined;
1304
1406
  };
@@ -1314,6 +1416,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1314
1416
  columnName: {
1315
1417
  type: "column";
1316
1418
  value: string;
1419
+ format?: string | undefined;
1317
1420
  label?: string | undefined;
1318
1421
  valueLabels?: string | undefined;
1319
1422
  };
@@ -1334,6 +1437,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1334
1437
  columnName: {
1335
1438
  type: "column";
1336
1439
  value: string;
1440
+ format?: string | undefined;
1337
1441
  label?: string | undefined;
1338
1442
  valueLabels?: string | undefined;
1339
1443
  };
@@ -1349,6 +1453,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1349
1453
  columnName: {
1350
1454
  type: "column";
1351
1455
  value: string;
1456
+ format?: string | undefined;
1352
1457
  label?: string | undefined;
1353
1458
  valueLabels?: string | undefined;
1354
1459
  };
@@ -1369,6 +1474,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1369
1474
  columnName: {
1370
1475
  type: "column";
1371
1476
  value: string;
1477
+ format?: string | undefined;
1372
1478
  label?: string | undefined;
1373
1479
  valueLabels?: string | undefined;
1374
1480
  };
@@ -1399,16 +1505,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1399
1505
  columnName: z.ZodObject<{
1400
1506
  type: z.ZodLiteral<"column">;
1401
1507
  value: z.ZodString;
1508
+ format: z.ZodOptional<z.ZodString>;
1402
1509
  label: z.ZodOptional<z.ZodString>;
1403
1510
  valueLabels: z.ZodOptional<z.ZodString>;
1404
1511
  }, "strip", z.ZodTypeAny, {
1405
1512
  type: "column";
1406
1513
  value: string;
1514
+ format?: string | undefined;
1407
1515
  label?: string | undefined;
1408
1516
  valueLabels?: string | undefined;
1409
1517
  }, {
1410
1518
  type: "column";
1411
1519
  value: string;
1520
+ format?: string | undefined;
1412
1521
  label?: string | undefined;
1413
1522
  valueLabels?: string | undefined;
1414
1523
  }>;
@@ -1419,6 +1528,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1419
1528
  columnName: {
1420
1529
  type: "column";
1421
1530
  value: string;
1531
+ format?: string | undefined;
1422
1532
  label?: string | undefined;
1423
1533
  valueLabels?: string | undefined;
1424
1534
  };
@@ -1429,6 +1539,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1429
1539
  columnName: {
1430
1540
  type: "column";
1431
1541
  value: string;
1542
+ format?: string | undefined;
1432
1543
  label?: string | undefined;
1433
1544
  valueLabels?: string | undefined;
1434
1545
  };
@@ -1444,6 +1555,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1444
1555
  columnName: {
1445
1556
  type: "column";
1446
1557
  value: string;
1558
+ format?: string | undefined;
1447
1559
  label?: string | undefined;
1448
1560
  valueLabels?: string | undefined;
1449
1561
  };
@@ -1463,6 +1575,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1463
1575
  columnName: {
1464
1576
  type: "column";
1465
1577
  value: string;
1578
+ format?: string | undefined;
1466
1579
  label?: string | undefined;
1467
1580
  valueLabels?: string | undefined;
1468
1581
  };
@@ -1485,6 +1598,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1485
1598
  columnName: {
1486
1599
  type: "column";
1487
1600
  value: string;
1601
+ format?: string | undefined;
1488
1602
  label?: string | undefined;
1489
1603
  valueLabels?: string | undefined;
1490
1604
  };
@@ -1508,6 +1622,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1508
1622
  columnName: {
1509
1623
  type: "column";
1510
1624
  value: string;
1625
+ format?: string | undefined;
1511
1626
  label?: string | undefined;
1512
1627
  valueLabels?: string | undefined;
1513
1628
  };
@@ -1528,17 +1643,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1528
1643
  title: {
1529
1644
  name: string;
1530
1645
  show?: boolean | undefined;
1531
- position?: "left" | "center" | "right" | undefined;
1646
+ position?: "right" | "left" | "center" | undefined;
1532
1647
  };
1533
1648
  x: {
1534
1649
  type: "column";
1535
1650
  value: string;
1651
+ format?: string | undefined;
1536
1652
  label?: string | undefined;
1537
1653
  valueLabels?: string | undefined;
1538
1654
  };
1539
1655
  y: {
1540
1656
  type: "column";
1541
1657
  value: string;
1658
+ format?: string | undefined;
1542
1659
  label?: string | undefined;
1543
1660
  valueLabels?: string | undefined;
1544
1661
  };
@@ -1549,6 +1666,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1549
1666
  columnName: {
1550
1667
  type: "column";
1551
1668
  value: string;
1669
+ format?: string | undefined;
1552
1670
  label?: string | undefined;
1553
1671
  valueLabels?: string | undefined;
1554
1672
  };
@@ -1569,6 +1687,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1569
1687
  columnName: {
1570
1688
  type: "column";
1571
1689
  value: string;
1690
+ format?: string | undefined;
1572
1691
  label?: string | undefined;
1573
1692
  valueLabels?: string | undefined;
1574
1693
  };
@@ -1586,6 +1705,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1586
1705
  columnName: {
1587
1706
  type: "column";
1588
1707
  value: string;
1708
+ format?: string | undefined;
1589
1709
  label?: string | undefined;
1590
1710
  valueLabels?: string | undefined;
1591
1711
  };
@@ -1608,24 +1728,27 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1608
1728
  label?: {
1609
1729
  type: "column";
1610
1730
  value: string;
1731
+ format?: string | undefined;
1611
1732
  label?: string | undefined;
1612
1733
  valueLabels?: string | undefined;
1613
1734
  } | undefined;
1614
1735
  grouping?: {
1615
1736
  type: "column";
1616
1737
  value: string;
1738
+ format?: string | undefined;
1617
1739
  label?: string | undefined;
1618
1740
  valueLabels?: string | undefined;
1619
1741
  }[] | undefined;
1620
1742
  legend?: {
1621
1743
  show?: boolean | undefined;
1622
- position?: "right" | "inside" | "top" | "bottom" | undefined;
1744
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
1623
1745
  } | undefined;
1624
1746
  tooltips?: {
1625
1747
  show?: boolean | undefined;
1626
1748
  content?: {
1627
1749
  type: "column";
1628
1750
  value: string;
1751
+ format?: string | undefined;
1629
1752
  label?: string | undefined;
1630
1753
  valueLabels?: string | undefined;
1631
1754
  }[] | undefined;
@@ -1636,6 +1759,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1636
1759
  keyColumn?: {
1637
1760
  type: "column";
1638
1761
  value: string;
1762
+ format?: string | undefined;
1639
1763
  label?: string | undefined;
1640
1764
  valueLabels?: string | undefined;
1641
1765
  } | undefined;
@@ -1643,6 +1767,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1643
1767
  title?: string | {
1644
1768
  type: "column";
1645
1769
  value: string;
1770
+ format?: string | undefined;
1646
1771
  label?: string | undefined;
1647
1772
  valueLabels?: string | undefined;
1648
1773
  } | undefined;
@@ -1662,6 +1787,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1662
1787
  title?: string | {
1663
1788
  type: "column";
1664
1789
  value: string;
1790
+ format?: string | undefined;
1665
1791
  label?: string | undefined;
1666
1792
  valueLabels?: string | undefined;
1667
1793
  } | undefined;
@@ -1680,6 +1806,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1680
1806
  highlight?: {
1681
1807
  type: "column";
1682
1808
  value: string;
1809
+ format?: string | undefined;
1683
1810
  label?: string | undefined;
1684
1811
  valueLabels?: string | undefined;
1685
1812
  } | undefined;
@@ -1697,17 +1824,19 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1697
1824
  title: {
1698
1825
  name: string;
1699
1826
  show?: boolean | undefined;
1700
- position?: "left" | "center" | "right" | undefined;
1827
+ position?: "right" | "left" | "center" | undefined;
1701
1828
  };
1702
1829
  x: {
1703
1830
  type: "column";
1704
1831
  value: string;
1832
+ format?: string | undefined;
1705
1833
  label?: string | undefined;
1706
1834
  valueLabels?: string | undefined;
1707
1835
  };
1708
1836
  y: {
1709
1837
  type: "column";
1710
1838
  value: string;
1839
+ format?: string | undefined;
1711
1840
  label?: string | undefined;
1712
1841
  valueLabels?: string | undefined;
1713
1842
  };
@@ -1718,6 +1847,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1718
1847
  columnName: {
1719
1848
  type: "column";
1720
1849
  value: string;
1850
+ format?: string | undefined;
1721
1851
  label?: string | undefined;
1722
1852
  valueLabels?: string | undefined;
1723
1853
  };
@@ -1738,6 +1868,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1738
1868
  columnName: {
1739
1869
  type: "column";
1740
1870
  value: string;
1871
+ format?: string | undefined;
1741
1872
  label?: string | undefined;
1742
1873
  valueLabels?: string | undefined;
1743
1874
  };
@@ -1755,6 +1886,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1755
1886
  columnName: {
1756
1887
  type: "column";
1757
1888
  value: string;
1889
+ format?: string | undefined;
1758
1890
  label?: string | undefined;
1759
1891
  valueLabels?: string | undefined;
1760
1892
  };
@@ -1777,24 +1909,27 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1777
1909
  label?: {
1778
1910
  type: "column";
1779
1911
  value: string;
1912
+ format?: string | undefined;
1780
1913
  label?: string | undefined;
1781
1914
  valueLabels?: string | undefined;
1782
1915
  } | undefined;
1783
1916
  grouping?: {
1784
1917
  type: "column";
1785
1918
  value: string;
1919
+ format?: string | undefined;
1786
1920
  label?: string | undefined;
1787
1921
  valueLabels?: string | undefined;
1788
1922
  }[] | undefined;
1789
1923
  legend?: {
1790
1924
  show?: boolean | undefined;
1791
- position?: "right" | "inside" | "top" | "bottom" | undefined;
1925
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
1792
1926
  } | undefined;
1793
1927
  tooltips?: {
1794
1928
  show?: boolean | undefined;
1795
1929
  content?: {
1796
1930
  type: "column";
1797
1931
  value: string;
1932
+ format?: string | undefined;
1798
1933
  label?: string | undefined;
1799
1934
  valueLabels?: string | undefined;
1800
1935
  }[] | undefined;
@@ -1805,6 +1940,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1805
1940
  keyColumn?: {
1806
1941
  type: "column";
1807
1942
  value: string;
1943
+ format?: string | undefined;
1808
1944
  label?: string | undefined;
1809
1945
  valueLabels?: string | undefined;
1810
1946
  } | undefined;
@@ -1812,6 +1948,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1812
1948
  title?: string | {
1813
1949
  type: "column";
1814
1950
  value: string;
1951
+ format?: string | undefined;
1815
1952
  label?: string | undefined;
1816
1953
  valueLabels?: string | undefined;
1817
1954
  } | undefined;
@@ -1831,6 +1968,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1831
1968
  title?: string | {
1832
1969
  type: "column";
1833
1970
  value: string;
1971
+ format?: string | undefined;
1834
1972
  label?: string | undefined;
1835
1973
  valueLabels?: string | undefined;
1836
1974
  } | undefined;
@@ -1849,6 +1987,7 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1849
1987
  highlight?: {
1850
1988
  type: "column";
1851
1989
  value: string;
1990
+ format?: string | undefined;
1852
1991
  label?: string | undefined;
1853
1992
  valueLabels?: string | undefined;
1854
1993
  } | undefined;
@@ -1863,11 +2002,6 @@ export declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
1863
2002
  }>> | undefined;
1864
2003
  }>;
1865
2004
  export type ScatterplotUmapSettings = z.infer<typeof ScatterplotUmapSettingsSchema>;
1866
- export type ScatterplotUmapLegendInfo = Record<string, {
1867
- values: string[];
1868
- usedAes: (keyof AesItem)[];
1869
- aesMap: AesMap;
1870
- labels: Record<string, string>;
1871
- }>;
2005
+ export type ScatterplotUmapLegendInfo = ScatterplotLegendInfo;
1872
2006
  export {};
1873
2007
  //# sourceMappingURL=scatterplot-umap.d.ts.map