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