@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,5 @@
1
- import { AesItem, AesMap, categoricalAesMappingFromValueSchema, continuousAesMappingFromValueSchema } from './common';
2
1
  import { z } from 'zod';
2
+ import { AesItem, categoricalAesMappingFromValueSchema, Category, DataValue, continuousAesMappingFromValueSchema } from './common';
3
3
  type catAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof categoricalAesMappingFromValueSchema<ValueType>>;
4
4
  type contAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof continuousAesMappingFromValueSchema<ValueType>>;
5
5
  export type CategoricalAesFromColumn<ValueType> = z.infer<catAesFromColumn<z.ZodType<ValueType>>>;
@@ -37,16 +37,19 @@ declare const DotsLayerSchema: z.ZodObject<{
37
37
  columnName: z.ZodObject<{
38
38
  type: z.ZodLiteral<"column">;
39
39
  value: z.ZodString;
40
+ format: z.ZodOptional<z.ZodString>;
40
41
  label: z.ZodOptional<z.ZodString>;
41
42
  valueLabels: z.ZodOptional<z.ZodString>;
42
43
  }, "strip", z.ZodTypeAny, {
43
44
  type: "column";
44
45
  value: string;
46
+ format?: string | undefined;
45
47
  label?: string | undefined;
46
48
  valueLabels?: string | undefined;
47
49
  }, {
48
50
  type: "column";
49
51
  value: string;
52
+ format?: string | undefined;
50
53
  label?: string | undefined;
51
54
  valueLabels?: string | undefined;
52
55
  }>;
@@ -57,6 +60,7 @@ declare const DotsLayerSchema: z.ZodObject<{
57
60
  columnName: {
58
61
  type: "column";
59
62
  value: string;
63
+ format?: string | undefined;
60
64
  label?: string | undefined;
61
65
  valueLabels?: string | undefined;
62
66
  };
@@ -67,6 +71,7 @@ declare const DotsLayerSchema: z.ZodObject<{
67
71
  columnName: {
68
72
  type: "column";
69
73
  value: string;
74
+ format?: string | undefined;
70
75
  label?: string | undefined;
71
76
  valueLabels?: string | undefined;
72
77
  };
@@ -91,16 +96,19 @@ declare const DotsLayerSchema: z.ZodObject<{
91
96
  columnName: z.ZodObject<{
92
97
  type: z.ZodLiteral<"column">;
93
98
  value: z.ZodString;
99
+ format: z.ZodOptional<z.ZodString>;
94
100
  label: z.ZodOptional<z.ZodString>;
95
101
  valueLabels: z.ZodOptional<z.ZodString>;
96
102
  }, "strip", z.ZodTypeAny, {
97
103
  type: "column";
98
104
  value: string;
105
+ format?: string | undefined;
99
106
  label?: string | undefined;
100
107
  valueLabels?: string | undefined;
101
108
  }, {
102
109
  type: "column";
103
110
  value: string;
111
+ format?: string | undefined;
104
112
  label?: string | undefined;
105
113
  valueLabels?: string | undefined;
106
114
  }>;
@@ -111,6 +119,7 @@ declare const DotsLayerSchema: z.ZodObject<{
111
119
  columnName: {
112
120
  type: "column";
113
121
  value: string;
122
+ format?: string | undefined;
114
123
  label?: string | undefined;
115
124
  valueLabels?: string | undefined;
116
125
  };
@@ -121,6 +130,7 @@ declare const DotsLayerSchema: z.ZodObject<{
121
130
  columnName: {
122
131
  type: "column";
123
132
  value: string;
133
+ format?: string | undefined;
124
134
  label?: string | undefined;
125
135
  valueLabels?: string | undefined;
126
136
  };
@@ -137,6 +147,7 @@ declare const DotsLayerSchema: z.ZodObject<{
137
147
  columnName: {
138
148
  type: "column";
139
149
  value: string;
150
+ format?: string | undefined;
140
151
  label?: string | undefined;
141
152
  valueLabels?: string | undefined;
142
153
  };
@@ -153,6 +164,7 @@ declare const DotsLayerSchema: z.ZodObject<{
153
164
  columnName: {
154
165
  type: "column";
155
166
  value: string;
167
+ format?: string | undefined;
156
168
  label?: string | undefined;
157
169
  valueLabels?: string | undefined;
158
170
  };
@@ -169,6 +181,7 @@ declare const DotsLayerSchema: z.ZodObject<{
169
181
  columnName: {
170
182
  type: "column";
171
183
  value: string;
184
+ format?: string | undefined;
172
185
  label?: string | undefined;
173
186
  valueLabels?: string | undefined;
174
187
  };
@@ -185,6 +198,7 @@ declare const DotsLayerSchema: z.ZodObject<{
185
198
  columnName: {
186
199
  type: "column";
187
200
  value: string;
201
+ format?: string | undefined;
188
202
  label?: string | undefined;
189
203
  valueLabels?: string | undefined;
190
204
  };
@@ -204,6 +218,7 @@ declare const DotsLayerSchema: z.ZodObject<{
204
218
  columnName: {
205
219
  type: "column";
206
220
  value: string;
221
+ format?: string | undefined;
207
222
  label?: string | undefined;
208
223
  valueLabels?: string | undefined;
209
224
  };
@@ -220,6 +235,7 @@ declare const DotsLayerSchema: z.ZodObject<{
220
235
  columnName: {
221
236
  type: "column";
222
237
  value: string;
238
+ format?: string | undefined;
223
239
  label?: string | undefined;
224
240
  valueLabels?: string | undefined;
225
241
  };
@@ -239,6 +255,7 @@ declare const DotsLayerSchema: z.ZodObject<{
239
255
  columnName: {
240
256
  type: "column";
241
257
  value: string;
258
+ format?: string | undefined;
242
259
  label?: string | undefined;
243
260
  valueLabels?: string | undefined;
244
261
  };
@@ -255,6 +272,7 @@ declare const DotsLayerSchema: z.ZodObject<{
255
272
  columnName: {
256
273
  type: "column";
257
274
  value: string;
275
+ format?: string | undefined;
258
276
  label?: string | undefined;
259
277
  valueLabels?: string | undefined;
260
278
  };
@@ -286,16 +304,19 @@ declare const CurveLayerSchema: z.ZodObject<{
286
304
  columnName: z.ZodObject<{
287
305
  type: z.ZodLiteral<"column">;
288
306
  value: z.ZodString;
307
+ format: z.ZodOptional<z.ZodString>;
289
308
  label: z.ZodOptional<z.ZodString>;
290
309
  valueLabels: z.ZodOptional<z.ZodString>;
291
310
  }, "strip", z.ZodTypeAny, {
292
311
  type: "column";
293
312
  value: string;
313
+ format?: string | undefined;
294
314
  label?: string | undefined;
295
315
  valueLabels?: string | undefined;
296
316
  }, {
297
317
  type: "column";
298
318
  value: string;
319
+ format?: string | undefined;
299
320
  label?: string | undefined;
300
321
  valueLabels?: string | undefined;
301
322
  }>;
@@ -306,6 +327,7 @@ declare const CurveLayerSchema: z.ZodObject<{
306
327
  columnName: {
307
328
  type: "column";
308
329
  value: string;
330
+ format?: string | undefined;
309
331
  label?: string | undefined;
310
332
  valueLabels?: string | undefined;
311
333
  };
@@ -316,6 +338,7 @@ declare const CurveLayerSchema: z.ZodObject<{
316
338
  columnName: {
317
339
  type: "column";
318
340
  value: string;
341
+ format?: string | undefined;
319
342
  label?: string | undefined;
320
343
  valueLabels?: string | undefined;
321
344
  };
@@ -335,6 +358,7 @@ declare const CurveLayerSchema: z.ZodObject<{
335
358
  columnName: {
336
359
  type: "column";
337
360
  value: string;
361
+ format?: string | undefined;
338
362
  label?: string | undefined;
339
363
  valueLabels?: string | undefined;
340
364
  };
@@ -354,6 +378,7 @@ declare const CurveLayerSchema: z.ZodObject<{
354
378
  columnName: {
355
379
  type: "column";
356
380
  value: string;
381
+ format?: string | undefined;
357
382
  label?: string | undefined;
358
383
  valueLabels?: string | undefined;
359
384
  };
@@ -376,6 +401,7 @@ declare const CurveLayerSchema: z.ZodObject<{
376
401
  columnName: {
377
402
  type: "column";
378
403
  value: string;
404
+ format?: string | undefined;
379
405
  label?: string | undefined;
380
406
  valueLabels?: string | undefined;
381
407
  };
@@ -399,6 +425,7 @@ declare const CurveLayerSchema: z.ZodObject<{
399
425
  columnName: {
400
426
  type: "column";
401
427
  value: string;
428
+ format?: string | undefined;
402
429
  label?: string | undefined;
403
430
  valueLabels?: string | undefined;
404
431
  };
@@ -429,16 +456,19 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
429
456
  columnName: z.ZodObject<{
430
457
  type: z.ZodLiteral<"column">;
431
458
  value: z.ZodString;
459
+ format: z.ZodOptional<z.ZodString>;
432
460
  label: z.ZodOptional<z.ZodString>;
433
461
  valueLabels: z.ZodOptional<z.ZodString>;
434
462
  }, "strip", z.ZodTypeAny, {
435
463
  type: "column";
436
464
  value: string;
465
+ format?: string | undefined;
437
466
  label?: string | undefined;
438
467
  valueLabels?: string | undefined;
439
468
  }, {
440
469
  type: "column";
441
470
  value: string;
471
+ format?: string | undefined;
442
472
  label?: string | undefined;
443
473
  valueLabels?: string | undefined;
444
474
  }>;
@@ -449,6 +479,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
449
479
  columnName: {
450
480
  type: "column";
451
481
  value: string;
482
+ format?: string | undefined;
452
483
  label?: string | undefined;
453
484
  valueLabels?: string | undefined;
454
485
  };
@@ -459,6 +490,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
459
490
  columnName: {
460
491
  type: "column";
461
492
  value: string;
493
+ format?: string | undefined;
462
494
  label?: string | undefined;
463
495
  valueLabels?: string | undefined;
464
496
  };
@@ -483,16 +515,19 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
483
515
  columnName: z.ZodObject<{
484
516
  type: z.ZodLiteral<"column">;
485
517
  value: z.ZodString;
518
+ format: z.ZodOptional<z.ZodString>;
486
519
  label: z.ZodOptional<z.ZodString>;
487
520
  valueLabels: z.ZodOptional<z.ZodString>;
488
521
  }, "strip", z.ZodTypeAny, {
489
522
  type: "column";
490
523
  value: string;
524
+ format?: string | undefined;
491
525
  label?: string | undefined;
492
526
  valueLabels?: string | undefined;
493
527
  }, {
494
528
  type: "column";
495
529
  value: string;
530
+ format?: string | undefined;
496
531
  label?: string | undefined;
497
532
  valueLabels?: string | undefined;
498
533
  }>;
@@ -503,6 +538,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
503
538
  columnName: {
504
539
  type: "column";
505
540
  value: string;
541
+ format?: string | undefined;
506
542
  label?: string | undefined;
507
543
  valueLabels?: string | undefined;
508
544
  };
@@ -513,6 +549,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
513
549
  columnName: {
514
550
  type: "column";
515
551
  value: string;
552
+ format?: string | undefined;
516
553
  label?: string | undefined;
517
554
  valueLabels?: string | undefined;
518
555
  };
@@ -529,6 +566,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
529
566
  columnName: {
530
567
  type: "column";
531
568
  value: string;
569
+ format?: string | undefined;
532
570
  label?: string | undefined;
533
571
  valueLabels?: string | undefined;
534
572
  };
@@ -545,6 +583,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
545
583
  columnName: {
546
584
  type: "column";
547
585
  value: string;
586
+ format?: string | undefined;
548
587
  label?: string | undefined;
549
588
  valueLabels?: string | undefined;
550
589
  };
@@ -561,6 +600,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
561
600
  columnName: {
562
601
  type: "column";
563
602
  value: string;
603
+ format?: string | undefined;
564
604
  label?: string | undefined;
565
605
  valueLabels?: string | undefined;
566
606
  };
@@ -577,6 +617,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
577
617
  columnName: {
578
618
  type: "column";
579
619
  value: string;
620
+ format?: string | undefined;
580
621
  label?: string | undefined;
581
622
  valueLabels?: string | undefined;
582
623
  };
@@ -596,6 +637,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
596
637
  columnName: {
597
638
  type: "column";
598
639
  value: string;
640
+ format?: string | undefined;
599
641
  label?: string | undefined;
600
642
  valueLabels?: string | undefined;
601
643
  };
@@ -612,6 +654,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
612
654
  columnName: {
613
655
  type: "column";
614
656
  value: string;
657
+ format?: string | undefined;
615
658
  label?: string | undefined;
616
659
  valueLabels?: string | undefined;
617
660
  };
@@ -631,6 +674,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
631
674
  columnName: {
632
675
  type: "column";
633
676
  value: string;
677
+ format?: string | undefined;
634
678
  label?: string | undefined;
635
679
  valueLabels?: string | undefined;
636
680
  };
@@ -647,6 +691,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
647
691
  columnName: {
648
692
  type: "column";
649
693
  value: string;
694
+ format?: string | undefined;
650
695
  label?: string | undefined;
651
696
  valueLabels?: string | undefined;
652
697
  };
@@ -677,16 +722,19 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
677
722
  columnName: z.ZodObject<{
678
723
  type: z.ZodLiteral<"column">;
679
724
  value: z.ZodString;
725
+ format: z.ZodOptional<z.ZodString>;
680
726
  label: z.ZodOptional<z.ZodString>;
681
727
  valueLabels: z.ZodOptional<z.ZodString>;
682
728
  }, "strip", z.ZodTypeAny, {
683
729
  type: "column";
684
730
  value: string;
731
+ format?: string | undefined;
685
732
  label?: string | undefined;
686
733
  valueLabels?: string | undefined;
687
734
  }, {
688
735
  type: "column";
689
736
  value: string;
737
+ format?: string | undefined;
690
738
  label?: string | undefined;
691
739
  valueLabels?: string | undefined;
692
740
  }>;
@@ -697,6 +745,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
697
745
  columnName: {
698
746
  type: "column";
699
747
  value: string;
748
+ format?: string | undefined;
700
749
  label?: string | undefined;
701
750
  valueLabels?: string | undefined;
702
751
  };
@@ -707,6 +756,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
707
756
  columnName: {
708
757
  type: "column";
709
758
  value: string;
759
+ format?: string | undefined;
710
760
  label?: string | undefined;
711
761
  valueLabels?: string | undefined;
712
762
  };
@@ -726,6 +776,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
726
776
  columnName: {
727
777
  type: "column";
728
778
  value: string;
779
+ format?: string | undefined;
729
780
  label?: string | undefined;
730
781
  valueLabels?: string | undefined;
731
782
  };
@@ -745,6 +796,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
745
796
  columnName: {
746
797
  type: "column";
747
798
  value: string;
799
+ format?: string | undefined;
748
800
  label?: string | undefined;
749
801
  valueLabels?: string | undefined;
750
802
  };
@@ -767,6 +819,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
767
819
  columnName: {
768
820
  type: "column";
769
821
  value: string;
822
+ format?: string | undefined;
770
823
  label?: string | undefined;
771
824
  valueLabels?: string | undefined;
772
825
  };
@@ -790,6 +843,7 @@ declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
790
843
  columnName: {
791
844
  type: "column";
792
845
  value: string;
846
+ format?: string | undefined;
793
847
  label?: string | undefined;
794
848
  valueLabels?: string | undefined;
795
849
  };
@@ -813,11 +867,11 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
813
867
  }, "strip", z.ZodTypeAny, {
814
868
  name: string;
815
869
  show?: boolean | undefined;
816
- position?: "left" | "center" | "right" | undefined;
870
+ position?: "right" | "left" | "center" | undefined;
817
871
  }, {
818
872
  name: string;
819
873
  show?: boolean | undefined;
820
- position?: "left" | "center" | "right" | undefined;
874
+ position?: "right" | "left" | "center" | undefined;
821
875
  }>;
822
876
  size: z.ZodOptional<z.ZodObject<{
823
877
  width: z.ZodOptional<z.ZodNumber>;
@@ -834,26 +888,29 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
834
888
  position: z.ZodOptional<z.ZodEnum<["inside", "right", "top", "bottom"]>>;
835
889
  }, "strip", z.ZodTypeAny, {
836
890
  show?: boolean | undefined;
837
- position?: "right" | "inside" | "top" | "bottom" | undefined;
891
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
838
892
  }, {
839
893
  show?: boolean | undefined;
840
- position?: "right" | "inside" | "top" | "bottom" | undefined;
894
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
841
895
  }>>;
842
896
  tooltips: z.ZodOptional<z.ZodObject<{
843
897
  show: z.ZodOptional<z.ZodBoolean>;
844
898
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
845
899
  type: z.ZodLiteral<"column">;
846
900
  value: z.ZodString;
901
+ format: z.ZodOptional<z.ZodString>;
847
902
  label: z.ZodOptional<z.ZodString>;
848
903
  valueLabels: z.ZodOptional<z.ZodString>;
849
904
  }, "strip", z.ZodTypeAny, {
850
905
  type: "column";
851
906
  value: string;
907
+ format?: string | undefined;
852
908
  label?: string | undefined;
853
909
  valueLabels?: string | undefined;
854
910
  }, {
855
911
  type: "column";
856
912
  value: string;
913
+ format?: string | undefined;
857
914
  label?: string | undefined;
858
915
  valueLabels?: string | undefined;
859
916
  }>, "many">>;
@@ -862,6 +919,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
862
919
  content?: {
863
920
  type: "column";
864
921
  value: string;
922
+ format?: string | undefined;
865
923
  label?: string | undefined;
866
924
  valueLabels?: string | undefined;
867
925
  }[] | undefined;
@@ -870,6 +928,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
870
928
  content?: {
871
929
  type: "column";
872
930
  value: string;
931
+ format?: string | undefined;
873
932
  label?: string | undefined;
874
933
  valueLabels?: string | undefined;
875
934
  }[] | undefined;
@@ -900,48 +959,57 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
900
959
  keyColumn: z.ZodObject<{
901
960
  type: z.ZodLiteral<"column">;
902
961
  value: z.ZodString;
962
+ format: z.ZodOptional<z.ZodString>;
903
963
  label: z.ZodOptional<z.ZodString>;
904
964
  valueLabels: z.ZodOptional<z.ZodString>;
905
965
  }, "strip", z.ZodTypeAny, {
906
966
  type: "column";
907
967
  value: string;
968
+ format?: string | undefined;
908
969
  label?: string | undefined;
909
970
  valueLabels?: string | undefined;
910
971
  }, {
911
972
  type: "column";
912
973
  value: string;
974
+ format?: string | undefined;
913
975
  label?: string | undefined;
914
976
  valueLabels?: string | undefined;
915
977
  }>;
916
978
  x: z.ZodObject<{
917
979
  type: z.ZodLiteral<"column">;
918
980
  value: z.ZodString;
981
+ format: z.ZodOptional<z.ZodString>;
919
982
  label: z.ZodOptional<z.ZodString>;
920
983
  valueLabels: z.ZodOptional<z.ZodString>;
921
984
  }, "strip", z.ZodTypeAny, {
922
985
  type: "column";
923
986
  value: string;
987
+ format?: string | undefined;
924
988
  label?: string | undefined;
925
989
  valueLabels?: string | undefined;
926
990
  }, {
927
991
  type: "column";
928
992
  value: string;
993
+ format?: string | undefined;
929
994
  label?: string | undefined;
930
995
  valueLabels?: string | undefined;
931
996
  }>;
932
997
  y: z.ZodObject<{
933
998
  type: z.ZodLiteral<"column">;
934
999
  value: z.ZodString;
1000
+ format: z.ZodOptional<z.ZodString>;
935
1001
  label: z.ZodOptional<z.ZodString>;
936
1002
  valueLabels: z.ZodOptional<z.ZodString>;
937
1003
  }, "strip", z.ZodTypeAny, {
938
1004
  type: "column";
939
1005
  value: string;
1006
+ format?: string | undefined;
940
1007
  label?: string | undefined;
941
1008
  valueLabels?: string | undefined;
942
1009
  }, {
943
1010
  type: "column";
944
1011
  value: string;
1012
+ format?: string | undefined;
945
1013
  label?: string | undefined;
946
1014
  valueLabels?: string | undefined;
947
1015
  }>;
@@ -949,16 +1017,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
949
1017
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
950
1018
  type: z.ZodLiteral<"column">;
951
1019
  value: z.ZodString;
1020
+ format: z.ZodOptional<z.ZodString>;
952
1021
  label: z.ZodOptional<z.ZodString>;
953
1022
  valueLabels: z.ZodOptional<z.ZodString>;
954
1023
  }, "strip", z.ZodTypeAny, {
955
1024
  type: "column";
956
1025
  value: string;
1026
+ format?: string | undefined;
957
1027
  label?: string | undefined;
958
1028
  valueLabels?: string | undefined;
959
1029
  }, {
960
1030
  type: "column";
961
1031
  value: string;
1032
+ format?: string | undefined;
962
1033
  label?: string | undefined;
963
1034
  valueLabels?: string | undefined;
964
1035
  }>]>>;
@@ -977,6 +1048,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
977
1048
  title?: string | {
978
1049
  type: "column";
979
1050
  value: string;
1051
+ format?: string | undefined;
980
1052
  label?: string | undefined;
981
1053
  valueLabels?: string | undefined;
982
1054
  } | undefined;
@@ -995,6 +1067,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
995
1067
  title?: string | {
996
1068
  type: "column";
997
1069
  value: string;
1070
+ format?: string | undefined;
998
1071
  label?: string | undefined;
999
1072
  valueLabels?: string | undefined;
1000
1073
  } | undefined;
@@ -1014,16 +1087,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1014
1087
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1015
1088
  type: z.ZodLiteral<"column">;
1016
1089
  value: z.ZodString;
1090
+ format: z.ZodOptional<z.ZodString>;
1017
1091
  label: z.ZodOptional<z.ZodString>;
1018
1092
  valueLabels: z.ZodOptional<z.ZodString>;
1019
1093
  }, "strip", z.ZodTypeAny, {
1020
1094
  type: "column";
1021
1095
  value: string;
1096
+ format?: string | undefined;
1022
1097
  label?: string | undefined;
1023
1098
  valueLabels?: string | undefined;
1024
1099
  }, {
1025
1100
  type: "column";
1026
1101
  value: string;
1102
+ format?: string | undefined;
1027
1103
  label?: string | undefined;
1028
1104
  valueLabels?: string | undefined;
1029
1105
  }>]>>;
@@ -1042,6 +1118,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1042
1118
  title?: string | {
1043
1119
  type: "column";
1044
1120
  value: string;
1121
+ format?: string | undefined;
1045
1122
  label?: string | undefined;
1046
1123
  valueLabels?: string | undefined;
1047
1124
  } | undefined;
@@ -1060,6 +1137,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1060
1137
  title?: string | {
1061
1138
  type: "column";
1062
1139
  value: string;
1140
+ format?: string | undefined;
1063
1141
  label?: string | undefined;
1064
1142
  valueLabels?: string | undefined;
1065
1143
  } | undefined;
@@ -1078,64 +1156,76 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1078
1156
  grouping: z.ZodOptional<z.ZodArray<z.ZodObject<{
1079
1157
  type: z.ZodLiteral<"column">;
1080
1158
  value: z.ZodString;
1159
+ format: z.ZodOptional<z.ZodString>;
1081
1160
  label: z.ZodOptional<z.ZodString>;
1082
1161
  valueLabels: z.ZodOptional<z.ZodString>;
1083
1162
  }, "strip", z.ZodTypeAny, {
1084
1163
  type: "column";
1085
1164
  value: string;
1165
+ format?: string | undefined;
1086
1166
  label?: string | undefined;
1087
1167
  valueLabels?: string | undefined;
1088
1168
  }, {
1089
1169
  type: "column";
1090
1170
  value: string;
1171
+ format?: string | undefined;
1091
1172
  label?: string | undefined;
1092
1173
  valueLabels?: string | undefined;
1093
1174
  }>, "many">>;
1094
1175
  facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1095
1176
  type: z.ZodLiteral<"column">;
1096
1177
  value: z.ZodString;
1178
+ format: z.ZodOptional<z.ZodString>;
1097
1179
  label: z.ZodOptional<z.ZodString>;
1098
1180
  valueLabels: z.ZodOptional<z.ZodString>;
1099
1181
  }, "strip", z.ZodTypeAny, {
1100
1182
  type: "column";
1101
1183
  value: string;
1184
+ format?: string | undefined;
1102
1185
  label?: string | undefined;
1103
1186
  valueLabels?: string | undefined;
1104
1187
  }, {
1105
1188
  type: "column";
1106
1189
  value: string;
1190
+ format?: string | undefined;
1107
1191
  label?: string | undefined;
1108
1192
  valueLabels?: string | undefined;
1109
1193
  }>, "many">>;
1110
1194
  label: z.ZodOptional<z.ZodObject<{
1111
1195
  type: z.ZodLiteral<"column">;
1112
1196
  value: z.ZodString;
1197
+ format: z.ZodOptional<z.ZodString>;
1113
1198
  label: z.ZodOptional<z.ZodString>;
1114
1199
  valueLabels: z.ZodOptional<z.ZodString>;
1115
1200
  }, "strip", z.ZodTypeAny, {
1116
1201
  type: "column";
1117
1202
  value: string;
1203
+ format?: string | undefined;
1118
1204
  label?: string | undefined;
1119
1205
  valueLabels?: string | undefined;
1120
1206
  }, {
1121
1207
  type: "column";
1122
1208
  value: string;
1209
+ format?: string | undefined;
1123
1210
  label?: string | undefined;
1124
1211
  valueLabels?: string | undefined;
1125
1212
  }>>;
1126
1213
  highlight: z.ZodOptional<z.ZodObject<{
1127
1214
  type: z.ZodLiteral<"column">;
1128
1215
  value: z.ZodString;
1216
+ format: z.ZodOptional<z.ZodString>;
1129
1217
  label: z.ZodOptional<z.ZodString>;
1130
1218
  valueLabels: z.ZodOptional<z.ZodString>;
1131
1219
  }, "strip", z.ZodTypeAny, {
1132
1220
  type: "column";
1133
1221
  value: string;
1222
+ format?: string | undefined;
1134
1223
  label?: string | undefined;
1135
1224
  valueLabels?: string | undefined;
1136
1225
  }, {
1137
1226
  type: "column";
1138
1227
  value: string;
1228
+ format?: string | undefined;
1139
1229
  label?: string | undefined;
1140
1230
  valueLabels?: string | undefined;
1141
1231
  }>>;
@@ -1181,16 +1271,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1181
1271
  columnName: z.ZodObject<{
1182
1272
  type: z.ZodLiteral<"column">;
1183
1273
  value: z.ZodString;
1274
+ format: z.ZodOptional<z.ZodString>;
1184
1275
  label: z.ZodOptional<z.ZodString>;
1185
1276
  valueLabels: z.ZodOptional<z.ZodString>;
1186
1277
  }, "strip", z.ZodTypeAny, {
1187
1278
  type: "column";
1188
1279
  value: string;
1280
+ format?: string | undefined;
1189
1281
  label?: string | undefined;
1190
1282
  valueLabels?: string | undefined;
1191
1283
  }, {
1192
1284
  type: "column";
1193
1285
  value: string;
1286
+ format?: string | undefined;
1194
1287
  label?: string | undefined;
1195
1288
  valueLabels?: string | undefined;
1196
1289
  }>;
@@ -1201,6 +1294,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1201
1294
  columnName: {
1202
1295
  type: "column";
1203
1296
  value: string;
1297
+ format?: string | undefined;
1204
1298
  label?: string | undefined;
1205
1299
  valueLabels?: string | undefined;
1206
1300
  };
@@ -1211,6 +1305,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1211
1305
  columnName: {
1212
1306
  type: "column";
1213
1307
  value: string;
1308
+ format?: string | undefined;
1214
1309
  label?: string | undefined;
1215
1310
  valueLabels?: string | undefined;
1216
1311
  };
@@ -1228,6 +1323,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1228
1323
  columnName: {
1229
1324
  type: "column";
1230
1325
  value: string;
1326
+ format?: string | undefined;
1231
1327
  label?: string | undefined;
1232
1328
  valueLabels?: string | undefined;
1233
1329
  };
@@ -1245,6 +1341,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1245
1341
  columnName: {
1246
1342
  type: "column";
1247
1343
  value: string;
1344
+ format?: string | undefined;
1248
1345
  label?: string | undefined;
1249
1346
  valueLabels?: string | undefined;
1250
1347
  };
@@ -1273,16 +1370,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1273
1370
  columnName: z.ZodObject<{
1274
1371
  type: z.ZodLiteral<"column">;
1275
1372
  value: z.ZodString;
1373
+ format: z.ZodOptional<z.ZodString>;
1276
1374
  label: z.ZodOptional<z.ZodString>;
1277
1375
  valueLabels: z.ZodOptional<z.ZodString>;
1278
1376
  }, "strip", z.ZodTypeAny, {
1279
1377
  type: "column";
1280
1378
  value: string;
1379
+ format?: string | undefined;
1281
1380
  label?: string | undefined;
1282
1381
  valueLabels?: string | undefined;
1283
1382
  }, {
1284
1383
  type: "column";
1285
1384
  value: string;
1385
+ format?: string | undefined;
1286
1386
  label?: string | undefined;
1287
1387
  valueLabels?: string | undefined;
1288
1388
  }>;
@@ -1293,6 +1393,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1293
1393
  columnName: {
1294
1394
  type: "column";
1295
1395
  value: string;
1396
+ format?: string | undefined;
1296
1397
  label?: string | undefined;
1297
1398
  valueLabels?: string | undefined;
1298
1399
  };
@@ -1303,6 +1404,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1303
1404
  columnName: {
1304
1405
  type: "column";
1305
1406
  value: string;
1407
+ format?: string | undefined;
1306
1408
  label?: string | undefined;
1307
1409
  valueLabels?: string | undefined;
1308
1410
  };
@@ -1327,16 +1429,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1327
1429
  columnName: z.ZodObject<{
1328
1430
  type: z.ZodLiteral<"column">;
1329
1431
  value: z.ZodString;
1432
+ format: z.ZodOptional<z.ZodString>;
1330
1433
  label: z.ZodOptional<z.ZodString>;
1331
1434
  valueLabels: z.ZodOptional<z.ZodString>;
1332
1435
  }, "strip", z.ZodTypeAny, {
1333
1436
  type: "column";
1334
1437
  value: string;
1438
+ format?: string | undefined;
1335
1439
  label?: string | undefined;
1336
1440
  valueLabels?: string | undefined;
1337
1441
  }, {
1338
1442
  type: "column";
1339
1443
  value: string;
1444
+ format?: string | undefined;
1340
1445
  label?: string | undefined;
1341
1446
  valueLabels?: string | undefined;
1342
1447
  }>;
@@ -1347,6 +1452,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1347
1452
  columnName: {
1348
1453
  type: "column";
1349
1454
  value: string;
1455
+ format?: string | undefined;
1350
1456
  label?: string | undefined;
1351
1457
  valueLabels?: string | undefined;
1352
1458
  };
@@ -1357,6 +1463,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1357
1463
  columnName: {
1358
1464
  type: "column";
1359
1465
  value: string;
1466
+ format?: string | undefined;
1360
1467
  label?: string | undefined;
1361
1468
  valueLabels?: string | undefined;
1362
1469
  };
@@ -1373,6 +1480,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1373
1480
  columnName: {
1374
1481
  type: "column";
1375
1482
  value: string;
1483
+ format?: string | undefined;
1376
1484
  label?: string | undefined;
1377
1485
  valueLabels?: string | undefined;
1378
1486
  };
@@ -1389,6 +1497,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1389
1497
  columnName: {
1390
1498
  type: "column";
1391
1499
  value: string;
1500
+ format?: string | undefined;
1392
1501
  label?: string | undefined;
1393
1502
  valueLabels?: string | undefined;
1394
1503
  };
@@ -1405,6 +1514,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1405
1514
  columnName: {
1406
1515
  type: "column";
1407
1516
  value: string;
1517
+ format?: string | undefined;
1408
1518
  label?: string | undefined;
1409
1519
  valueLabels?: string | undefined;
1410
1520
  };
@@ -1421,6 +1531,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1421
1531
  columnName: {
1422
1532
  type: "column";
1423
1533
  value: string;
1534
+ format?: string | undefined;
1424
1535
  label?: string | undefined;
1425
1536
  valueLabels?: string | undefined;
1426
1537
  };
@@ -1440,6 +1551,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1440
1551
  columnName: {
1441
1552
  type: "column";
1442
1553
  value: string;
1554
+ format?: string | undefined;
1443
1555
  label?: string | undefined;
1444
1556
  valueLabels?: string | undefined;
1445
1557
  };
@@ -1456,6 +1568,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1456
1568
  columnName: {
1457
1569
  type: "column";
1458
1570
  value: string;
1571
+ format?: string | undefined;
1459
1572
  label?: string | undefined;
1460
1573
  valueLabels?: string | undefined;
1461
1574
  };
@@ -1475,6 +1588,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1475
1588
  columnName: {
1476
1589
  type: "column";
1477
1590
  value: string;
1591
+ format?: string | undefined;
1478
1592
  label?: string | undefined;
1479
1593
  valueLabels?: string | undefined;
1480
1594
  };
@@ -1491,6 +1605,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1491
1605
  columnName: {
1492
1606
  type: "column";
1493
1607
  value: string;
1608
+ format?: string | undefined;
1494
1609
  label?: string | undefined;
1495
1610
  valueLabels?: string | undefined;
1496
1611
  };
@@ -1521,16 +1636,19 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1521
1636
  columnName: z.ZodObject<{
1522
1637
  type: z.ZodLiteral<"column">;
1523
1638
  value: z.ZodString;
1639
+ format: z.ZodOptional<z.ZodString>;
1524
1640
  label: z.ZodOptional<z.ZodString>;
1525
1641
  valueLabels: z.ZodOptional<z.ZodString>;
1526
1642
  }, "strip", z.ZodTypeAny, {
1527
1643
  type: "column";
1528
1644
  value: string;
1645
+ format?: string | undefined;
1529
1646
  label?: string | undefined;
1530
1647
  valueLabels?: string | undefined;
1531
1648
  }, {
1532
1649
  type: "column";
1533
1650
  value: string;
1651
+ format?: string | undefined;
1534
1652
  label?: string | undefined;
1535
1653
  valueLabels?: string | undefined;
1536
1654
  }>;
@@ -1541,6 +1659,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1541
1659
  columnName: {
1542
1660
  type: "column";
1543
1661
  value: string;
1662
+ format?: string | undefined;
1544
1663
  label?: string | undefined;
1545
1664
  valueLabels?: string | undefined;
1546
1665
  };
@@ -1551,6 +1670,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1551
1670
  columnName: {
1552
1671
  type: "column";
1553
1672
  value: string;
1673
+ format?: string | undefined;
1554
1674
  label?: string | undefined;
1555
1675
  valueLabels?: string | undefined;
1556
1676
  };
@@ -1570,6 +1690,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1570
1690
  columnName: {
1571
1691
  type: "column";
1572
1692
  value: string;
1693
+ format?: string | undefined;
1573
1694
  label?: string | undefined;
1574
1695
  valueLabels?: string | undefined;
1575
1696
  };
@@ -1589,6 +1710,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1589
1710
  columnName: {
1590
1711
  type: "column";
1591
1712
  value: string;
1713
+ format?: string | undefined;
1592
1714
  label?: string | undefined;
1593
1715
  valueLabels?: string | undefined;
1594
1716
  };
@@ -1611,6 +1733,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1611
1733
  columnName: {
1612
1734
  type: "column";
1613
1735
  value: string;
1736
+ format?: string | undefined;
1614
1737
  label?: string | undefined;
1615
1738
  valueLabels?: string | undefined;
1616
1739
  };
@@ -1634,6 +1757,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1634
1757
  columnName: {
1635
1758
  type: "column";
1636
1759
  value: string;
1760
+ format?: string | undefined;
1637
1761
  label?: string | undefined;
1638
1762
  valueLabels?: string | undefined;
1639
1763
  };
@@ -1650,23 +1774,26 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1650
1774
  title: {
1651
1775
  name: string;
1652
1776
  show?: boolean | undefined;
1653
- position?: "left" | "center" | "right" | undefined;
1777
+ position?: "right" | "left" | "center" | undefined;
1654
1778
  };
1655
1779
  keyColumn: {
1656
1780
  type: "column";
1657
1781
  value: string;
1782
+ format?: string | undefined;
1658
1783
  label?: string | undefined;
1659
1784
  valueLabels?: string | undefined;
1660
1785
  };
1661
1786
  x: {
1662
1787
  type: "column";
1663
1788
  value: string;
1789
+ format?: string | undefined;
1664
1790
  label?: string | undefined;
1665
1791
  valueLabels?: string | undefined;
1666
1792
  };
1667
1793
  y: {
1668
1794
  type: "column";
1669
1795
  value: string;
1796
+ format?: string | undefined;
1670
1797
  label?: string | undefined;
1671
1798
  valueLabels?: string | undefined;
1672
1799
  };
@@ -1681,6 +1808,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1681
1808
  columnName: {
1682
1809
  type: "column";
1683
1810
  value: string;
1811
+ format?: string | undefined;
1684
1812
  label?: string | undefined;
1685
1813
  valueLabels?: string | undefined;
1686
1814
  };
@@ -1697,6 +1825,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1697
1825
  columnName: {
1698
1826
  type: "column";
1699
1827
  value: string;
1828
+ format?: string | undefined;
1700
1829
  label?: string | undefined;
1701
1830
  valueLabels?: string | undefined;
1702
1831
  };
@@ -1718,6 +1847,7 @@ export declare const ScatterplotSettingsSchema: 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
  };
@@ -1736,24 +1866,27 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1736
1866
  label?: {
1737
1867
  type: "column";
1738
1868
  value: string;
1869
+ format?: string | undefined;
1739
1870
  label?: string | undefined;
1740
1871
  valueLabels?: string | undefined;
1741
1872
  } | undefined;
1742
1873
  grouping?: {
1743
1874
  type: "column";
1744
1875
  value: string;
1876
+ format?: string | undefined;
1745
1877
  label?: string | undefined;
1746
1878
  valueLabels?: string | undefined;
1747
1879
  }[] | undefined;
1748
1880
  legend?: {
1749
1881
  show?: boolean | undefined;
1750
- position?: "right" | "inside" | "top" | "bottom" | undefined;
1882
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
1751
1883
  } | undefined;
1752
1884
  tooltips?: {
1753
1885
  show?: boolean | undefined;
1754
1886
  content?: {
1755
1887
  type: "column";
1756
1888
  value: string;
1889
+ format?: string | undefined;
1757
1890
  label?: string | undefined;
1758
1891
  valueLabels?: string | undefined;
1759
1892
  }[] | undefined;
@@ -1771,6 +1904,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1771
1904
  title?: string | {
1772
1905
  type: "column";
1773
1906
  value: string;
1907
+ format?: string | undefined;
1774
1908
  label?: string | undefined;
1775
1909
  valueLabels?: string | undefined;
1776
1910
  } | undefined;
@@ -1790,6 +1924,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1790
1924
  title?: string | {
1791
1925
  type: "column";
1792
1926
  value: string;
1927
+ format?: string | undefined;
1793
1928
  label?: string | undefined;
1794
1929
  valueLabels?: string | undefined;
1795
1930
  } | undefined;
@@ -1808,12 +1943,14 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1808
1943
  facetBy?: {
1809
1944
  type: "column";
1810
1945
  value: string;
1946
+ format?: string | undefined;
1811
1947
  label?: string | undefined;
1812
1948
  valueLabels?: string | undefined;
1813
1949
  }[] | undefined;
1814
1950
  highlight?: {
1815
1951
  type: "column";
1816
1952
  value: string;
1953
+ format?: string | undefined;
1817
1954
  label?: string | undefined;
1818
1955
  valueLabels?: string | undefined;
1819
1956
  } | undefined;
@@ -1835,6 +1972,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1835
1972
  columnName: {
1836
1973
  type: "column";
1837
1974
  value: string;
1975
+ format?: string | undefined;
1838
1976
  label?: string | undefined;
1839
1977
  valueLabels?: string | undefined;
1840
1978
  };
@@ -1849,23 +1987,26 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1849
1987
  title: {
1850
1988
  name: string;
1851
1989
  show?: boolean | undefined;
1852
- position?: "left" | "center" | "right" | undefined;
1990
+ position?: "right" | "left" | "center" | undefined;
1853
1991
  };
1854
1992
  keyColumn: {
1855
1993
  type: "column";
1856
1994
  value: string;
1995
+ format?: string | undefined;
1857
1996
  label?: string | undefined;
1858
1997
  valueLabels?: string | undefined;
1859
1998
  };
1860
1999
  x: {
1861
2000
  type: "column";
1862
2001
  value: string;
2002
+ format?: string | undefined;
1863
2003
  label?: string | undefined;
1864
2004
  valueLabels?: string | undefined;
1865
2005
  };
1866
2006
  y: {
1867
2007
  type: "column";
1868
2008
  value: string;
2009
+ format?: string | undefined;
1869
2010
  label?: string | undefined;
1870
2011
  valueLabels?: string | undefined;
1871
2012
  };
@@ -1880,6 +2021,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1880
2021
  columnName: {
1881
2022
  type: "column";
1882
2023
  value: string;
2024
+ format?: string | undefined;
1883
2025
  label?: string | undefined;
1884
2026
  valueLabels?: string | undefined;
1885
2027
  };
@@ -1896,6 +2038,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1896
2038
  columnName: {
1897
2039
  type: "column";
1898
2040
  value: string;
2041
+ format?: string | undefined;
1899
2042
  label?: string | undefined;
1900
2043
  valueLabels?: string | undefined;
1901
2044
  };
@@ -1917,6 +2060,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1917
2060
  columnName: {
1918
2061
  type: "column";
1919
2062
  value: string;
2063
+ format?: string | undefined;
1920
2064
  label?: string | undefined;
1921
2065
  valueLabels?: string | undefined;
1922
2066
  };
@@ -1935,24 +2079,27 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1935
2079
  label?: {
1936
2080
  type: "column";
1937
2081
  value: string;
2082
+ format?: string | undefined;
1938
2083
  label?: string | undefined;
1939
2084
  valueLabels?: string | undefined;
1940
2085
  } | undefined;
1941
2086
  grouping?: {
1942
2087
  type: "column";
1943
2088
  value: string;
2089
+ format?: string | undefined;
1944
2090
  label?: string | undefined;
1945
2091
  valueLabels?: string | undefined;
1946
2092
  }[] | undefined;
1947
2093
  legend?: {
1948
2094
  show?: boolean | undefined;
1949
- position?: "right" | "inside" | "top" | "bottom" | undefined;
2095
+ position?: "right" | "top" | "bottom" | "inside" | undefined;
1950
2096
  } | undefined;
1951
2097
  tooltips?: {
1952
2098
  show?: boolean | undefined;
1953
2099
  content?: {
1954
2100
  type: "column";
1955
2101
  value: string;
2102
+ format?: string | undefined;
1956
2103
  label?: string | undefined;
1957
2104
  valueLabels?: string | undefined;
1958
2105
  }[] | undefined;
@@ -1970,6 +2117,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1970
2117
  title?: string | {
1971
2118
  type: "column";
1972
2119
  value: string;
2120
+ format?: string | undefined;
1973
2121
  label?: string | undefined;
1974
2122
  valueLabels?: string | undefined;
1975
2123
  } | undefined;
@@ -1989,6 +2137,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
1989
2137
  title?: string | {
1990
2138
  type: "column";
1991
2139
  value: string;
2140
+ format?: string | undefined;
1992
2141
  label?: string | undefined;
1993
2142
  valueLabels?: string | undefined;
1994
2143
  } | undefined;
@@ -2007,12 +2156,14 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
2007
2156
  facetBy?: {
2008
2157
  type: "column";
2009
2158
  value: string;
2159
+ format?: string | undefined;
2010
2160
  label?: string | undefined;
2011
2161
  valueLabels?: string | undefined;
2012
2162
  }[] | undefined;
2013
2163
  highlight?: {
2014
2164
  type: "column";
2015
2165
  value: string;
2166
+ format?: string | undefined;
2016
2167
  label?: string | undefined;
2017
2168
  valueLabels?: string | undefined;
2018
2169
  } | undefined;
@@ -2034,6 +2185,7 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
2034
2185
  columnName: {
2035
2186
  type: "column";
2036
2187
  value: string;
2188
+ format?: string | undefined;
2037
2189
  label?: string | undefined;
2038
2190
  valueLabels?: string | undefined;
2039
2191
  };
@@ -2046,10 +2198,10 @@ export declare const ScatterplotSettingsSchema: z.ZodObject<{
2046
2198
  }>;
2047
2199
  export type ScatterplotSettings = z.infer<typeof ScatterplotSettingsSchema>;
2048
2200
  export type ScatterplotLegendInfo = Record<string, {
2049
- values: string[];
2201
+ values: Category[];
2050
2202
  usedAes: (keyof AesItem)[];
2051
- aesMap: AesMap;
2052
- labels: Record<string, string>;
2203
+ aesMap: (value: Category, field: keyof AesItem) => undefined | DataValue;
2204
+ labels: Record<Category, string>;
2053
2205
  }>;
2054
2206
  export {};
2055
2207
  //# sourceMappingURL=scatterplot.d.ts.map