@mui/x-charts 8.27.0 → 9.0.0-alpha.1

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 (804) hide show
  1. package/BarChart/AnimatedBarElement.d.ts +2 -2
  2. package/BarChart/AnimatedBarElement.js +1 -1
  3. package/BarChart/BarChart.d.ts +1 -1
  4. package/BarChart/BarChart.js +30 -8
  5. package/BarChart/BarElement.d.ts +2 -2
  6. package/BarChart/BarElement.js +9 -9
  7. package/BarChart/BarLabel/BarLabel.js +1 -1
  8. package/BarChart/FocusedBar.js +4 -6
  9. package/BarChart/IndividualBarPlot.js +1 -1
  10. package/BarChart/barClasses.d.ts +1 -1
  11. package/BarChart/barClasses.js +2 -2
  12. package/BarChart/barElementClasses.d.ts +2 -1
  13. package/BarChart/barElementClasses.js +2 -2
  14. package/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
  15. package/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
  16. package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +2 -2
  17. package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +2 -1
  18. package/BarChart/seriesConfig/bar/keyboardFocusHandler.js +2 -15
  19. package/BarChart/seriesConfig/bar/legend.d.ts +1 -1
  20. package/BarChart/seriesConfig/bar/legend.js +0 -1
  21. package/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
  22. package/BarChart/seriesConfig/bar/tooltip.d.ts +1 -1
  23. package/BarChart/seriesConfig/bar/tooltipPosition.d.ts +1 -1
  24. package/BarChart/seriesConfig/bar/tooltipPosition.js +5 -6
  25. package/BarChart/seriesConfig/index.d.ts +1 -1
  26. package/BarChart/seriesConfig/index.js +3 -1
  27. package/BarChart/useBarPlotData.d.ts +1 -1
  28. package/BarChart/useBarPlotData.js +9 -10
  29. package/BarChart/useRegisterItemClickHandlers.js +2 -2
  30. package/CHANGELOG.md +373 -3
  31. package/ChartContainer/ChartContainer.d.ts +16 -29
  32. package/ChartContainer/ChartContainer.js +14 -1691
  33. package/ChartContainer/index.d.ts +1 -8
  34. package/ChartContainer/useChartContainerProps.d.ts +10 -12
  35. package/ChartContainer/useChartContainerProps.js +10 -95
  36. package/ChartDataProvider/ChartDataProvider.d.ts +5 -3
  37. package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  38. package/ChartDataProvider/useChartDataProviderProps.js +7 -6
  39. package/ChartsAxis/ChartsAxis.d.ts +1 -0
  40. package/ChartsAxis/ChartsAxis.js +4 -2
  41. package/ChartsAxis/axisClasses.d.ts +0 -7
  42. package/ChartsAxis/axisClasses.js +1 -1
  43. package/ChartsAxisHighlight/ChartsXAxisHighlight.js +2 -2
  44. package/ChartsAxisHighlight/ChartsYAxisHighlight.js +2 -2
  45. package/ChartsContainer/ChartsContainer.d.ts +37 -0
  46. package/ChartsContainer/ChartsContainer.js +1715 -0
  47. package/ChartsContainer/index.d.ts +1 -0
  48. package/ChartsContainer/index.js +16 -0
  49. package/ChartsContainer/useChartsContainerProps.d.ts +12 -0
  50. package/ChartsContainer/useChartsContainerProps.js +109 -0
  51. package/ChartsLabel/ChartsLabelMark.js +34 -32
  52. package/ChartsLabel/labelGradientClasses.d.ts +1 -1
  53. package/ChartsLabel/labelMarkClasses.d.ts +1 -3
  54. package/ChartsLabel/labelMarkClasses.js +1 -2
  55. package/ChartsLegend/ChartsLegend.js +14 -14
  56. package/ChartsLegend/chartsLegendClasses.d.ts +1 -1
  57. package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
  58. package/ChartsLegend/legendContext.types.d.ts +10 -6
  59. package/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
  60. package/ChartsOverlay/ChartsLoadingOverlay.js +3 -15
  61. package/ChartsOverlay/ChartsNoDataOverlay.js +3 -15
  62. package/ChartsOverlay/common.d.ts +1 -0
  63. package/ChartsOverlay/common.js +22 -0
  64. package/ChartsSurface/ChartsSurface.js +2 -4
  65. package/ChartsTooltip/ChartTooltip.types.d.ts +5 -4
  66. package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +7 -0
  67. package/ChartsTooltip/ChartsAxisTooltipContent.js +22 -2
  68. package/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -0
  69. package/ChartsTooltip/ChartsTooltip.d.ts +10 -2
  70. package/ChartsTooltip/ChartsTooltip.js +18 -5
  71. package/ChartsTooltip/ChartsTooltipContainer.d.ts +17 -2
  72. package/ChartsTooltip/ChartsTooltipContainer.js +20 -4
  73. package/ChartsTooltip/index.d.ts +1 -2
  74. package/ChartsTooltip/index.js +0 -12
  75. package/ChartsTooltip/useAxesTooltip.d.ts +29 -3
  76. package/ChartsTooltip/useAxesTooltip.js +173 -6
  77. package/ChartsTooltip/useItemTooltip.d.ts +1 -1
  78. package/ChartsTooltip/useItemTooltip.js +2 -2
  79. package/ChartsWrapper/ChartsWrapper.d.ts +1 -4
  80. package/ChartsWrapper/ChartsWrapper.js +7 -4
  81. package/ChartsXAxis/ChartsXAxis.d.ts +3 -1
  82. package/ChartsXAxis/ChartsXAxis.js +2 -1
  83. package/ChartsXAxis/ChartsXAxisImpl.js +1 -1
  84. package/ChartsXAxis/getVisibleLabels.d.ts +2 -2
  85. package/ChartsXAxis/shortenLabels.d.ts +2 -2
  86. package/ChartsXAxis/useAxisTicksProps.d.ts +674 -671
  87. package/ChartsXAxis/useAxisTicksProps.js +1 -1
  88. package/ChartsXAxis/utilities.d.ts +1 -1
  89. package/ChartsXAxis/utilities.js +2 -3
  90. package/ChartsYAxis/ChartsYAxis.d.ts +3 -1
  91. package/ChartsYAxis/ChartsYAxis.js +2 -1
  92. package/ChartsYAxis/ChartsYAxisImpl.js +1 -1
  93. package/ChartsYAxis/shortenLabels.d.ts +2 -2
  94. package/ChartsYAxis/useAxisTicksProps.d.ts +674 -671
  95. package/ChartsYAxis/useAxisTicksProps.js +1 -1
  96. package/ChartsYAxis/utilities.js +2 -3
  97. package/Gauge/GaugeContainer.d.ts +1 -1
  98. package/Gauge/GaugeContainer.js +3 -1
  99. package/LineChart/AnimatedArea.js +3 -3
  100. package/LineChart/AnimatedLine.js +4 -4
  101. package/LineChart/AppearingMask.d.ts +1 -1
  102. package/LineChart/AppearingMask.js +1 -1
  103. package/LineChart/AreaElement.d.ts +2 -2
  104. package/LineChart/AreaElement.js +8 -8
  105. package/LineChart/AreaPlot.js +1 -1
  106. package/LineChart/CircleMarkElement.d.ts +1 -1
  107. package/LineChart/CircleMarkElement.js +5 -5
  108. package/LineChart/LineChart.d.ts +1 -1
  109. package/LineChart/LineChart.js +30 -8
  110. package/LineChart/LineElement.d.ts +2 -2
  111. package/LineChart/LineElement.js +8 -8
  112. package/LineChart/LineHighlightElement.d.ts +4 -4
  113. package/LineChart/LineHighlightElement.js +4 -4
  114. package/LineChart/LineHighlightPlot.js +3 -3
  115. package/LineChart/LinePlot.js +1 -1
  116. package/LineChart/MarkElement.d.ts +1 -1
  117. package/LineChart/MarkElement.js +5 -5
  118. package/LineChart/MarkPlot.js +1 -1
  119. package/LineChart/markElementClasses.d.ts +1 -1
  120. package/LineChart/markElementClasses.js +2 -2
  121. package/LineChart/seriesConfig/extremums.d.ts +1 -1
  122. package/LineChart/seriesConfig/getColor.d.ts +1 -1
  123. package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  124. package/LineChart/seriesConfig/index.d.ts +1 -1
  125. package/LineChart/seriesConfig/index.js +3 -1
  126. package/LineChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
  127. package/LineChart/seriesConfig/keyboardFocusHandler.js +2 -15
  128. package/LineChart/seriesConfig/legend.d.ts +1 -1
  129. package/LineChart/seriesConfig/legend.js +0 -1
  130. package/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
  131. package/LineChart/seriesConfig/tooltip.d.ts +1 -1
  132. package/LineChart/seriesConfig/tooltipPosition.d.ts +1 -1
  133. package/LineChart/useMarkPlotData.js +2 -2
  134. package/PieChart/FocusedPieArc.d.ts +1 -1
  135. package/PieChart/FocusedPieArc.js +1 -1
  136. package/PieChart/PieArc.d.ts +4 -4
  137. package/PieChart/PieArc.js +7 -7
  138. package/PieChart/PieArcLabel.d.ts +4 -4
  139. package/PieChart/PieArcLabel.js +6 -6
  140. package/PieChart/PieArcLabelPlot.d.ts +5 -1
  141. package/PieChart/PieArcLabelPlot.js +5 -5
  142. package/PieChart/PieArcPlot.d.ts +5 -1
  143. package/PieChart/PieArcPlot.js +6 -6
  144. package/PieChart/PieChart.d.ts +3 -3
  145. package/PieChart/PieChart.js +9 -8
  146. package/PieChart/PiePlot.js +2 -2
  147. package/PieChart/index.d.ts +1 -0
  148. package/PieChart/index.js +12 -0
  149. package/PieChart/pieClasses.d.ts +1 -1
  150. package/PieChart/seriesConfig/getColor.d.ts +1 -1
  151. package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  152. package/PieChart/seriesConfig/index.d.ts +1 -1
  153. package/PieChart/seriesConfig/index.js +3 -1
  154. package/PieChart/seriesConfig/keyboardFocusHandler.js +2 -15
  155. package/PieChart/seriesConfig/legend.d.ts +1 -1
  156. package/PieChart/seriesConfig/legend.js +0 -1
  157. package/PieChart/seriesConfig/seriesLayout.d.ts +1 -1
  158. package/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
  159. package/PieChart/seriesConfig/tooltip.d.ts +1 -1
  160. package/PieChart/seriesConfig/tooltipPosition.d.ts +1 -1
  161. package/RadarChart/RadarAxisHighlight/index.d.ts +2 -1
  162. package/RadarChart/RadarChart.d.ts +1 -1
  163. package/RadarChart/RadarChart.js +8 -8
  164. package/RadarChart/RadarGrid/index.d.ts +2 -1
  165. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -0
  166. package/RadarChart/RadarSeriesPlot/useRadarRotationIndex.js +2 -2
  167. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
  168. package/RadarChart/index.d.ts +1 -1
  169. package/RadarChart/seriesConfig/extremums.d.ts +1 -1
  170. package/RadarChart/seriesConfig/getColor.d.ts +1 -1
  171. package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  172. package/RadarChart/seriesConfig/index.d.ts +1 -1
  173. package/RadarChart/seriesConfig/index.js +3 -1
  174. package/RadarChart/seriesConfig/keyboardFocusHandler.js +2 -15
  175. package/RadarChart/seriesConfig/legend.d.ts +1 -1
  176. package/RadarChart/seriesConfig/legend.js +0 -1
  177. package/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
  178. package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  179. package/RadarChart/seriesConfig/tooltipPosition.d.ts +1 -1
  180. package/ScatterChart/BatchScatter.d.ts +1 -1
  181. package/ScatterChart/BatchScatter.js +7 -7
  182. package/ScatterChart/Scatter.d.ts +1 -1
  183. package/ScatterChart/ScatterChart.d.ts +1 -1
  184. package/ScatterChart/ScatterChart.js +30 -8
  185. package/ScatterChart/scatterClasses.js +2 -2
  186. package/ScatterChart/seriesConfig/extremums.d.ts +1 -1
  187. package/ScatterChart/seriesConfig/getColor.d.ts +1 -1
  188. package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  189. package/ScatterChart/seriesConfig/index.d.ts +1 -1
  190. package/ScatterChart/seriesConfig/index.js +3 -1
  191. package/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
  192. package/ScatterChart/seriesConfig/keyboardFocusHandler.js +2 -15
  193. package/ScatterChart/seriesConfig/legend.d.ts +1 -1
  194. package/ScatterChart/seriesConfig/legend.js +0 -1
  195. package/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
  196. package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  197. package/ScatterChart/seriesConfig/tooltipPosition.d.ts +1 -1
  198. package/SparkLineChart/SparkLineChart.d.ts +1 -1
  199. package/SparkLineChart/SparkLineChart.js +47 -31
  200. package/context/ChartProvider/ChartProvider.d.ts +3 -4
  201. package/context/ChartProvider/ChartProvider.js +2 -15
  202. package/context/ChartProvider/ChartProvider.types.d.ts +3 -18
  203. package/context/index.d.ts +2 -1
  204. package/esm/BarChart/AnimatedBarElement.d.ts +2 -2
  205. package/esm/BarChart/AnimatedBarElement.js +1 -1
  206. package/esm/BarChart/BarChart.d.ts +1 -1
  207. package/esm/BarChart/BarChart.js +30 -8
  208. package/esm/BarChart/BarElement.d.ts +2 -2
  209. package/esm/BarChart/BarElement.js +9 -9
  210. package/esm/BarChart/BarLabel/BarLabel.js +1 -1
  211. package/esm/BarChart/FocusedBar.js +4 -6
  212. package/esm/BarChart/IndividualBarPlot.js +1 -1
  213. package/esm/BarChart/barClasses.d.ts +1 -1
  214. package/esm/BarChart/barClasses.js +2 -2
  215. package/esm/BarChart/barElementClasses.d.ts +2 -1
  216. package/esm/BarChart/barElementClasses.js +2 -2
  217. package/esm/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
  218. package/esm/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
  219. package/esm/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +2 -2
  220. package/esm/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +2 -1
  221. package/esm/BarChart/seriesConfig/bar/keyboardFocusHandler.js +3 -16
  222. package/esm/BarChart/seriesConfig/bar/legend.d.ts +1 -1
  223. package/esm/BarChart/seriesConfig/bar/legend.js +0 -1
  224. package/esm/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
  225. package/esm/BarChart/seriesConfig/bar/tooltip.d.ts +1 -1
  226. package/esm/BarChart/seriesConfig/bar/tooltipPosition.d.ts +1 -1
  227. package/esm/BarChart/seriesConfig/bar/tooltipPosition.js +5 -6
  228. package/esm/BarChart/seriesConfig/index.d.ts +1 -1
  229. package/esm/BarChart/seriesConfig/index.js +3 -1
  230. package/esm/BarChart/useBarPlotData.d.ts +1 -1
  231. package/esm/BarChart/useBarPlotData.js +9 -10
  232. package/esm/BarChart/useRegisterItemClickHandlers.js +2 -2
  233. package/esm/ChartContainer/ChartContainer.d.ts +16 -29
  234. package/esm/ChartContainer/ChartContainer.js +15 -1690
  235. package/esm/ChartContainer/index.d.ts +1 -8
  236. package/esm/ChartContainer/index.js +1 -6
  237. package/esm/ChartContainer/useChartContainerProps.d.ts +10 -12
  238. package/esm/ChartContainer/useChartContainerProps.js +11 -94
  239. package/esm/ChartDataProvider/ChartDataProvider.d.ts +5 -3
  240. package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  241. package/esm/ChartDataProvider/useChartDataProviderProps.js +7 -6
  242. package/esm/ChartsAxis/ChartsAxis.d.ts +1 -0
  243. package/esm/ChartsAxis/ChartsAxis.js +4 -2
  244. package/esm/ChartsAxis/axisClasses.d.ts +0 -7
  245. package/esm/ChartsAxis/axisClasses.js +1 -1
  246. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  247. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  248. package/esm/ChartsContainer/ChartsContainer.d.ts +37 -0
  249. package/esm/ChartsContainer/ChartsContainer.js +1709 -0
  250. package/esm/ChartsContainer/index.d.ts +1 -0
  251. package/esm/ChartsContainer/index.js +1 -0
  252. package/esm/ChartsContainer/useChartsContainerProps.d.ts +12 -0
  253. package/esm/ChartsContainer/useChartsContainerProps.js +102 -0
  254. package/esm/ChartsLabel/ChartsLabelMark.js +35 -33
  255. package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
  256. package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -3
  257. package/esm/ChartsLabel/labelMarkClasses.js +1 -2
  258. package/esm/ChartsLegend/ChartsLegend.js +14 -14
  259. package/esm/ChartsLegend/chartsLegendClasses.d.ts +1 -1
  260. package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
  261. package/esm/ChartsLegend/legendContext.types.d.ts +10 -6
  262. package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
  263. package/esm/ChartsOverlay/ChartsLoadingOverlay.js +2 -14
  264. package/esm/ChartsOverlay/ChartsNoDataOverlay.js +2 -14
  265. package/esm/ChartsOverlay/common.d.ts +1 -0
  266. package/esm/ChartsOverlay/common.js +16 -0
  267. package/esm/ChartsSurface/ChartsSurface.js +3 -5
  268. package/esm/ChartsTooltip/ChartTooltip.types.d.ts +5 -4
  269. package/esm/ChartsTooltip/ChartsAxisTooltipContent.d.ts +7 -0
  270. package/esm/ChartsTooltip/ChartsAxisTooltipContent.js +22 -2
  271. package/esm/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -0
  272. package/esm/ChartsTooltip/ChartsTooltip.d.ts +10 -2
  273. package/esm/ChartsTooltip/ChartsTooltip.js +18 -5
  274. package/esm/ChartsTooltip/ChartsTooltipContainer.d.ts +17 -2
  275. package/esm/ChartsTooltip/ChartsTooltipContainer.js +19 -3
  276. package/esm/ChartsTooltip/index.d.ts +1 -2
  277. package/esm/ChartsTooltip/index.js +0 -1
  278. package/esm/ChartsTooltip/useAxesTooltip.d.ts +29 -3
  279. package/esm/ChartsTooltip/useAxesTooltip.js +173 -5
  280. package/esm/ChartsTooltip/useItemTooltip.d.ts +1 -1
  281. package/esm/ChartsTooltip/useItemTooltip.js +1 -1
  282. package/esm/ChartsWrapper/ChartsWrapper.d.ts +1 -4
  283. package/esm/ChartsWrapper/ChartsWrapper.js +6 -3
  284. package/esm/ChartsXAxis/ChartsXAxis.d.ts +3 -1
  285. package/esm/ChartsXAxis/ChartsXAxis.js +1 -2
  286. package/esm/ChartsXAxis/ChartsXAxisImpl.js +1 -1
  287. package/esm/ChartsXAxis/getVisibleLabels.d.ts +2 -2
  288. package/esm/ChartsXAxis/shortenLabels.d.ts +2 -2
  289. package/esm/ChartsXAxis/useAxisTicksProps.d.ts +674 -671
  290. package/esm/ChartsXAxis/useAxisTicksProps.js +1 -1
  291. package/esm/ChartsXAxis/utilities.d.ts +1 -1
  292. package/esm/ChartsXAxis/utilities.js +2 -3
  293. package/esm/ChartsYAxis/ChartsYAxis.d.ts +3 -1
  294. package/esm/ChartsYAxis/ChartsYAxis.js +1 -2
  295. package/esm/ChartsYAxis/ChartsYAxisImpl.js +1 -1
  296. package/esm/ChartsYAxis/shortenLabels.d.ts +2 -2
  297. package/esm/ChartsYAxis/useAxisTicksProps.d.ts +674 -671
  298. package/esm/ChartsYAxis/useAxisTicksProps.js +1 -1
  299. package/esm/ChartsYAxis/utilities.js +2 -3
  300. package/esm/Gauge/GaugeContainer.d.ts +1 -1
  301. package/esm/Gauge/GaugeContainer.js +3 -1
  302. package/esm/LineChart/AnimatedArea.js +3 -3
  303. package/esm/LineChart/AnimatedLine.js +4 -4
  304. package/esm/LineChart/AppearingMask.d.ts +1 -1
  305. package/esm/LineChart/AppearingMask.js +1 -1
  306. package/esm/LineChart/AreaElement.d.ts +2 -2
  307. package/esm/LineChart/AreaElement.js +8 -8
  308. package/esm/LineChart/AreaPlot.js +1 -1
  309. package/esm/LineChart/CircleMarkElement.d.ts +1 -1
  310. package/esm/LineChart/CircleMarkElement.js +5 -5
  311. package/esm/LineChart/LineChart.d.ts +1 -1
  312. package/esm/LineChart/LineChart.js +30 -8
  313. package/esm/LineChart/LineElement.d.ts +2 -2
  314. package/esm/LineChart/LineElement.js +8 -8
  315. package/esm/LineChart/LineHighlightElement.d.ts +4 -4
  316. package/esm/LineChart/LineHighlightElement.js +4 -4
  317. package/esm/LineChart/LineHighlightPlot.js +2 -2
  318. package/esm/LineChart/LinePlot.js +1 -1
  319. package/esm/LineChart/MarkElement.d.ts +1 -1
  320. package/esm/LineChart/MarkElement.js +5 -5
  321. package/esm/LineChart/MarkPlot.js +1 -1
  322. package/esm/LineChart/markElementClasses.d.ts +1 -1
  323. package/esm/LineChart/markElementClasses.js +2 -2
  324. package/esm/LineChart/seriesConfig/extremums.d.ts +1 -1
  325. package/esm/LineChart/seriesConfig/getColor.d.ts +1 -1
  326. package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  327. package/esm/LineChart/seriesConfig/index.d.ts +1 -1
  328. package/esm/LineChart/seriesConfig/index.js +3 -1
  329. package/esm/LineChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
  330. package/esm/LineChart/seriesConfig/keyboardFocusHandler.js +3 -16
  331. package/esm/LineChart/seriesConfig/legend.d.ts +1 -1
  332. package/esm/LineChart/seriesConfig/legend.js +0 -1
  333. package/esm/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
  334. package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
  335. package/esm/LineChart/seriesConfig/tooltipPosition.d.ts +1 -1
  336. package/esm/LineChart/useMarkPlotData.js +2 -2
  337. package/esm/PieChart/FocusedPieArc.d.ts +1 -1
  338. package/esm/PieChart/FocusedPieArc.js +1 -1
  339. package/esm/PieChart/PieArc.d.ts +4 -4
  340. package/esm/PieChart/PieArc.js +7 -7
  341. package/esm/PieChart/PieArcLabel.d.ts +4 -4
  342. package/esm/PieChart/PieArcLabel.js +6 -6
  343. package/esm/PieChart/PieArcLabelPlot.d.ts +5 -1
  344. package/esm/PieChart/PieArcLabelPlot.js +5 -5
  345. package/esm/PieChart/PieArcPlot.d.ts +5 -1
  346. package/esm/PieChart/PieArcPlot.js +6 -6
  347. package/esm/PieChart/PieChart.d.ts +3 -3
  348. package/esm/PieChart/PieChart.js +9 -8
  349. package/esm/PieChart/PiePlot.js +2 -2
  350. package/esm/PieChart/index.d.ts +1 -0
  351. package/esm/PieChart/index.js +1 -0
  352. package/esm/PieChart/pieClasses.d.ts +1 -1
  353. package/esm/PieChart/seriesConfig/getColor.d.ts +1 -1
  354. package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  355. package/esm/PieChart/seriesConfig/index.d.ts +1 -1
  356. package/esm/PieChart/seriesConfig/index.js +3 -1
  357. package/esm/PieChart/seriesConfig/keyboardFocusHandler.js +2 -15
  358. package/esm/PieChart/seriesConfig/legend.d.ts +1 -1
  359. package/esm/PieChart/seriesConfig/legend.js +0 -1
  360. package/esm/PieChart/seriesConfig/seriesLayout.d.ts +1 -1
  361. package/esm/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
  362. package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
  363. package/esm/PieChart/seriesConfig/tooltipPosition.d.ts +1 -1
  364. package/esm/RadarChart/RadarAxisHighlight/index.d.ts +2 -1
  365. package/esm/RadarChart/RadarAxisHighlight/index.js +2 -1
  366. package/esm/RadarChart/RadarChart.d.ts +1 -1
  367. package/esm/RadarChart/RadarChart.js +8 -8
  368. package/esm/RadarChart/RadarGrid/index.d.ts +2 -1
  369. package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -0
  370. package/esm/RadarChart/RadarSeriesPlot/useRadarRotationIndex.js +2 -2
  371. package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
  372. package/esm/RadarChart/index.d.ts +1 -1
  373. package/esm/RadarChart/seriesConfig/extremums.d.ts +1 -1
  374. package/esm/RadarChart/seriesConfig/getColor.d.ts +1 -1
  375. package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  376. package/esm/RadarChart/seriesConfig/index.d.ts +1 -1
  377. package/esm/RadarChart/seriesConfig/index.js +3 -1
  378. package/esm/RadarChart/seriesConfig/keyboardFocusHandler.js +2 -15
  379. package/esm/RadarChart/seriesConfig/legend.d.ts +1 -1
  380. package/esm/RadarChart/seriesConfig/legend.js +0 -1
  381. package/esm/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
  382. package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  383. package/esm/RadarChart/seriesConfig/tooltipPosition.d.ts +1 -1
  384. package/esm/ScatterChart/BatchScatter.d.ts +1 -1
  385. package/esm/ScatterChart/BatchScatter.js +1 -1
  386. package/esm/ScatterChart/Scatter.d.ts +1 -1
  387. package/esm/ScatterChart/ScatterChart.d.ts +1 -1
  388. package/esm/ScatterChart/ScatterChart.js +30 -8
  389. package/esm/ScatterChart/scatterClasses.js +2 -2
  390. package/esm/ScatterChart/seriesConfig/extremums.d.ts +1 -1
  391. package/esm/ScatterChart/seriesConfig/getColor.d.ts +1 -1
  392. package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  393. package/esm/ScatterChart/seriesConfig/index.d.ts +1 -1
  394. package/esm/ScatterChart/seriesConfig/index.js +3 -1
  395. package/esm/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
  396. package/esm/ScatterChart/seriesConfig/keyboardFocusHandler.js +3 -16
  397. package/esm/ScatterChart/seriesConfig/legend.d.ts +1 -1
  398. package/esm/ScatterChart/seriesConfig/legend.js +0 -1
  399. package/esm/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
  400. package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  401. package/esm/ScatterChart/seriesConfig/tooltipPosition.d.ts +1 -1
  402. package/esm/SparkLineChart/SparkLineChart.d.ts +1 -1
  403. package/esm/SparkLineChart/SparkLineChart.js +47 -31
  404. package/esm/context/ChartProvider/ChartProvider.d.ts +3 -4
  405. package/esm/context/ChartProvider/ChartProvider.js +2 -14
  406. package/esm/context/ChartProvider/ChartProvider.types.d.ts +3 -18
  407. package/esm/context/index.d.ts +2 -1
  408. package/esm/hooks/getValueToPositionMapper.d.ts +12 -0
  409. package/esm/hooks/getValueToPositionMapper.js +21 -0
  410. package/esm/hooks/index.d.ts +5 -1
  411. package/esm/hooks/index.js +4 -1
  412. package/esm/hooks/useAxisCoordinates.d.ts +30 -0
  413. package/esm/hooks/useAxisCoordinates.js +105 -0
  414. package/esm/hooks/useAxisTicks.d.ts +14 -0
  415. package/esm/hooks/useAxisTicks.js +68 -0
  416. package/esm/hooks/useChartRootRef.d.ts +1 -1
  417. package/esm/hooks/useChartRootRef.js +4 -2
  418. package/esm/hooks/useInteractionItemProps.d.ts +3 -3
  419. package/esm/hooks/useLegend.d.ts +2 -2
  420. package/esm/hooks/useLegend.js +1 -1
  421. package/esm/hooks/useScale.d.ts +1 -12
  422. package/esm/hooks/useScale.js +0 -20
  423. package/esm/hooks/useSvgRef.js +4 -5
  424. package/esm/hooks/useTicks.d.ts +19 -4
  425. package/esm/index.d.ts +3 -1
  426. package/esm/index.js +2 -1
  427. package/esm/internals/commonNextFocusItem.d.ts +2 -0
  428. package/esm/internals/commonNextFocusItem.js +3 -2
  429. package/esm/internals/components/WebGLContext.d.ts +3 -0
  430. package/esm/internals/components/WebGLContext.js +108 -0
  431. package/esm/internals/consumeSlots.js +1 -1
  432. package/esm/internals/consumeThemeProps.js +1 -1
  433. package/esm/internals/createCommonKeyboardFocusHandler.d.ts +25 -0
  434. package/esm/internals/createCommonKeyboardFocusHandler.js +22 -0
  435. package/esm/internals/{getBarDimensions.d.ts → createGetBarDimensions.d.ts} +2 -4
  436. package/esm/internals/createGetBarDimensions.js +55 -0
  437. package/esm/internals/getChartPoint.d.ts +7 -0
  438. package/esm/internals/getChartPoint.js +13 -0
  439. package/esm/internals/getGraphemeCount.js +3 -1
  440. package/esm/internals/getSeriesColorFn.d.ts +3 -2
  441. package/esm/internals/identifierCleaner.d.ts +11 -0
  442. package/esm/internals/identifierCleaner.js +12 -0
  443. package/esm/internals/index.d.ts +8 -2
  444. package/esm/internals/index.js +8 -3
  445. package/esm/internals/plugins/corePlugins/corePlugins.d.ts +5 -3
  446. package/esm/internals/plugins/corePlugins/corePlugins.js +3 -1
  447. package/esm/internals/plugins/corePlugins/index.d.ts +2 -1
  448. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +1 -1
  449. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +4 -1
  450. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +5 -5
  451. package/esm/internals/plugins/corePlugins/useChartElementRef/index.d.ts +2 -0
  452. package/esm/internals/plugins/corePlugins/useChartElementRef/index.js +1 -0
  453. package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +3 -0
  454. package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.js +14 -0
  455. package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +15 -0
  456. package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
  457. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +1 -1
  458. package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -2
  459. package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  460. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +6 -3
  461. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +9 -1
  462. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +12 -2
  463. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +41 -19
  464. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -7
  465. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +2 -2
  466. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +19 -14
  467. package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +1 -1
  468. package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +1 -1
  469. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/index.d.ts +4 -0
  470. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/index.js +3 -0
  471. package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/cartesianExtremumGetter.types.d.ts +3 -3
  472. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/colorProcessor.types.d.ts +4 -4
  473. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.d.ts +8 -0
  474. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.d.ts +3 -0
  475. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierCleaner.types.d.ts +3 -0
  476. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierSerializer.types.d.ts +3 -0
  477. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.d.ts +3 -1
  478. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.js +3 -1
  479. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/legendGetter.types.d.ts +4 -0
  480. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/polarExtremumGetter.types.d.ts +3 -3
  481. package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesConfig.types.d.ts +13 -5
  482. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/seriesLayout.types.d.ts +3 -3
  483. package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesProcessor.types.d.ts +4 -4
  484. package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +7 -7
  485. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +1 -0
  486. package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/tooltipItemPositionGetter.types.d.ts +7 -7
  487. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.js +1 -0
  488. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +3 -0
  489. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.js +35 -0
  490. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +6 -0
  491. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.js +3 -0
  492. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +48 -0
  493. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js +1 -0
  494. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.d.ts +15 -0
  495. package/esm/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.js +18 -0
  496. package/esm/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.d.ts +2 -2
  497. package/esm/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.ts +4 -3
  498. package/esm/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.js +2 -2
  499. package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +6 -4
  500. package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +14 -14
  501. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
  502. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +2 -2
  503. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +4 -4
  504. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -3
  505. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +1 -1
  506. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +1 -1
  507. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -0
  508. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +1 -0
  509. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +5 -5
  510. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +22 -9
  511. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +38 -15
  512. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +24 -1
  513. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -1
  514. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +2 -1
  515. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPosition.selectors.d.ts +1 -1
  516. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +4 -4
  517. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +2 -1
  518. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +50 -51
  519. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
  520. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +6 -6
  521. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +6 -24
  522. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.js +2 -53
  523. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.d.ts +25 -0
  524. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.js +149 -0
  525. package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +5 -3
  526. package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +1 -1
  527. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
  528. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
  529. package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +1 -1
  530. package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +11 -7
  531. package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightStates.js +3 -3
  532. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +17 -19
  533. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +4 -4
  534. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +6 -6
  535. package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.js +4 -4
  536. package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +5 -4
  537. package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/keyboardFocusHandler.types.d.ts +2 -2
  538. package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +8 -3
  539. package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +7 -7
  540. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  541. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +1 -1
  542. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +1 -1
  543. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +8 -7
  544. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +5 -5
  545. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +2 -1
  546. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +6 -6
  547. package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.js +14 -7
  548. package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +5 -5
  549. package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +2 -1
  550. package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.d.ts +4 -4
  551. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.js +9 -8
  552. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.d.ts +3 -6
  553. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.js +9 -4
  554. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.ts +6 -3
  555. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.d.ts +3 -3
  556. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.js +1 -1
  557. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +1 -1
  558. package/esm/internals/plugins/models/index.d.ts +1 -2
  559. package/esm/internals/plugins/models/index.js +1 -2
  560. package/esm/internals/plugins/models/plugin.d.ts +1 -16
  561. package/esm/internals/plugins/utils/defaultSeriesConfig.d.ts +2 -0
  562. package/esm/internals/plugins/utils/defaultSeriesConfig.js +10 -0
  563. package/esm/internals/seriesSelectorOfType.d.ts +8 -8
  564. package/esm/internals/seriesSelectorOfType.js +1 -1
  565. package/esm/internals/sliceUntil.js +3 -1
  566. package/esm/internals/stacking/stackSeries.d.ts +3 -2
  567. package/esm/internals/stacking/stackSeries.js +0 -1
  568. package/esm/internals/store/useCharts.d.ts +2 -7
  569. package/esm/internals/store/useCharts.js +4 -12
  570. package/esm/internals/store/useCharts.types.d.ts +6 -0
  571. package/esm/models/axis.d.ts +16 -3
  572. package/esm/models/index.d.ts +1 -0
  573. package/esm/models/seriesType/bar.d.ts +1 -1
  574. package/esm/models/seriesType/common.d.ts +5 -5
  575. package/esm/models/seriesType/config.d.ts +8 -1
  576. package/esm/models/seriesType/index.d.ts +8 -30
  577. package/esm/models/seriesType/index.js +1 -32
  578. package/esm/models/seriesType/line.d.ts +1 -1
  579. package/esm/models/seriesType/pie.d.ts +1 -1
  580. package/esm/models/seriesType/radar.d.ts +1 -1
  581. package/esm/models/seriesType/scatter.d.ts +1 -1
  582. package/hooks/getValueToPositionMapper.d.ts +12 -0
  583. package/hooks/getValueToPositionMapper.js +26 -0
  584. package/hooks/index.d.ts +5 -1
  585. package/hooks/index.js +40 -1
  586. package/hooks/useAxisCoordinates.d.ts +30 -0
  587. package/hooks/useAxisCoordinates.js +115 -0
  588. package/hooks/useAxisTicks.d.ts +14 -0
  589. package/hooks/useAxisTicks.js +75 -0
  590. package/hooks/useChartRootRef.d.ts +1 -1
  591. package/hooks/useChartRootRef.js +4 -2
  592. package/hooks/useInteractionItemProps.d.ts +3 -3
  593. package/hooks/useLegend.d.ts +2 -2
  594. package/hooks/useLegend.js +2 -2
  595. package/hooks/useScale.d.ts +1 -12
  596. package/hooks/useScale.js +0 -21
  597. package/hooks/useSvgRef.js +4 -5
  598. package/hooks/useTicks.d.ts +19 -4
  599. package/index.d.ts +3 -1
  600. package/index.js +9 -1
  601. package/internals/commonNextFocusItem.d.ts +2 -0
  602. package/internals/commonNextFocusItem.js +4 -2
  603. package/internals/components/WebGLContext.d.ts +3 -0
  604. package/internals/components/WebGLContext.js +116 -0
  605. package/internals/consumeSlots.js +1 -1
  606. package/internals/consumeThemeProps.js +1 -1
  607. package/internals/createCommonKeyboardFocusHandler.d.ts +25 -0
  608. package/internals/createCommonKeyboardFocusHandler.js +27 -0
  609. package/internals/{getBarDimensions.d.ts → createGetBarDimensions.d.ts} +2 -4
  610. package/internals/createGetBarDimensions.js +61 -0
  611. package/internals/getChartPoint.d.ts +7 -0
  612. package/internals/getChartPoint.js +19 -0
  613. package/internals/getGraphemeCount.js +3 -1
  614. package/internals/getSeriesColorFn.d.ts +3 -2
  615. package/internals/identifierCleaner.d.ts +11 -0
  616. package/internals/identifierCleaner.js +19 -0
  617. package/internals/index.d.ts +8 -2
  618. package/internals/index.js +72 -4
  619. package/internals/plugins/corePlugins/corePlugins.d.ts +5 -3
  620. package/internals/plugins/corePlugins/corePlugins.js +3 -1
  621. package/internals/plugins/corePlugins/index.d.ts +2 -1
  622. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +1 -1
  623. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +4 -1
  624. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +5 -5
  625. package/internals/plugins/corePlugins/useChartElementRef/index.d.ts +2 -0
  626. package/internals/plugins/corePlugins/useChartElementRef/index.js +12 -0
  627. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +3 -0
  628. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.js +21 -0
  629. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +15 -0
  630. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
  631. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +1 -1
  632. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -2
  633. package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  634. package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +6 -3
  635. package/internals/plugins/corePlugins/useChartSeries/processSeries.js +9 -1
  636. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +12 -2
  637. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +42 -19
  638. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -7
  639. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +5 -5
  640. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +19 -14
  641. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +1 -1
  642. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +2 -2
  643. package/internals/plugins/corePlugins/useChartSeriesConfig/index.d.ts +4 -0
  644. package/internals/plugins/corePlugins/useChartSeriesConfig/index.js +39 -0
  645. package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/cartesianExtremumGetter.types.d.ts +3 -3
  646. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/colorProcessor.types.d.ts +4 -4
  647. package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.d.ts +8 -0
  648. package/internals/plugins/corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.d.ts +3 -0
  649. package/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierCleaner.types.d.ts +3 -0
  650. package/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierSerializer.types.d.ts +3 -0
  651. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.d.ts +3 -1
  652. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.js +22 -0
  653. package/internals/plugins/corePlugins/useChartSeriesConfig/types/legendGetter.types.d.ts +4 -0
  654. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/polarExtremumGetter.types.d.ts +3 -3
  655. package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesConfig.types.d.ts +13 -5
  656. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/seriesLayout.types.d.ts +3 -3
  657. package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesProcessor.types.d.ts +4 -4
  658. package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +7 -7
  659. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +5 -0
  660. package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/tooltipItemPositionGetter.types.d.ts +7 -7
  661. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.js +5 -0
  662. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +3 -0
  663. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.js +42 -0
  664. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +6 -0
  665. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.js +10 -0
  666. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +48 -0
  667. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js +5 -0
  668. package/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.d.ts +15 -0
  669. package/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.js +25 -0
  670. package/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.d.ts +2 -2
  671. package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.ts +4 -3
  672. package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.js +2 -2
  673. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +6 -4
  674. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +14 -14
  675. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
  676. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +2 -2
  677. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +4 -4
  678. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -3
  679. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +1 -1
  680. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +1 -1
  681. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -0
  682. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +12 -0
  683. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +5 -5
  684. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +21 -8
  685. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +38 -15
  686. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +24 -1
  687. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -1
  688. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +4 -2
  689. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPosition.selectors.d.ts +1 -1
  690. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +4 -4
  691. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +3 -2
  692. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +50 -51
  693. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +7 -6
  694. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +6 -6
  695. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +6 -24
  696. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.js +2 -53
  697. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.d.ts +25 -0
  698. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.js +155 -0
  699. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +5 -3
  700. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +1 -1
  701. package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
  702. package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
  703. package/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +1 -1
  704. package/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +11 -7
  705. package/internals/plugins/featurePlugins/useChartHighlight/highlightStates.js +5 -5
  706. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +17 -19
  707. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +3 -3
  708. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +6 -6
  709. package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.js +4 -4
  710. package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +5 -4
  711. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/keyboardFocusHandler.types.d.ts +2 -2
  712. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +8 -3
  713. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +7 -7
  714. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  715. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +1 -1
  716. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +1 -1
  717. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +8 -7
  718. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +5 -5
  719. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +3 -2
  720. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +6 -6
  721. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.js +14 -7
  722. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +5 -5
  723. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +2 -1
  724. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.d.ts +4 -4
  725. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.js +9 -8
  726. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.d.ts +3 -6
  727. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.js +9 -4
  728. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.ts +6 -3
  729. package/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.d.ts +3 -3
  730. package/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.js +1 -1
  731. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +1 -1
  732. package/internals/plugins/models/index.d.ts +1 -2
  733. package/internals/plugins/models/index.js +0 -11
  734. package/internals/plugins/models/plugin.d.ts +1 -16
  735. package/internals/plugins/utils/defaultSeriesConfig.d.ts +2 -0
  736. package/internals/plugins/utils/defaultSeriesConfig.js +16 -0
  737. package/internals/seriesSelectorOfType.d.ts +8 -8
  738. package/internals/seriesSelectorOfType.js +1 -1
  739. package/internals/sliceUntil.js +3 -1
  740. package/internals/stacking/stackSeries.d.ts +3 -2
  741. package/internals/stacking/stackSeries.js +0 -1
  742. package/internals/store/useCharts.d.ts +2 -7
  743. package/internals/store/useCharts.js +4 -12
  744. package/internals/store/useCharts.types.d.ts +6 -0
  745. package/models/axis.d.ts +16 -3
  746. package/models/index.d.ts +1 -0
  747. package/models/seriesType/bar.d.ts +1 -1
  748. package/models/seriesType/common.d.ts +5 -5
  749. package/models/seriesType/config.d.ts +8 -1
  750. package/models/seriesType/index.d.ts +8 -30
  751. package/models/seriesType/index.js +1 -48
  752. package/models/seriesType/line.d.ts +1 -1
  753. package/models/seriesType/pie.d.ts +1 -1
  754. package/models/seriesType/radar.d.ts +1 -1
  755. package/models/seriesType/scatter.d.ts +1 -1
  756. package/package.json +20 -8
  757. package/ChartsTooltip/useAxisTooltip.d.ts +0 -42
  758. package/ChartsTooltip/useAxisTooltip.js +0 -181
  759. package/esm/ChartsTooltip/useAxisTooltip.d.ts +0 -42
  760. package/esm/ChartsTooltip/useAxisTooltip.js +0 -176
  761. package/esm/internals/getBarDimensions.js +0 -55
  762. package/esm/internals/getSVGPoint.d.ts +0 -6
  763. package/esm/internals/getSVGPoint.js +0 -11
  764. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.d.ts +0 -4
  765. package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.js +0 -5
  766. package/esm/internals/plugins/models/seriesConfig/getItemAtPosition.types.d.ts +0 -8
  767. package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +0 -3
  768. package/esm/internals/plugins/models/seriesConfig/identifierSerializer.types.d.ts +0 -2
  769. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +0 -4
  770. package/internals/getBarDimensions.js +0 -61
  771. package/internals/getSVGPoint.d.ts +0 -6
  772. package/internals/getSVGPoint.js +0 -17
  773. package/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.d.ts +0 -4
  774. package/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.js +0 -12
  775. package/internals/plugins/models/seriesConfig/getItemAtPosition.types.d.ts +0 -8
  776. package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +0 -3
  777. package/internals/plugins/models/seriesConfig/identifierSerializer.types.d.ts +0 -2
  778. package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +0 -4
  779. /package/esm/internals/plugins/{models/seriesConfig/cartesianExtremumGetter.types.js → corePlugins/useChartElementRef/useChartElementRef.types.js} +0 -0
  780. /package/esm/internals/plugins/{models/seriesConfig/colorProcessor.types.js → corePlugins/useChartSeriesConfig/types/cartesianExtremumGetter.types.js} +0 -0
  781. /package/esm/internals/plugins/{models/seriesConfig/getItemAtPosition.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
  782. /package/esm/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
  783. /package/esm/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
  784. /package/esm/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
  785. /package/esm/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
  786. /package/esm/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
  787. /package/esm/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
  788. /package/esm/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
  789. /package/esm/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
  790. /package/esm/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesProcessor.types.js} +0 -0
  791. /package/esm/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.js +0 -0
  792. /package/internals/plugins/{models/seriesConfig/cartesianExtremumGetter.types.js → corePlugins/useChartElementRef/useChartElementRef.types.js} +0 -0
  793. /package/internals/plugins/{models/seriesConfig/colorProcessor.types.js → corePlugins/useChartSeriesConfig/types/cartesianExtremumGetter.types.js} +0 -0
  794. /package/internals/plugins/{models/seriesConfig/getItemAtPosition.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
  795. /package/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
  796. /package/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
  797. /package/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
  798. /package/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
  799. /package/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
  800. /package/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
  801. /package/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
  802. /package/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
  803. /package/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesProcessor.types.js} +0 -0
  804. /package/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.js +0 -0
@@ -1,7 +1,7 @@
1
- import type { ChartSeriesDefaultized, ChartSeriesType, ChartsSeriesConfig, DatasetType } from "../../../../models/seriesType/config.js";
2
- import type { SeriesId } from "../../../../models/seriesType/common.js";
3
- import type { StackingGroupsType } from "../../../stacking/index.js";
4
- import type { IsItemVisibleFunction } from "../../featurePlugins/useChartVisibilityManager/index.js";
1
+ import type { ChartSeriesDefaultized, ChartSeriesType, ChartsSeriesConfig, DatasetType } from "../../../../../models/seriesType/config.js";
2
+ import type { SeriesId } from "../../../../../models/seriesType/common.js";
3
+ import type { StackingGroupsType } from "../../../../stacking/index.js";
4
+ import type { IsItemVisibleFunction } from "../../../featurePlugins/useChartVisibilityManager/index.js";
5
5
  export type SeriesProcessorParams<TSeriesType extends ChartSeriesType> = {
6
6
  series: Record<SeriesId, ChartsSeriesConfig[TSeriesType]['seriesInput']>;
7
7
  seriesOrder: SeriesId[];
@@ -1,14 +1,14 @@
1
- import type { SeriesItemIdentifier } from "../../../../models/seriesType/index.js";
2
- import type { ChartSeriesDefaultized, ChartSeriesType, ChartsSeriesConfig } from "../../../../models/seriesType/config.js";
3
- import { type SeriesId } from "../../../../models/seriesType/common.js";
4
- import { type AxisId, type ChartsRotationAxisProps, type ChartsRadiusAxisProps, type PolarAxisDefaultized, type ComputedXAxis, type ComputedYAxis } from "../../../../models/axis.js";
5
- import { type ChartsLabelMarkProps } from "../../../../ChartsLabel/ChartsLabelMark.js";
1
+ import type { SeriesItemIdentifierWithType } from "../../../../../models/seriesType/index.js";
2
+ import type { ChartSeriesDefaultized, ChartSeriesType, ChartsSeriesConfig } from "../../../../../models/seriesType/config.js";
3
+ import { type SeriesId } from "../../../../../models/seriesType/common.js";
4
+ import { type AxisId, type ChartsRotationAxisProps, type ChartsRadiusAxisProps, type PolarAxisDefaultized, type ComputedXAxis, type ComputedYAxis } from "../../../../../models/axis.js";
5
+ import { type ChartsLabelMarkProps } from "../../../../../ChartsLabel/ChartsLabelMark.js";
6
6
  import { type ColorGetter } from "./colorProcessor.types.js";
7
7
  export interface ItemTooltip<T extends ChartSeriesType> {
8
8
  /**
9
9
  * An object that identifies the item to display.
10
10
  */
11
- identifier: SeriesItemIdentifier<T>;
11
+ identifier: SeriesItemIdentifierWithType<T>;
12
12
  /**
13
13
  * The color associated with the item.
14
14
  */
@@ -60,7 +60,7 @@ export type TooltipGetter<TSeriesType extends ChartSeriesType> = (params: {
60
60
  series: ChartSeriesDefaultized<TSeriesType>;
61
61
  axesConfig: TooltipGetterAxesConfig;
62
62
  getColor: ColorGetter<TSeriesType>;
63
- identifier: SeriesItemIdentifier<TSeriesType> | null;
63
+ identifier: SeriesItemIdentifierWithType<TSeriesType> | null;
64
64
  }) => (TSeriesType extends 'radar' ? ItemTooltipWithMultipleValues<TSeriesType> : ItemTooltip<TSeriesType>) | null;
65
65
  /**
66
66
  * If `axisId` is set to undefined, the default axis will be used.
@@ -1,9 +1,9 @@
1
- import type { SeriesItemIdentifier } from "../../../../models/seriesType/index.js";
2
- import type { ChartSeriesType } from "../../../../models/seriesType/config.js";
3
- import { type ChartsRotationAxisProps, type ChartsRadiusAxisProps, type ComputedXAxis, type ComputedYAxis } from "../../../../models/axis.js";
4
- import { type ChartDrawingArea } from "../../../../hooks/useDrawingArea.js";
5
- import { type ProcessedSeries, type SeriesLayout } from "../../corePlugins/useChartSeries/index.js";
6
- import { type ComputeResult } from "../../featurePlugins/useChartPolarAxis/computeAxisValue.js";
1
+ import type { SeriesItemIdentifierWithType } from "../../../../../models/seriesType/index.js";
2
+ import type { ChartSeriesType } from "../../../../../models/seriesType/config.js";
3
+ import { type ChartsRotationAxisProps, type ChartsRadiusAxisProps, type ComputedXAxis, type ComputedYAxis } from "../../../../../models/axis.js";
4
+ import { type ChartDrawingArea } from "../../../../../hooks/useDrawingArea.js";
5
+ import { type ProcessedSeries, type SeriesLayout } from "../../useChartSeries/index.js";
6
+ import { type ComputeResult } from "../../../featurePlugins/useChartPolarAxis/computeAxisValue.js";
7
7
  export interface TooltipPositionGetterAxesConfig {
8
8
  x?: ComputedXAxis;
9
9
  y?: ComputedYAxis;
@@ -14,7 +14,7 @@ export type TooltipItemPositionGetter<TSeriesType extends ChartSeriesType> = (pa
14
14
  series: ProcessedSeries<TSeriesType>;
15
15
  axesConfig: TooltipPositionGetterAxesConfig;
16
16
  drawingArea: ChartDrawingArea;
17
- identifier: SeriesItemIdentifier<TSeriesType> | null;
17
+ identifier: SeriesItemIdentifierWithType<TSeriesType> | null;
18
18
  seriesLayout: SeriesLayout<TSeriesType>;
19
19
  /**
20
20
  * The preferred placement of the tooltip related to the element.
@@ -0,0 +1,3 @@
1
+ import { type ChartPlugin } from "../../models/index.js";
2
+ import { type UseChartSeriesConfigSignature } from "./useChartSeriesConfig.types.js";
3
+ export declare const useChartSeriesConfig: ChartPlugin<UseChartSeriesConfigSignature>;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import useEventCallback from '@mui/utils/useEventCallback';
5
+ import { serializeIdentifier as serializeIdentifierFn } from "./utils/serializeIdentifier.js";
6
+ import { cleanIdentifier as cleanIdentifierFn } from "./utils/cleanIdentifier.js";
7
+ export const useChartSeriesConfig = ({
8
+ store
9
+ }) => {
10
+ const serializeIdentifier = useEventCallback(identifier => serializeIdentifierFn(store.state.seriesConfig.config, identifier));
11
+ const cleanIdentifier = useEventCallback(identifier => cleanIdentifierFn(store.state.seriesConfig.config, identifier));
12
+ return {
13
+ instance: {
14
+ serializeIdentifier,
15
+ cleanIdentifier
16
+ }
17
+ };
18
+ };
19
+ useChartSeriesConfig.params = {
20
+ seriesConfig: true
21
+ };
22
+ useChartSeriesConfig.getDefaultizedParams = ({
23
+ params
24
+ }) => _extends({}, params, {
25
+ seriesConfig: params.seriesConfig ?? {}
26
+ });
27
+ useChartSeriesConfig.getInitialState = ({
28
+ seriesConfig
29
+ }) => {
30
+ return {
31
+ seriesConfig: {
32
+ config: seriesConfig
33
+ }
34
+ };
35
+ };
@@ -0,0 +1,6 @@
1
+ import { type ChartRootSelector } from "../../utils/selectors.js";
2
+ import { type UseChartSeriesConfigSignature } from "./useChartSeriesConfig.types.js";
3
+ export declare const selectorChartSeriesConfigState: ChartRootSelector<UseChartSeriesConfigSignature>;
4
+ export declare const selectorChartSeriesConfig: (args_0: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../useChartInteractionListener/index.js").UseChartInteractionListenerState & Partial<{}> & {
5
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
6
+ }) => import("./types/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
@@ -0,0 +1,3 @@
1
+ import { createSelector } from '@mui/x-internals/store';
2
+ export const selectorChartSeriesConfigState = state => state.seriesConfig;
3
+ export const selectorChartSeriesConfig = createSelector(selectorChartSeriesConfigState, seriesConfigState => seriesConfigState.config);
@@ -0,0 +1,48 @@
1
+ import { type ChartPluginSignature } from "../../models/index.js";
2
+ import { type ChartSeriesConfig } from "./types/seriesConfig.types.js";
3
+ import { type ChartSeriesType } from "../../../../models/seriesType/config.js";
4
+ import { type SeriesItemIdentifierWithType } from "../../../../models/seriesType/index.js";
5
+ export interface UseChartSeriesConfigParameters<T extends ChartSeriesType = ChartSeriesType> {
6
+ /**
7
+ * The configuration for the series types.
8
+ * This is used to define how each series type should be processed, colored, and displayed.
9
+ */
10
+ seriesConfig?: ChartSeriesConfig<T>;
11
+ }
12
+ export type UseChartSeriesConfigDefaultizedParameters<T extends ChartSeriesType = ChartSeriesType> = UseChartSeriesConfigParameters<T> & {
13
+ seriesConfig: ChartSeriesConfig<T>;
14
+ };
15
+ export interface UseChartSeriesConfigState<T extends ChartSeriesType = ChartSeriesType> {
16
+ seriesConfig: {
17
+ config: ChartSeriesConfig<T>;
18
+ };
19
+ }
20
+ export type SerializeIdentifierFunction = <T extends {
21
+ type: ChartSeriesType;
22
+ }>(identifier: T) => string;
23
+ export type CleanIdentifierFunction = <T extends {
24
+ type: ChartSeriesType;
25
+ }>(identifier: T) => SeriesItemIdentifierWithType<T['type']>;
26
+ export interface UseChartSeriesConfigInstance {
27
+ /**
28
+ * Function to serialize a series item identifier into a unique string.
29
+ *
30
+ * @param identifier The identifier to serialize.
31
+ * @returns A unique string representing the identifier.
32
+ */
33
+ serializeIdentifier: SerializeIdentifierFunction;
34
+ /**
35
+ * Function to clean a series item identifier, returning only the properties
36
+ * relevant to the series type.
37
+ *
38
+ * @param identifier The partial identifier to clean.
39
+ * @returns A cleaned identifier with only the relevant properties.
40
+ */
41
+ cleanIdentifier: CleanIdentifierFunction;
42
+ }
43
+ export type UseChartSeriesConfigSignature<T extends ChartSeriesType = ChartSeriesType> = ChartPluginSignature<{
44
+ params: UseChartSeriesConfigParameters<T>;
45
+ defaultizedParams: UseChartSeriesConfigDefaultizedParameters<T>;
46
+ state: UseChartSeriesConfigState<T>;
47
+ instance: UseChartSeriesConfigInstance;
48
+ }>;
@@ -0,0 +1,15 @@
1
+ import type { SeriesItemIdentifierWithType } from "../../../../../models/index.js";
2
+ import type { ChartSeriesType } from "../../../../../models/seriesType/config.js";
3
+ import type { ChartSeriesConfig } from "../types/index.js";
4
+ /**
5
+ * Cleans a series item identifier by extracting only the relevant properties
6
+ * using the appropriate cleaner from the provided series configuration.
7
+ *
8
+ * @param {ChartSeriesConfig<ChartSeriesType>} seriesConfig - The configuration object for chart series.
9
+ * @param {object} identifier - The series item identifier to clean.
10
+ * @returns {object} A cleaned identifier object with only the properties relevant to the series type.
11
+ * @throws Will throw an error if no cleaner is found for the given series type.
12
+ */
13
+ export declare const cleanIdentifier: <T extends ChartSeriesType, U extends {
14
+ type: T;
15
+ }>(seriesConfig: ChartSeriesConfig<T>, identifier: U) => SeriesItemIdentifierWithType<T>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Cleans a series item identifier by extracting only the relevant properties
3
+ * using the appropriate cleaner from the provided series configuration.
4
+ *
5
+ * @param {ChartSeriesConfig<ChartSeriesType>} seriesConfig - The configuration object for chart series.
6
+ * @param {object} identifier - The series item identifier to clean.
7
+ * @returns {object} A cleaned identifier object with only the properties relevant to the series type.
8
+ * @throws Will throw an error if no cleaner is found for the given series type.
9
+ */
10
+ export const cleanIdentifier = (seriesConfig, identifier) => {
11
+ const cleaner = seriesConfig[identifier.type]?.identifierCleaner;
12
+ if (!cleaner) {
13
+ throw new Error(`MUI X Charts: No identifier cleaner found for series type "${identifier.type}".`);
14
+ }
15
+ // @ts-expect-error identifierCleaner expects the full object,
16
+ // but this function accepts a partial one in order to be able to clean all identifiers.
17
+ return cleaner(identifier);
18
+ };
@@ -1,5 +1,5 @@
1
- import type { ChartSeriesType } from "../../../../models/seriesType/config.js";
2
- import type { ChartSeriesConfig } from "../../models/index.js";
1
+ import type { ChartSeriesType } from "../../../../../models/seriesType/config.js";
2
+ import type { ChartSeriesConfig } from "../types/index.js";
3
3
  /**
4
4
  * Serializes a series item identifier into a unique string using the appropriate serializer
5
5
  * from the provided series configuration.
@@ -1,11 +1,12 @@
1
- import { type SeriesItemIdentifier } from "../../../../models/seriesType/index.js";
1
+ import { type SeriesItemIdentifierWithType } from "../../../../models/seriesType/index.js";
2
+ import { type ChartSeriesType } from "../../../../models/seriesType/config.js";
2
3
  import { type UseChartHighlightSignature } from "../useChartHighlight/index.js";
3
4
  import { type UseChartCartesianAxisSignature } from "../useChartCartesianAxis/index.js";
4
5
  import { type ChartState } from "../../models/index.js";
5
6
  /**
6
7
  * Hook to get pointer interaction props for chart items.
7
8
  */
8
- export declare function useRegisterPointerInteractions(getItemAtPosition: (state: ChartState<[UseChartCartesianAxisSignature, UseChartHighlightSignature]>, point: {
9
+ export declare function useRegisterPointerInteractions<SeriesType extends ChartSeriesType>(getItemAtPosition: (state: ChartState<[UseChartCartesianAxisSignature, UseChartHighlightSignature]>, point: {
9
10
  x: number;
10
11
  y: number;
11
- }) => SeriesItemIdentifier | undefined, onItemEnter?: () => void, onItemLeave?: () => void): void;
12
+ }) => SeriesItemIdentifierWithType<SeriesType> | undefined, onItemEnter?: () => void, onItemLeave?: () => void): void;
@@ -5,7 +5,7 @@ import useEventCallback from '@mui/utils/useEventCallback';
5
5
  import { useSvgRef } from "../../../../hooks/index.js";
6
6
  import { useStore } from "../../../store/useStore.js";
7
7
  import { useChartContext } from "../../../../context/ChartProvider/index.js";
8
- import { getSVGPoint } from "../../../getSVGPoint.js";
8
+ import { getChartPoint } from "../../../getChartPoint.js";
9
9
  /**
10
10
  * Hook to get pointer interaction props for chart items.
11
11
  */
@@ -41,7 +41,7 @@ export function useRegisterPointerInteractions(getItemAtPosition, onItemEnter, o
41
41
  reset();
42
42
  }
43
43
  const onPointerMove = function onPointerMove(event) {
44
- const svgPoint = getSVGPoint(svg, event);
44
+ const svgPoint = getChartPoint(svg, event);
45
45
  if (!instance.isPointInside(svgPoint.x, svgPoint.y)) {
46
46
  reset();
47
47
  return;
@@ -4,14 +4,16 @@ import _extends from "@babel/runtime/helpers/esm/extends";
4
4
  import useEventCallback from '@mui/utils/useEventCallback';
5
5
  import * as React from 'react';
6
6
  import useEnhancedEffect from '@mui/utils/useEnhancedEffect';
7
- import { getSVGPoint } from "../../../getSVGPoint.js";
7
+ import { getChartPoint } from "../../../getChartPoint.js";
8
8
  import { selectorIsBrushEnabled } from "./useChartBrush.selectors.js";
9
9
  export const useChartBrush = ({
10
10
  store,
11
- svgRef,
12
11
  instance,
13
12
  params
14
13
  }) => {
14
+ const {
15
+ svgRef
16
+ } = instance;
15
17
  const isEnabled = store.use(selectorIsBrushEnabled);
16
18
  useEnhancedEffect(() => {
17
19
  store.set('brush', _extends({}, store.state.brush, {
@@ -49,14 +51,14 @@ export const useChartBrush = ({
49
51
  if (event.detail.target?.closest('[data-charts-zoom-slider]')) {
50
52
  return;
51
53
  }
52
- const point = getSVGPoint(element, {
54
+ const point = getChartPoint(element, {
53
55
  clientX: event.detail.initialCentroid.x,
54
56
  clientY: event.detail.initialCentroid.y
55
57
  });
56
58
  setBrushCoordinates(point);
57
59
  };
58
60
  const handleBrush = event => {
59
- const currentPoint = getSVGPoint(element, {
61
+ const currentPoint = getChartPoint(element, {
60
62
  clientX: event.detail.centroid.x,
61
63
  clientY: event.detail.centroid.y
62
64
  });
@@ -1,25 +1,25 @@
1
1
  import type { ChartOptionalRootSelector } from "../../utils/selectors.js";
2
2
  import type { UseChartBrushSignature } from "./useChartBrush.types.js";
3
3
  export declare const selectorBrush: ChartOptionalRootSelector<UseChartBrushSignature>;
4
- export declare const selectorBrushStart: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
4
+ export declare const selectorBrushStart: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
5
5
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
6
6
  }) => import("./useChartBrush.types.js").Point | null | undefined;
7
- export declare const selectorBrushCurrent: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
7
+ export declare const selectorBrushCurrent: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
8
8
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
9
9
  }) => import("./useChartBrush.types.js").Point | null | undefined;
10
- export declare const selectorBrushStartX: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
10
+ export declare const selectorBrushStartX: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
11
11
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
12
12
  }) => number | null;
13
- export declare const selectorBrushStartY: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
13
+ export declare const selectorBrushStartY: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
14
14
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
15
15
  }) => number | null;
16
- export declare const selectorBrushCurrentX: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
16
+ export declare const selectorBrushCurrentX: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
17
17
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
18
18
  }) => number | null;
19
- export declare const selectorBrushCurrentY: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
19
+ export declare const selectorBrushCurrentY: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
20
20
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
21
21
  }) => number | null;
22
- export declare const selectorBrushState: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
22
+ export declare const selectorBrushState: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
23
23
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
24
24
  }) => {
25
25
  start: {
@@ -31,24 +31,24 @@ export declare const selectorBrushState: (args_0: import("../../corePlugins/useC
31
31
  y: number;
32
32
  };
33
33
  } | null;
34
- export declare const selectorBrushConfigNoZoom: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<{}> & {
34
+ export declare const selectorBrushConfigNoZoom: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<{}> & {
35
35
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
36
36
  }) => "x" | "y" | "xy";
37
- export declare const selectorBrushConfigZoom: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
37
+ export declare const selectorBrushConfigZoom: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
38
38
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
39
39
  }) => "x" | "y" | "xy" | null;
40
- export declare const selectorBrushConfig: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<{}> & {
40
+ export declare const selectorBrushConfig: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<{}> & {
41
41
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
42
42
  }) => "x" | "y" | "xy";
43
- export declare const selectorIsBrushEnabled: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
43
+ export declare const selectorIsBrushEnabled: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
44
44
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
45
45
  }) => boolean | undefined;
46
- export declare const selectorIsBrushSelectionActive: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
46
+ export declare const selectorIsBrushSelectionActive: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
47
47
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
48
48
  }) => boolean | undefined;
49
- export declare const selectorBrushShouldPreventAxisHighlight: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
49
+ export declare const selectorBrushShouldPreventAxisHighlight: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
50
50
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
51
51
  }) => boolean | undefined;
52
- export declare const selectorBrushShouldPreventTooltip: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
52
+ export declare const selectorBrushShouldPreventTooltip: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartBrush.types.js").UseChartBrushState> & {
53
53
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
54
54
  }) => boolean | undefined;
@@ -2,7 +2,7 @@ import { type NumberValue } from '@mui/x-charts-vendor/d3-scale';
2
2
  import { type ChartsXAxisProps, type ChartsAxisProps, type ChartsYAxisProps, type AxisId, type DefaultedXAxis, type DefaultedYAxis, type D3Scale } from "../../../../models/axis.js";
3
3
  import { type ChartSeriesType } from "../../../../models/seriesType/config.js";
4
4
  import type { ChartDrawingArea } from "../../../../hooks/index.js";
5
- import { type ChartSeriesConfig } from "../../models/seriesConfig/index.js";
5
+ import { type ChartSeriesConfig } from "../../corePlugins/useChartSeriesConfig/index.js";
6
6
  import { type ComputedAxisConfig } from "./useChartCartesianAxis.types.js";
7
7
  import { type ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js";
8
8
  import { type ZoomData } from "./zoom.types.js";
@@ -5,9 +5,9 @@ import { type DatasetType } from "../../../../models/seriesType/config.js";
5
5
  type InXAxis = XAxis & {
6
6
  zoom?: boolean | ZoomOptions;
7
7
  };
8
- export declare function defaultizeXAxis(inAxes: readonly InXAxis[] | undefined, dataset: Readonly<DatasetType> | undefined): DefaultedXAxis[];
8
+ export declare function defaultizeXAxis(inAxes: readonly InXAxis[] | undefined, dataset: Readonly<DatasetType> | undefined, axesGap: number): DefaultedXAxis[];
9
9
  type InYAxis = YAxis & {
10
10
  zoom?: boolean | ZoomOptions;
11
11
  };
12
- export declare function defaultizeYAxis(inAxes: readonly InYAxis[] | undefined, dataset: Readonly<DatasetType> | undefined): DefaultedYAxis[];
12
+ export declare function defaultizeYAxis(inAxes: readonly InYAxis[] | undefined, dataset: Readonly<DatasetType> | undefined, axesGap: number): DefaultedYAxis[];
13
13
  export {};
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import { defaultizeZoom } from "./defaultizeZoom.js";
3
3
  import { DEFAULT_X_AXIS_KEY, DEFAULT_Y_AXIS_KEY, DEFAULT_AXIS_SIZE_HEIGHT, DEFAULT_AXIS_SIZE_WIDTH, AXIS_LABEL_DEFAULT_HEIGHT } from "../../../../constants/index.js";
4
- export function defaultizeXAxis(inAxes, dataset) {
4
+ export function defaultizeXAxis(inAxes, dataset, axesGap) {
5
5
  const offsets = {
6
6
  top: 0,
7
7
  bottom: 0,
@@ -30,7 +30,7 @@ export function defaultizeXAxis(inAxes, dataset) {
30
30
 
31
31
  // Increment the offset for the next axis
32
32
  if (position !== 'none') {
33
- offsets[position] += sharedConfig.height;
33
+ offsets[position] += sharedConfig.height + axesGap;
34
34
  if (sharedConfig.zoom?.slider.enabled) {
35
35
  offsets[position] += sharedConfig.zoom.slider.size;
36
36
  }
@@ -51,7 +51,7 @@ export function defaultizeXAxis(inAxes, dataset) {
51
51
  });
52
52
  return parsedAxes;
53
53
  }
54
- export function defaultizeYAxis(inAxes, dataset) {
54
+ export function defaultizeYAxis(inAxes, dataset, axesGap) {
55
55
  const offsets = {
56
56
  right: 0,
57
57
  left: 0,
@@ -80,7 +80,7 @@ export function defaultizeYAxis(inAxes, dataset) {
80
80
 
81
81
  // Increment the offset for the next axis
82
82
  if (position !== 'none') {
83
- offsets[position] += sharedConfig.width;
83
+ offsets[position] += sharedConfig.width + axesGap;
84
84
  if (sharedConfig.zoom?.slider.enabled) {
85
85
  offsets[position] += sharedConfig.zoom.slider.size;
86
86
  }
@@ -1,7 +1,8 @@
1
+ import { type NumberValue } from '@mui/x-charts-vendor/d3-scale';
1
2
  import { type AxisConfig } from "../../../../models/axis.js";
2
3
  import { type CartesianChartSeriesType } from "../../../../models/seriesType/config.js";
3
4
  import { type ProcessedSeries } from "../../corePlugins/useChartSeries/index.js";
4
- export declare const getAxisDomainLimit: <T extends CartesianChartSeriesType>(axis: Pick<AxisConfig, "id" | "domainLimit">, axisDirection: "x" | "y", axisIndex: number, formattedSeries: ProcessedSeries<T | "line">) => "nice" | "strict" | ((min: number, max: number) => {
5
- min: number;
6
- max: number;
5
+ export declare const getAxisDomainLimit: <T extends CartesianChartSeriesType>(axis: Pick<AxisConfig, "id" | "domainLimit">, axisDirection: "x" | "y", axisIndex: number, formattedSeries: ProcessedSeries<T | "line">) => "nice" | "strict" | ((min: NumberValue, max: NumberValue) => {
6
+ min: NumberValue;
7
+ max: NumberValue;
7
8
  });
@@ -1,6 +1,6 @@
1
1
  import { type AxisConfig } from "../../../../models/index.js";
2
2
  import { type CartesianChartSeriesType } from "../../../../models/seriesType/config.js";
3
- import { type ChartSeriesConfig } from "../../models/seriesConfig/index.js";
3
+ import { type ChartSeriesConfig } from "../../corePlugins/useChartSeriesConfig/index.js";
4
4
  import { type ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js";
5
5
  import { type GetZoomAxisFilters } from "./zoom.types.js";
6
6
  export declare function getAxisExtrema<T extends CartesianChartSeriesType>(axis: AxisConfig, axisDirection: 'x' | 'y', seriesConfig: ChartSeriesConfig<T>, axisIndex: number, formattedSeries: ProcessedSeries<T>, getFilters?: GetZoomAxisFilters): [number, number];
@@ -1,5 +1,5 @@
1
1
  import { type CartesianChartSeriesType } from "../../../../models/seriesType/config.js";
2
- import { type ChartSeriesConfig } from "../../models/seriesConfig/index.js";
2
+ import { type ChartSeriesConfig } from "../../corePlugins/useChartSeriesConfig/index.js";
3
3
  import { type ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js";
4
4
  import { type AxisId } from "../../../../models/axis.js";
5
5
  export declare const getAxisTriggerTooltip: <TSeriesType extends CartesianChartSeriesType>(axisDirection: "x" | "y", seriesConfig: ChartSeriesConfig<TSeriesType>, formattedSeries: ProcessedSeries<TSeriesType>, defaultAxisId: AxisId) => Set<AxisId>;
@@ -5,6 +5,7 @@ export * from "./useChartCartesianAxisLayout.selectors.js";
5
5
  export * from "./useChartCartesianInteraction.selectors.js";
6
6
  export * from "./useChartCartesianHighlight.selectors.js";
7
7
  export * from "./useChartCartesianAxisPreview.selectors.js";
8
+ export * from "./useChartCartesianTooltip.selectors.js";
8
9
  export { defaultizeXAxis, defaultizeYAxis } from "./defaultizeAxis.js";
9
10
  export * from "./computeAxisValue.js";
10
11
  export * from "./createZoomLookup.js";
@@ -4,6 +4,7 @@ export * from "./useChartCartesianAxisLayout.selectors.js";
4
4
  export * from "./useChartCartesianInteraction.selectors.js";
5
5
  export * from "./useChartCartesianHighlight.selectors.js";
6
6
  export * from "./useChartCartesianAxisPreview.selectors.js";
7
+ export * from "./useChartCartesianTooltip.selectors.js";
7
8
  export { defaultizeXAxis, defaultizeYAxis } from "./defaultizeAxis.js";
8
9
  export * from "./computeAxisValue.js";
9
10
  export * from "./createZoomLookup.js";
@@ -1,16 +1,16 @@
1
- export declare const selectorChartLeftAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
1
+ export declare const selectorChartLeftAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
2
2
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
3
3
  }) => number;
4
- export declare const selectorChartRightAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
4
+ export declare const selectorChartRightAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
5
5
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
6
6
  }) => number;
7
- export declare const selectorChartTopAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
7
+ export declare const selectorChartTopAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
8
8
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
9
9
  }) => number;
10
- export declare const selectorChartBottomAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
10
+ export declare const selectorChartBottomAxisSize: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
11
11
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
12
12
  }) => number;
13
- export declare const selectorChartAxisSizes: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
13
+ export declare const selectorChartAxisSizes: (args_0: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js").UseChartSeriesConfigState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.js").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("../../../index.js").UseChartInteractionListenerState & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState> & {
14
14
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
15
15
  }) => {
16
16
  left: number;