@mui/x-charts 8.1.0 → 8.3.0

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 (508) hide show
  1. package/BarChart/BarChart.js +1 -1
  2. package/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
  3. package/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
  4. package/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
  5. package/BarChart/BarLabel/index.d.ts +4 -4
  6. package/BarChart/checkScaleErrors.d.ts +3 -3
  7. package/BarChart/checkScaleErrors.js +4 -4
  8. package/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  9. package/BarChart/seriesConfig/seriesProcessor.js +2 -2
  10. package/BarChart/seriesConfig/tooltip.d.ts +1 -1
  11. package/BarChart/types.d.ts +2 -2
  12. package/BarChart/useBarChartProps.d.ts +2 -2
  13. package/BarChart/useBarChartProps.js +20 -2
  14. package/CHANGELOG.md +233 -7
  15. package/ChartContainer/ChartContainer.js +1 -1
  16. package/ChartContainer/useChartContainerProps.d.ts +1 -1
  17. package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  18. package/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  19. package/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  20. package/ChartsClipPath/ChartsClipPath.d.ts +8 -0
  21. package/ChartsClipPath/ChartsClipPath.js +8 -0
  22. package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  23. package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  24. package/ChartsLabel/ChartsLabelMark.js +8 -4
  25. package/ChartsLabel/index.d.ts +4 -4
  26. package/ChartsLabel/labelClasses.d.ts +1 -1
  27. package/ChartsLabel/labelGradientClasses.d.ts +1 -1
  28. package/ChartsLabel/labelMarkClasses.d.ts +1 -1
  29. package/ChartsLegend/ChartsLegend.d.ts +2 -2
  30. package/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  31. package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  32. package/ChartsLegend/chartsLegend.types.d.ts +1 -1
  33. package/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  34. package/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  35. package/ChartsLegend/index.d.ts +4 -4
  36. package/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  37. package/ChartsLegend/useAxis.d.ts +2 -2
  38. package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  39. package/ChartsLocalizationProvider/index.d.ts +1 -1
  40. package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  41. package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  42. package/ChartsOverlay/index.d.ts +1 -1
  43. package/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  44. package/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  45. package/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  46. package/ChartsText/index.d.ts +2 -2
  47. package/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  48. package/ChartsTooltip/index.d.ts +3 -3
  49. package/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  50. package/LineChart/AnimatedArea.d.ts +1 -1
  51. package/LineChart/AnimatedLine.d.ts +1 -1
  52. package/LineChart/AppearingMask.js +1 -2
  53. package/LineChart/AreaPlot.js +2 -2
  54. package/LineChart/CircleMarkElement.d.ts +10 -0
  55. package/LineChart/CircleMarkElement.js +5 -15
  56. package/LineChart/LineChart.js +1 -1
  57. package/LineChart/LineHighlightPlot.js +1 -1
  58. package/LineChart/LinePlot.js +2 -2
  59. package/LineChart/MarkElement.d.ts +10 -0
  60. package/LineChart/MarkElement.js +15 -15
  61. package/LineChart/MarkPlot.js +19 -3
  62. package/LineChart/index.d.ts +1 -1
  63. package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  64. package/LineChart/seriesConfig/seriesProcessor.js +2 -2
  65. package/LineChart/seriesConfig/tooltip.d.ts +1 -1
  66. package/LineChart/useLineChartProps.d.ts +2 -2
  67. package/PieChart/PieArcLabel.js +3 -4
  68. package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  69. package/PieChart/seriesConfig/tooltip.d.ts +1 -1
  70. package/RadarChart/RadarGrid/index.d.ts +1 -1
  71. package/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  72. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  73. package/RadarChart/index.d.ts +2 -2
  74. package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  75. package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  76. package/RadarChart/useRadarChartProps.d.ts +2 -2
  77. package/ScatterChart/ScatterChart.js +1 -1
  78. package/ScatterChart/ScatterMarker.types.d.ts +1 -1
  79. package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  80. package/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  81. package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  82. package/ScatterChart/useScatterChartProps.d.ts +3 -3
  83. package/SparkLineChart/SparkLineChart.d.ts +19 -0
  84. package/SparkLineChart/SparkLineChart.js +53 -16
  85. package/Toolbar/Toolbar.d.ts +5 -0
  86. package/Toolbar/Toolbar.js +34 -0
  87. package/Toolbar/ToolbarButton.d.ts +5 -0
  88. package/Toolbar/ToolbarButton.js +27 -0
  89. package/Toolbar/index.d.ts +2 -0
  90. package/Toolbar/index.js +27 -0
  91. package/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  92. package/colorPalettes/categorical/blueberryTwilight.js +10 -0
  93. package/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  94. package/colorPalettes/categorical/cheerfulFiesta.js +10 -0
  95. package/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  96. package/colorPalettes/categorical/mangoFusion.js +10 -0
  97. package/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  98. package/colorPalettes/categorical/rainbowSurge.js +10 -0
  99. package/colorPalettes/index.d.ts +14 -1
  100. package/colorPalettes/index.js +147 -4
  101. package/colorPalettes/sequential/blue.d.ts +4 -0
  102. package/colorPalettes/sequential/blue.js +12 -0
  103. package/colorPalettes/sequential/cyan.d.ts +4 -0
  104. package/colorPalettes/sequential/cyan.js +12 -0
  105. package/colorPalettes/sequential/green.d.ts +4 -0
  106. package/colorPalettes/sequential/green.js +12 -0
  107. package/colorPalettes/sequential/orange.d.ts +4 -0
  108. package/colorPalettes/sequential/orange.js +12 -0
  109. package/colorPalettes/sequential/pink.d.ts +4 -0
  110. package/colorPalettes/sequential/pink.js +12 -0
  111. package/colorPalettes/sequential/purple.d.ts +4 -0
  112. package/colorPalettes/sequential/purple.js +12 -0
  113. package/colorPalettes/sequential/red.d.ts +4 -0
  114. package/colorPalettes/sequential/red.js +12 -0
  115. package/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  116. package/colorPalettes/sequential/strawberrySky.js +10 -0
  117. package/colorPalettes/sequential/yellow.d.ts +4 -0
  118. package/colorPalettes/sequential/yellow.js +12 -0
  119. package/colorPalettes/types.d.ts +4 -0
  120. package/colorPalettes/types.js +5 -0
  121. package/context/ChartProvider/ChartContext.d.ts +1 -1
  122. package/context/ChartProvider/ChartProvider.d.ts +1 -1
  123. package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  124. package/context/ChartProvider/useChartContext.js +1 -1
  125. package/context/index.d.ts +1 -1
  126. package/esm/BarChart/BarChart.js +1 -1
  127. package/esm/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
  128. package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
  129. package/esm/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
  130. package/esm/BarChart/BarLabel/index.d.ts +4 -4
  131. package/esm/BarChart/checkScaleErrors.d.ts +3 -3
  132. package/esm/BarChart/checkScaleErrors.js +4 -4
  133. package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  134. package/esm/BarChart/seriesConfig/seriesProcessor.js +2 -2
  135. package/esm/BarChart/seriesConfig/tooltip.d.ts +1 -1
  136. package/esm/BarChart/types.d.ts +2 -2
  137. package/esm/BarChart/useBarChartProps.d.ts +2 -2
  138. package/esm/BarChart/useBarChartProps.js +20 -2
  139. package/esm/ChartContainer/ChartContainer.js +1 -1
  140. package/esm/ChartContainer/useChartContainerProps.d.ts +1 -1
  141. package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  142. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  143. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  144. package/esm/ChartsClipPath/ChartsClipPath.d.ts +8 -0
  145. package/esm/ChartsClipPath/ChartsClipPath.js +8 -0
  146. package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  147. package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  148. package/esm/ChartsLabel/ChartsLabelMark.js +8 -4
  149. package/esm/ChartsLabel/index.d.ts +4 -4
  150. package/esm/ChartsLabel/labelClasses.d.ts +1 -1
  151. package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
  152. package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
  153. package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
  154. package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  155. package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  156. package/esm/ChartsLegend/chartsLegend.types.d.ts +1 -1
  157. package/esm/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  158. package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  159. package/esm/ChartsLegend/index.d.ts +4 -4
  160. package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  161. package/esm/ChartsLegend/useAxis.d.ts +2 -2
  162. package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  163. package/esm/ChartsLocalizationProvider/index.d.ts +1 -1
  164. package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  165. package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  166. package/esm/ChartsOverlay/index.d.ts +1 -1
  167. package/esm/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  168. package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  169. package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  170. package/esm/ChartsText/index.d.ts +2 -2
  171. package/esm/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  172. package/esm/ChartsTooltip/index.d.ts +3 -3
  173. package/esm/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  174. package/esm/LineChart/AnimatedArea.d.ts +1 -1
  175. package/esm/LineChart/AnimatedLine.d.ts +1 -1
  176. package/esm/LineChart/AppearingMask.js +1 -2
  177. package/esm/LineChart/AreaPlot.js +2 -2
  178. package/esm/LineChart/CircleMarkElement.d.ts +10 -0
  179. package/esm/LineChart/CircleMarkElement.js +5 -15
  180. package/esm/LineChart/LineChart.js +1 -1
  181. package/esm/LineChart/LineHighlightPlot.js +1 -1
  182. package/esm/LineChart/LinePlot.js +2 -2
  183. package/esm/LineChart/MarkElement.d.ts +10 -0
  184. package/esm/LineChart/MarkElement.js +15 -15
  185. package/esm/LineChart/MarkPlot.js +20 -4
  186. package/esm/LineChart/index.d.ts +1 -1
  187. package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  188. package/esm/LineChart/seriesConfig/seriesProcessor.js +2 -2
  189. package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
  190. package/esm/LineChart/useLineChartProps.d.ts +2 -2
  191. package/esm/PieChart/PieArcLabel.js +3 -4
  192. package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  193. package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
  194. package/esm/RadarChart/RadarGrid/index.d.ts +1 -1
  195. package/esm/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  196. package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  197. package/esm/RadarChart/index.d.ts +2 -2
  198. package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  199. package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  200. package/esm/RadarChart/useRadarChartProps.d.ts +2 -2
  201. package/esm/ScatterChart/ScatterChart.js +1 -1
  202. package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
  203. package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  204. package/esm/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  205. package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  206. package/esm/ScatterChart/useScatterChartProps.d.ts +3 -3
  207. package/esm/SparkLineChart/SparkLineChart.d.ts +19 -0
  208. package/esm/SparkLineChart/SparkLineChart.js +53 -16
  209. package/esm/Toolbar/Toolbar.d.ts +5 -0
  210. package/esm/Toolbar/Toolbar.js +27 -0
  211. package/esm/Toolbar/ToolbarButton.d.ts +5 -0
  212. package/esm/Toolbar/ToolbarButton.js +20 -0
  213. package/esm/Toolbar/index.d.ts +2 -0
  214. package/esm/Toolbar/index.js +2 -0
  215. package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  216. package/esm/colorPalettes/categorical/blueberryTwilight.js +3 -0
  217. package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  218. package/esm/colorPalettes/categorical/cheerfulFiesta.js +3 -0
  219. package/esm/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  220. package/esm/colorPalettes/categorical/mangoFusion.js +3 -0
  221. package/esm/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  222. package/esm/colorPalettes/categorical/rainbowSurge.js +3 -0
  223. package/esm/colorPalettes/index.d.ts +14 -1
  224. package/esm/colorPalettes/index.js +20 -1
  225. package/esm/colorPalettes/sequential/blue.d.ts +4 -0
  226. package/esm/colorPalettes/sequential/blue.js +5 -0
  227. package/esm/colorPalettes/sequential/cyan.d.ts +4 -0
  228. package/esm/colorPalettes/sequential/cyan.js +5 -0
  229. package/esm/colorPalettes/sequential/green.d.ts +4 -0
  230. package/esm/colorPalettes/sequential/green.js +5 -0
  231. package/esm/colorPalettes/sequential/orange.d.ts +4 -0
  232. package/esm/colorPalettes/sequential/orange.js +5 -0
  233. package/esm/colorPalettes/sequential/pink.d.ts +4 -0
  234. package/esm/colorPalettes/sequential/pink.js +5 -0
  235. package/esm/colorPalettes/sequential/purple.d.ts +4 -0
  236. package/esm/colorPalettes/sequential/purple.js +5 -0
  237. package/esm/colorPalettes/sequential/red.d.ts +4 -0
  238. package/esm/colorPalettes/sequential/red.js +5 -0
  239. package/esm/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  240. package/esm/colorPalettes/sequential/strawberrySky.js +3 -0
  241. package/esm/colorPalettes/sequential/yellow.d.ts +4 -0
  242. package/esm/colorPalettes/sequential/yellow.js +5 -0
  243. package/esm/colorPalettes/types.d.ts +4 -0
  244. package/esm/colorPalettes/types.js +1 -0
  245. package/esm/context/ChartProvider/ChartContext.d.ts +1 -1
  246. package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
  247. package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  248. package/esm/context/ChartProvider/useChartContext.js +1 -1
  249. package/esm/context/index.d.ts +1 -1
  250. package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
  251. package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
  252. package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  253. package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
  254. package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
  255. package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
  256. package/esm/hooks/animation/useAnimatePieArcLabel.js +4 -4
  257. package/esm/hooks/useAxis.d.ts +6 -6
  258. package/esm/hooks/useChartsLocalization.d.ts +1 -1
  259. package/esm/hooks/useChartsLocalization.js +1 -1
  260. package/esm/hooks/useItemHighlightedGetter.d.ts +2 -2
  261. package/esm/hooks/useLegend.d.ts +1 -1
  262. package/esm/hooks/useSeries.d.ts +1 -1
  263. package/esm/hooks/useSvgRef.js +1 -1
  264. package/esm/hooks/useZAxis.d.ts +3 -3
  265. package/esm/index.d.ts +2 -1
  266. package/esm/index.js +3 -2
  267. package/esm/internals/constants.d.ts +4 -0
  268. package/esm/internals/constants.js +5 -0
  269. package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
  270. package/esm/internals/createSeriesSelectorOfType.js +1 -1
  271. package/esm/internals/createSvgIcon.d.ts +3 -0
  272. package/esm/internals/createSvgIcon.js +2 -0
  273. package/esm/internals/defaultizeMargin.d.ts +1 -1
  274. package/esm/internals/geometry.js +1 -1
  275. package/esm/internals/getPercentageValue.js +1 -1
  276. package/esm/internals/index.d.ts +4 -1
  277. package/esm/internals/index.js +4 -1
  278. package/esm/internals/material/index.d.ts +4 -0
  279. package/esm/internals/material/index.js +7 -0
  280. package/esm/internals/plugins/allPlugins.d.ts +1 -1
  281. package/esm/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
  282. package/esm/internals/plugins/corePlugins/corePlugins.js +1 -1
  283. package/esm/internals/plugins/corePlugins/index.d.ts +1 -1
  284. package/esm/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  285. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  286. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  287. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  288. package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  289. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  290. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  291. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
  292. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +1 -1
  293. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  294. package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  295. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  296. package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  297. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  298. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  299. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
  300. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
  301. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +22 -10
  302. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
  303. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  304. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  305. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  306. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
  307. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  308. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
  309. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  310. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
  311. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
  312. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  313. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
  314. package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  315. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
  316. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  317. package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  318. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  319. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  320. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  321. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  322. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  323. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  324. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  325. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  326. package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  327. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  328. package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  329. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  330. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  331. package/esm/internals/plugins/models/chart.d.ts +3 -3
  332. package/esm/internals/plugins/models/helpers.d.ts +1 -2
  333. package/esm/internals/plugins/models/plugin.d.ts +2 -32
  334. package/esm/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  335. package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  336. package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  337. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  338. package/esm/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  339. package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  340. package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  341. package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  342. package/esm/internals/plugins/utils/ChartStore.d.ts +2 -2
  343. package/esm/internals/stackSeries.d.ts +1 -1
  344. package/esm/internals/store/useCharts.d.ts +2 -2
  345. package/esm/internals/store/useCharts.js +11 -12
  346. package/esm/internals/store/useStore.js +1 -1
  347. package/esm/locales/enUS.d.ts +2 -0
  348. package/esm/locales/enUS.js +3 -1
  349. package/esm/locales/frFR.d.ts +2 -0
  350. package/esm/locales/frFR.js +2 -0
  351. package/esm/locales/index.d.ts +1 -1
  352. package/esm/locales/utils/chartsLocaleTextApi.d.ts +8 -0
  353. package/esm/locales/utils/getChartsLocalization.d.ts +2 -0
  354. package/esm/models/axis.d.ts +22 -3
  355. package/esm/models/axis.js +12 -0
  356. package/esm/models/index.d.ts +4 -3
  357. package/esm/models/seriesType/bar.d.ts +1 -1
  358. package/esm/models/seriesType/common.d.ts +2 -2
  359. package/esm/models/seriesType/line.d.ts +1 -1
  360. package/esm/models/seriesType/pie.d.ts +1 -1
  361. package/esm/models/slots/chartsBaseSlotProps.d.ts +13 -0
  362. package/esm/models/slots/chartsBaseSlotProps.js +1 -0
  363. package/esm/models/slots/chartsBaseSlots.d.ts +5 -0
  364. package/esm/models/slots/chartsBaseSlots.js +1 -0
  365. package/esm/models/slots/chartsIconSlots.d.ts +1 -0
  366. package/esm/models/slots/chartsIconSlots.js +1 -0
  367. package/esm/models/slots/index.d.ts +3 -0
  368. package/esm/models/slots/index.js +3 -0
  369. package/esm/themeAugmentation/components.js +1 -0
  370. package/esm/themeAugmentation/index.d.ts +3 -3
  371. package/esm/themeAugmentation/overrides.d.ts +3 -12
  372. package/esm/themeAugmentation/overrides.js +2 -0
  373. package/esm/themeAugmentation/props.d.ts +0 -7
  374. package/esm/themeAugmentation/props.js +2 -0
  375. package/hooks/animation/useAnimateArea.d.ts +1 -1
  376. package/hooks/animation/useAnimateBar.d.ts +1 -1
  377. package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  378. package/hooks/animation/useAnimateLine.d.ts +1 -1
  379. package/hooks/animation/useAnimatePieArc.d.ts +1 -1
  380. package/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
  381. package/hooks/animation/useAnimatePieArcLabel.js +4 -4
  382. package/hooks/useAxis.d.ts +6 -6
  383. package/hooks/useChartsLocalization.d.ts +1 -1
  384. package/hooks/useChartsLocalization.js +1 -1
  385. package/hooks/useItemHighlightedGetter.d.ts +2 -2
  386. package/hooks/useLegend.d.ts +1 -1
  387. package/hooks/useSeries.d.ts +1 -1
  388. package/hooks/useSvgRef.js +1 -1
  389. package/hooks/useZAxis.d.ts +3 -3
  390. package/index.d.ts +2 -1
  391. package/index.js +12 -1
  392. package/internals/constants.d.ts +4 -0
  393. package/internals/constants.js +11 -0
  394. package/internals/createSeriesSelectorOfType.d.ts +1 -1
  395. package/internals/createSeriesSelectorOfType.js +1 -1
  396. package/internals/createSvgIcon.d.ts +3 -0
  397. package/internals/createSvgIcon.js +8 -0
  398. package/internals/defaultizeMargin.d.ts +1 -1
  399. package/internals/geometry.js +1 -1
  400. package/internals/getPercentageValue.js +1 -1
  401. package/internals/index.d.ts +4 -1
  402. package/internals/index.js +36 -0
  403. package/internals/material/index.d.ts +4 -0
  404. package/internals/material/index.js +14 -0
  405. package/internals/plugins/allPlugins.d.ts +1 -1
  406. package/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
  407. package/internals/plugins/corePlugins/corePlugins.js +1 -1
  408. package/internals/plugins/corePlugins/index.d.ts +1 -1
  409. package/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  410. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  411. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  412. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  413. package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  414. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  415. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  416. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
  417. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +2 -2
  418. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  419. package/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  420. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  421. package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  422. package/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  423. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  424. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
  425. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
  426. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +27 -15
  427. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
  428. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  429. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  430. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  431. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
  432. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  433. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
  434. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  435. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
  436. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +3 -2
  437. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  438. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
  439. package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  440. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
  441. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  442. package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  443. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  444. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  445. package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  446. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  447. package/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  448. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  449. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  450. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  451. package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  452. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  453. package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  454. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  455. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  456. package/internals/plugins/models/chart.d.ts +3 -3
  457. package/internals/plugins/models/helpers.d.ts +1 -2
  458. package/internals/plugins/models/plugin.d.ts +2 -32
  459. package/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  460. package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  461. package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  462. package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  463. package/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  464. package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  465. package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  466. package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  467. package/internals/plugins/utils/ChartStore.d.ts +2 -2
  468. package/internals/stackSeries.d.ts +1 -1
  469. package/internals/store/useCharts.d.ts +2 -2
  470. package/internals/store/useCharts.js +11 -12
  471. package/internals/store/useStore.js +1 -1
  472. package/locales/enUS.d.ts +2 -0
  473. package/locales/enUS.js +3 -1
  474. package/locales/frFR.d.ts +2 -0
  475. package/locales/frFR.js +2 -0
  476. package/locales/index.d.ts +1 -1
  477. package/locales/utils/chartsLocaleTextApi.d.ts +8 -0
  478. package/locales/utils/getChartsLocalization.d.ts +2 -0
  479. package/models/axis.d.ts +22 -3
  480. package/models/axis.js +12 -0
  481. package/models/index.d.ts +4 -3
  482. package/models/seriesType/bar.d.ts +1 -1
  483. package/models/seriesType/common.d.ts +2 -2
  484. package/models/seriesType/line.d.ts +1 -1
  485. package/models/seriesType/pie.d.ts +1 -1
  486. package/models/slots/chartsBaseSlotProps.d.ts +13 -0
  487. package/models/slots/chartsBaseSlotProps.js +5 -0
  488. package/models/slots/chartsBaseSlots.d.ts +5 -0
  489. package/models/slots/chartsBaseSlots.js +5 -0
  490. package/models/slots/chartsIconSlots.d.ts +1 -0
  491. package/models/slots/chartsIconSlots.js +5 -0
  492. package/models/slots/index.d.ts +3 -0
  493. package/models/slots/index.js +38 -0
  494. package/package.json +5 -5
  495. package/themeAugmentation/components.js +5 -0
  496. package/themeAugmentation/index.d.ts +3 -3
  497. package/themeAugmentation/overrides.d.ts +3 -12
  498. package/themeAugmentation/overrides.js +5 -0
  499. package/themeAugmentation/props.d.ts +0 -7
  500. package/themeAugmentation/props.js +5 -0
  501. package/colorPalettes/colorPalettes.d.ts +0 -16
  502. package/colorPalettes/colorPalettes.js +0 -22
  503. package/esm/colorPalettes/colorPalettes.d.ts +0 -16
  504. package/esm/colorPalettes/colorPalettes.js +0 -12
  505. package/esm/internals/store/useChartModels.d.ts +0 -7
  506. package/esm/internals/store/useChartModels.js +0 -64
  507. package/internals/store/useChartModels.d.ts +0 -7
  508. package/internals/store/useChartModels.js +0 -73
@@ -1,9 +1,44 @@
1
1
  import { ChartRootSelector } from "../../utils/selectors.js";
2
- import type { UseChartDimensionsSignature } from './useChartDimensions.types';
2
+ import type { UseChartDimensionsSignature } from "./useChartDimensions.types.js";
3
3
  export declare const selectorChartDimensionsState: ChartRootSelector<UseChartDimensionsSignature>;
4
- export declare const selectorChartDrawingArea: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
5
- cacheKey: import("../../models").ChartStateCacheKey;
6
- } & Partial<import("../../..").UseChartCartesianAxisState>) => {
4
+ export declare const selectorChartMargin: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
5
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
6
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
7
+ clearCache: () => void;
8
+ resultsCount: () => number;
9
+ resetResultsCount: () => void;
10
+ } & {
11
+ resultFunc: (resultFuncArgs_0: {
12
+ margin: import("./useChartDimensions.types.js").ChartMargin;
13
+ width: number;
14
+ height: number;
15
+ propsWidth: number | undefined;
16
+ propsHeight: number | undefined;
17
+ }) => import("./useChartDimensions.types.js").ChartMargin;
18
+ memoizedResultFunc: ((resultFuncArgs_0: {
19
+ margin: import("./useChartDimensions.types.js").ChartMargin;
20
+ width: number;
21
+ height: number;
22
+ propsWidth: number | undefined;
23
+ propsHeight: number | undefined;
24
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
25
+ clearCache: () => void;
26
+ resultsCount: () => number;
27
+ resetResultsCount: () => void;
28
+ };
29
+ lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
30
+ dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
31
+ recomputations: () => number;
32
+ resetRecomputations: () => void;
33
+ dependencyRecomputations: () => number;
34
+ resetDependencyRecomputations: () => void;
35
+ } & {
36
+ memoize: typeof import("reselect").weakMapMemoize;
37
+ argsMemoize: typeof import("reselect").weakMapMemoize;
38
+ };
39
+ export declare const selectorChartDrawingArea: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
40
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
41
+ } & Partial<import("../../../index.js").UseChartCartesianAxisState>) => {
7
42
  width: number;
8
43
  left: number;
9
44
  right: number;
@@ -43,22 +78,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
43
78
  top: number;
44
79
  bottom: number;
45
80
  };
46
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
47
- cacheKey: import("../../models").ChartStateCacheKey;
81
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
82
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
48
83
  }) => number) & {
49
84
  clearCache: () => void;
50
85
  resultsCount: () => number;
51
86
  resetResultsCount: () => void;
52
87
  } & {
53
88
  resultFunc: (resultFuncArgs_0: {
54
- margin: import("./useChartDimensions.types").ChartMargin;
89
+ margin: import("./useChartDimensions.types.js").ChartMargin;
55
90
  width: number;
56
91
  height: number;
57
92
  propsWidth: number | undefined;
58
93
  propsHeight: number | undefined;
59
94
  }) => number;
60
95
  memoizedResultFunc: ((resultFuncArgs_0: {
61
- margin: import("./useChartDimensions.types").ChartMargin;
96
+ margin: import("./useChartDimensions.types.js").ChartMargin;
62
97
  width: number;
63
98
  height: number;
64
99
  propsWidth: number | undefined;
@@ -77,22 +112,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
77
112
  } & {
78
113
  memoize: typeof import("reselect").weakMapMemoize;
79
114
  argsMemoize: typeof import("reselect").weakMapMemoize;
80
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
81
- cacheKey: import("../../models").ChartStateCacheKey;
115
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
116
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
82
117
  }) => number) & {
83
118
  clearCache: () => void;
84
119
  resultsCount: () => number;
85
120
  resetResultsCount: () => void;
86
121
  } & {
87
122
  resultFunc: (resultFuncArgs_0: {
88
- margin: import("./useChartDimensions.types").ChartMargin;
123
+ margin: import("./useChartDimensions.types.js").ChartMargin;
89
124
  width: number;
90
125
  height: number;
91
126
  propsWidth: number | undefined;
92
127
  propsHeight: number | undefined;
93
128
  }) => number;
94
129
  memoizedResultFunc: ((resultFuncArgs_0: {
95
- margin: import("./useChartDimensions.types").ChartMargin;
130
+ margin: import("./useChartDimensions.types.js").ChartMargin;
96
131
  width: number;
97
132
  height: number;
98
133
  propsWidth: number | undefined;
@@ -111,46 +146,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
111
146
  } & {
112
147
  memoize: typeof import("reselect").weakMapMemoize;
113
148
  argsMemoize: typeof import("reselect").weakMapMemoize;
114
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
115
- cacheKey: import("../../models").ChartStateCacheKey;
149
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
150
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
116
151
  }) => number) & {
117
152
  clearCache: () => void;
118
153
  resultsCount: () => number;
119
154
  resetResultsCount: () => void;
120
155
  } & {
121
- resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
122
- memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
156
+ resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
157
+ memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
123
158
  clearCache: () => void;
124
159
  resultsCount: () => number;
125
160
  resetResultsCount: () => void;
126
161
  };
127
162
  lastResult: () => number;
128
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
129
- cacheKey: import("../../models").ChartStateCacheKey;
130
- }) => import("./useChartDimensions.types").ChartMargin) & {
163
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
164
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
165
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
131
166
  clearCache: () => void;
132
167
  resultsCount: () => number;
133
168
  resetResultsCount: () => void;
134
169
  } & {
135
170
  resultFunc: (resultFuncArgs_0: {
136
- margin: import("./useChartDimensions.types").ChartMargin;
171
+ margin: import("./useChartDimensions.types.js").ChartMargin;
137
172
  width: number;
138
173
  height: number;
139
174
  propsWidth: number | undefined;
140
175
  propsHeight: number | undefined;
141
- }) => import("./useChartDimensions.types").ChartMargin;
176
+ }) => import("./useChartDimensions.types.js").ChartMargin;
142
177
  memoizedResultFunc: ((resultFuncArgs_0: {
143
- margin: import("./useChartDimensions.types").ChartMargin;
178
+ margin: import("./useChartDimensions.types.js").ChartMargin;
144
179
  width: number;
145
180
  height: number;
146
181
  propsWidth: number | undefined;
147
182
  propsHeight: number | undefined;
148
- }) => import("./useChartDimensions.types").ChartMargin) & {
183
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
149
184
  clearCache: () => void;
150
185
  resultsCount: () => number;
151
186
  resetResultsCount: () => void;
152
187
  };
153
- lastResult: () => import("./useChartDimensions.types").ChartMargin;
188
+ lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
154
189
  dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
155
190
  recomputations: () => number;
156
191
  resetRecomputations: () => void;
@@ -167,46 +202,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
167
202
  } & {
168
203
  memoize: typeof import("reselect").weakMapMemoize;
169
204
  argsMemoize: typeof import("reselect").weakMapMemoize;
170
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
171
- cacheKey: import("../../models").ChartStateCacheKey;
205
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
206
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
172
207
  }) => number) & {
173
208
  clearCache: () => void;
174
209
  resultsCount: () => number;
175
210
  resetResultsCount: () => void;
176
211
  } & {
177
- resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
178
- memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
212
+ resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
213
+ memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
179
214
  clearCache: () => void;
180
215
  resultsCount: () => number;
181
216
  resetResultsCount: () => void;
182
217
  };
183
218
  lastResult: () => number;
184
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
185
- cacheKey: import("../../models").ChartStateCacheKey;
186
- }) => import("./useChartDimensions.types").ChartMargin) & {
219
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
220
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
221
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
187
222
  clearCache: () => void;
188
223
  resultsCount: () => number;
189
224
  resetResultsCount: () => void;
190
225
  } & {
191
226
  resultFunc: (resultFuncArgs_0: {
192
- margin: import("./useChartDimensions.types").ChartMargin;
227
+ margin: import("./useChartDimensions.types.js").ChartMargin;
193
228
  width: number;
194
229
  height: number;
195
230
  propsWidth: number | undefined;
196
231
  propsHeight: number | undefined;
197
- }) => import("./useChartDimensions.types").ChartMargin;
232
+ }) => import("./useChartDimensions.types.js").ChartMargin;
198
233
  memoizedResultFunc: ((resultFuncArgs_0: {
199
- margin: import("./useChartDimensions.types").ChartMargin;
234
+ margin: import("./useChartDimensions.types.js").ChartMargin;
200
235
  width: number;
201
236
  height: number;
202
237
  propsWidth: number | undefined;
203
238
  propsHeight: number | undefined;
204
- }) => import("./useChartDimensions.types").ChartMargin) & {
239
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
205
240
  clearCache: () => void;
206
241
  resultsCount: () => number;
207
242
  resetResultsCount: () => void;
208
243
  };
209
- lastResult: () => import("./useChartDimensions.types").ChartMargin;
244
+ lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
210
245
  dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
211
246
  recomputations: () => number;
212
247
  resetRecomputations: () => void;
@@ -223,46 +258,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
223
258
  } & {
224
259
  memoize: typeof import("reselect").weakMapMemoize;
225
260
  argsMemoize: typeof import("reselect").weakMapMemoize;
226
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
227
- cacheKey: import("../../models").ChartStateCacheKey;
261
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
262
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
228
263
  }) => number) & {
229
264
  clearCache: () => void;
230
265
  resultsCount: () => number;
231
266
  resetResultsCount: () => void;
232
267
  } & {
233
- resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
234
- memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
268
+ resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
269
+ memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
235
270
  clearCache: () => void;
236
271
  resultsCount: () => number;
237
272
  resetResultsCount: () => void;
238
273
  };
239
274
  lastResult: () => number;
240
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
241
- cacheKey: import("../../models").ChartStateCacheKey;
242
- }) => import("./useChartDimensions.types").ChartMargin) & {
275
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
276
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
277
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
243
278
  clearCache: () => void;
244
279
  resultsCount: () => number;
245
280
  resetResultsCount: () => void;
246
281
  } & {
247
282
  resultFunc: (resultFuncArgs_0: {
248
- margin: import("./useChartDimensions.types").ChartMargin;
283
+ margin: import("./useChartDimensions.types.js").ChartMargin;
249
284
  width: number;
250
285
  height: number;
251
286
  propsWidth: number | undefined;
252
287
  propsHeight: number | undefined;
253
- }) => import("./useChartDimensions.types").ChartMargin;
288
+ }) => import("./useChartDimensions.types.js").ChartMargin;
254
289
  memoizedResultFunc: ((resultFuncArgs_0: {
255
- margin: import("./useChartDimensions.types").ChartMargin;
290
+ margin: import("./useChartDimensions.types.js").ChartMargin;
256
291
  width: number;
257
292
  height: number;
258
293
  propsWidth: number | undefined;
259
294
  propsHeight: number | undefined;
260
- }) => import("./useChartDimensions.types").ChartMargin) & {
295
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
261
296
  clearCache: () => void;
262
297
  resultsCount: () => number;
263
298
  resetResultsCount: () => void;
264
299
  };
265
- lastResult: () => import("./useChartDimensions.types").ChartMargin;
300
+ lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
266
301
  dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
267
302
  recomputations: () => number;
268
303
  resetRecomputations: () => void;
@@ -279,46 +314,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
279
314
  } & {
280
315
  memoize: typeof import("reselect").weakMapMemoize;
281
316
  argsMemoize: typeof import("reselect").weakMapMemoize;
282
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
283
- cacheKey: import("../../models").ChartStateCacheKey;
317
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
318
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
284
319
  }) => number) & {
285
320
  clearCache: () => void;
286
321
  resultsCount: () => number;
287
322
  resetResultsCount: () => void;
288
323
  } & {
289
- resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
290
- memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
324
+ resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
325
+ memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
291
326
  clearCache: () => void;
292
327
  resultsCount: () => number;
293
328
  resetResultsCount: () => void;
294
329
  };
295
330
  lastResult: () => number;
296
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
297
- cacheKey: import("../../models").ChartStateCacheKey;
298
- }) => import("./useChartDimensions.types").ChartMargin) & {
331
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
332
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
333
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
299
334
  clearCache: () => void;
300
335
  resultsCount: () => number;
301
336
  resetResultsCount: () => void;
302
337
  } & {
303
338
  resultFunc: (resultFuncArgs_0: {
304
- margin: import("./useChartDimensions.types").ChartMargin;
339
+ margin: import("./useChartDimensions.types.js").ChartMargin;
305
340
  width: number;
306
341
  height: number;
307
342
  propsWidth: number | undefined;
308
343
  propsHeight: number | undefined;
309
- }) => import("./useChartDimensions.types").ChartMargin;
344
+ }) => import("./useChartDimensions.types.js").ChartMargin;
310
345
  memoizedResultFunc: ((resultFuncArgs_0: {
311
- margin: import("./useChartDimensions.types").ChartMargin;
346
+ margin: import("./useChartDimensions.types.js").ChartMargin;
312
347
  width: number;
313
348
  height: number;
314
349
  propsWidth: number | undefined;
315
350
  propsHeight: number | undefined;
316
- }) => import("./useChartDimensions.types").ChartMargin) & {
351
+ }) => import("./useChartDimensions.types.js").ChartMargin) & {
317
352
  clearCache: () => void;
318
353
  resultsCount: () => number;
319
354
  resetResultsCount: () => void;
320
355
  };
321
- lastResult: () => import("./useChartDimensions.types").ChartMargin;
356
+ lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
322
357
  dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
323
358
  recomputations: () => number;
324
359
  resetRecomputations: () => void;
@@ -335,43 +370,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
335
370
  } & {
336
371
  memoize: typeof import("reselect").weakMapMemoize;
337
372
  argsMemoize: typeof import("reselect").weakMapMemoize;
338
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
339
- cacheKey: import("../../models").ChartStateCacheKey;
373
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
374
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
340
375
  }) => number) & {
341
376
  clearCache: () => void;
342
377
  resultsCount: () => number;
343
378
  resetResultsCount: () => void;
344
379
  } & {
345
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
346
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
380
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
381
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
347
382
  clearCache: () => void;
348
383
  resultsCount: () => number;
349
384
  resetResultsCount: () => void;
350
385
  };
351
386
  lastResult: () => number;
352
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
353
- cacheKey: import("../../models").ChartStateCacheKey;
354
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
387
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
388
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
389
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
355
390
  clearCache: () => void;
356
391
  resultsCount: () => number;
357
392
  resetResultsCount: () => void;
358
393
  } & {
359
394
  resultFunc: (resultFuncArgs_0: {
360
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
361
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
362
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
395
+ x: import("../../../index.js").DefaultedXAxis[];
396
+ y: import("../../../index.js").DefaultedYAxis[];
397
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
363
398
  memoizedResultFunc: ((resultFuncArgs_0: {
364
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
365
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
366
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
399
+ x: import("../../../index.js").DefaultedXAxis[];
400
+ y: import("../../../index.js").DefaultedYAxis[];
401
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
367
402
  clearCache: () => void;
368
403
  resultsCount: () => number;
369
404
  resetResultsCount: () => void;
370
405
  };
371
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
372
- dependencies: [(state: import("../../models").ChartState<[], [import("../../..").UseChartCartesianAxisSignature]>) => {
373
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
374
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
406
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
407
+ dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
408
+ x: import("../../../index.js").DefaultedXAxis[];
409
+ y: import("../../../index.js").DefaultedYAxis[];
375
410
  } | undefined];
376
411
  recomputations: () => number;
377
412
  resetRecomputations: () => void;
@@ -388,43 +423,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
388
423
  } & {
389
424
  memoize: typeof import("reselect").weakMapMemoize;
390
425
  argsMemoize: typeof import("reselect").weakMapMemoize;
391
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
392
- cacheKey: import("../../models").ChartStateCacheKey;
426
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
427
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
393
428
  }) => number) & {
394
429
  clearCache: () => void;
395
430
  resultsCount: () => number;
396
431
  resetResultsCount: () => void;
397
432
  } & {
398
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
399
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
433
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
434
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
400
435
  clearCache: () => void;
401
436
  resultsCount: () => number;
402
437
  resetResultsCount: () => void;
403
438
  };
404
439
  lastResult: () => number;
405
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
406
- cacheKey: import("../../models").ChartStateCacheKey;
407
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
440
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
441
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
442
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
408
443
  clearCache: () => void;
409
444
  resultsCount: () => number;
410
445
  resetResultsCount: () => void;
411
446
  } & {
412
447
  resultFunc: (resultFuncArgs_0: {
413
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
414
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
415
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
448
+ x: import("../../../index.js").DefaultedXAxis[];
449
+ y: import("../../../index.js").DefaultedYAxis[];
450
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
416
451
  memoizedResultFunc: ((resultFuncArgs_0: {
417
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
418
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
419
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
452
+ x: import("../../../index.js").DefaultedXAxis[];
453
+ y: import("../../../index.js").DefaultedYAxis[];
454
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
420
455
  clearCache: () => void;
421
456
  resultsCount: () => number;
422
457
  resetResultsCount: () => void;
423
458
  };
424
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
425
- dependencies: [(state: import("../../models").ChartState<[], [import("../../..").UseChartCartesianAxisSignature]>) => {
426
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
427
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
459
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
460
+ dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
461
+ x: import("../../../index.js").DefaultedXAxis[];
462
+ y: import("../../../index.js").DefaultedYAxis[];
428
463
  } | undefined];
429
464
  recomputations: () => number;
430
465
  resetRecomputations: () => void;
@@ -441,43 +476,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
441
476
  } & {
442
477
  memoize: typeof import("reselect").weakMapMemoize;
443
478
  argsMemoize: typeof import("reselect").weakMapMemoize;
444
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
445
- cacheKey: import("../../models").ChartStateCacheKey;
479
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
480
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
446
481
  }) => number) & {
447
482
  clearCache: () => void;
448
483
  resultsCount: () => number;
449
484
  resetResultsCount: () => void;
450
485
  } & {
451
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
452
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
486
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
487
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
453
488
  clearCache: () => void;
454
489
  resultsCount: () => number;
455
490
  resetResultsCount: () => void;
456
491
  };
457
492
  lastResult: () => number;
458
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
459
- cacheKey: import("../../models").ChartStateCacheKey;
460
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
493
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
494
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
495
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
461
496
  clearCache: () => void;
462
497
  resultsCount: () => number;
463
498
  resetResultsCount: () => void;
464
499
  } & {
465
500
  resultFunc: (resultFuncArgs_0: {
466
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
467
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
468
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
501
+ x: import("../../../index.js").DefaultedXAxis[];
502
+ y: import("../../../index.js").DefaultedYAxis[];
503
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
469
504
  memoizedResultFunc: ((resultFuncArgs_0: {
470
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
471
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
472
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
505
+ x: import("../../../index.js").DefaultedXAxis[];
506
+ y: import("../../../index.js").DefaultedYAxis[];
507
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
473
508
  clearCache: () => void;
474
509
  resultsCount: () => number;
475
510
  resetResultsCount: () => void;
476
511
  };
477
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
478
- dependencies: [(state: import("../../models").ChartState<[], [import("../../..").UseChartCartesianAxisSignature]>) => {
479
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
480
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
512
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
513
+ dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
514
+ x: import("../../../index.js").DefaultedXAxis[];
515
+ y: import("../../../index.js").DefaultedYAxis[];
481
516
  } | undefined];
482
517
  recomputations: () => number;
483
518
  resetRecomputations: () => void;
@@ -494,43 +529,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
494
529
  } & {
495
530
  memoize: typeof import("reselect").weakMapMemoize;
496
531
  argsMemoize: typeof import("reselect").weakMapMemoize;
497
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
498
- cacheKey: import("../../models").ChartStateCacheKey;
532
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
533
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
499
534
  }) => number) & {
500
535
  clearCache: () => void;
501
536
  resultsCount: () => number;
502
537
  resetResultsCount: () => void;
503
538
  } & {
504
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
505
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
539
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
540
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
506
541
  clearCache: () => void;
507
542
  resultsCount: () => number;
508
543
  resetResultsCount: () => void;
509
544
  };
510
545
  lastResult: () => number;
511
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../../..").UseChartCartesianAxisState> & {
512
- cacheKey: import("../../models").ChartStateCacheKey;
513
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
546
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
547
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
548
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
514
549
  clearCache: () => void;
515
550
  resultsCount: () => number;
516
551
  resetResultsCount: () => void;
517
552
  } & {
518
553
  resultFunc: (resultFuncArgs_0: {
519
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
520
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
521
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
554
+ x: import("../../../index.js").DefaultedXAxis[];
555
+ y: import("../../../index.js").DefaultedYAxis[];
556
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
522
557
  memoizedResultFunc: ((resultFuncArgs_0: {
523
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
524
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
525
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
558
+ x: import("../../../index.js").DefaultedXAxis[];
559
+ y: import("../../../index.js").DefaultedYAxis[];
560
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
526
561
  clearCache: () => void;
527
562
  resultsCount: () => number;
528
563
  resetResultsCount: () => void;
529
564
  };
530
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
531
- dependencies: [(state: import("../../models").ChartState<[], [import("../../..").UseChartCartesianAxisSignature]>) => {
532
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
533
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
565
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
566
+ dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
567
+ x: import("../../../index.js").DefaultedXAxis[];
568
+ y: import("../../../index.js").DefaultedYAxis[];
534
569
  } | undefined];
535
570
  recomputations: () => number;
536
571
  resetRecomputations: () => void;
@@ -556,8 +591,8 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
556
591
  memoize: typeof import("reselect").weakMapMemoize;
557
592
  argsMemoize: typeof import("reselect").weakMapMemoize;
558
593
  };
559
- export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
560
- cacheKey: import("../../models").ChartStateCacheKey;
594
+ export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
595
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
561
596
  }) => {
562
597
  width: number | undefined;
563
598
  height: number | undefined;
@@ -567,7 +602,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
567
602
  resetResultsCount: () => void;
568
603
  } & {
569
604
  resultFunc: (resultFuncArgs_0: {
570
- margin: import("./useChartDimensions.types").ChartMargin;
605
+ margin: import("./useChartDimensions.types.js").ChartMargin;
571
606
  width: number;
572
607
  height: number;
573
608
  propsWidth: number | undefined;
@@ -577,7 +612,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
577
612
  height: number | undefined;
578
613
  };
579
614
  memoizedResultFunc: ((resultFuncArgs_0: {
580
- margin: import("./useChartDimensions.types").ChartMargin;
615
+ margin: import("./useChartDimensions.types.js").ChartMargin;
581
616
  width: number;
582
617
  height: number;
583
618
  propsWidth: number | undefined;
@@ -603,8 +638,8 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
603
638
  memoize: typeof import("reselect").weakMapMemoize;
604
639
  argsMemoize: typeof import("reselect").weakMapMemoize;
605
640
  };
606
- export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
607
- cacheKey: import("../../models").ChartStateCacheKey;
641
+ export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
642
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
608
643
  }) => {
609
644
  width: number;
610
645
  height: number;
@@ -629,22 +664,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
629
664
  width: number;
630
665
  height: number;
631
666
  };
632
- dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
633
- cacheKey: import("../../models").ChartStateCacheKey;
667
+ dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
668
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
634
669
  }) => number) & {
635
670
  clearCache: () => void;
636
671
  resultsCount: () => number;
637
672
  resetResultsCount: () => void;
638
673
  } & {
639
674
  resultFunc: (resultFuncArgs_0: {
640
- margin: import("./useChartDimensions.types").ChartMargin;
675
+ margin: import("./useChartDimensions.types.js").ChartMargin;
641
676
  width: number;
642
677
  height: number;
643
678
  propsWidth: number | undefined;
644
679
  propsHeight: number | undefined;
645
680
  }) => number;
646
681
  memoizedResultFunc: ((resultFuncArgs_0: {
647
- margin: import("./useChartDimensions.types").ChartMargin;
682
+ margin: import("./useChartDimensions.types.js").ChartMargin;
648
683
  width: number;
649
684
  height: number;
650
685
  propsWidth: number | undefined;
@@ -663,22 +698,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
663
698
  } & {
664
699
  memoize: typeof import("reselect").weakMapMemoize;
665
700
  argsMemoize: typeof import("reselect").weakMapMemoize;
666
- }, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
667
- cacheKey: import("../../models").ChartStateCacheKey;
701
+ }, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
702
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
668
703
  }) => number) & {
669
704
  clearCache: () => void;
670
705
  resultsCount: () => number;
671
706
  resetResultsCount: () => void;
672
707
  } & {
673
708
  resultFunc: (resultFuncArgs_0: {
674
- margin: import("./useChartDimensions.types").ChartMargin;
709
+ margin: import("./useChartDimensions.types.js").ChartMargin;
675
710
  width: number;
676
711
  height: number;
677
712
  propsWidth: number | undefined;
678
713
  propsHeight: number | undefined;
679
714
  }) => number;
680
715
  memoizedResultFunc: ((resultFuncArgs_0: {
681
- margin: import("./useChartDimensions.types").ChartMargin;
716
+ margin: import("./useChartDimensions.types.js").ChartMargin;
682
717
  width: number;
683
718
  height: number;
684
719
  propsWidth: number | undefined;