@mui/x-charts 8.0.0-alpha.11 → 8.0.0-alpha.12

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 (2121) hide show
  1. package/BarChart/AnimatedBarElement.d.ts +6 -6
  2. package/BarChart/AnimatedBarElement.js +15 -8
  3. package/BarChart/BarChart.d.ts +51 -52
  4. package/BarChart/BarChart.js +171 -165
  5. package/BarChart/BarChart.plugins.d.ts +7 -12
  6. package/BarChart/BarChart.plugins.js +11 -5
  7. package/BarChart/BarClipPath.d.ts +7 -7
  8. package/BarChart/BarClipPath.js +24 -17
  9. package/BarChart/BarElement.d.ts +32 -32
  10. package/BarChart/BarElement.js +38 -30
  11. package/BarChart/BarLabel/BarLabel.d.ts +853 -853
  12. package/BarChart/BarLabel/BarLabel.js +30 -23
  13. package/BarChart/BarLabel/BarLabel.types.d.ts +30 -30
  14. package/BarChart/BarLabel/BarLabel.types.js +5 -1
  15. package/BarChart/BarLabel/BarLabelItem.d.ts +40 -40
  16. package/BarChart/BarLabel/BarLabelItem.js +38 -31
  17. package/BarChart/BarLabel/BarLabelPlot.d.ts +5 -5
  18. package/BarChart/BarLabel/BarLabelPlot.js +20 -13
  19. package/BarChart/BarLabel/barLabelClasses.d.ts +7 -7
  20. package/BarChart/BarLabel/barLabelClasses.js +19 -9
  21. package/BarChart/BarLabel/getBarLabel.d.ts +9 -9
  22. package/BarChart/BarLabel/getBarLabel.js +9 -2
  23. package/BarChart/BarLabel/index.d.ts +3 -3
  24. package/BarChart/BarLabel/index.js +25 -2
  25. package/BarChart/BarPlot.d.ts +32 -34
  26. package/BarChart/BarPlot.js +48 -42
  27. package/BarChart/checkScaleErrors.d.ts +5 -5
  28. package/BarChart/checkScaleErrors.js +12 -6
  29. package/BarChart/getRadius.d.ts +11 -6
  30. package/BarChart/getRadius.js +9 -2
  31. package/BarChart/index.d.ts +4 -4
  32. package/BarChart/index.js +49 -4
  33. package/BarChart/seriesConfig/extremums.d.ts +3 -0
  34. package/BarChart/seriesConfig/getColor.d.ts +3 -0
  35. package/BarChart/seriesConfig/index.d.ts +2 -0
  36. package/BarChart/seriesConfig/index.js +20 -0
  37. package/BarChart/seriesConfig/legend.d.ts +3 -0
  38. package/BarChart/seriesConfig/legend.js +28 -0
  39. package/BarChart/seriesConfig/seriesProcessor.d.ts +3 -0
  40. package/BarChart/seriesConfig/seriesProcessor.js +80 -0
  41. package/BarChart/seriesConfig/tooltip.d.ts +3 -0
  42. package/BarChart/seriesConfig/tooltip.js +31 -0
  43. package/BarChart/types.d.ts +16 -16
  44. package/BarChart/types.js +5 -1
  45. package/BarChart/useBarChartProps.d.ts +23 -23
  46. package/BarChart/useBarChartProps.js +26 -20
  47. package/CHANGELOG.md +161 -1
  48. package/ChartContainer/ChartContainer.d.ts +7 -7
  49. package/ChartContainer/ChartContainer.js +171 -149
  50. package/ChartContainer/index.d.ts +1 -1
  51. package/ChartContainer/index.js +16 -1
  52. package/ChartContainer/useChartContainerProps.d.ts +11 -11
  53. package/ChartContainer/useChartContainerProps.js +22 -9
  54. package/ChartDataProvider/ChartDataProvider.d.ts +8 -8
  55. package/ChartDataProvider/ChartDataProvider.js +29 -23
  56. package/ChartDataProvider/index.d.ts +1 -1
  57. package/ChartDataProvider/index.js +16 -1
  58. package/ChartDataProvider/useChartDataProviderProps.d.ts +9 -9
  59. package/ChartDataProvider/useChartDataProviderProps.js +16 -23
  60. package/ChartsAxis/ChartsAxis.d.ts +37 -37
  61. package/ChartsAxis/ChartsAxis.js +31 -25
  62. package/ChartsAxis/axisClasses.d.ts +25 -25
  63. package/ChartsAxis/axisClasses.js +13 -5
  64. package/ChartsAxis/index.d.ts +2 -2
  65. package/ChartsAxis/index.js +27 -2
  66. package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +3 -3
  67. package/ChartsAxisHighlight/ChartsAxisHighlight.js +21 -15
  68. package/ChartsAxisHighlight/ChartsAxisHighlight.types.d.ts +3 -3
  69. package/ChartsAxisHighlight/ChartsAxisHighlight.types.js +5 -1
  70. package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +5 -5
  71. package/ChartsAxisHighlight/ChartsAxisHighlightPath.js +11 -5
  72. package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +5 -5
  73. package/ChartsAxisHighlight/ChartsXAxisHighlight.js +25 -21
  74. package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +5 -5
  75. package/ChartsAxisHighlight/ChartsYAxisHighlight.js +25 -21
  76. package/ChartsAxisHighlight/chartsAxisHighlightClasses.d.ts +3 -3
  77. package/ChartsAxisHighlight/chartsAxisHighlightClasses.js +13 -5
  78. package/ChartsAxisHighlight/index.d.ts +4 -4
  79. package/ChartsAxisHighlight/index.js +49 -4
  80. package/ChartsClipPath/ChartsClipPath.d.ts +9 -9
  81. package/ChartsClipPath/ChartsClipPath.js +23 -17
  82. package/ChartsClipPath/index.d.ts +1 -1
  83. package/ChartsClipPath/index.js +16 -1
  84. package/ChartsGrid/ChartsGrid.d.ts +15 -15
  85. package/ChartsGrid/ChartsGrid.js +33 -27
  86. package/ChartsGrid/ChartsHorizontalGrid.d.ts +7 -7
  87. package/ChartsGrid/ChartsHorizontalGrid.js +15 -8
  88. package/ChartsGrid/ChartsVerticalGrid.d.ts +7 -7
  89. package/ChartsGrid/ChartsVerticalGrid.js +15 -8
  90. package/ChartsGrid/chartsGridClasses.d.ts +9 -9
  91. package/ChartsGrid/chartsGridClasses.js +13 -5
  92. package/ChartsGrid/index.d.ts +2 -2
  93. package/ChartsGrid/index.js +27 -2
  94. package/ChartsGrid/styledComponents.d.ts +1 -1
  95. package/ChartsGrid/styledComponents.js +12 -6
  96. package/ChartsLabel/ChartsLabel.d.ts +9 -9
  97. package/ChartsLabel/ChartsLabel.js +23 -17
  98. package/ChartsLabel/ChartsLabelGradient.d.ts +32 -32
  99. package/ChartsLabel/ChartsLabelGradient.js +40 -34
  100. package/ChartsLabel/ChartsLabelMark.d.ts +17 -17
  101. package/ChartsLabel/ChartsLabelMark.js +33 -27
  102. package/ChartsLabel/index.d.ts +4 -4
  103. package/ChartsLabel/index.js +25 -5
  104. package/ChartsLabel/labelClasses.d.ts +3 -3
  105. package/ChartsLabel/labelClasses.js +18 -9
  106. package/ChartsLabel/labelGradientClasses.d.ts +11 -11
  107. package/ChartsLabel/labelGradientClasses.js +18 -9
  108. package/ChartsLabel/labelMarkClasses.d.ts +13 -13
  109. package/ChartsLabel/labelMarkClasses.js +18 -9
  110. package/ChartsLegend/ChartsLegend.d.ts +21 -21
  111. package/ChartsLegend/ChartsLegend.js +43 -37
  112. package/ChartsLegend/ContinuousColorLegend.d.ts +48 -48
  113. package/ChartsLegend/ContinuousColorLegend.js +65 -58
  114. package/ChartsLegend/PiecewiseColorLegend.d.ts +36 -36
  115. package/ChartsLegend/PiecewiseColorLegend.js +65 -59
  116. package/ChartsLegend/chartsLegend.types.d.ts +20 -20
  117. package/ChartsLegend/chartsLegend.types.js +5 -1
  118. package/ChartsLegend/chartsLegendClasses.d.ts +13 -13
  119. package/ChartsLegend/chartsLegendClasses.js +15 -7
  120. package/ChartsLegend/colorLegend.types.d.ts +12 -12
  121. package/ChartsLegend/colorLegend.types.js +5 -1
  122. package/ChartsLegend/continuousColorLegendClasses.d.ts +21 -21
  123. package/ChartsLegend/continuousColorLegendClasses.js +15 -7
  124. package/ChartsLegend/direction.d.ts +1 -1
  125. package/ChartsLegend/direction.js +5 -1
  126. package/ChartsLegend/index.d.ts +12 -12
  127. package/ChartsLegend/index.js +135 -12
  128. package/ChartsLegend/legend.types.d.ts +8 -8
  129. package/ChartsLegend/legend.types.js +5 -1
  130. package/ChartsLegend/legendContext.types.d.ts +46 -46
  131. package/ChartsLegend/legendContext.types.js +5 -1
  132. package/ChartsLegend/onClickContextBuilder.d.ts +2 -2
  133. package/ChartsLegend/onClickContextBuilder.js +9 -2
  134. package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +2 -2
  135. package/ChartsLegend/piecewiseColorDefaultLabelFormatter.js +7 -1
  136. package/ChartsLegend/piecewiseColorLegend.types.d.ts +25 -25
  137. package/ChartsLegend/piecewiseColorLegend.types.js +5 -1
  138. package/ChartsLegend/piecewiseColorLegendClasses.d.ts +23 -23
  139. package/ChartsLegend/piecewiseColorLegendClasses.js +15 -7
  140. package/ChartsLegend/useAxis.d.ts +7 -4
  141. package/ChartsLegend/useAxis.js +11 -6
  142. package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  143. package/ChartsOverlay/ChartsLoadingOverlay.js +19 -12
  144. package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  145. package/ChartsOverlay/ChartsNoDataOverlay.js +19 -12
  146. package/ChartsOverlay/ChartsOverlay.d.ts +33 -33
  147. package/ChartsOverlay/ChartsOverlay.js +21 -13
  148. package/ChartsOverlay/index.d.ts +4 -4
  149. package/ChartsOverlay/index.js +26 -3
  150. package/ChartsReferenceLine/ChartsReferenceLine.d.ts +5 -5
  151. package/ChartsReferenceLine/ChartsReferenceLine.js +27 -21
  152. package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +8 -8
  153. package/ChartsReferenceLine/ChartsXReferenceLine.js +29 -22
  154. package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +8 -8
  155. package/ChartsReferenceLine/ChartsYReferenceLine.js +29 -22
  156. package/ChartsReferenceLine/chartsReferenceLineClasses.d.ts +11 -11
  157. package/ChartsReferenceLine/chartsReferenceLineClasses.js +13 -5
  158. package/ChartsReferenceLine/common.d.ts +39 -39
  159. package/ChartsReferenceLine/common.js +13 -6
  160. package/ChartsReferenceLine/index.d.ts +2 -2
  161. package/ChartsReferenceLine/index.js +27 -2
  162. package/ChartsSurface/ChartsSurface.d.ts +6 -6
  163. package/ChartsSurface/ChartsSurface.js +38 -32
  164. package/ChartsSurface/index.d.ts +1 -1
  165. package/ChartsSurface/index.js +16 -1
  166. package/ChartsText/ChartsText.d.ts +8 -8
  167. package/ChartsText/ChartsText.js +24 -18
  168. package/ChartsText/index.d.ts +2 -2
  169. package/ChartsText/index.js +12 -1
  170. package/ChartsTooltip/ChartTooltip.types.d.ts +12 -12
  171. package/ChartsTooltip/ChartTooltip.types.js +5 -1
  172. package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +8 -8
  173. package/ChartsTooltip/ChartsAxisTooltipContent.js +42 -36
  174. package/ChartsTooltip/ChartsItemTooltipContent.d.ts +8 -8
  175. package/ChartsTooltip/ChartsItemTooltipContent.js +31 -25
  176. package/ChartsTooltip/ChartsTooltip.d.ts +4 -5
  177. package/ChartsTooltip/ChartsTooltip.js +72 -66
  178. package/ChartsTooltip/ChartsTooltipContainer.d.ts +17 -17
  179. package/ChartsTooltip/ChartsTooltipContainer.js +118 -101
  180. package/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
  181. package/ChartsTooltip/ChartsTooltipTable.js +14 -9
  182. package/ChartsTooltip/chartsTooltipClasses.d.ts +21 -21
  183. package/ChartsTooltip/chartsTooltipClasses.js +19 -9
  184. package/ChartsTooltip/index.d.ts +10 -10
  185. package/ChartsTooltip/index.js +126 -10
  186. package/ChartsTooltip/useAxisTooltip.d.ts +15 -15
  187. package/ChartsTooltip/useAxisTooltip.js +30 -24
  188. package/ChartsTooltip/useItemTooltip.d.ts +9 -9
  189. package/ChartsTooltip/useItemTooltip.js +20 -15
  190. package/ChartsTooltip/utils.d.ts +5 -5
  191. package/ChartsTooltip/utils.js +15 -7
  192. package/ChartsXAxis/ChartsXAxis.d.ts +3 -3
  193. package/ChartsXAxis/ChartsXAxis.js +83 -77
  194. package/ChartsXAxis/index.d.ts +1 -1
  195. package/ChartsXAxis/index.js +16 -1
  196. package/ChartsYAxis/ChartsYAxis.d.ts +3 -3
  197. package/ChartsYAxis/ChartsYAxis.js +76 -70
  198. package/ChartsYAxis/index.d.ts +1 -1
  199. package/ChartsYAxis/index.js +16 -1
  200. package/Gauge/Gauge.d.ts +6 -6
  201. package/Gauge/Gauge.js +53 -47
  202. package/Gauge/GaugeContainer.d.ts +6 -6
  203. package/Gauge/GaugeContainer.js +48 -42
  204. package/Gauge/GaugeProvider.d.ts +103 -103
  205. package/Gauge/GaugeProvider.js +25 -17
  206. package/Gauge/GaugeReferenceArc.d.ts +1 -1
  207. package/Gauge/GaugeReferenceArc.js +18 -11
  208. package/Gauge/GaugeValueArc.d.ts +1 -1
  209. package/Gauge/GaugeValueArc.js +18 -11
  210. package/Gauge/GaugeValueText.d.ts +7 -7
  211. package/Gauge/GaugeValueText.js +24 -18
  212. package/Gauge/gaugeClasses.d.ts +9 -9
  213. package/Gauge/gaugeClasses.js +14 -6
  214. package/Gauge/index.d.ts +7 -7
  215. package/Gauge/index.js +87 -7
  216. package/Gauge/utils.d.ts +17 -12
  217. package/Gauge/utils.js +9 -2
  218. package/LineChart/AnimatedArea.d.ts +9 -9
  219. package/LineChart/AnimatedArea.js +30 -24
  220. package/LineChart/AnimatedLine.d.ts +9 -9
  221. package/LineChart/AnimatedLine.js +30 -24
  222. package/LineChart/AppearingMask.d.ts +5 -5
  223. package/LineChart/AppearingMask.js +20 -14
  224. package/LineChart/AreaElement.d.ts +33 -33
  225. package/LineChart/AreaElement.js +41 -33
  226. package/LineChart/AreaPlot.d.ts +12 -14
  227. package/LineChart/AreaPlot.js +44 -38
  228. package/LineChart/CircleMarkElement.d.ts +12 -12
  229. package/LineChart/CircleMarkElement.js +35 -29
  230. package/LineChart/LineChart.d.ts +68 -69
  231. package/LineChart/LineChart.js +176 -170
  232. package/LineChart/LineChart.plugins.d.ts +7 -12
  233. package/LineChart/LineChart.plugins.js +11 -5
  234. package/LineChart/LineElement.d.ts +33 -33
  235. package/LineChart/LineElement.js +41 -33
  236. package/LineChart/LineHighlightElement.d.ts +12 -12
  237. package/LineChart/LineHighlightElement.js +33 -25
  238. package/LineChart/LineHighlightPlot.d.ts +15 -15
  239. package/LineChart/LineHighlightPlot.js +38 -32
  240. package/LineChart/LinePlot.d.ts +12 -14
  241. package/LineChart/LinePlot.js +44 -38
  242. package/LineChart/MarkElement.d.ts +16 -16
  243. package/LineChart/MarkElement.js +40 -34
  244. package/LineChart/MarkPlot.d.ts +22 -22
  245. package/LineChart/MarkPlot.js +43 -37
  246. package/LineChart/index.d.ts +12 -12
  247. package/LineChart/index.js +154 -12
  248. package/LineChart/markElementClasses.d.ts +13 -13
  249. package/LineChart/markElementClasses.js +18 -9
  250. package/LineChart/seriesConfig/extremums.d.ts +3 -0
  251. package/LineChart/seriesConfig/getColor.d.ts +3 -0
  252. package/LineChart/seriesConfig/index.d.ts +2 -0
  253. package/LineChart/seriesConfig/index.js +20 -0
  254. package/LineChart/seriesConfig/legend.d.ts +3 -0
  255. package/LineChart/seriesConfig/legend.js +28 -0
  256. package/LineChart/seriesConfig/seriesProcessor.d.ts +3 -0
  257. package/LineChart/seriesConfig/seriesProcessor.js +84 -0
  258. package/LineChart/seriesConfig/tooltip.d.ts +3 -0
  259. package/LineChart/seriesConfig/tooltip.js +31 -0
  260. package/LineChart/useLineChartProps.d.ts +29 -29
  261. package/LineChart/useLineChartProps.js +23 -17
  262. package/PieChart/PieArc.d.ts +22 -22
  263. package/PieChart/PieArc.js +37 -29
  264. package/PieChart/PieArcLabel.d.ts +22 -22
  265. package/PieChart/PieArcLabel.js +38 -30
  266. package/PieChart/PieArcLabelPlot.d.ts +26 -26
  267. package/PieChart/PieArcLabelPlot.js +66 -60
  268. package/PieChart/PieArcPlot.d.ts +33 -33
  269. package/PieChart/PieArcPlot.js +60 -54
  270. package/PieChart/PieChart.d.ts +35 -38
  271. package/PieChart/PieChart.js +67 -63
  272. package/PieChart/PieChart.plugins.d.ts +4 -4
  273. package/PieChart/PieChart.plugins.js +9 -3
  274. package/PieChart/PiePlot.d.ts +16 -18
  275. package/PieChart/PiePlot.js +37 -31
  276. package/PieChart/dataTransform/transition.d.ts +2 -2
  277. package/PieChart/dataTransform/transition.js +11 -3
  278. package/PieChart/dataTransform/useTransformData.d.ts +12 -12
  279. package/PieChart/dataTransform/useTransformData.js +14 -7
  280. package/PieChart/getPieCoordinates.d.ts +6 -6
  281. package/PieChart/getPieCoordinates.js +10 -4
  282. package/PieChart/index.d.ts +7 -7
  283. package/PieChart/index.js +82 -7
  284. package/PieChart/seriesConfig/getColor.d.ts +3 -0
  285. package/PieChart/seriesConfig/index.d.ts +2 -0
  286. package/PieChart/seriesConfig/index.js +17 -0
  287. package/PieChart/seriesConfig/legend.d.ts +3 -0
  288. package/PieChart/seriesConfig/legend.js +31 -0
  289. package/PieChart/seriesConfig/seriesProcessor.d.ts +3 -0
  290. package/PieChart/seriesConfig/seriesProcessor.js +56 -0
  291. package/PieChart/seriesConfig/tooltip.d.ts +3 -0
  292. package/PieChart/seriesConfig/tooltip.js +36 -0
  293. package/ScatterChart/Scatter.d.ts +16 -16
  294. package/ScatterChart/Scatter.js +35 -29
  295. package/ScatterChart/ScatterChart.d.ts +56 -57
  296. package/ScatterChart/ScatterChart.js +189 -185
  297. package/ScatterChart/ScatterChart.plugins.d.ts +8 -12
  298. package/ScatterChart/ScatterChart.plugins.js +12 -5
  299. package/ScatterChart/ScatterPlot.d.ts +15 -15
  300. package/ScatterChart/ScatterPlot.js +28 -22
  301. package/ScatterChart/index.d.ts +3 -3
  302. package/ScatterChart/index.js +38 -3
  303. package/ScatterChart/seriesConfig/extremums.d.ts +3 -0
  304. package/ScatterChart/seriesConfig/getColor.d.ts +3 -0
  305. package/ScatterChart/seriesConfig/index.d.ts +2 -0
  306. package/ScatterChart/seriesConfig/index.js +20 -0
  307. package/ScatterChart/seriesConfig/legend.d.ts +3 -0
  308. package/ScatterChart/seriesConfig/legend.js +28 -0
  309. package/ScatterChart/seriesConfig/seriesProcessor.d.ts +3 -0
  310. package/ScatterChart/seriesConfig/seriesProcessor.js +39 -0
  311. package/ScatterChart/seriesConfig/tooltip.d.ts +3 -0
  312. package/ScatterChart/seriesConfig/tooltip.js +31 -0
  313. package/ScatterChart/useScatterChartProps.d.ts +17 -19
  314. package/ScatterChart/useScatterChartProps.js +22 -18
  315. package/SparkLineChart/SparkLineChart.d.ts +92 -100
  316. package/SparkLineChart/SparkLineChart.js +180 -165
  317. package/SparkLineChart/index.d.ts +1 -1
  318. package/SparkLineChart/index.js +16 -1
  319. package/colorPalettes/colorPalettes.d.ts +1 -1
  320. package/colorPalettes/colorPalettes.js +22 -12
  321. package/colorPalettes/index.d.ts +1 -1
  322. package/colorPalettes/index.js +16 -1
  323. package/constants/index.d.ts +5 -5
  324. package/constants/index.js +10 -4
  325. package/context/AnimationProvider/Animation.types.d.ts +12 -12
  326. package/context/AnimationProvider/Animation.types.js +5 -1
  327. package/context/AnimationProvider/AnimationContext.d.ts +3 -3
  328. package/context/AnimationProvider/AnimationContext.js +9 -2
  329. package/context/AnimationProvider/AnimationProvider.d.ts +2 -2
  330. package/context/AnimationProvider/AnimationProvider.js +14 -9
  331. package/context/AnimationProvider/index.d.ts +4 -4
  332. package/context/AnimationProvider/index.js +49 -4
  333. package/context/AnimationProvider/useSkipAnimation.d.ts +1 -1
  334. package/context/AnimationProvider/useSkipAnimation.js +10 -5
  335. package/context/ChartProvider/ChartContext.d.ts +2 -2
  336. package/context/ChartProvider/ChartContext.js +9 -2
  337. package/context/ChartProvider/ChartProvider.d.ts +5 -5
  338. package/context/ChartProvider/ChartProvider.js +28 -22
  339. package/context/ChartProvider/ChartProvider.types.d.ts +35 -36
  340. package/context/ChartProvider/ChartProvider.types.js +5 -1
  341. package/context/ChartProvider/index.d.ts +3 -3
  342. package/context/ChartProvider/index.js +38 -3
  343. package/context/ChartProvider/useChartContext.d.ts +3 -3
  344. package/context/ChartProvider/useChartContext.js +12 -5
  345. package/context/PolarProvider/Polar.types.d.ts +37 -37
  346. package/context/PolarProvider/Polar.types.js +5 -1
  347. package/context/PolarProvider/PolarContext.d.ts +3 -3
  348. package/context/PolarProvider/PolarContext.js +9 -2
  349. package/context/PolarProvider/PolarProvider.js +1 -0
  350. package/context/PolarProvider/getAxisExtremum.js +2 -1
  351. package/context/PolarProvider/index.js +1 -0
  352. package/context/PolarProvider/usePolarContext.js +1 -0
  353. package/context/context.types.d.ts +3 -3
  354. package/context/context.types.js +5 -1
  355. package/context/index.d.ts +1 -1
  356. package/context/index.js +5 -1
  357. package/esm/BarChart/AnimatedBarElement.d.ts +15 -0
  358. package/esm/BarChart/AnimatedBarElement.js +22 -0
  359. package/esm/BarChart/BarChart.d.ts +66 -0
  360. package/esm/BarChart/BarChart.js +337 -0
  361. package/esm/BarChart/BarChart.plugins.d.ts +7 -0
  362. package/esm/BarChart/BarChart.plugins.js +5 -0
  363. package/esm/BarChart/BarClipPath.d.ts +14 -0
  364. package/esm/BarChart/BarClipPath.js +42 -0
  365. package/esm/BarChart/BarElement.d.ts +50 -0
  366. package/esm/BarChart/BarElement.js +101 -0
  367. package/esm/BarChart/BarLabel/BarLabel.d.ts +861 -0
  368. package/esm/BarChart/BarLabel/BarLabel.js +53 -0
  369. package/esm/BarChart/BarLabel/BarLabel.types.d.ts +39 -0
  370. package/esm/BarChart/BarLabel/BarLabel.types.js +1 -0
  371. package/esm/BarChart/BarLabel/BarLabelItem.d.ts +54 -0
  372. package/esm/BarChart/BarLabel/BarLabelItem.js +119 -0
  373. package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +13 -0
  374. package/esm/BarChart/BarLabel/BarLabelPlot.js +75 -0
  375. package/esm/BarChart/BarLabel/barLabelClasses.d.ts +13 -0
  376. package/esm/BarChart/BarLabel/barLabelClasses.js +19 -0
  377. package/esm/BarChart/BarLabel/getBarLabel.d.ts +10 -0
  378. package/esm/BarChart/BarLabel/getBarLabel.js +24 -0
  379. package/esm/BarChart/BarLabel/index.d.ts +6 -0
  380. package/esm/BarChart/BarLabel/index.js +2 -0
  381. package/esm/BarChart/BarPlot.d.ts +49 -0
  382. package/esm/BarChart/BarPlot.js +321 -0
  383. package/esm/BarChart/checkScaleErrors.d.ts +7 -0
  384. package/esm/BarChart/checkScaleErrors.js +27 -0
  385. package/esm/BarChart/getRadius.d.ts +20 -0
  386. package/esm/BarChart/getRadius.js +30 -0
  387. package/esm/BarChart/index.d.ts +4 -0
  388. package/esm/BarChart/index.js +4 -0
  389. package/esm/BarChart/seriesConfig/extremums.d.ts +3 -0
  390. package/esm/BarChart/seriesConfig/getColor.d.ts +3 -0
  391. package/esm/BarChart/seriesConfig/index.d.ts +2 -0
  392. package/esm/BarChart/seriesConfig/index.js +13 -0
  393. package/esm/BarChart/seriesConfig/legend.d.ts +3 -0
  394. package/esm/BarChart/seriesConfig/legend.js +22 -0
  395. package/esm/BarChart/seriesConfig/seriesProcessor.d.ts +3 -0
  396. package/esm/BarChart/seriesConfig/seriesProcessor.js +73 -0
  397. package/esm/BarChart/seriesConfig/tooltip.d.ts +3 -0
  398. package/esm/BarChart/seriesConfig/tooltip.js +25 -0
  399. package/esm/BarChart/types.d.ts +23 -0
  400. package/esm/BarChart/types.js +1 -0
  401. package/esm/BarChart/useBarChartProps.d.ts +33 -0
  402. package/esm/BarChart/useBarChartProps.js +145 -0
  403. package/esm/ChartContainer/ChartContainer.d.ts +35 -0
  404. package/esm/ChartContainer/ChartContainer.js +280 -0
  405. package/esm/ChartContainer/index.d.ts +1 -0
  406. package/esm/ChartContainer/index.js +1 -0
  407. package/esm/ChartContainer/useChartContainerProps.d.ts +15 -0
  408. package/esm/ChartContainer/useChartContainerProps.js +67 -0
  409. package/esm/ChartDataProvider/ChartDataProvider.d.ts +41 -0
  410. package/esm/ChartDataProvider/ChartDataProvider.js +97 -0
  411. package/esm/ChartDataProvider/index.d.ts +1 -0
  412. package/esm/ChartDataProvider/index.js +1 -0
  413. package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +11 -0
  414. package/esm/ChartDataProvider/useChartDataProviderProps.js +31 -0
  415. package/esm/ChartsAxis/ChartsAxis.d.ts +52 -0
  416. package/esm/ChartsAxis/ChartsAxis.js +131 -0
  417. package/esm/ChartsAxis/axisClasses.d.ts +29 -0
  418. package/esm/ChartsAxis/axisClasses.js +6 -0
  419. package/esm/ChartsAxis/index.d.ts +2 -0
  420. package/esm/ChartsAxis/index.js +2 -0
  421. package/esm/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +16 -0
  422. package/esm/ChartsAxisHighlight/ChartsAxisHighlight.js +50 -0
  423. package/esm/ChartsAxisHighlight/ChartsAxisHighlight.types.d.ts +5 -0
  424. package/esm/ChartsAxisHighlight/ChartsAxisHighlight.types.js +1 -0
  425. package/esm/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +6 -0
  426. package/esm/ChartsAxisHighlight/ChartsAxisHighlightPath.js +34 -0
  427. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +10 -0
  428. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +53 -0
  429. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +10 -0
  430. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +53 -0
  431. package/esm/ChartsAxisHighlight/chartsAxisHighlightClasses.d.ts +7 -0
  432. package/esm/ChartsAxisHighlight/chartsAxisHighlightClasses.js +6 -0
  433. package/esm/ChartsAxisHighlight/index.d.ts +4 -0
  434. package/esm/ChartsAxisHighlight/index.js +4 -0
  435. package/esm/ChartsClipPath/ChartsClipPath.d.ts +20 -0
  436. package/esm/ChartsClipPath/ChartsClipPath.js +53 -0
  437. package/esm/ChartsClipPath/index.d.ts +1 -0
  438. package/esm/ChartsClipPath/index.js +1 -0
  439. package/esm/ChartsGrid/ChartsGrid.d.ts +30 -0
  440. package/esm/ChartsGrid/ChartsGrid.js +91 -0
  441. package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +14 -0
  442. package/esm/ChartsGrid/ChartsHorizontalGrid.js +37 -0
  443. package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +14 -0
  444. package/esm/ChartsGrid/ChartsVerticalGrid.js +37 -0
  445. package/esm/ChartsGrid/chartsGridClasses.d.ts +13 -0
  446. package/esm/ChartsGrid/chartsGridClasses.js +6 -0
  447. package/esm/ChartsGrid/index.d.ts +2 -0
  448. package/esm/ChartsGrid/index.js +2 -0
  449. package/esm/ChartsGrid/styledComponents.d.ts +2 -0
  450. package/esm/ChartsGrid/styledComponents.js +22 -0
  451. package/esm/ChartsLabel/ChartsLabel.d.ts +18 -0
  452. package/esm/ChartsLabel/ChartsLabel.js +43 -0
  453. package/esm/ChartsLabel/ChartsLabelGradient.d.ts +41 -0
  454. package/esm/ChartsLabel/ChartsLabelGradient.js +135 -0
  455. package/esm/ChartsLabel/ChartsLabelMark.d.ts +26 -0
  456. package/esm/ChartsLabel/ChartsLabelMark.js +111 -0
  457. package/esm/ChartsLabel/index.d.ts +7 -0
  458. package/esm/ChartsLabel/index.js +6 -0
  459. package/esm/ChartsLabel/labelClasses.d.ts +8 -0
  460. package/esm/ChartsLabel/labelClasses.js +13 -0
  461. package/esm/ChartsLabel/labelGradientClasses.d.ts +16 -0
  462. package/esm/ChartsLabel/labelGradientClasses.js +18 -0
  463. package/esm/ChartsLabel/labelMarkClasses.d.ts +18 -0
  464. package/esm/ChartsLabel/labelMarkClasses.js +18 -0
  465. package/esm/ChartsLegend/ChartsLegend.d.ts +27 -0
  466. package/esm/ChartsLegend/ChartsLegend.js +138 -0
  467. package/esm/ChartsLegend/ContinuousColorLegend.d.ts +56 -0
  468. package/esm/ChartsLegend/ContinuousColorLegend.js +271 -0
  469. package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +42 -0
  470. package/esm/ChartsLegend/PiecewiseColorLegend.js +267 -0
  471. package/esm/ChartsLegend/chartsLegend.types.d.ts +26 -0
  472. package/esm/ChartsLegend/chartsLegend.types.js +1 -0
  473. package/esm/ChartsLegend/chartsLegendClasses.d.ts +18 -0
  474. package/esm/ChartsLegend/chartsLegendClasses.js +20 -0
  475. package/esm/ChartsLegend/colorLegend.types.d.ts +13 -0
  476. package/esm/ChartsLegend/colorLegend.types.js +1 -0
  477. package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +26 -0
  478. package/esm/ChartsLegend/continuousColorLegendClasses.js +23 -0
  479. package/esm/ChartsLegend/direction.d.ts +1 -0
  480. package/esm/ChartsLegend/direction.js +1 -0
  481. package/esm/ChartsLegend/index.d.ts +16 -0
  482. package/esm/ChartsLegend/index.js +12 -0
  483. package/esm/ChartsLegend/legend.types.d.ts +9 -0
  484. package/esm/ChartsLegend/legend.types.js +1 -0
  485. package/esm/ChartsLegend/legendContext.types.d.ts +55 -0
  486. package/esm/ChartsLegend/legendContext.types.js +1 -0
  487. package/esm/ChartsLegend/onClickContextBuilder.d.ts +2 -0
  488. package/esm/ChartsLegend/onClickContextBuilder.js +7 -0
  489. package/esm/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +2 -0
  490. package/esm/ChartsLegend/piecewiseColorDefaultLabelFormatter.js +9 -0
  491. package/esm/ChartsLegend/piecewiseColorLegend.types.d.ts +26 -0
  492. package/esm/ChartsLegend/piecewiseColorLegend.types.js +1 -0
  493. package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +28 -0
  494. package/esm/ChartsLegend/piecewiseColorLegendClasses.js +23 -0
  495. package/esm/ChartsLegend/useAxis.d.ts +10 -0
  496. package/esm/ChartsLegend/useAxis.js +42 -0
  497. package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +3 -0
  498. package/esm/ChartsOverlay/ChartsLoadingOverlay.js +36 -0
  499. package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +3 -0
  500. package/esm/ChartsOverlay/ChartsNoDataOverlay.js +36 -0
  501. package/esm/ChartsOverlay/ChartsOverlay.d.ts +45 -0
  502. package/esm/ChartsOverlay/ChartsOverlay.js +33 -0
  503. package/esm/ChartsOverlay/index.d.ts +4 -0
  504. package/esm/ChartsOverlay/index.js +3 -0
  505. package/esm/ChartsReferenceLine/ChartsReferenceLine.d.ts +10 -0
  506. package/esm/ChartsReferenceLine/ChartsReferenceLine.js +76 -0
  507. package/esm/ChartsReferenceLine/ChartsXReferenceLine.d.ts +13 -0
  508. package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +102 -0
  509. package/esm/ChartsReferenceLine/ChartsYReferenceLine.d.ts +13 -0
  510. package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +102 -0
  511. package/esm/ChartsReferenceLine/chartsReferenceLineClasses.d.ts +15 -0
  512. package/esm/ChartsReferenceLine/chartsReferenceLineClasses.js +6 -0
  513. package/esm/ChartsReferenceLine/common.d.ts +41 -0
  514. package/esm/ChartsReferenceLine/common.js +20 -0
  515. package/esm/ChartsReferenceLine/index.d.ts +2 -0
  516. package/esm/ChartsReferenceLine/index.js +2 -0
  517. package/esm/ChartsSurface/ChartsSurface.d.ts +25 -0
  518. package/esm/ChartsSurface/ChartsSurface.js +100 -0
  519. package/esm/ChartsSurface/index.d.ts +1 -0
  520. package/esm/ChartsSurface/index.js +1 -0
  521. package/esm/ChartsText/ChartsText.d.ts +17 -0
  522. package/esm/ChartsText/ChartsText.js +94 -0
  523. package/esm/ChartsText/index.d.ts +3 -0
  524. package/esm/ChartsText/index.js +1 -0
  525. package/esm/ChartsTooltip/ChartTooltip.types.d.ts +15 -0
  526. package/esm/ChartsTooltip/ChartTooltip.types.js +1 -0
  527. package/esm/ChartsTooltip/ChartsAxisTooltipContent.d.ts +15 -0
  528. package/esm/ChartsTooltip/ChartsAxisTooltipContent.js +96 -0
  529. package/esm/ChartsTooltip/ChartsItemTooltipContent.d.ts +15 -0
  530. package/esm/ChartsTooltip/ChartsItemTooltipContent.js +65 -0
  531. package/esm/ChartsTooltip/ChartsTooltip.d.ts +17 -0
  532. package/esm/ChartsTooltip/ChartsTooltip.js +195 -0
  533. package/esm/ChartsTooltip/ChartsTooltipContainer.d.ts +33 -0
  534. package/esm/ChartsTooltip/ChartsTooltipContainer.js +291 -0
  535. package/esm/ChartsTooltip/ChartsTooltipTable.d.ts +16 -0
  536. package/esm/ChartsTooltip/ChartsTooltipTable.js +85 -0
  537. package/esm/ChartsTooltip/chartsTooltipClasses.d.ts +26 -0
  538. package/esm/ChartsTooltip/chartsTooltipClasses.js +22 -0
  539. package/esm/ChartsTooltip/index.d.ts +11 -0
  540. package/esm/ChartsTooltip/index.js +10 -0
  541. package/esm/ChartsTooltip/useAxisTooltip.d.ts +20 -0
  542. package/esm/ChartsTooltip/useAxisTooltip.js +88 -0
  543. package/esm/ChartsTooltip/useItemTooltip.d.ts +12 -0
  544. package/esm/ChartsTooltip/useItemTooltip.js +40 -0
  545. package/esm/ChartsTooltip/utils.d.ts +16 -0
  546. package/esm/ChartsTooltip/utils.js +84 -0
  547. package/esm/ChartsXAxis/ChartsXAxis.d.ts +16 -0
  548. package/esm/ChartsXAxis/ChartsXAxis.js +383 -0
  549. package/esm/ChartsXAxis/index.d.ts +1 -0
  550. package/esm/ChartsXAxis/index.js +1 -0
  551. package/esm/ChartsYAxis/ChartsYAxis.d.ts +16 -0
  552. package/esm/ChartsYAxis/ChartsYAxis.js +326 -0
  553. package/esm/ChartsYAxis/index.d.ts +1 -0
  554. package/esm/ChartsYAxis/index.js +1 -0
  555. package/esm/Gauge/Gauge.d.ts +10 -0
  556. package/esm/Gauge/Gauge.js +143 -0
  557. package/esm/Gauge/GaugeContainer.d.ts +10 -0
  558. package/esm/Gauge/GaugeContainer.js +172 -0
  559. package/esm/Gauge/GaugeProvider.d.ts +117 -0
  560. package/esm/Gauge/GaugeProvider.js +90 -0
  561. package/esm/Gauge/GaugeReferenceArc.d.ts +2 -0
  562. package/esm/Gauge/GaugeReferenceArc.js +37 -0
  563. package/esm/Gauge/GaugeValueArc.d.ts +2 -0
  564. package/esm/Gauge/GaugeValueArc.js +44 -0
  565. package/esm/Gauge/GaugeValueText.d.ts +15 -0
  566. package/esm/Gauge/GaugeValueText.js +71 -0
  567. package/esm/Gauge/gaugeClasses.d.ts +14 -0
  568. package/esm/Gauge/gaugeClasses.js +7 -0
  569. package/esm/Gauge/index.d.ts +7 -0
  570. package/esm/Gauge/index.js +7 -0
  571. package/esm/Gauge/utils.d.ts +24 -0
  572. package/esm/Gauge/utils.js +68 -0
  573. package/esm/LineChart/AnimatedArea.d.ts +26 -0
  574. package/esm/LineChart/AnimatedArea.js +78 -0
  575. package/esm/LineChart/AnimatedLine.d.ts +26 -0
  576. package/esm/LineChart/AnimatedLine.js +78 -0
  577. package/esm/LineChart/AppearingMask.d.ts +12 -0
  578. package/esm/LineChart/AppearingMask.js +43 -0
  579. package/esm/LineChart/AreaElement.d.ts +61 -0
  580. package/esm/LineChart/AreaElement.js +111 -0
  581. package/esm/LineChart/AreaPlot.d.ts +29 -0
  582. package/esm/LineChart/AreaPlot.js +213 -0
  583. package/esm/LineChart/CircleMarkElement.d.ts +30 -0
  584. package/esm/LineChart/CircleMarkElement.js +104 -0
  585. package/esm/LineChart/LineChart.d.ts +82 -0
  586. package/esm/LineChart/LineChart.js +337 -0
  587. package/esm/LineChart/LineChart.plugins.d.ts +7 -0
  588. package/esm/LineChart/LineChart.plugins.js +5 -0
  589. package/esm/LineChart/LineElement.d.ts +61 -0
  590. package/esm/LineChart/LineElement.js +111 -0
  591. package/esm/LineChart/LineHighlightElement.d.ts +36 -0
  592. package/esm/LineChart/LineHighlightElement.js +102 -0
  593. package/esm/LineChart/LineHighlightPlot.d.ts +36 -0
  594. package/esm/LineChart/LineHighlightPlot.js +122 -0
  595. package/esm/LineChart/LinePlot.d.ts +28 -0
  596. package/esm/LineChart/LinePlot.js +196 -0
  597. package/esm/LineChart/MarkElement.d.ts +32 -0
  598. package/esm/LineChart/MarkElement.js +117 -0
  599. package/esm/LineChart/MarkPlot.d.ts +42 -0
  600. package/esm/LineChart/MarkPlot.js +179 -0
  601. package/esm/LineChart/index.d.ts +13 -0
  602. package/esm/LineChart/index.js +12 -0
  603. package/esm/LineChart/markElementClasses.d.ts +20 -0
  604. package/esm/LineChart/markElementClasses.js +19 -0
  605. package/esm/LineChart/seriesConfig/extremums.d.ts +3 -0
  606. package/esm/LineChart/seriesConfig/getColor.d.ts +3 -0
  607. package/esm/LineChart/seriesConfig/index.d.ts +2 -0
  608. package/esm/LineChart/seriesConfig/index.js +13 -0
  609. package/esm/LineChart/seriesConfig/legend.d.ts +3 -0
  610. package/esm/LineChart/seriesConfig/legend.js +22 -0
  611. package/esm/LineChart/seriesConfig/seriesProcessor.d.ts +3 -0
  612. package/esm/LineChart/seriesConfig/seriesProcessor.js +77 -0
  613. package/esm/LineChart/seriesConfig/tooltip.d.ts +3 -0
  614. package/esm/LineChart/seriesConfig/tooltip.js +25 -0
  615. package/esm/LineChart/useLineChartProps.d.ts +39 -0
  616. package/esm/LineChart/useLineChartProps.js +153 -0
  617. package/esm/PieChart/PieArc.d.ts +36 -0
  618. package/esm/PieChart/PieArc.js +108 -0
  619. package/esm/PieChart/PieArcLabel.d.ts +37 -0
  620. package/esm/PieChart/PieArcLabel.js +113 -0
  621. package/esm/PieChart/PieArcLabelPlot.d.ts +36 -0
  622. package/esm/PieChart/PieArcLabelPlot.js +197 -0
  623. package/esm/PieChart/PieArcPlot.d.ts +43 -0
  624. package/esm/PieChart/PieArcPlot.js +170 -0
  625. package/esm/PieChart/PieChart.d.ts +49 -0
  626. package/esm/PieChart/PieChart.js +199 -0
  627. package/esm/PieChart/PieChart.plugins.d.ts +5 -0
  628. package/esm/PieChart/PieChart.plugins.js +3 -0
  629. package/esm/PieChart/PiePlot.d.ts +32 -0
  630. package/esm/PieChart/PiePlot.js +163 -0
  631. package/esm/PieChart/dataTransform/transition.d.ts +4 -0
  632. package/esm/PieChart/dataTransform/transition.js +137 -0
  633. package/esm/PieChart/dataTransform/useTransformData.d.ts +16 -0
  634. package/esm/PieChart/dataTransform/useTransformData.js +49 -0
  635. package/esm/PieChart/getPieCoordinates.d.ts +7 -0
  636. package/esm/PieChart/getPieCoordinates.js +19 -0
  637. package/esm/PieChart/index.d.ts +7 -0
  638. package/esm/PieChart/index.js +7 -0
  639. package/esm/PieChart/seriesConfig/getColor.d.ts +3 -0
  640. package/esm/PieChart/seriesConfig/index.d.ts +2 -0
  641. package/esm/PieChart/seriesConfig/index.js +10 -0
  642. package/esm/PieChart/seriesConfig/legend.d.ts +3 -0
  643. package/esm/PieChart/seriesConfig/legend.js +25 -0
  644. package/esm/PieChart/seriesConfig/seriesProcessor.d.ts +3 -0
  645. package/esm/PieChart/seriesConfig/seriesProcessor.js +49 -0
  646. package/esm/PieChart/seriesConfig/tooltip.d.ts +3 -0
  647. package/esm/PieChart/seriesConfig/tooltip.js +29 -0
  648. package/esm/ScatterChart/Scatter.d.ts +32 -0
  649. package/esm/ScatterChart/Scatter.js +117 -0
  650. package/esm/ScatterChart/ScatterChart.d.ts +70 -0
  651. package/esm/ScatterChart/ScatterChart.js +353 -0
  652. package/esm/ScatterChart/ScatterChart.plugins.d.ts +8 -0
  653. package/esm/ScatterChart/ScatterChart.plugins.js +6 -0
  654. package/esm/ScatterChart/ScatterPlot.d.ts +35 -0
  655. package/esm/ScatterChart/ScatterPlot.js +99 -0
  656. package/esm/ScatterChart/index.d.ts +3 -0
  657. package/esm/ScatterChart/index.js +3 -0
  658. package/esm/ScatterChart/seriesConfig/extremums.d.ts +3 -0
  659. package/esm/ScatterChart/seriesConfig/getColor.d.ts +3 -0
  660. package/esm/ScatterChart/seriesConfig/index.d.ts +2 -0
  661. package/esm/ScatterChart/seriesConfig/index.js +13 -0
  662. package/esm/ScatterChart/seriesConfig/legend.d.ts +3 -0
  663. package/esm/ScatterChart/seriesConfig/legend.js +22 -0
  664. package/esm/ScatterChart/seriesConfig/seriesProcessor.d.ts +3 -0
  665. package/esm/ScatterChart/seriesConfig/seriesProcessor.js +32 -0
  666. package/esm/ScatterChart/seriesConfig/tooltip.d.ts +3 -0
  667. package/esm/ScatterChart/seriesConfig/tooltip.js +25 -0
  668. package/esm/ScatterChart/useScatterChartProps.d.ts +28 -0
  669. package/esm/ScatterChart/useScatterChartProps.js +115 -0
  670. package/esm/SparkLineChart/SparkLineChart.d.ts +105 -0
  671. package/esm/SparkLineChart/SparkLineChart.js +372 -0
  672. package/esm/SparkLineChart/index.d.ts +1 -0
  673. package/esm/SparkLineChart/index.js +1 -0
  674. package/esm/colorPalettes/colorPalettes.d.ts +16 -0
  675. package/esm/colorPalettes/colorPalettes.js +12 -0
  676. package/esm/colorPalettes/index.d.ts +1 -0
  677. package/esm/colorPalettes/index.js +1 -0
  678. package/esm/constants/index.d.ts +9 -0
  679. package/esm/constants/index.js +9 -0
  680. package/esm/context/AnimationProvider/Animation.types.d.ts +15 -0
  681. package/esm/context/AnimationProvider/Animation.types.js +1 -0
  682. package/esm/context/AnimationProvider/AnimationContext.d.ts +4 -0
  683. package/esm/context/AnimationProvider/AnimationContext.js +10 -0
  684. package/esm/context/AnimationProvider/AnimationProvider.d.ts +4 -0
  685. package/esm/context/AnimationProvider/AnimationProvider.js +55 -0
  686. package/esm/context/AnimationProvider/index.d.ts +4 -0
  687. package/esm/context/AnimationProvider/index.js +4 -0
  688. package/esm/context/AnimationProvider/useSkipAnimation.d.ts +6 -0
  689. package/esm/context/AnimationProvider/useSkipAnimation.js +20 -0
  690. package/esm/context/ChartProvider/ChartContext.d.ts +6 -0
  691. package/esm/context/ChartProvider/ChartContext.js +8 -0
  692. package/esm/context/ChartProvider/ChartProvider.d.ts +8 -0
  693. package/esm/context/ChartProvider/ChartProvider.js +40 -0
  694. package/esm/context/ChartProvider/ChartProvider.types.d.ts +39 -0
  695. package/esm/context/ChartProvider/ChartProvider.types.js +1 -0
  696. package/esm/context/ChartProvider/index.d.ts +3 -0
  697. package/esm/context/ChartProvider/index.js +3 -0
  698. package/esm/context/ChartProvider/useChartContext.d.ts +3 -0
  699. package/esm/context/ChartProvider/useChartContext.js +11 -0
  700. package/esm/context/PolarProvider/Polar.types.d.ts +42 -0
  701. package/esm/context/PolarProvider/Polar.types.js +1 -0
  702. package/esm/context/PolarProvider/PolarContext.d.ts +4 -0
  703. package/esm/context/PolarProvider/PolarContext.js +13 -0
  704. package/esm/context/PolarProvider/PolarProvider.d.ts +0 -0
  705. package/esm/context/PolarProvider/PolarProvider.js +61 -0
  706. package/esm/context/PolarProvider/getAxisExtremum.d.ts +0 -0
  707. package/esm/context/PolarProvider/getAxisExtremum.js +48 -0
  708. package/esm/context/PolarProvider/index.d.ts +0 -0
  709. package/esm/context/PolarProvider/index.js +0 -0
  710. package/esm/context/PolarProvider/usePolarContext.d.ts +0 -0
  711. package/esm/context/PolarProvider/usePolarContext.js +11 -0
  712. package/esm/context/context.types.d.ts +4 -0
  713. package/esm/context/context.types.js +1 -0
  714. package/esm/context/index.d.ts +1 -0
  715. package/esm/context/index.js +1 -0
  716. package/esm/hooks/getValueToPositionMapper.d.ts +8 -0
  717. package/esm/hooks/getValueToPositionMapper.js +15 -0
  718. package/esm/hooks/index.d.ts +16 -0
  719. package/esm/hooks/index.js +16 -0
  720. package/esm/hooks/useAxis.d.ts +41 -0
  721. package/esm/hooks/useAxis.js +78 -0
  722. package/esm/hooks/useAxisEvents.d.ts +0 -0
  723. package/esm/hooks/useAxisEvents.js +0 -0
  724. package/esm/hooks/useBarSeries.d.ts +36 -0
  725. package/esm/hooks/useBarSeries.js +43 -0
  726. package/esm/hooks/useChartGradientId.d.ts +31 -0
  727. package/esm/hooks/useChartGradientId.js +47 -0
  728. package/esm/hooks/useChartId.d.ts +5 -0
  729. package/esm/hooks/useChartId.js +14 -0
  730. package/esm/hooks/useColorScale.d.ts +22 -0
  731. package/esm/hooks/useColorScale.js +37 -0
  732. package/esm/hooks/useDrawingArea.d.ts +16 -0
  733. package/esm/hooks/useDrawingArea.js +16 -0
  734. package/esm/hooks/useInteractionItemProps.d.ts +7 -0
  735. package/esm/hooks/useInteractionItemProps.js +38 -0
  736. package/esm/hooks/useItemHighlighted.d.ts +23 -0
  737. package/esm/hooks/useItemHighlighted.js +23 -0
  738. package/esm/hooks/useItemHighlightedGetter.d.ts +12 -0
  739. package/esm/hooks/useItemHighlightedGetter.js +23 -0
  740. package/esm/hooks/useLegend.d.ts +13 -0
  741. package/esm/hooks/useLegend.js +30 -0
  742. package/esm/hooks/useLineSeries.d.ts +36 -0
  743. package/esm/hooks/useLineSeries.js +43 -0
  744. package/esm/hooks/useMounted.d.ts +1 -0
  745. package/esm/hooks/useMounted.js +18 -0
  746. package/esm/hooks/usePieSeries.d.ts +35 -0
  747. package/esm/hooks/usePieSeries.js +42 -0
  748. package/esm/hooks/useScale.d.ts +22 -0
  749. package/esm/hooks/useScale.js +39 -0
  750. package/esm/hooks/useScatterSeries.d.ts +35 -0
  751. package/esm/hooks/useScatterSeries.js +42 -0
  752. package/esm/hooks/useSeries.d.ts +7 -0
  753. package/esm/hooks/useSeries.js +15 -0
  754. package/esm/hooks/useSvgRef.d.ts +6 -0
  755. package/esm/hooks/useSvgRef.js +15 -0
  756. package/esm/hooks/useTicks.d.ts +59 -0
  757. package/esm/hooks/useTicks.js +85 -0
  758. package/esm/hooks/useZAxis.d.ts +7 -0
  759. package/esm/hooks/useZAxis.js +27 -0
  760. package/esm/index.d.ts +25 -0
  761. package/esm/index.js +32 -0
  762. package/esm/internals/calculateMargins.d.ts +7 -0
  763. package/esm/internals/calculateMargins.js +25 -0
  764. package/esm/internals/cleanId.d.ts +4 -0
  765. package/esm/internals/cleanId.js +6 -0
  766. package/esm/internals/colorScale.d.ts +5 -0
  767. package/esm/internals/colorScale.js +16 -0
  768. package/esm/internals/components/AxisSharedComponents.d.ts +1 -0
  769. package/esm/internals/components/AxisSharedComponents.js +26 -0
  770. package/esm/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +2 -0
  771. package/esm/internals/components/ChartsAxesGradients/ChartsAxesGradients.js +133 -0
  772. package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +19 -0
  773. package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradient.js +56 -0
  774. package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +13 -0
  775. package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.js +61 -0
  776. package/esm/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +12 -0
  777. package/esm/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.js +46 -0
  778. package/esm/internals/components/ChartsAxesGradients/index.d.ts +1 -0
  779. package/esm/internals/components/ChartsAxesGradients/index.js +1 -0
  780. package/esm/internals/components/ChartsWrapper/ChartsWrapper.d.ts +18 -0
  781. package/esm/internals/components/ChartsWrapper/ChartsWrapper.js +66 -0
  782. package/esm/internals/components/ChartsWrapper/index.d.ts +1 -0
  783. package/esm/internals/components/ChartsWrapper/index.js +1 -0
  784. package/esm/internals/configInit.d.ts +9 -0
  785. package/esm/internals/configInit.js +20 -0
  786. package/esm/internals/consumeSlots.d.ts +48 -0
  787. package/esm/internals/consumeSlots.js +101 -0
  788. package/esm/internals/consumeThemeProps.d.ts +50 -0
  789. package/esm/internals/consumeThemeProps.js +70 -0
  790. package/esm/internals/createSeriesSelectorOfType.d.ts +4 -0
  791. package/esm/internals/createSeriesSelectorOfType.js +43 -0
  792. package/esm/internals/defaultizeColor.d.ts +107 -0
  793. package/esm/internals/defaultizeColor.js +13 -0
  794. package/esm/internals/defaultizeValueFormatter.d.ts +6 -0
  795. package/esm/internals/defaultizeValueFormatter.js +10 -0
  796. package/esm/internals/domUtils.d.ts +15 -0
  797. package/esm/internals/domUtils.js +128 -0
  798. package/esm/internals/geometry.d.ts +9 -0
  799. package/esm/internals/geometry.js +34 -0
  800. package/esm/internals/getCurve.d.ts +2 -0
  801. package/esm/internals/getCurve.js +27 -0
  802. package/esm/internals/getLabel.d.ts +1 -0
  803. package/esm/internals/getLabel.js +3 -0
  804. package/esm/internals/getPercentageValue.d.ts +7 -0
  805. package/esm/internals/getPercentageValue.js +28 -0
  806. package/esm/internals/getSVGPoint.d.ts +6 -0
  807. package/esm/internals/getSVGPoint.js +11 -0
  808. package/esm/internals/getScale.d.ts +2 -0
  809. package/esm/internals/getScale.js +17 -0
  810. package/esm/internals/getSymbol.d.ts +2 -0
  811. package/esm/internals/getSymbol.js +21 -0
  812. package/esm/internals/getWordsByLines.d.ts +29 -0
  813. package/esm/internals/getWordsByLines.js +14 -0
  814. package/esm/internals/index.d.ts +44 -0
  815. package/esm/internals/index.js +58 -0
  816. package/esm/internals/isBandScale.d.ts +5 -0
  817. package/esm/internals/isBandScale.js +3 -0
  818. package/esm/internals/isCartesian.d.ts +7 -0
  819. package/esm/internals/isCartesian.js +7 -0
  820. package/esm/internals/isDefined.d.ts +1 -0
  821. package/esm/internals/isDefined.js +3 -0
  822. package/esm/internals/isInfinity.d.ts +1 -0
  823. package/esm/internals/isInfinity.js +3 -0
  824. package/esm/internals/notNull.d.ts +1 -0
  825. package/esm/internals/notNull.js +3 -0
  826. package/esm/internals/plugins/allPlugins.d.ts +10 -0
  827. package/esm/internals/plugins/allPlugins.js +8 -0
  828. package/esm/internals/plugins/corePlugins/corePlugins.d.ts +9 -0
  829. package/esm/internals/plugins/corePlugins/corePlugins.js +9 -0
  830. package/esm/internals/plugins/corePlugins/index.d.ts +2 -0
  831. package/esm/internals/plugins/corePlugins/index.js +1 -0
  832. package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +3 -0
  833. package/esm/internals/plugins/corePlugins/useChartDimensions/index.js +2 -0
  834. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +3 -0
  835. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +175 -0
  836. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +264 -0
  837. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +25 -0
  838. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +99 -0
  839. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.js +1 -0
  840. package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +3 -0
  841. package/esm/internals/plugins/corePlugins/useChartId/index.js +2 -0
  842. package/esm/internals/plugins/corePlugins/useChartId/useChartId.d.ts +3 -0
  843. package/esm/internals/plugins/corePlugins/useChartId/useChartId.js +32 -0
  844. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +36 -0
  845. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.js +9 -0
  846. package/esm/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +20 -0
  847. package/esm/internals/plugins/corePlugins/useChartId/useChartId.types.js +1 -0
  848. package/esm/internals/plugins/corePlugins/useChartId/useChartId.utils.d.ts +1 -0
  849. package/esm/internals/plugins/corePlugins/useChartId/useChartId.utils.js +5 -0
  850. package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +3 -0
  851. package/esm/internals/plugins/corePlugins/useChartSeries/index.js +2 -0
  852. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +23 -0
  853. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +50 -0
  854. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +3 -0
  855. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +72 -0
  856. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +61 -0
  857. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +4 -0
  858. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +51 -0
  859. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.js +1 -0
  860. package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +8 -0
  861. package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +21 -0
  862. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +29 -0
  863. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +127 -0
  864. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +24 -0
  865. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +61 -0
  866. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +4 -0
  867. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.js +13 -0
  868. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +39 -0
  869. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +24 -0
  870. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +4 -0
  871. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +25 -0
  872. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.d.ts +6 -0
  873. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.js +22 -0
  874. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +9 -0
  875. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.js +59 -0
  876. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +7 -0
  877. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +6 -0
  878. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +3 -0
  879. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +205 -0
  880. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts +2202 -0
  881. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js +91 -0
  882. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +91 -0
  883. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.js +1 -0
  884. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.d.ts +10 -0
  885. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.js +19 -0
  886. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +68 -0
  887. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.js +1 -0
  888. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +3 -0
  889. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.js +12 -0
  890. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +3 -0
  891. package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.js +12 -0
  892. package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +20 -0
  893. package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.js +1 -0
  894. package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +4 -0
  895. package/esm/internals/plugins/featurePlugins/useChartHighlight/index.js +2 -0
  896. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.d.ts +3 -0
  897. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +44 -0
  898. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +678 -0
  899. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +31 -0
  900. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +71 -0
  901. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.js +1 -0
  902. package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +3 -0
  903. package/esm/internals/plugins/featurePlugins/useChartInteraction/index.js +2 -0
  904. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +3 -0
  905. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +97 -0
  906. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +331 -0
  907. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +9 -0
  908. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +49 -0
  909. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.js +1 -0
  910. package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +3 -0
  911. package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.js +2 -0
  912. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.d.ts +3 -0
  913. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.js +231 -0
  914. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +29 -0
  915. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.js +3 -0
  916. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.d.ts +54 -0
  917. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.js +1 -0
  918. package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +3 -0
  919. package/esm/internals/plugins/featurePlugins/useChartZAxis/index.js +2 -0
  920. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +3 -0
  921. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +86 -0
  922. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +45 -0
  923. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.js +3 -0
  924. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +38 -0
  925. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.js +1 -0
  926. package/esm/internals/plugins/featurePlugins/useChartZAxis/utils.d.ts +0 -0
  927. package/esm/internals/plugins/featurePlugins/useChartZAxis/utils.js +0 -0
  928. package/esm/internals/plugins/models/chart.d.ts +14 -0
  929. package/esm/internals/plugins/models/chart.js +1 -0
  930. package/esm/internals/plugins/models/helpers.d.ts +7 -0
  931. package/esm/internals/plugins/models/helpers.js +1 -0
  932. package/esm/internals/plugins/models/index.d.ts +4 -0
  933. package/esm/internals/plugins/models/index.js +4 -0
  934. package/esm/internals/plugins/models/plugin.d.ts +171 -0
  935. package/esm/internals/plugins/models/plugin.js +1 -0
  936. package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -0
  937. package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.js +1 -0
  938. package/esm/internals/plugins/models/seriesConfig/extremumGetter.types.d.ts +22 -0
  939. package/esm/internals/plugins/models/seriesConfig/extremumGetter.types.js +1 -0
  940. package/esm/internals/plugins/models/seriesConfig/index.d.ts +6 -0
  941. package/esm/internals/plugins/models/seriesConfig/index.js +6 -0
  942. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +4 -0
  943. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.js +1 -0
  944. package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +16 -0
  945. package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.js +1 -0
  946. package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +16 -0
  947. package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.js +1 -0
  948. package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +7 -0
  949. package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.js +1 -0
  950. package/esm/internals/plugins/utils/ChartStore.d.ts +13 -0
  951. package/esm/internals/plugins/utils/ChartStore.js +24 -0
  952. package/esm/internals/plugins/utils/selectors.d.ts +9 -0
  953. package/esm/internals/plugins/utils/selectors.js +37 -0
  954. package/esm/internals/stackSeries.d.ts +27 -0
  955. package/esm/internals/stackSeries.js +94 -0
  956. package/esm/internals/store/extractPluginParamsFromProps.d.ts +13 -0
  957. package/esm/internals/store/extractPluginParamsFromProps.js +28 -0
  958. package/esm/internals/store/useChartModels.d.ts +7 -0
  959. package/esm/internals/store/useChartModels.js +64 -0
  960. package/esm/internals/store/useCharts.d.ts +25 -0
  961. package/esm/internals/store/useCharts.js +93 -0
  962. package/esm/internals/store/useCharts.types.d.ts +5 -0
  963. package/esm/internals/store/useCharts.types.js +1 -0
  964. package/esm/internals/store/useSelector.d.ts +4 -0
  965. package/esm/internals/store/useSelector.js +6 -0
  966. package/esm/internals/store/useStore.d.ts +5 -0
  967. package/esm/internals/store/useStore.js +9 -0
  968. package/esm/internals/ts-generic.d.ts +3 -0
  969. package/esm/internals/ts-generic.js +1 -0
  970. package/esm/internals/useStringInterpolator.d.ts +1 -0
  971. package/esm/internals/useStringInterpolator.js +21 -0
  972. package/esm/models/axis.d.ts +323 -0
  973. package/esm/models/axis.js +15 -0
  974. package/esm/models/colorMapping.d.ts +46 -0
  975. package/esm/models/colorMapping.js +1 -0
  976. package/esm/models/curve.d.ts +6 -0
  977. package/esm/models/curve.js +1 -0
  978. package/esm/models/index.d.ts +7 -0
  979. package/esm/models/index.js +6 -0
  980. package/esm/models/layout.d.ts +18 -0
  981. package/esm/models/layout.js +1 -0
  982. package/esm/models/position.d.ts +10 -0
  983. package/esm/models/position.js +1 -0
  984. package/esm/models/seriesType/bar.d.ts +38 -0
  985. package/esm/models/seriesType/bar.js +1 -0
  986. package/esm/models/seriesType/common.d.ts +60 -0
  987. package/esm/models/seriesType/common.js +1 -0
  988. package/esm/models/seriesType/config.d.ts +81 -0
  989. package/esm/models/seriesType/config.js +1 -0
  990. package/esm/models/seriesType/index.d.ts +15 -0
  991. package/esm/models/seriesType/index.js +16 -0
  992. package/esm/models/seriesType/line.d.ts +104 -0
  993. package/esm/models/seriesType/line.js +1 -0
  994. package/esm/models/seriesType/pie.d.ts +166 -0
  995. package/esm/models/seriesType/pie.js +1 -0
  996. package/esm/models/seriesType/scatter.d.ts +63 -0
  997. package/esm/models/seriesType/scatter.js +1 -0
  998. package/esm/models/stacking.d.ts +2 -0
  999. package/esm/models/stacking.js +1 -0
  1000. package/esm/models/z-axis.d.ts +22 -0
  1001. package/esm/models/z-axis.js +1 -0
  1002. package/esm/package.json +1 -0
  1003. package/esm/tests/firePointerEvent.js +35 -0
  1004. package/esm/themeAugmentation/components.d.ts +62 -0
  1005. package/esm/themeAugmentation/index.d.ts +3 -0
  1006. package/esm/themeAugmentation/index.js +0 -0
  1007. package/esm/themeAugmentation/overrides.d.ts +34 -0
  1008. package/esm/themeAugmentation/props.d.ts +34 -0
  1009. package/hooks/getValueToPositionMapper.d.ts +8 -0
  1010. package/hooks/getValueToPositionMapper.js +20 -0
  1011. package/hooks/index.d.ts +16 -12
  1012. package/hooks/index.js +202 -12
  1013. package/hooks/useAxis.d.ts +37 -6
  1014. package/hooks/useAxis.js +58 -17
  1015. package/hooks/useAxisEvents.js +1 -0
  1016. package/hooks/useBarSeries.d.ts +36 -0
  1017. package/hooks/useBarSeries.js +49 -0
  1018. package/hooks/useChartGradientId.d.ts +2 -2
  1019. package/hooks/useChartGradientId.js +17 -8
  1020. package/hooks/useChartId.d.ts +5 -1
  1021. package/hooks/useChartId.js +15 -6
  1022. package/hooks/useColorScale.d.ts +22 -4
  1023. package/hooks/useColorScale.js +38 -23
  1024. package/hooks/useDrawingArea.d.ts +14 -14
  1025. package/hooks/useDrawingArea.js +18 -6
  1026. package/hooks/useInteractionItemProps.d.ts +5 -5
  1027. package/hooks/useInteractionItemProps.js +10 -4
  1028. package/hooks/useItemHighlighted.d.ts +10 -10
  1029. package/hooks/useItemHighlighted.js +12 -7
  1030. package/hooks/useItemHighlightedGetter.d.ts +3 -3
  1031. package/hooks/useItemHighlightedGetter.js +12 -8
  1032. package/hooks/useLegend.d.ts +2 -2
  1033. package/hooks/useLegend.js +13 -8
  1034. package/hooks/useLineSeries.d.ts +36 -0
  1035. package/hooks/useLineSeries.js +49 -0
  1036. package/hooks/useMounted.d.ts +1 -1
  1037. package/hooks/useMounted.js +11 -4
  1038. package/hooks/usePieSeries.d.ts +35 -0
  1039. package/hooks/usePieSeries.js +48 -0
  1040. package/hooks/useScale.d.ts +17 -5
  1041. package/hooks/useScale.js +31 -11
  1042. package/hooks/useScatterSeries.d.ts +35 -0
  1043. package/hooks/useScatterSeries.js +48 -0
  1044. package/hooks/useSeries.d.ts +1 -39
  1045. package/hooks/useSeries.js +11 -55
  1046. package/hooks/useSvgRef.d.ts +5 -1
  1047. package/hooks/useSvgRef.js +12 -3
  1048. package/hooks/useTicks.d.ts +52 -52
  1049. package/hooks/useTicks.js +20 -10
  1050. package/hooks/useZAxis.d.ts +5 -5
  1051. package/hooks/useZAxis.js +13 -7
  1052. package/index.d.ts +25 -26
  1053. package/index.js +281 -27
  1054. package/internals/calculateMargins.d.ts +3 -3
  1055. package/internals/calculateMargins.js +21 -13
  1056. package/internals/cleanId.d.ts +1 -1
  1057. package/internals/cleanId.js +7 -1
  1058. package/internals/colorScale.d.ts +2 -2
  1059. package/internals/colorScale.js +16 -8
  1060. package/internals/components/AxisSharedComponents.d.ts +1 -1
  1061. package/internals/components/AxisSharedComponents.js +15 -8
  1062. package/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +1 -1
  1063. package/internals/components/ChartsAxesGradients/ChartsAxesGradients.js +33 -25
  1064. package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +15 -15
  1065. package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.js +14 -7
  1066. package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +6 -6
  1067. package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.js +16 -8
  1068. package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +8 -8
  1069. package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.js +14 -7
  1070. package/internals/components/ChartsAxesGradients/index.d.ts +1 -1
  1071. package/internals/components/ChartsAxesGradients/index.js +16 -1
  1072. package/internals/components/ChartsWrapper/ChartsWrapper.d.ts +7 -7
  1073. package/internals/components/ChartsWrapper/ChartsWrapper.js +13 -7
  1074. package/internals/components/ChartsWrapper/index.d.ts +1 -1
  1075. package/internals/components/ChartsWrapper/index.js +16 -1
  1076. package/internals/configInit.d.ts +6 -6
  1077. package/internals/configInit.js +7 -1
  1078. package/internals/consumeSlots.d.ts +5 -5
  1079. package/internals/consumeSlots.js +27 -19
  1080. package/internals/consumeThemeProps.d.ts +3 -3
  1081. package/internals/consumeThemeProps.js +19 -11
  1082. package/internals/createSeriesSelectorOfType.d.ts +4 -0
  1083. package/internals/createSeriesSelectorOfType.js +50 -0
  1084. package/internals/defaultizeColor.d.ts +100 -100
  1085. package/internals/defaultizeColor.js +12 -5
  1086. package/internals/defaultizeValueFormatter.d.ts +4 -4
  1087. package/internals/defaultizeValueFormatter.js +10 -3
  1088. package/internals/domUtils.d.ts +1 -1
  1089. package/internals/domUtils.js +16 -6
  1090. package/internals/geometry.d.ts +1 -1
  1091. package/internals/geometry.js +9 -3
  1092. package/internals/getCurve.d.ts +2 -2
  1093. package/internals/getCurve.js +19 -13
  1094. package/internals/getLabel.d.ts +1 -1
  1095. package/internals/getLabel.js +7 -1
  1096. package/internals/getPercentageValue.d.ts +1 -1
  1097. package/internals/getPercentageValue.js +7 -1
  1098. package/internals/getSVGPoint.d.ts +1 -1
  1099. package/internals/getSVGPoint.js +7 -1
  1100. package/internals/getScale.d.ts +2 -2
  1101. package/internals/getScale.js +14 -8
  1102. package/internals/getSymbol.d.ts +1 -1
  1103. package/internals/getSymbol.js +7 -1
  1104. package/internals/getWordsByLines.d.ts +24 -20
  1105. package/internals/getWordsByLines.js +12 -5
  1106. package/internals/index.d.ts +43 -38
  1107. package/internals/index.js +490 -49
  1108. package/internals/isBandScale.d.ts +3 -3
  1109. package/internals/isBandScale.js +7 -1
  1110. package/internals/isCartesian.d.ts +4 -4
  1111. package/internals/isCartesian.js +11 -4
  1112. package/internals/isDefined.d.ts +1 -1
  1113. package/internals/isDefined.js +7 -1
  1114. package/internals/isInfinity.d.ts +1 -1
  1115. package/internals/isInfinity.js +7 -1
  1116. package/internals/notNull.d.ts +1 -1
  1117. package/internals/notNull.js +7 -1
  1118. package/internals/plugins/allPlugins.d.ts +9 -13
  1119. package/internals/plugins/allPlugins.js +12 -5
  1120. package/internals/plugins/corePlugins/corePlugins.d.ts +3 -4
  1121. package/internals/plugins/corePlugins/corePlugins.js +9 -4
  1122. package/internals/plugins/corePlugins/index.d.ts +2 -2
  1123. package/internals/plugins/corePlugins/index.js +12 -1
  1124. package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +3 -3
  1125. package/internals/plugins/corePlugins/useChartDimensions/index.js +27 -2
  1126. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +3 -3
  1127. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +26 -18
  1128. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +212 -212
  1129. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +13 -6
  1130. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +72 -72
  1131. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.js +5 -1
  1132. package/internals/plugins/corePlugins/useChartId/index.d.ts +3 -3
  1133. package/internals/plugins/corePlugins/useChartId/index.js +27 -2
  1134. package/internals/plugins/corePlugins/useChartId/useChartId.d.ts +3 -3
  1135. package/internals/plugins/corePlugins/useChartId/useChartId.js +16 -7
  1136. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +25 -25
  1137. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.js +8 -2
  1138. package/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +14 -14
  1139. package/internals/plugins/corePlugins/useChartId/useChartId.types.js +5 -1
  1140. package/internals/plugins/corePlugins/useChartId/useChartId.utils.d.ts +1 -1
  1141. package/internals/plugins/corePlugins/useChartId/useChartId.utils.js +9 -2
  1142. package/internals/plugins/corePlugins/useChartSeries/index.d.ts +3 -3
  1143. package/internals/plugins/corePlugins/useChartSeries/index.js +27 -2
  1144. package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +15 -10
  1145. package/internals/plugins/corePlugins/useChartSeries/processSeries.js +14 -6
  1146. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +3 -3
  1147. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +19 -11
  1148. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +47 -47
  1149. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +11 -4
  1150. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +44 -47
  1151. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.js +5 -1
  1152. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +6 -8
  1153. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +13 -7
  1154. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +20 -20
  1155. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +35 -28
  1156. package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +20 -14
  1157. package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +17 -9
  1158. package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +4 -0
  1159. package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.js +20 -0
  1160. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +37 -37
  1161. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +13 -6
  1162. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +4 -0
  1163. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +33 -0
  1164. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.d.ts +6 -6
  1165. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.js +11 -4
  1166. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +4 -4
  1167. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.js +9 -3
  1168. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +6 -5
  1169. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +71 -5
  1170. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +3 -3
  1171. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +42 -34
  1172. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts +1855 -989
  1173. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js +31 -20
  1174. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +75 -76
  1175. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.js +5 -1
  1176. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.d.ts +1 -1
  1177. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.js +9 -2
  1178. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +60 -10
  1179. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.js +5 -1
  1180. package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +3 -3
  1181. package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.js +9 -2
  1182. package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +3 -3
  1183. package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.js +9 -2
  1184. package/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +17 -17
  1185. package/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.js +5 -1
  1186. package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +3 -3
  1187. package/internals/plugins/featurePlugins/useChartHighlight/index.js +27 -2
  1188. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.d.ts +3 -3
  1189. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +17 -9
  1190. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +510 -510
  1191. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +16 -10
  1192. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +44 -44
  1193. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.js +5 -1
  1194. package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +3 -3
  1195. package/internals/plugins/featurePlugins/useChartInteraction/index.js +27 -2
  1196. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +3 -3
  1197. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +39 -24
  1198. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +251 -296
  1199. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +14 -9
  1200. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +42 -55
  1201. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.js +5 -1
  1202. package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +3 -0
  1203. package/internals/plugins/featurePlugins/useChartVoronoi/index.js +27 -0
  1204. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.d.ts +3 -0
  1205. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.js +240 -0
  1206. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +29 -0
  1207. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.js +9 -0
  1208. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.d.ts +54 -0
  1209. package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +2 -2
  1210. package/internals/plugins/featurePlugins/useChartZAxis/index.js +27 -2
  1211. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +3 -3
  1212. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +18 -10
  1213. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +35 -35
  1214. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.js +8 -2
  1215. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +27 -28
  1216. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.js +5 -1
  1217. package/internals/plugins/featurePlugins/useChartZAxis/utils.js +1 -0
  1218. package/internals/plugins/models/chart.d.ts +6 -6
  1219. package/internals/plugins/models/chart.js +5 -1
  1220. package/internals/plugins/models/helpers.d.ts +1 -1
  1221. package/internals/plugins/models/helpers.js +5 -1
  1222. package/internals/plugins/models/index.d.ts +4 -4
  1223. package/internals/plugins/models/index.js +49 -4
  1224. package/internals/plugins/models/plugin.d.ts +152 -86
  1225. package/internals/plugins/models/plugin.js +5 -1
  1226. package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +1 -1
  1227. package/internals/plugins/models/seriesConfig/colorProcessor.types.js +5 -1
  1228. package/internals/plugins/models/seriesConfig/extremumGetter.types.d.ts +12 -12
  1229. package/internals/plugins/models/seriesConfig/extremumGetter.types.js +5 -1
  1230. package/internals/plugins/models/seriesConfig/index.d.ts +6 -6
  1231. package/internals/plugins/models/seriesConfig/index.js +71 -6
  1232. package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +1 -1
  1233. package/internals/plugins/models/seriesConfig/legendGetter.types.js +5 -1
  1234. package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +7 -9
  1235. package/internals/plugins/models/seriesConfig/seriesConfig.types.js +5 -1
  1236. package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +7 -7
  1237. package/internals/plugins/models/seriesConfig/seriesProcessor.types.js +5 -1
  1238. package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  1239. package/internals/plugins/models/seriesConfig/tooltipGetter.types.js +5 -1
  1240. package/internals/plugins/utils/ChartStore.d.ts +7 -7
  1241. package/internals/plugins/utils/ChartStore.js +9 -2
  1242. package/internals/plugins/utils/selectors.d.ts +2 -2
  1243. package/internals/plugins/utils/selectors.js +12 -5
  1244. package/internals/stackSeries.d.ts +13 -17
  1245. package/internals/stackSeries.js +23 -16
  1246. package/internals/store/extractPluginParamsFromProps.d.ts +13 -7
  1247. package/internals/store/extractPluginParamsFromProps.js +12 -4
  1248. package/internals/store/useChartModels.d.ts +3 -3
  1249. package/internals/store/useChartModels.js +14 -5
  1250. package/internals/store/useCharts.d.ts +22 -13
  1251. package/internals/store/useCharts.js +42 -23
  1252. package/internals/store/useCharts.types.d.ts +3 -3
  1253. package/internals/store/useCharts.types.js +5 -1
  1254. package/internals/store/useSelector.d.ts +4 -4
  1255. package/internals/store/useSelector.js +11 -4
  1256. package/internals/store/useStore.d.ts +5 -9
  1257. package/internals/store/useStore.js +9 -3
  1258. package/internals/ts-generic.d.ts +2 -4
  1259. package/internals/ts-generic.js +5 -1
  1260. package/internals/useStringInterpolator.d.ts +1 -1
  1261. package/internals/useStringInterpolator.js +14 -5
  1262. package/models/axis.d.ts +279 -268
  1263. package/models/axis.js +9 -2
  1264. package/models/colorMapping.d.ts +41 -41
  1265. package/models/colorMapping.js +5 -1
  1266. package/models/curve.d.ts +1 -1
  1267. package/models/curve.js +5 -1
  1268. package/models/index.d.ts +5 -5
  1269. package/models/index.js +37 -5
  1270. package/models/layout.d.ts +15 -15
  1271. package/models/layout.js +5 -1
  1272. package/models/position.d.ts +9 -9
  1273. package/models/position.js +5 -1
  1274. package/models/seriesType/bar.d.ts +28 -29
  1275. package/models/seriesType/bar.js +5 -1
  1276. package/models/seriesType/common.d.ts +47 -47
  1277. package/models/seriesType/common.js +5 -1
  1278. package/models/seriesType/config.d.ts +64 -68
  1279. package/models/seriesType/config.js +5 -1
  1280. package/models/seriesType/index.d.ts +8 -8
  1281. package/models/seriesType/index.js +61 -6
  1282. package/models/seriesType/line.d.ts +92 -93
  1283. package/models/seriesType/line.js +5 -1
  1284. package/models/seriesType/pie.d.ts +139 -139
  1285. package/models/seriesType/pie.js +5 -1
  1286. package/models/seriesType/scatter.d.ts +44 -45
  1287. package/models/seriesType/scatter.js +5 -1
  1288. package/models/stacking.d.ts +1 -1
  1289. package/models/stacking.js +5 -1
  1290. package/models/z-axis.d.ts +18 -18
  1291. package/models/z-axis.js +5 -1
  1292. package/modern/BarChart/AnimatedBarElement.d.ts +15 -0
  1293. package/modern/BarChart/BarChart.d.ts +66 -0
  1294. package/modern/BarChart/BarChart.plugins.d.ts +7 -0
  1295. package/modern/BarChart/BarClipPath.d.ts +14 -0
  1296. package/modern/BarChart/BarElement.d.ts +50 -0
  1297. package/modern/BarChart/BarLabel/BarLabel.d.ts +861 -0
  1298. package/modern/BarChart/BarLabel/BarLabel.types.d.ts +39 -0
  1299. package/modern/BarChart/BarLabel/BarLabelItem.d.ts +54 -0
  1300. package/modern/BarChart/BarLabel/BarLabelPlot.d.ts +13 -0
  1301. package/modern/BarChart/BarLabel/barLabelClasses.d.ts +13 -0
  1302. package/modern/BarChart/BarLabel/getBarLabel.d.ts +10 -0
  1303. package/modern/BarChart/BarLabel/index.d.ts +6 -0
  1304. package/modern/BarChart/BarPlot.d.ts +49 -0
  1305. package/modern/BarChart/BarPlot.js +3 -3
  1306. package/modern/BarChart/checkScaleErrors.d.ts +7 -0
  1307. package/modern/BarChart/getRadius.d.ts +20 -0
  1308. package/modern/BarChart/index.d.ts +4 -0
  1309. package/modern/BarChart/seriesConfig/extremums.d.ts +3 -0
  1310. package/modern/BarChart/seriesConfig/getColor.d.ts +3 -0
  1311. package/modern/BarChart/seriesConfig/index.d.ts +2 -0
  1312. package/modern/BarChart/seriesConfig/index.js +13 -0
  1313. package/modern/BarChart/seriesConfig/legend.d.ts +3 -0
  1314. package/modern/BarChart/seriesConfig/legend.js +22 -0
  1315. package/modern/BarChart/seriesConfig/seriesProcessor.d.ts +3 -0
  1316. package/modern/BarChart/seriesConfig/seriesProcessor.js +73 -0
  1317. package/modern/BarChart/seriesConfig/tooltip.d.ts +3 -0
  1318. package/modern/BarChart/seriesConfig/tooltip.js +25 -0
  1319. package/modern/BarChart/types.d.ts +23 -0
  1320. package/modern/BarChart/useBarChartProps.d.ts +33 -0
  1321. package/modern/ChartContainer/ChartContainer.d.ts +35 -0
  1322. package/modern/ChartContainer/ChartContainer.js +16 -0
  1323. package/modern/ChartContainer/index.d.ts +1 -0
  1324. package/modern/ChartContainer/useChartContainerProps.d.ts +15 -0
  1325. package/modern/ChartContainer/useChartContainerProps.js +7 -1
  1326. package/modern/ChartDataProvider/ChartDataProvider.d.ts +41 -0
  1327. package/modern/ChartDataProvider/index.d.ts +1 -0
  1328. package/modern/ChartDataProvider/useChartDataProviderProps.d.ts +11 -0
  1329. package/modern/ChartDataProvider/useChartDataProviderProps.js +1 -15
  1330. package/modern/ChartsAxis/ChartsAxis.d.ts +52 -0
  1331. package/modern/ChartsAxis/axisClasses.d.ts +29 -0
  1332. package/modern/ChartsAxis/index.d.ts +2 -0
  1333. package/modern/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +16 -0
  1334. package/modern/ChartsAxisHighlight/ChartsAxisHighlight.types.d.ts +5 -0
  1335. package/modern/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +6 -0
  1336. package/modern/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +10 -0
  1337. package/modern/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +10 -0
  1338. package/modern/ChartsAxisHighlight/chartsAxisHighlightClasses.d.ts +7 -0
  1339. package/modern/ChartsAxisHighlight/index.d.ts +4 -0
  1340. package/modern/ChartsClipPath/ChartsClipPath.d.ts +20 -0
  1341. package/modern/ChartsClipPath/index.d.ts +1 -0
  1342. package/modern/ChartsGrid/ChartsGrid.d.ts +30 -0
  1343. package/modern/ChartsGrid/ChartsHorizontalGrid.d.ts +14 -0
  1344. package/modern/ChartsGrid/ChartsVerticalGrid.d.ts +14 -0
  1345. package/modern/ChartsGrid/chartsGridClasses.d.ts +13 -0
  1346. package/modern/ChartsGrid/index.d.ts +2 -0
  1347. package/modern/ChartsGrid/styledComponents.d.ts +2 -0
  1348. package/modern/ChartsLabel/ChartsLabel.d.ts +18 -0
  1349. package/modern/ChartsLabel/ChartsLabelGradient.d.ts +41 -0
  1350. package/modern/ChartsLabel/ChartsLabelMark.d.ts +26 -0
  1351. package/modern/ChartsLabel/index.d.ts +7 -0
  1352. package/modern/ChartsLabel/labelClasses.d.ts +8 -0
  1353. package/modern/ChartsLabel/labelGradientClasses.d.ts +16 -0
  1354. package/modern/ChartsLabel/labelMarkClasses.d.ts +18 -0
  1355. package/modern/ChartsLegend/ChartsLegend.d.ts +27 -0
  1356. package/modern/ChartsLegend/ContinuousColorLegend.d.ts +56 -0
  1357. package/modern/ChartsLegend/ContinuousColorLegend.js +2 -1
  1358. package/modern/ChartsLegend/PiecewiseColorLegend.d.ts +42 -0
  1359. package/modern/ChartsLegend/chartsLegend.types.d.ts +26 -0
  1360. package/modern/ChartsLegend/chartsLegendClasses.d.ts +18 -0
  1361. package/modern/ChartsLegend/colorLegend.types.d.ts +13 -0
  1362. package/modern/ChartsLegend/continuousColorLegendClasses.d.ts +26 -0
  1363. package/modern/ChartsLegend/direction.d.ts +1 -0
  1364. package/modern/ChartsLegend/index.d.ts +16 -0
  1365. package/modern/ChartsLegend/legend.types.d.ts +9 -0
  1366. package/modern/ChartsLegend/legendContext.types.d.ts +55 -0
  1367. package/modern/ChartsLegend/onClickContextBuilder.d.ts +2 -0
  1368. package/modern/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +2 -0
  1369. package/modern/ChartsLegend/piecewiseColorLegend.types.d.ts +26 -0
  1370. package/modern/ChartsLegend/piecewiseColorLegendClasses.d.ts +28 -0
  1371. package/modern/ChartsLegend/useAxis.d.ts +10 -0
  1372. package/modern/ChartsOverlay/ChartsLoadingOverlay.d.ts +3 -0
  1373. package/modern/ChartsOverlay/ChartsNoDataOverlay.d.ts +3 -0
  1374. package/modern/ChartsOverlay/ChartsOverlay.d.ts +45 -0
  1375. package/modern/ChartsOverlay/index.d.ts +4 -0
  1376. package/modern/ChartsReferenceLine/ChartsReferenceLine.d.ts +10 -0
  1377. package/modern/ChartsReferenceLine/ChartsXReferenceLine.d.ts +13 -0
  1378. package/modern/ChartsReferenceLine/ChartsYReferenceLine.d.ts +13 -0
  1379. package/modern/ChartsReferenceLine/chartsReferenceLineClasses.d.ts +15 -0
  1380. package/modern/ChartsReferenceLine/common.d.ts +41 -0
  1381. package/modern/ChartsReferenceLine/index.d.ts +2 -0
  1382. package/modern/ChartsSurface/ChartsSurface.d.ts +25 -0
  1383. package/modern/ChartsSurface/index.d.ts +1 -0
  1384. package/modern/ChartsText/ChartsText.d.ts +17 -0
  1385. package/modern/ChartsText/index.d.ts +3 -0
  1386. package/modern/ChartsTooltip/ChartTooltip.types.d.ts +15 -0
  1387. package/modern/ChartsTooltip/ChartsAxisTooltipContent.d.ts +15 -0
  1388. package/modern/ChartsTooltip/ChartsItemTooltipContent.d.ts +15 -0
  1389. package/modern/ChartsTooltip/ChartsTooltip.d.ts +17 -0
  1390. package/modern/ChartsTooltip/ChartsTooltipContainer.d.ts +33 -0
  1391. package/modern/ChartsTooltip/ChartsTooltipContainer.js +30 -19
  1392. package/modern/ChartsTooltip/ChartsTooltipTable.d.ts +16 -0
  1393. package/modern/ChartsTooltip/chartsTooltipClasses.d.ts +26 -0
  1394. package/modern/ChartsTooltip/index.d.ts +11 -0
  1395. package/modern/ChartsTooltip/useAxisTooltip.d.ts +20 -0
  1396. package/modern/ChartsTooltip/useAxisTooltip.js +2 -1
  1397. package/modern/ChartsTooltip/useItemTooltip.d.ts +12 -0
  1398. package/modern/ChartsTooltip/utils.d.ts +16 -0
  1399. package/modern/ChartsXAxis/ChartsXAxis.d.ts +16 -0
  1400. package/modern/ChartsXAxis/index.d.ts +1 -0
  1401. package/modern/ChartsYAxis/ChartsYAxis.d.ts +16 -0
  1402. package/modern/ChartsYAxis/index.d.ts +1 -0
  1403. package/modern/Gauge/Gauge.d.ts +10 -0
  1404. package/modern/Gauge/GaugeContainer.d.ts +10 -0
  1405. package/modern/Gauge/GaugeProvider.d.ts +117 -0
  1406. package/modern/Gauge/GaugeReferenceArc.d.ts +2 -0
  1407. package/modern/Gauge/GaugeValueArc.d.ts +2 -0
  1408. package/modern/Gauge/GaugeValueText.d.ts +15 -0
  1409. package/modern/Gauge/gaugeClasses.d.ts +14 -0
  1410. package/modern/Gauge/index.d.ts +7 -0
  1411. package/modern/Gauge/utils.d.ts +24 -0
  1412. package/modern/LineChart/AnimatedArea.d.ts +26 -0
  1413. package/modern/LineChart/AnimatedLine.d.ts +26 -0
  1414. package/modern/LineChart/AppearingMask.d.ts +12 -0
  1415. package/modern/LineChart/AreaElement.d.ts +61 -0
  1416. package/modern/LineChart/AreaPlot.d.ts +29 -0
  1417. package/modern/LineChart/AreaPlot.js +2 -2
  1418. package/modern/LineChart/CircleMarkElement.d.ts +30 -0
  1419. package/modern/LineChart/LineChart.d.ts +82 -0
  1420. package/modern/LineChart/LineChart.plugins.d.ts +7 -0
  1421. package/modern/LineChart/LineElement.d.ts +61 -0
  1422. package/modern/LineChart/LineHighlightElement.d.ts +36 -0
  1423. package/modern/LineChart/LineHighlightPlot.d.ts +36 -0
  1424. package/modern/LineChart/LineHighlightPlot.js +3 -3
  1425. package/modern/LineChart/LinePlot.d.ts +28 -0
  1426. package/modern/LineChart/LinePlot.js +2 -2
  1427. package/modern/LineChart/MarkElement.d.ts +32 -0
  1428. package/modern/LineChart/MarkPlot.d.ts +42 -0
  1429. package/modern/LineChart/MarkPlot.js +3 -3
  1430. package/modern/LineChart/index.d.ts +13 -0
  1431. package/modern/LineChart/markElementClasses.d.ts +20 -0
  1432. package/modern/LineChart/seriesConfig/extremums.d.ts +3 -0
  1433. package/modern/LineChart/seriesConfig/getColor.d.ts +3 -0
  1434. package/modern/LineChart/seriesConfig/index.d.ts +2 -0
  1435. package/modern/LineChart/seriesConfig/index.js +13 -0
  1436. package/modern/LineChart/seriesConfig/legend.d.ts +3 -0
  1437. package/modern/LineChart/seriesConfig/legend.js +22 -0
  1438. package/modern/LineChart/seriesConfig/seriesProcessor.d.ts +3 -0
  1439. package/modern/LineChart/seriesConfig/seriesProcessor.js +77 -0
  1440. package/modern/LineChart/seriesConfig/tooltip.d.ts +3 -0
  1441. package/modern/LineChart/seriesConfig/tooltip.js +25 -0
  1442. package/modern/LineChart/useLineChartProps.d.ts +39 -0
  1443. package/modern/PieChart/PieArc.d.ts +36 -0
  1444. package/modern/PieChart/PieArcLabel.d.ts +37 -0
  1445. package/modern/PieChart/PieArcLabelPlot.d.ts +36 -0
  1446. package/modern/PieChart/PieArcPlot.d.ts +43 -0
  1447. package/modern/PieChart/PieChart.d.ts +49 -0
  1448. package/modern/PieChart/PieChart.js +2 -4
  1449. package/modern/PieChart/PieChart.plugins.d.ts +5 -0
  1450. package/modern/PieChart/PiePlot.d.ts +32 -0
  1451. package/modern/PieChart/PiePlot.js +2 -2
  1452. package/modern/PieChart/dataTransform/transition.d.ts +4 -0
  1453. package/modern/PieChart/dataTransform/useTransformData.d.ts +16 -0
  1454. package/modern/PieChart/getPieCoordinates.d.ts +7 -0
  1455. package/modern/PieChart/index.d.ts +7 -0
  1456. package/modern/PieChart/seriesConfig/getColor.d.ts +3 -0
  1457. package/modern/PieChart/seriesConfig/index.d.ts +2 -0
  1458. package/modern/PieChart/seriesConfig/index.js +10 -0
  1459. package/modern/PieChart/seriesConfig/legend.d.ts +3 -0
  1460. package/modern/PieChart/seriesConfig/legend.js +25 -0
  1461. package/modern/PieChart/seriesConfig/seriesProcessor.d.ts +3 -0
  1462. package/modern/PieChart/seriesConfig/seriesProcessor.js +49 -0
  1463. package/modern/PieChart/seriesConfig/tooltip.d.ts +3 -0
  1464. package/modern/PieChart/seriesConfig/tooltip.js +29 -0
  1465. package/modern/ScatterChart/Scatter.d.ts +32 -0
  1466. package/modern/ScatterChart/Scatter.js +2 -2
  1467. package/modern/ScatterChart/ScatterChart.d.ts +70 -0
  1468. package/modern/ScatterChart/ScatterChart.js +1 -3
  1469. package/modern/ScatterChart/ScatterChart.plugins.d.ts +8 -0
  1470. package/modern/ScatterChart/ScatterChart.plugins.js +2 -1
  1471. package/modern/ScatterChart/ScatterPlot.d.ts +35 -0
  1472. package/modern/ScatterChart/ScatterPlot.js +3 -3
  1473. package/modern/ScatterChart/index.d.ts +3 -0
  1474. package/modern/ScatterChart/seriesConfig/extremums.d.ts +3 -0
  1475. package/modern/ScatterChart/seriesConfig/getColor.d.ts +3 -0
  1476. package/modern/ScatterChart/seriesConfig/index.d.ts +2 -0
  1477. package/modern/ScatterChart/seriesConfig/index.js +13 -0
  1478. package/modern/ScatterChart/seriesConfig/legend.d.ts +3 -0
  1479. package/modern/ScatterChart/seriesConfig/legend.js +22 -0
  1480. package/modern/ScatterChart/seriesConfig/seriesProcessor.d.ts +3 -0
  1481. package/modern/ScatterChart/seriesConfig/seriesProcessor.js +32 -0
  1482. package/modern/ScatterChart/seriesConfig/tooltip.d.ts +3 -0
  1483. package/modern/ScatterChart/seriesConfig/tooltip.js +25 -0
  1484. package/modern/ScatterChart/useScatterChartProps.d.ts +28 -0
  1485. package/modern/ScatterChart/useScatterChartProps.js +3 -6
  1486. package/modern/SparkLineChart/SparkLineChart.d.ts +105 -0
  1487. package/modern/SparkLineChart/SparkLineChart.js +18 -9
  1488. package/modern/SparkLineChart/index.d.ts +1 -0
  1489. package/modern/colorPalettes/colorPalettes.d.ts +16 -0
  1490. package/modern/colorPalettes/index.d.ts +1 -0
  1491. package/modern/constants/index.d.ts +9 -0
  1492. package/modern/context/AnimationProvider/Animation.types.d.ts +15 -0
  1493. package/modern/context/AnimationProvider/AnimationContext.d.ts +4 -0
  1494. package/modern/context/AnimationProvider/AnimationProvider.d.ts +4 -0
  1495. package/modern/context/AnimationProvider/index.d.ts +4 -0
  1496. package/modern/context/AnimationProvider/useSkipAnimation.d.ts +6 -0
  1497. package/modern/context/ChartProvider/ChartContext.d.ts +6 -0
  1498. package/modern/context/ChartProvider/ChartProvider.d.ts +8 -0
  1499. package/modern/context/ChartProvider/ChartProvider.js +8 -8
  1500. package/modern/context/ChartProvider/ChartProvider.types.d.ts +39 -0
  1501. package/modern/context/ChartProvider/index.d.ts +3 -0
  1502. package/modern/context/ChartProvider/useChartContext.d.ts +3 -0
  1503. package/modern/context/PolarProvider/Polar.types.d.ts +42 -0
  1504. package/modern/context/PolarProvider/PolarContext.d.ts +4 -0
  1505. package/modern/context/PolarProvider/PolarProvider.d.ts +0 -0
  1506. package/modern/context/PolarProvider/getAxisExtremum.d.ts +0 -0
  1507. package/modern/context/PolarProvider/index.d.ts +0 -0
  1508. package/modern/context/PolarProvider/usePolarContext.d.ts +0 -0
  1509. package/modern/context/context.types.d.ts +4 -0
  1510. package/modern/context/index.d.ts +1 -0
  1511. package/modern/hooks/getValueToPositionMapper.d.ts +8 -0
  1512. package/modern/hooks/getValueToPositionMapper.js +15 -0
  1513. package/modern/hooks/index.d.ts +16 -0
  1514. package/modern/hooks/index.js +5 -1
  1515. package/modern/hooks/useAxis.d.ts +41 -0
  1516. package/modern/hooks/useAxis.js +37 -4
  1517. package/modern/hooks/useAxisEvents.d.ts +0 -0
  1518. package/modern/hooks/useBarSeries.d.ts +36 -0
  1519. package/modern/hooks/useBarSeries.js +43 -0
  1520. package/modern/hooks/useChartGradientId.d.ts +31 -0
  1521. package/modern/hooks/useChartId.d.ts +5 -0
  1522. package/modern/hooks/useChartId.js +5 -0
  1523. package/modern/hooks/useColorScale.d.ts +22 -0
  1524. package/modern/hooks/useColorScale.js +32 -23
  1525. package/modern/hooks/useDrawingArea.d.ts +16 -0
  1526. package/modern/hooks/useDrawingArea.js +7 -0
  1527. package/modern/hooks/useInteractionItemProps.d.ts +7 -0
  1528. package/modern/hooks/useItemHighlighted.d.ts +23 -0
  1529. package/modern/hooks/useItemHighlightedGetter.d.ts +12 -0
  1530. package/modern/hooks/useLegend.d.ts +13 -0
  1531. package/modern/hooks/useLineSeries.d.ts +36 -0
  1532. package/modern/hooks/useLineSeries.js +43 -0
  1533. package/modern/hooks/useMounted.d.ts +1 -0
  1534. package/modern/hooks/usePieSeries.d.ts +35 -0
  1535. package/modern/hooks/usePieSeries.js +42 -0
  1536. package/modern/hooks/useScale.d.ts +22 -0
  1537. package/modern/hooks/useScale.js +20 -6
  1538. package/modern/hooks/useScatterSeries.d.ts +35 -0
  1539. package/modern/hooks/useScatterSeries.js +42 -0
  1540. package/modern/hooks/useSeries.d.ts +7 -0
  1541. package/modern/hooks/useSeries.js +0 -49
  1542. package/modern/hooks/useSvgRef.d.ts +6 -0
  1543. package/modern/hooks/useSvgRef.js +5 -0
  1544. package/modern/hooks/useTicks.d.ts +59 -0
  1545. package/modern/hooks/useTicks.js +6 -3
  1546. package/modern/hooks/useZAxis.d.ts +7 -0
  1547. package/modern/index.d.ts +25 -0
  1548. package/modern/index.js +1 -2
  1549. package/modern/internals/calculateMargins.d.ts +7 -0
  1550. package/modern/internals/cleanId.d.ts +4 -0
  1551. package/modern/internals/colorScale.d.ts +5 -0
  1552. package/modern/internals/components/AxisSharedComponents.d.ts +1 -0
  1553. package/modern/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +2 -0
  1554. package/modern/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +19 -0
  1555. package/modern/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +13 -0
  1556. package/modern/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +12 -0
  1557. package/modern/internals/components/ChartsAxesGradients/index.d.ts +1 -0
  1558. package/modern/internals/components/ChartsWrapper/ChartsWrapper.d.ts +18 -0
  1559. package/modern/internals/components/ChartsWrapper/index.d.ts +1 -0
  1560. package/modern/internals/configInit.d.ts +9 -0
  1561. package/modern/internals/consumeSlots.d.ts +48 -0
  1562. package/modern/internals/consumeThemeProps.d.ts +50 -0
  1563. package/modern/internals/createSeriesSelectorOfType.d.ts +4 -0
  1564. package/modern/internals/createSeriesSelectorOfType.js +43 -0
  1565. package/modern/internals/defaultizeColor.d.ts +107 -0
  1566. package/modern/internals/defaultizeValueFormatter.d.ts +6 -0
  1567. package/modern/internals/domUtils.d.ts +15 -0
  1568. package/modern/internals/geometry.d.ts +9 -0
  1569. package/modern/internals/getCurve.d.ts +2 -0
  1570. package/modern/internals/getLabel.d.ts +1 -0
  1571. package/modern/internals/getPercentageValue.d.ts +7 -0
  1572. package/modern/internals/getSVGPoint.d.ts +6 -0
  1573. package/modern/internals/getScale.d.ts +2 -0
  1574. package/modern/internals/getSymbol.d.ts +2 -0
  1575. package/modern/internals/getWordsByLines.d.ts +29 -0
  1576. package/modern/internals/index.d.ts +44 -0
  1577. package/modern/internals/index.js +8 -0
  1578. package/modern/internals/isBandScale.d.ts +5 -0
  1579. package/modern/internals/isCartesian.d.ts +7 -0
  1580. package/modern/internals/isDefined.d.ts +1 -0
  1581. package/modern/internals/isInfinity.d.ts +1 -0
  1582. package/modern/internals/notNull.d.ts +1 -0
  1583. package/modern/internals/plugins/allPlugins.d.ts +10 -0
  1584. package/modern/internals/plugins/allPlugins.js +3 -2
  1585. package/modern/internals/plugins/corePlugins/corePlugins.d.ts +9 -0
  1586. package/modern/internals/plugins/corePlugins/index.d.ts +2 -0
  1587. package/modern/internals/plugins/corePlugins/useChartDimensions/index.d.ts +3 -0
  1588. package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +3 -0
  1589. package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +264 -0
  1590. package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +99 -0
  1591. package/modern/internals/plugins/corePlugins/useChartId/index.d.ts +3 -0
  1592. package/modern/internals/plugins/corePlugins/useChartId/useChartId.d.ts +3 -0
  1593. package/modern/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +36 -0
  1594. package/modern/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +20 -0
  1595. package/modern/internals/plugins/corePlugins/useChartId/useChartId.utils.d.ts +1 -0
  1596. package/modern/internals/plugins/corePlugins/useChartSeries/index.d.ts +3 -0
  1597. package/modern/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +23 -0
  1598. package/modern/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +3 -0
  1599. package/modern/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +61 -0
  1600. package/modern/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +51 -0
  1601. package/modern/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +8 -0
  1602. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +29 -0
  1603. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +24 -0
  1604. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +4 -0
  1605. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.js +13 -0
  1606. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +39 -0
  1607. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +4 -0
  1608. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +25 -0
  1609. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.d.ts +6 -0
  1610. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +9 -0
  1611. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +7 -0
  1612. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +1 -0
  1613. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +3 -0
  1614. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts +2202 -0
  1615. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js +5 -3
  1616. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +91 -0
  1617. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.d.ts +10 -0
  1618. package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +68 -0
  1619. package/modern/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +3 -0
  1620. package/modern/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +3 -0
  1621. package/modern/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +20 -0
  1622. package/modern/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +4 -0
  1623. package/modern/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.d.ts +3 -0
  1624. package/modern/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +678 -0
  1625. package/modern/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +71 -0
  1626. package/modern/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +3 -0
  1627. package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +3 -0
  1628. package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +9 -2
  1629. package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +331 -0
  1630. package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +1 -2
  1631. package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +49 -0
  1632. package/modern/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +3 -0
  1633. package/modern/internals/plugins/featurePlugins/useChartVoronoi/index.js +2 -0
  1634. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.d.ts +3 -0
  1635. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.js +231 -0
  1636. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +29 -0
  1637. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.js +3 -0
  1638. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.d.ts +54 -0
  1639. package/modern/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.js +1 -0
  1640. package/modern/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +3 -0
  1641. package/modern/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +3 -0
  1642. package/modern/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +45 -0
  1643. package/modern/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +38 -0
  1644. package/modern/internals/plugins/featurePlugins/useChartZAxis/utils.d.ts +0 -0
  1645. package/modern/internals/plugins/models/chart.d.ts +14 -0
  1646. package/modern/internals/plugins/models/helpers.d.ts +7 -0
  1647. package/modern/internals/plugins/models/index.d.ts +4 -0
  1648. package/modern/internals/plugins/models/plugin.d.ts +171 -0
  1649. package/modern/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -0
  1650. package/modern/internals/plugins/models/seriesConfig/extremumGetter.types.d.ts +22 -0
  1651. package/modern/internals/plugins/models/seriesConfig/index.d.ts +6 -0
  1652. package/modern/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +4 -0
  1653. package/modern/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +16 -0
  1654. package/modern/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +16 -0
  1655. package/modern/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +7 -0
  1656. package/modern/internals/plugins/utils/ChartStore.d.ts +13 -0
  1657. package/modern/internals/plugins/utils/selectors.d.ts +9 -0
  1658. package/modern/internals/stackSeries.d.ts +27 -0
  1659. package/modern/internals/store/extractPluginParamsFromProps.d.ts +13 -0
  1660. package/modern/internals/store/useChartModels.d.ts +7 -0
  1661. package/modern/internals/store/useCharts.d.ts +25 -0
  1662. package/modern/internals/store/useCharts.js +21 -11
  1663. package/modern/internals/store/useCharts.types.d.ts +5 -0
  1664. package/modern/internals/store/useSelector.d.ts +4 -0
  1665. package/modern/internals/store/useStore.d.ts +5 -0
  1666. package/modern/internals/ts-generic.d.ts +3 -0
  1667. package/modern/internals/useStringInterpolator.d.ts +1 -0
  1668. package/modern/models/axis.d.ts +323 -0
  1669. package/modern/models/colorMapping.d.ts +46 -0
  1670. package/modern/models/curve.d.ts +6 -0
  1671. package/modern/models/index.d.ts +7 -0
  1672. package/modern/models/layout.d.ts +18 -0
  1673. package/modern/models/position.d.ts +10 -0
  1674. package/modern/models/seriesType/bar.d.ts +38 -0
  1675. package/modern/models/seriesType/common.d.ts +60 -0
  1676. package/modern/models/seriesType/config.d.ts +81 -0
  1677. package/modern/models/seriesType/index.d.ts +15 -0
  1678. package/modern/models/seriesType/line.d.ts +104 -0
  1679. package/modern/models/seriesType/pie.d.ts +166 -0
  1680. package/modern/models/seriesType/scatter.d.ts +63 -0
  1681. package/modern/models/stacking.d.ts +2 -0
  1682. package/modern/models/z-axis.d.ts +22 -0
  1683. package/modern/package.json +1 -0
  1684. package/modern/themeAugmentation/components.d.ts +62 -0
  1685. package/modern/themeAugmentation/index.d.ts +3 -0
  1686. package/modern/themeAugmentation/overrides.d.ts +34 -0
  1687. package/modern/themeAugmentation/props.d.ts +34 -0
  1688. package/package.json +39 -9
  1689. package/tests/firePointerEvent.js +12 -5
  1690. package/themeAugmentation/components.d.ts +1 -3
  1691. package/themeAugmentation/index.d.ts +1 -1
  1692. package/themeAugmentation/index.js +1 -0
  1693. package/themeAugmentation/overrides.d.ts +7 -10
  1694. package/themeAugmentation/props.d.ts +11 -13
  1695. package/tsconfig.build.tsbuildinfo +1 -0
  1696. package/BarChart/extremums.d.ts +0 -3
  1697. package/BarChart/formatter.d.ts +0 -3
  1698. package/BarChart/formatter.js +0 -73
  1699. package/BarChart/getColor.d.ts +0 -3
  1700. package/BarChart/legend.d.ts +0 -3
  1701. package/BarChart/legend.js +0 -22
  1702. package/BarChart/package.json +0 -6
  1703. package/BarChart/plugin.d.ts +0 -2
  1704. package/BarChart/plugin.js +0 -13
  1705. package/BarChart/tooltip.d.ts +0 -3
  1706. package/BarChart/tooltip.js +0 -25
  1707. package/ChartContainer/package.json +0 -6
  1708. package/ChartDataProvider/package.json +0 -6
  1709. package/ChartsAxis/package.json +0 -6
  1710. package/ChartsAxisHighlight/package.json +0 -6
  1711. package/ChartsClipPath/package.json +0 -6
  1712. package/ChartsGrid/package.json +0 -6
  1713. package/ChartsLabel/package.json +0 -6
  1714. package/ChartsLegend/package.json +0 -6
  1715. package/ChartsOverlay/package.json +0 -6
  1716. package/ChartsReferenceLine/package.json +0 -6
  1717. package/ChartsSurface/package.json +0 -6
  1718. package/ChartsText/package.json +0 -6
  1719. package/ChartsTooltip/package.json +0 -6
  1720. package/ChartsVoronoiHandler/ChartsVoronoiHandler.d.ts +0 -20
  1721. package/ChartsVoronoiHandler/ChartsVoronoiHandler.js +0 -249
  1722. package/ChartsVoronoiHandler/index.d.ts +0 -1
  1723. package/ChartsVoronoiHandler/index.js +0 -1
  1724. package/ChartsVoronoiHandler/package.json +0 -6
  1725. package/ChartsXAxis/package.json +0 -6
  1726. package/ChartsYAxis/package.json +0 -6
  1727. package/Gauge/package.json +0 -6
  1728. package/LineChart/extremums.d.ts +0 -3
  1729. package/LineChart/formatter.d.ts +0 -3
  1730. package/LineChart/formatter.js +0 -77
  1731. package/LineChart/getColor.d.ts +0 -3
  1732. package/LineChart/legend.d.ts +0 -3
  1733. package/LineChart/legend.js +0 -22
  1734. package/LineChart/package.json +0 -6
  1735. package/LineChart/plugin.d.ts +0 -2
  1736. package/LineChart/plugin.js +0 -13
  1737. package/LineChart/tooltip.d.ts +0 -3
  1738. package/LineChart/tooltip.js +0 -25
  1739. package/PieChart/formatter.d.ts +0 -3
  1740. package/PieChart/formatter.js +0 -49
  1741. package/PieChart/getColor.d.ts +0 -3
  1742. package/PieChart/legend.d.ts +0 -3
  1743. package/PieChart/legend.js +0 -25
  1744. package/PieChart/package.json +0 -6
  1745. package/PieChart/plugin.d.ts +0 -2
  1746. package/PieChart/plugin.js +0 -10
  1747. package/PieChart/tooltip.d.ts +0 -3
  1748. package/PieChart/tooltip.js +0 -29
  1749. package/ScatterChart/extremums.d.ts +0 -3
  1750. package/ScatterChart/formatter.d.ts +0 -3
  1751. package/ScatterChart/formatter.js +0 -32
  1752. package/ScatterChart/getColor.d.ts +0 -3
  1753. package/ScatterChart/legend.d.ts +0 -3
  1754. package/ScatterChart/legend.js +0 -22
  1755. package/ScatterChart/package.json +0 -6
  1756. package/ScatterChart/plugin.d.ts +0 -2
  1757. package/ScatterChart/plugin.js +0 -13
  1758. package/ScatterChart/tooltip.d.ts +0 -3
  1759. package/ScatterChart/tooltip.js +0 -25
  1760. package/SparkLineChart/package.json +0 -6
  1761. package/colorPalettes/package.json +0 -6
  1762. package/constants/package.json +0 -6
  1763. package/context/package.json +0 -6
  1764. package/hooks/package.json +0 -6
  1765. package/hooks/useChartDimensions.d.ts +0 -10
  1766. package/hooks/useChartDimensions.js +0 -18
  1767. package/internals/package.json +0 -6
  1768. package/models/package.json +0 -6
  1769. package/modern/BarChart/formatter.js +0 -73
  1770. package/modern/BarChart/legend.js +0 -22
  1771. package/modern/BarChart/plugin.js +0 -13
  1772. package/modern/BarChart/tooltip.js +0 -25
  1773. package/modern/ChartsVoronoiHandler/ChartsVoronoiHandler.js +0 -249
  1774. package/modern/ChartsVoronoiHandler/index.js +0 -1
  1775. package/modern/LineChart/formatter.js +0 -77
  1776. package/modern/LineChart/legend.js +0 -22
  1777. package/modern/LineChart/plugin.js +0 -13
  1778. package/modern/LineChart/tooltip.js +0 -25
  1779. package/modern/PieChart/formatter.js +0 -49
  1780. package/modern/PieChart/legend.js +0 -25
  1781. package/modern/PieChart/plugin.js +0 -10
  1782. package/modern/PieChart/tooltip.js +0 -29
  1783. package/modern/ScatterChart/formatter.js +0 -32
  1784. package/modern/ScatterChart/legend.js +0 -22
  1785. package/modern/ScatterChart/plugin.js +0 -13
  1786. package/modern/ScatterChart/tooltip.js +0 -25
  1787. package/modern/hooks/useChartDimensions.js +0 -18
  1788. package/node/BarChart/AnimatedBarElement.js +0 -29
  1789. package/node/BarChart/BarChart.js +0 -343
  1790. package/node/BarChart/BarChart.plugins.js +0 -11
  1791. package/node/BarChart/BarClipPath.js +0 -49
  1792. package/node/BarChart/BarElement.js +0 -109
  1793. package/node/BarChart/BarLabel/BarLabel.js +0 -60
  1794. package/node/BarChart/BarLabel/BarLabelItem.js +0 -126
  1795. package/node/BarChart/BarLabel/BarLabelPlot.js +0 -82
  1796. package/node/BarChart/BarLabel/barLabelClasses.js +0 -29
  1797. package/node/BarChart/BarLabel/getBarLabel.js +0 -31
  1798. package/node/BarChart/BarLabel/index.js +0 -25
  1799. package/node/BarChart/BarPlot.js +0 -327
  1800. package/node/BarChart/checkScaleErrors.js +0 -33
  1801. package/node/BarChart/formatter.js +0 -80
  1802. package/node/BarChart/getRadius.js +0 -37
  1803. package/node/BarChart/index.js +0 -49
  1804. package/node/BarChart/legend.js +0 -28
  1805. package/node/BarChart/plugin.js +0 -20
  1806. package/node/BarChart/tooltip.js +0 -31
  1807. package/node/BarChart/types.js +0 -5
  1808. package/node/BarChart/useBarChartProps.js +0 -151
  1809. package/node/ChartContainer/ChartContainer.js +0 -270
  1810. package/node/ChartContainer/index.js +0 -16
  1811. package/node/ChartContainer/useChartContainerProps.js +0 -68
  1812. package/node/ChartDataProvider/ChartDataProvider.js +0 -103
  1813. package/node/ChartDataProvider/index.js +0 -16
  1814. package/node/ChartDataProvider/useChartDataProviderProps.js +0 -52
  1815. package/node/ChartsAxis/ChartsAxis.js +0 -137
  1816. package/node/ChartsAxis/axisClasses.js +0 -14
  1817. package/node/ChartsAxis/index.js +0 -27
  1818. package/node/ChartsAxisHighlight/ChartsAxisHighlight.js +0 -56
  1819. package/node/ChartsAxisHighlight/ChartsAxisHighlight.types.js +0 -5
  1820. package/node/ChartsAxisHighlight/ChartsAxisHighlightPath.js +0 -40
  1821. package/node/ChartsAxisHighlight/ChartsXAxisHighlight.js +0 -57
  1822. package/node/ChartsAxisHighlight/ChartsYAxisHighlight.js +0 -57
  1823. package/node/ChartsAxisHighlight/chartsAxisHighlightClasses.js +0 -14
  1824. package/node/ChartsAxisHighlight/index.js +0 -49
  1825. package/node/ChartsClipPath/ChartsClipPath.js +0 -59
  1826. package/node/ChartsClipPath/index.js +0 -16
  1827. package/node/ChartsGrid/ChartsGrid.js +0 -97
  1828. package/node/ChartsGrid/ChartsHorizontalGrid.js +0 -44
  1829. package/node/ChartsGrid/ChartsVerticalGrid.js +0 -44
  1830. package/node/ChartsGrid/chartsGridClasses.js +0 -14
  1831. package/node/ChartsGrid/index.js +0 -27
  1832. package/node/ChartsGrid/styledComponents.js +0 -28
  1833. package/node/ChartsLabel/ChartsLabel.js +0 -49
  1834. package/node/ChartsLabel/ChartsLabelGradient.js +0 -141
  1835. package/node/ChartsLabel/ChartsLabelMark.js +0 -117
  1836. package/node/ChartsLabel/index.js +0 -26
  1837. package/node/ChartsLabel/labelClasses.js +0 -22
  1838. package/node/ChartsLabel/labelGradientClasses.js +0 -27
  1839. package/node/ChartsLabel/labelMarkClasses.js +0 -27
  1840. package/node/ChartsLegend/ChartsLegend.js +0 -144
  1841. package/node/ChartsLegend/ContinuousColorLegend.js +0 -276
  1842. package/node/ChartsLegend/PiecewiseColorLegend.js +0 -273
  1843. package/node/ChartsLegend/chartsLegend.types.js +0 -5
  1844. package/node/ChartsLegend/chartsLegendClasses.js +0 -28
  1845. package/node/ChartsLegend/colorLegend.types.js +0 -5
  1846. package/node/ChartsLegend/continuousColorLegendClasses.js +0 -31
  1847. package/node/ChartsLegend/direction.js +0 -5
  1848. package/node/ChartsLegend/index.js +0 -135
  1849. package/node/ChartsLegend/legend.types.js +0 -5
  1850. package/node/ChartsLegend/legendContext.types.js +0 -5
  1851. package/node/ChartsLegend/onClickContextBuilder.js +0 -14
  1852. package/node/ChartsLegend/piecewiseColorDefaultLabelFormatter.js +0 -15
  1853. package/node/ChartsLegend/piecewiseColorLegend.types.js +0 -5
  1854. package/node/ChartsLegend/piecewiseColorLegendClasses.js +0 -31
  1855. package/node/ChartsLegend/useAxis.js +0 -47
  1856. package/node/ChartsOverlay/ChartsLoadingOverlay.js +0 -43
  1857. package/node/ChartsOverlay/ChartsNoDataOverlay.js +0 -43
  1858. package/node/ChartsOverlay/ChartsOverlay.js +0 -41
  1859. package/node/ChartsOverlay/index.js +0 -26
  1860. package/node/ChartsReferenceLine/ChartsReferenceLine.js +0 -82
  1861. package/node/ChartsReferenceLine/ChartsXReferenceLine.js +0 -109
  1862. package/node/ChartsReferenceLine/ChartsYReferenceLine.js +0 -109
  1863. package/node/ChartsReferenceLine/chartsReferenceLineClasses.js +0 -14
  1864. package/node/ChartsReferenceLine/common.js +0 -27
  1865. package/node/ChartsReferenceLine/index.js +0 -27
  1866. package/node/ChartsSurface/ChartsSurface.js +0 -106
  1867. package/node/ChartsSurface/index.js +0 -16
  1868. package/node/ChartsText/ChartsText.js +0 -100
  1869. package/node/ChartsText/index.js +0 -12
  1870. package/node/ChartsTooltip/ChartTooltip.types.js +0 -5
  1871. package/node/ChartsTooltip/ChartsAxisTooltipContent.js +0 -102
  1872. package/node/ChartsTooltip/ChartsItemTooltipContent.js +0 -71
  1873. package/node/ChartsTooltip/ChartsTooltip.js +0 -201
  1874. package/node/ChartsTooltip/ChartsTooltipContainer.js +0 -286
  1875. package/node/ChartsTooltip/ChartsTooltipTable.js +0 -90
  1876. package/node/ChartsTooltip/chartsTooltipClasses.js +0 -32
  1877. package/node/ChartsTooltip/index.js +0 -126
  1878. package/node/ChartsTooltip/useAxisTooltip.js +0 -92
  1879. package/node/ChartsTooltip/useItemTooltip.js +0 -45
  1880. package/node/ChartsTooltip/utils.js +0 -92
  1881. package/node/ChartsVoronoiHandler/ChartsVoronoiHandler.js +0 -255
  1882. package/node/ChartsVoronoiHandler/index.js +0 -16
  1883. package/node/ChartsXAxis/ChartsXAxis.js +0 -389
  1884. package/node/ChartsXAxis/index.js +0 -16
  1885. package/node/ChartsYAxis/ChartsYAxis.js +0 -332
  1886. package/node/ChartsYAxis/index.js +0 -16
  1887. package/node/Gauge/Gauge.js +0 -149
  1888. package/node/Gauge/GaugeContainer.js +0 -178
  1889. package/node/Gauge/GaugeProvider.js +0 -98
  1890. package/node/Gauge/GaugeReferenceArc.js +0 -44
  1891. package/node/Gauge/GaugeValueArc.js +0 -51
  1892. package/node/Gauge/GaugeValueText.js +0 -77
  1893. package/node/Gauge/gaugeClasses.js +0 -15
  1894. package/node/Gauge/index.js +0 -87
  1895. package/node/Gauge/utils.js +0 -75
  1896. package/node/LineChart/AnimatedArea.js +0 -84
  1897. package/node/LineChart/AnimatedLine.js +0 -84
  1898. package/node/LineChart/AppearingMask.js +0 -49
  1899. package/node/LineChart/AreaElement.js +0 -119
  1900. package/node/LineChart/AreaPlot.js +0 -219
  1901. package/node/LineChart/CircleMarkElement.js +0 -110
  1902. package/node/LineChart/LineChart.js +0 -343
  1903. package/node/LineChart/LineChart.plugins.js +0 -11
  1904. package/node/LineChart/LineElement.js +0 -119
  1905. package/node/LineChart/LineHighlightElement.js +0 -110
  1906. package/node/LineChart/LineHighlightPlot.js +0 -128
  1907. package/node/LineChart/LinePlot.js +0 -202
  1908. package/node/LineChart/MarkElement.js +0 -123
  1909. package/node/LineChart/MarkPlot.js +0 -185
  1910. package/node/LineChart/formatter.js +0 -84
  1911. package/node/LineChart/index.js +0 -154
  1912. package/node/LineChart/legend.js +0 -28
  1913. package/node/LineChart/markElementClasses.js +0 -28
  1914. package/node/LineChart/plugin.js +0 -20
  1915. package/node/LineChart/tooltip.js +0 -31
  1916. package/node/LineChart/useLineChartProps.js +0 -159
  1917. package/node/PieChart/PieArc.js +0 -116
  1918. package/node/PieChart/PieArcLabel.js +0 -121
  1919. package/node/PieChart/PieArcLabelPlot.js +0 -203
  1920. package/node/PieChart/PieArcPlot.js +0 -176
  1921. package/node/PieChart/PieChart.js +0 -207
  1922. package/node/PieChart/PieChart.plugins.js +0 -9
  1923. package/node/PieChart/PiePlot.js +0 -169
  1924. package/node/PieChart/dataTransform/transition.js +0 -145
  1925. package/node/PieChart/dataTransform/useTransformData.js +0 -56
  1926. package/node/PieChart/formatter.js +0 -56
  1927. package/node/PieChart/getPieCoordinates.js +0 -25
  1928. package/node/PieChart/index.js +0 -82
  1929. package/node/PieChart/legend.js +0 -31
  1930. package/node/PieChart/plugin.js +0 -17
  1931. package/node/PieChart/tooltip.js +0 -36
  1932. package/node/ScatterChart/Scatter.js +0 -123
  1933. package/node/ScatterChart/ScatterChart.js +0 -361
  1934. package/node/ScatterChart/ScatterChart.plugins.js +0 -11
  1935. package/node/ScatterChart/ScatterPlot.js +0 -105
  1936. package/node/ScatterChart/formatter.js +0 -39
  1937. package/node/ScatterChart/index.js +0 -38
  1938. package/node/ScatterChart/legend.js +0 -28
  1939. package/node/ScatterChart/plugin.js +0 -20
  1940. package/node/ScatterChart/tooltip.js +0 -31
  1941. package/node/ScatterChart/useScatterChartProps.js +0 -124
  1942. package/node/SparkLineChart/SparkLineChart.js +0 -369
  1943. package/node/SparkLineChart/index.js +0 -16
  1944. package/node/colorPalettes/colorPalettes.js +0 -22
  1945. package/node/colorPalettes/index.js +0 -16
  1946. package/node/constants/index.js +0 -15
  1947. package/node/context/AnimationProvider/Animation.types.js +0 -5
  1948. package/node/context/AnimationProvider/AnimationContext.js +0 -17
  1949. package/node/context/AnimationProvider/AnimationProvider.js +0 -60
  1950. package/node/context/AnimationProvider/index.js +0 -49
  1951. package/node/context/AnimationProvider/useSkipAnimation.js +0 -25
  1952. package/node/context/ChartProvider/ChartContext.js +0 -15
  1953. package/node/context/ChartProvider/ChartProvider.js +0 -46
  1954. package/node/context/ChartProvider/ChartProvider.types.js +0 -5
  1955. package/node/context/ChartProvider/index.js +0 -38
  1956. package/node/context/ChartProvider/useChartContext.js +0 -18
  1957. package/node/context/PolarProvider/Polar.types.js +0 -5
  1958. package/node/context/PolarProvider/PolarContext.js +0 -20
  1959. package/node/context/PolarProvider/PolarProvider.js +0 -62
  1960. package/node/context/PolarProvider/getAxisExtremum.js +0 -49
  1961. package/node/context/PolarProvider/index.js +0 -1
  1962. package/node/context/PolarProvider/usePolarContext.js +0 -12
  1963. package/node/context/context.types.js +0 -5
  1964. package/node/context/index.js +0 -5
  1965. package/node/hooks/index.js +0 -178
  1966. package/node/hooks/useAxis.js +0 -53
  1967. package/node/hooks/useAxisEvents.js +0 -1
  1968. package/node/hooks/useChartDimensions.js +0 -25
  1969. package/node/hooks/useChartGradientId.js +0 -56
  1970. package/node/hooks/useChartId.js +0 -14
  1971. package/node/hooks/useColorScale.js +0 -35
  1972. package/node/hooks/useDrawingArea.js +0 -14
  1973. package/node/hooks/useInteractionItemProps.js +0 -44
  1974. package/node/hooks/useItemHighlighted.js +0 -28
  1975. package/node/hooks/useItemHighlightedGetter.js +0 -27
  1976. package/node/hooks/useLegend.js +0 -35
  1977. package/node/hooks/useMounted.js +0 -25
  1978. package/node/hooks/useScale.js +0 -31
  1979. package/node/hooks/useSeries.js +0 -74
  1980. package/node/hooks/useSvgRef.js +0 -15
  1981. package/node/hooks/useTicks.js +0 -89
  1982. package/node/hooks/useZAxis.js +0 -33
  1983. package/node/index.js +0 -298
  1984. package/node/internals/calculateMargins.js +0 -33
  1985. package/node/internals/cleanId.js +0 -12
  1986. package/node/internals/colorScale.js +0 -24
  1987. package/node/internals/components/AxisSharedComponents.js +0 -33
  1988. package/node/internals/components/ChartsAxesGradients/ChartsAxesGradients.js +0 -141
  1989. package/node/internals/components/ChartsAxesGradients/ChartsContinuousGradient.js +0 -63
  1990. package/node/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.js +0 -69
  1991. package/node/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.js +0 -53
  1992. package/node/internals/components/ChartsAxesGradients/index.js +0 -16
  1993. package/node/internals/components/ChartsWrapper/ChartsWrapper.js +0 -72
  1994. package/node/internals/components/ChartsWrapper/index.js +0 -16
  1995. package/node/internals/configInit.js +0 -26
  1996. package/node/internals/consumeSlots.js +0 -109
  1997. package/node/internals/consumeThemeProps.js +0 -78
  1998. package/node/internals/defaultizeColor.js +0 -20
  1999. package/node/internals/defaultizeValueFormatter.js +0 -17
  2000. package/node/internals/domUtils.js +0 -138
  2001. package/node/internals/geometry.js +0 -40
  2002. package/node/internals/getCurve.js +0 -33
  2003. package/node/internals/getLabel.js +0 -9
  2004. package/node/internals/getPercentageValue.js +0 -34
  2005. package/node/internals/getSVGPoint.js +0 -17
  2006. package/node/internals/getScale.js +0 -23
  2007. package/node/internals/getSymbol.js +0 -27
  2008. package/node/internals/getWordsByLines.js +0 -21
  2009. package/node/internals/index.js +0 -431
  2010. package/node/internals/isBandScale.js +0 -9
  2011. package/node/internals/isCartesian.js +0 -14
  2012. package/node/internals/isDefined.js +0 -9
  2013. package/node/internals/isInfinity.js +0 -9
  2014. package/node/internals/notNull.js +0 -9
  2015. package/node/internals/plugins/allPlugins.js +0 -13
  2016. package/node/internals/plugins/corePlugins/corePlugins.js +0 -14
  2017. package/node/internals/plugins/corePlugins/index.js +0 -12
  2018. package/node/internals/plugins/corePlugins/useChartDimensions/index.js +0 -27
  2019. package/node/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +0 -183
  2020. package/node/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +0 -32
  2021. package/node/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.js +0 -5
  2022. package/node/internals/plugins/corePlugins/useChartId/index.js +0 -27
  2023. package/node/internals/plugins/corePlugins/useChartId/useChartId.js +0 -41
  2024. package/node/internals/plugins/corePlugins/useChartId/useChartId.selectors.js +0 -15
  2025. package/node/internals/plugins/corePlugins/useChartId/useChartId.types.js +0 -5
  2026. package/node/internals/plugins/corePlugins/useChartId/useChartId.utils.js +0 -12
  2027. package/node/internals/plugins/corePlugins/useChartSeries/index.js +0 -27
  2028. package/node/internals/plugins/corePlugins/useChartSeries/processSeries.js +0 -58
  2029. package/node/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +0 -80
  2030. package/node/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +0 -11
  2031. package/node/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.js +0 -5
  2032. package/node/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +0 -27
  2033. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +0 -134
  2034. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +0 -69
  2035. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +0 -31
  2036. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtremum.js +0 -29
  2037. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.js +0 -65
  2038. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +0 -59
  2039. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +0 -213
  2040. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js +0 -98
  2041. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.js +0 -5
  2042. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.js +0 -26
  2043. package/node/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.js +0 -5
  2044. package/node/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.js +0 -19
  2045. package/node/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.js +0 -19
  2046. package/node/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.js +0 -5
  2047. package/node/internals/plugins/featurePlugins/useChartHighlight/index.js +0 -27
  2048. package/node/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +0 -52
  2049. package/node/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +0 -37
  2050. package/node/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.js +0 -5
  2051. package/node/internals/plugins/featurePlugins/useChartInteraction/index.js +0 -27
  2052. package/node/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +0 -98
  2053. package/node/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +0 -16
  2054. package/node/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.js +0 -5
  2055. package/node/internals/plugins/featurePlugins/useChartZAxis/index.js +0 -27
  2056. package/node/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +0 -94
  2057. package/node/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.js +0 -9
  2058. package/node/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.js +0 -5
  2059. package/node/internals/plugins/featurePlugins/useChartZAxis/utils.js +0 -1
  2060. package/node/internals/plugins/models/chart.js +0 -5
  2061. package/node/internals/plugins/models/helpers.js +0 -5
  2062. package/node/internals/plugins/models/index.js +0 -49
  2063. package/node/internals/plugins/models/plugin.js +0 -5
  2064. package/node/internals/plugins/models/seriesConfig/colorProcessor.types.js +0 -5
  2065. package/node/internals/plugins/models/seriesConfig/extremumGetter.types.js +0 -5
  2066. package/node/internals/plugins/models/seriesConfig/index.js +0 -71
  2067. package/node/internals/plugins/models/seriesConfig/legendGetter.types.js +0 -5
  2068. package/node/internals/plugins/models/seriesConfig/seriesConfig.types.js +0 -5
  2069. package/node/internals/plugins/models/seriesConfig/seriesProcessor.types.js +0 -5
  2070. package/node/internals/plugins/models/seriesConfig/tooltipGetter.types.js +0 -5
  2071. package/node/internals/plugins/utils/ChartStore.js +0 -31
  2072. package/node/internals/plugins/utils/selectors.js +0 -44
  2073. package/node/internals/stackSeries.js +0 -101
  2074. package/node/internals/store/extractPluginParamsFromProps.js +0 -36
  2075. package/node/internals/store/useChartModels.js +0 -73
  2076. package/node/internals/store/useCharts.js +0 -92
  2077. package/node/internals/store/useCharts.types.js +0 -5
  2078. package/node/internals/store/useSelector.js +0 -13
  2079. package/node/internals/store/useStore.js +0 -15
  2080. package/node/internals/ts-generic.js +0 -5
  2081. package/node/internals/useStringInterpolator.js +0 -30
  2082. package/node/models/axis.js +0 -22
  2083. package/node/models/colorMapping.js +0 -5
  2084. package/node/models/curve.js +0 -5
  2085. package/node/models/index.js +0 -38
  2086. package/node/models/layout.js +0 -5
  2087. package/node/models/position.js +0 -5
  2088. package/node/models/seriesType/bar.js +0 -5
  2089. package/node/models/seriesType/common.js +0 -5
  2090. package/node/models/seriesType/config.js +0 -5
  2091. package/node/models/seriesType/index.js +0 -71
  2092. package/node/models/seriesType/line.js +0 -5
  2093. package/node/models/seriesType/pie.js +0 -5
  2094. package/node/models/seriesType/scatter.js +0 -5
  2095. package/node/models/stacking.js +0 -5
  2096. package/node/models/z-axis.js +0 -5
  2097. package/node/tests/firePointerEvent.js +0 -42
  2098. package/node/themeAugmentation/index.js +0 -1
  2099. package/themeAugmentation/package.json +0 -6
  2100. /package/{node/BarChart → BarChart/seriesConfig}/extremums.js +0 -0
  2101. /package/{node/BarChart → BarChart/seriesConfig}/getColor.js +0 -0
  2102. /package/{node/LineChart → LineChart/seriesConfig}/extremums.js +0 -0
  2103. /package/{node/LineChart → LineChart/seriesConfig}/getColor.js +0 -0
  2104. /package/{node/PieChart → PieChart/seriesConfig}/getColor.js +0 -0
  2105. /package/{node/ScatterChart → ScatterChart/seriesConfig}/extremums.js +0 -0
  2106. /package/{node/ScatterChart → ScatterChart/seriesConfig}/getColor.js +0 -0
  2107. /package/{BarChart → esm/BarChart/seriesConfig}/extremums.js +0 -0
  2108. /package/{BarChart → esm/BarChart/seriesConfig}/getColor.js +0 -0
  2109. /package/{LineChart → esm/LineChart/seriesConfig}/extremums.js +0 -0
  2110. /package/{LineChart → esm/LineChart/seriesConfig}/getColor.js +0 -0
  2111. /package/{PieChart → esm/PieChart/seriesConfig}/getColor.js +0 -0
  2112. /package/{ScatterChart → esm/ScatterChart/seriesConfig}/extremums.js +0 -0
  2113. /package/{ScatterChart → esm/ScatterChart/seriesConfig}/getColor.js +0 -0
  2114. /package/{node/BarChart/BarLabel/BarLabel.types.js → internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.types.js} +0 -0
  2115. /package/modern/BarChart/{extremums.js → seriesConfig/extremums.js} +0 -0
  2116. /package/modern/BarChart/{getColor.js → seriesConfig/getColor.js} +0 -0
  2117. /package/modern/LineChart/{extremums.js → seriesConfig/extremums.js} +0 -0
  2118. /package/modern/LineChart/{getColor.js → seriesConfig/getColor.js} +0 -0
  2119. /package/modern/PieChart/{getColor.js → seriesConfig/getColor.js} +0 -0
  2120. /package/modern/ScatterChart/{extremums.js → seriesConfig/extremums.js} +0 -0
  2121. /package/modern/ScatterChart/{getColor.js → seriesConfig/getColor.js} +0 -0
@@ -0,0 +1,2202 @@
1
+ import { AxisId } from "../../../../models/axis.js";
2
+ import { UseChartCartesianAxisSignature } from "./useChartCartesianAxis.types.js";
3
+ import { ChartState } from "../../models/chart.js";
4
+ import { ZoomData } from "./zoom.types.js";
5
+ export declare const createZoomMap: (zoom: ZoomData[]) => Map<AxisId, ZoomData>;
6
+ export declare const selectorChartCartesianAxisState: (state: ChartState<[UseChartCartesianAxisSignature]>) => {
7
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
8
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
9
+ };
10
+ export declare const selectorChartRawXAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
11
+ cacheKey: import("../../models").ChartStateCacheKey;
12
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
13
+ clearCache: () => void;
14
+ resultsCount: () => number;
15
+ resetResultsCount: () => void;
16
+ } & {
17
+ resultFunc: (resultFuncArgs_0: {
18
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
19
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
20
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
21
+ memoizedResultFunc: ((resultFuncArgs_0: {
22
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
23
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
24
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
25
+ clearCache: () => void;
26
+ resultsCount: () => number;
27
+ resetResultsCount: () => void;
28
+ };
29
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
30
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
31
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
32
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
33
+ }];
34
+ recomputations: () => number;
35
+ resetRecomputations: () => void;
36
+ dependencyRecomputations: () => number;
37
+ resetDependencyRecomputations: () => void;
38
+ } & {
39
+ memoize: typeof import("reselect").weakMapMemoize;
40
+ argsMemoize: typeof import("reselect").weakMapMemoize;
41
+ };
42
+ export declare const selectorChartRawYAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
43
+ cacheKey: import("../../models").ChartStateCacheKey;
44
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
45
+ clearCache: () => void;
46
+ resultsCount: () => number;
47
+ resetResultsCount: () => void;
48
+ } & {
49
+ resultFunc: (resultFuncArgs_0: {
50
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
51
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
52
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
53
+ memoizedResultFunc: ((resultFuncArgs_0: {
54
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
55
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
56
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
57
+ clearCache: () => void;
58
+ resultsCount: () => number;
59
+ resetResultsCount: () => void;
60
+ };
61
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
62
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
63
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
64
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
65
+ }];
66
+ recomputations: () => number;
67
+ resetRecomputations: () => void;
68
+ dependencyRecomputations: () => number;
69
+ resetDependencyRecomputations: () => void;
70
+ } & {
71
+ memoize: typeof import("reselect").weakMapMemoize;
72
+ argsMemoize: typeof import("reselect").weakMapMemoize;
73
+ };
74
+ /**
75
+ * Following selectors are not exported because they exist in the MIT chart only to ba able to reuse the Zoom state from the pro.
76
+ */
77
+ export declare const selectorChartZoomIsInteracting: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
78
+ cacheKey: import("../../models").ChartStateCacheKey;
79
+ }) => boolean | undefined) & {
80
+ clearCache: () => void;
81
+ resultsCount: () => number;
82
+ resetResultsCount: () => void;
83
+ } & {
84
+ resultFunc: (resultFuncArgs_0: {
85
+ isInteracting: boolean;
86
+ zoomData: ZoomData[];
87
+ } | undefined) => boolean | undefined;
88
+ memoizedResultFunc: ((resultFuncArgs_0: {
89
+ isInteracting: boolean;
90
+ zoomData: ZoomData[];
91
+ } | undefined) => boolean | undefined) & {
92
+ clearCache: () => void;
93
+ resultsCount: () => number;
94
+ resetResultsCount: () => void;
95
+ };
96
+ lastResult: () => boolean | undefined;
97
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
98
+ isInteracting: boolean;
99
+ zoomData: ZoomData[];
100
+ } | undefined];
101
+ recomputations: () => number;
102
+ resetRecomputations: () => void;
103
+ dependencyRecomputations: () => number;
104
+ resetDependencyRecomputations: () => void;
105
+ } & {
106
+ memoize: typeof import("reselect").weakMapMemoize;
107
+ argsMemoize: typeof import("reselect").weakMapMemoize;
108
+ };
109
+ export declare const selectorChartZoomOptionsLookup: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
110
+ cacheKey: import("../../models").ChartStateCacheKey;
111
+ }) => {
112
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
113
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
114
+ }) & {
115
+ clearCache: () => void;
116
+ resultsCount: () => number;
117
+ resetResultsCount: () => void;
118
+ } & {
119
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
120
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
121
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
122
+ };
123
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
124
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
125
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
126
+ }) & {
127
+ clearCache: () => void;
128
+ resultsCount: () => number;
129
+ resetResultsCount: () => void;
130
+ };
131
+ lastResult: () => {
132
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
133
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
134
+ };
135
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
136
+ cacheKey: import("../../models").ChartStateCacheKey;
137
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
138
+ clearCache: () => void;
139
+ resultsCount: () => number;
140
+ resetResultsCount: () => void;
141
+ } & {
142
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
143
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
144
+ clearCache: () => void;
145
+ resultsCount: () => number;
146
+ resetResultsCount: () => void;
147
+ };
148
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
149
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
150
+ cacheKey: import("../../models").ChartStateCacheKey;
151
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
152
+ clearCache: () => void;
153
+ resultsCount: () => number;
154
+ resetResultsCount: () => void;
155
+ } & {
156
+ resultFunc: (resultFuncArgs_0: {
157
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
158
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
159
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
160
+ memoizedResultFunc: ((resultFuncArgs_0: {
161
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
162
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
163
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
164
+ clearCache: () => void;
165
+ resultsCount: () => number;
166
+ resetResultsCount: () => void;
167
+ };
168
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
169
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
170
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
171
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
172
+ }];
173
+ recomputations: () => number;
174
+ resetRecomputations: () => void;
175
+ dependencyRecomputations: () => number;
176
+ resetDependencyRecomputations: () => void;
177
+ } & {
178
+ memoize: typeof import("reselect").weakMapMemoize;
179
+ argsMemoize: typeof import("reselect").weakMapMemoize;
180
+ }];
181
+ recomputations: () => number;
182
+ resetRecomputations: () => void;
183
+ dependencyRecomputations: () => number;
184
+ resetDependencyRecomputations: () => void;
185
+ } & {
186
+ memoize: typeof import("reselect").weakMapMemoize;
187
+ argsMemoize: typeof import("reselect").weakMapMemoize;
188
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
189
+ cacheKey: import("../../models").ChartStateCacheKey;
190
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
191
+ clearCache: () => void;
192
+ resultsCount: () => number;
193
+ resetResultsCount: () => void;
194
+ } & {
195
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
196
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
197
+ clearCache: () => void;
198
+ resultsCount: () => number;
199
+ resetResultsCount: () => void;
200
+ };
201
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
202
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
203
+ cacheKey: import("../../models").ChartStateCacheKey;
204
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
205
+ clearCache: () => void;
206
+ resultsCount: () => number;
207
+ resetResultsCount: () => void;
208
+ } & {
209
+ resultFunc: (resultFuncArgs_0: {
210
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
211
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
212
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
213
+ memoizedResultFunc: ((resultFuncArgs_0: {
214
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
215
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
216
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
217
+ clearCache: () => void;
218
+ resultsCount: () => number;
219
+ resetResultsCount: () => void;
220
+ };
221
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
222
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
223
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
224
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
225
+ }];
226
+ recomputations: () => number;
227
+ resetRecomputations: () => void;
228
+ dependencyRecomputations: () => number;
229
+ resetDependencyRecomputations: () => void;
230
+ } & {
231
+ memoize: typeof import("reselect").weakMapMemoize;
232
+ argsMemoize: typeof import("reselect").weakMapMemoize;
233
+ }];
234
+ recomputations: () => number;
235
+ resetRecomputations: () => void;
236
+ dependencyRecomputations: () => number;
237
+ resetDependencyRecomputations: () => void;
238
+ } & {
239
+ memoize: typeof import("reselect").weakMapMemoize;
240
+ argsMemoize: typeof import("reselect").weakMapMemoize;
241
+ }];
242
+ recomputations: () => number;
243
+ resetRecomputations: () => void;
244
+ dependencyRecomputations: () => number;
245
+ resetDependencyRecomputations: () => void;
246
+ } & {
247
+ memoize: typeof import("reselect").weakMapMemoize;
248
+ argsMemoize: typeof import("reselect").weakMapMemoize;
249
+ };
250
+ /**
251
+ * The only interesting selectors that merge axis data and zoom if provided.
252
+ */
253
+ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
254
+ cacheKey: import("../../models").ChartStateCacheKey;
255
+ }) => {
256
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsAxisProps>;
257
+ axisIds: string[];
258
+ }) & {
259
+ clearCache: () => void;
260
+ resultsCount: () => number;
261
+ resetResultsCount: () => void;
262
+ } & {
263
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_1: {
264
+ width: number;
265
+ left: number;
266
+ right: number;
267
+ height: number;
268
+ top: number;
269
+ bottom: number;
270
+ }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
271
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
272
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
273
+ }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
274
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsAxisProps>;
275
+ axisIds: string[];
276
+ };
277
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_1: {
278
+ width: number;
279
+ left: number;
280
+ right: number;
281
+ height: number;
282
+ top: number;
283
+ bottom: number;
284
+ }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
285
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
286
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
287
+ }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
288
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsAxisProps>;
289
+ axisIds: string[];
290
+ }) & {
291
+ clearCache: () => void;
292
+ resultsCount: () => number;
293
+ resetResultsCount: () => void;
294
+ };
295
+ lastResult: () => {
296
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsAxisProps>;
297
+ axisIds: string[];
298
+ };
299
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
300
+ cacheKey: import("../../models").ChartStateCacheKey;
301
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
302
+ clearCache: () => void;
303
+ resultsCount: () => number;
304
+ resetResultsCount: () => void;
305
+ } & {
306
+ resultFunc: (resultFuncArgs_0: {
307
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
308
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
309
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
310
+ memoizedResultFunc: ((resultFuncArgs_0: {
311
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
312
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
313
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
314
+ clearCache: () => void;
315
+ resultsCount: () => number;
316
+ resetResultsCount: () => void;
317
+ };
318
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
319
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
320
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
321
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
322
+ }];
323
+ recomputations: () => number;
324
+ resetRecomputations: () => void;
325
+ dependencyRecomputations: () => number;
326
+ resetDependencyRecomputations: () => void;
327
+ } & {
328
+ memoize: typeof import("reselect").weakMapMemoize;
329
+ argsMemoize: typeof import("reselect").weakMapMemoize;
330
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
331
+ cacheKey: import("../../models").ChartStateCacheKey;
332
+ }) => {
333
+ width: number;
334
+ left: number;
335
+ right: number;
336
+ height: number;
337
+ top: number;
338
+ bottom: number;
339
+ }) & {
340
+ clearCache: () => void;
341
+ resultsCount: () => number;
342
+ resetResultsCount: () => void;
343
+ } & {
344
+ resultFunc: (resultFuncArgs_0: {
345
+ left: number;
346
+ top: number;
347
+ bottom: number;
348
+ right: number;
349
+ width: number;
350
+ height: number;
351
+ propsWidth: number | undefined;
352
+ propsHeight: number | undefined;
353
+ }) => {
354
+ width: number;
355
+ left: number;
356
+ right: number;
357
+ height: number;
358
+ top: number;
359
+ bottom: number;
360
+ };
361
+ memoizedResultFunc: ((resultFuncArgs_0: {
362
+ left: number;
363
+ top: number;
364
+ bottom: number;
365
+ right: number;
366
+ width: number;
367
+ height: number;
368
+ propsWidth: number | undefined;
369
+ propsHeight: number | undefined;
370
+ }) => {
371
+ width: number;
372
+ left: number;
373
+ right: number;
374
+ height: number;
375
+ top: number;
376
+ bottom: number;
377
+ }) & {
378
+ clearCache: () => void;
379
+ resultsCount: () => number;
380
+ resetResultsCount: () => void;
381
+ };
382
+ lastResult: () => {
383
+ width: number;
384
+ left: number;
385
+ right: number;
386
+ height: number;
387
+ top: number;
388
+ bottom: number;
389
+ };
390
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
391
+ recomputations: () => number;
392
+ resetRecomputations: () => void;
393
+ dependencyRecomputations: () => number;
394
+ resetDependencyRecomputations: () => void;
395
+ } & {
396
+ memoize: typeof import("reselect").weakMapMemoize;
397
+ argsMemoize: typeof import("reselect").weakMapMemoize;
398
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
399
+ cacheKey: import("../../models").ChartStateCacheKey;
400
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
401
+ clearCache: () => void;
402
+ resultsCount: () => number;
403
+ resetResultsCount: () => void;
404
+ } & {
405
+ resultFunc: (resultFuncArgs_0: {
406
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
407
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
408
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
409
+ memoizedResultFunc: ((resultFuncArgs_0: {
410
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
411
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
412
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
413
+ clearCache: () => void;
414
+ resultsCount: () => number;
415
+ resetResultsCount: () => void;
416
+ };
417
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
418
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
419
+ recomputations: () => number;
420
+ resetRecomputations: () => void;
421
+ dependencyRecomputations: () => number;
422
+ resetDependencyRecomputations: () => void;
423
+ } & {
424
+ memoize: typeof import("reselect").weakMapMemoize;
425
+ argsMemoize: typeof import("reselect").weakMapMemoize;
426
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
427
+ cacheKey: import("../../models").ChartStateCacheKey;
428
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
429
+ clearCache: () => void;
430
+ resultsCount: () => number;
431
+ resetResultsCount: () => void;
432
+ } & {
433
+ resultFunc: (resultFuncArgs_0: {
434
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
435
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
436
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
437
+ memoizedResultFunc: ((resultFuncArgs_0: {
438
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
439
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
440
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
441
+ clearCache: () => void;
442
+ resultsCount: () => number;
443
+ resetResultsCount: () => void;
444
+ };
445
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
446
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
447
+ recomputations: () => number;
448
+ resetRecomputations: () => void;
449
+ dependencyRecomputations: () => number;
450
+ resetDependencyRecomputations: () => void;
451
+ } & {
452
+ memoize: typeof import("reselect").weakMapMemoize;
453
+ argsMemoize: typeof import("reselect").weakMapMemoize;
454
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
455
+ cacheKey: import("../../models").ChartStateCacheKey;
456
+ }) => Map<AxisId, ZoomData> | undefined) & {
457
+ clearCache: () => void;
458
+ resultsCount: () => number;
459
+ resetResultsCount: () => void;
460
+ } & {
461
+ resultFunc: (resultFuncArgs_0: {
462
+ isInteracting: boolean;
463
+ zoomData: ZoomData[];
464
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
465
+ memoizedResultFunc: ((resultFuncArgs_0: {
466
+ isInteracting: boolean;
467
+ zoomData: ZoomData[];
468
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
469
+ clearCache: () => void;
470
+ resultsCount: () => number;
471
+ resetResultsCount: () => void;
472
+ };
473
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
474
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
475
+ isInteracting: boolean;
476
+ zoomData: ZoomData[];
477
+ } | undefined];
478
+ recomputations: () => number;
479
+ resetRecomputations: () => void;
480
+ dependencyRecomputations: () => number;
481
+ resetDependencyRecomputations: () => void;
482
+ } & {
483
+ memoize: typeof import("reselect").weakMapMemoize;
484
+ argsMemoize: typeof import("reselect").weakMapMemoize;
485
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
486
+ cacheKey: import("../../models").ChartStateCacheKey;
487
+ }) => {
488
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
489
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
490
+ }) & {
491
+ clearCache: () => void;
492
+ resultsCount: () => number;
493
+ resetResultsCount: () => void;
494
+ } & {
495
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
496
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
497
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
498
+ };
499
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
500
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
501
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
502
+ }) & {
503
+ clearCache: () => void;
504
+ resultsCount: () => number;
505
+ resetResultsCount: () => void;
506
+ };
507
+ lastResult: () => {
508
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
509
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
510
+ };
511
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
512
+ cacheKey: import("../../models").ChartStateCacheKey;
513
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
514
+ clearCache: () => void;
515
+ resultsCount: () => number;
516
+ resetResultsCount: () => void;
517
+ } & {
518
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
519
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
520
+ clearCache: () => void;
521
+ resultsCount: () => number;
522
+ resetResultsCount: () => void;
523
+ };
524
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
525
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
526
+ cacheKey: import("../../models").ChartStateCacheKey;
527
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
528
+ clearCache: () => void;
529
+ resultsCount: () => number;
530
+ resetResultsCount: () => void;
531
+ } & {
532
+ resultFunc: (resultFuncArgs_0: {
533
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
534
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
535
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
536
+ memoizedResultFunc: ((resultFuncArgs_0: {
537
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
538
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
539
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
540
+ clearCache: () => void;
541
+ resultsCount: () => number;
542
+ resetResultsCount: () => void;
543
+ };
544
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
545
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
546
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
547
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
548
+ }];
549
+ recomputations: () => number;
550
+ resetRecomputations: () => void;
551
+ dependencyRecomputations: () => number;
552
+ resetDependencyRecomputations: () => void;
553
+ } & {
554
+ memoize: typeof import("reselect").weakMapMemoize;
555
+ argsMemoize: typeof import("reselect").weakMapMemoize;
556
+ }];
557
+ recomputations: () => number;
558
+ resetRecomputations: () => void;
559
+ dependencyRecomputations: () => number;
560
+ resetDependencyRecomputations: () => void;
561
+ } & {
562
+ memoize: typeof import("reselect").weakMapMemoize;
563
+ argsMemoize: typeof import("reselect").weakMapMemoize;
564
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
565
+ cacheKey: import("../../models").ChartStateCacheKey;
566
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
567
+ clearCache: () => void;
568
+ resultsCount: () => number;
569
+ resetResultsCount: () => void;
570
+ } & {
571
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
572
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
573
+ clearCache: () => void;
574
+ resultsCount: () => number;
575
+ resetResultsCount: () => void;
576
+ };
577
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
578
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
579
+ cacheKey: import("../../models").ChartStateCacheKey;
580
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
581
+ clearCache: () => void;
582
+ resultsCount: () => number;
583
+ resetResultsCount: () => void;
584
+ } & {
585
+ resultFunc: (resultFuncArgs_0: {
586
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
587
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
588
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
589
+ memoizedResultFunc: ((resultFuncArgs_0: {
590
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
591
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
592
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
593
+ clearCache: () => void;
594
+ resultsCount: () => number;
595
+ resetResultsCount: () => void;
596
+ };
597
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
598
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
599
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
600
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
601
+ }];
602
+ recomputations: () => number;
603
+ resetRecomputations: () => void;
604
+ dependencyRecomputations: () => number;
605
+ resetDependencyRecomputations: () => void;
606
+ } & {
607
+ memoize: typeof import("reselect").weakMapMemoize;
608
+ argsMemoize: typeof import("reselect").weakMapMemoize;
609
+ }];
610
+ recomputations: () => number;
611
+ resetRecomputations: () => void;
612
+ dependencyRecomputations: () => number;
613
+ resetDependencyRecomputations: () => void;
614
+ } & {
615
+ memoize: typeof import("reselect").weakMapMemoize;
616
+ argsMemoize: typeof import("reselect").weakMapMemoize;
617
+ }];
618
+ recomputations: () => number;
619
+ resetRecomputations: () => void;
620
+ dependencyRecomputations: () => number;
621
+ resetDependencyRecomputations: () => void;
622
+ } & {
623
+ memoize: typeof import("reselect").weakMapMemoize;
624
+ argsMemoize: typeof import("reselect").weakMapMemoize;
625
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
626
+ cacheKey: import("../../models").ChartStateCacheKey;
627
+ }) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
628
+ clearCache: () => void;
629
+ resultsCount: () => number;
630
+ resetResultsCount: () => void;
631
+ } & {
632
+ resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined;
633
+ memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
634
+ clearCache: () => void;
635
+ resultsCount: () => number;
636
+ resetResultsCount: () => void;
637
+ };
638
+ lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
639
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
640
+ cacheKey: import("../../models").ChartStateCacheKey;
641
+ }) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
642
+ clearCache: () => void;
643
+ resultsCount: () => number;
644
+ resetResultsCount: () => void;
645
+ } & {
646
+ resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
647
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
648
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
649
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
650
+ memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
651
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
652
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
653
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
654
+ clearCache: () => void;
655
+ resultsCount: () => number;
656
+ resetResultsCount: () => void;
657
+ };
658
+ lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
659
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
660
+ cacheKey: import("../../models").ChartStateCacheKey;
661
+ }) => Map<AxisId, ZoomData> | undefined) & {
662
+ clearCache: () => void;
663
+ resultsCount: () => number;
664
+ resetResultsCount: () => void;
665
+ } & {
666
+ resultFunc: (resultFuncArgs_0: {
667
+ isInteracting: boolean;
668
+ zoomData: ZoomData[];
669
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
670
+ memoizedResultFunc: ((resultFuncArgs_0: {
671
+ isInteracting: boolean;
672
+ zoomData: ZoomData[];
673
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
674
+ clearCache: () => void;
675
+ resultsCount: () => number;
676
+ resetResultsCount: () => void;
677
+ };
678
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
679
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
680
+ isInteracting: boolean;
681
+ zoomData: ZoomData[];
682
+ } | undefined];
683
+ recomputations: () => number;
684
+ resetRecomputations: () => void;
685
+ dependencyRecomputations: () => number;
686
+ resetDependencyRecomputations: () => void;
687
+ } & {
688
+ memoize: typeof import("reselect").weakMapMemoize;
689
+ argsMemoize: typeof import("reselect").weakMapMemoize;
690
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
691
+ cacheKey: import("../../models").ChartStateCacheKey;
692
+ }) => {
693
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
694
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
695
+ }) & {
696
+ clearCache: () => void;
697
+ resultsCount: () => number;
698
+ resetResultsCount: () => void;
699
+ } & {
700
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
701
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
702
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
703
+ };
704
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
705
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
706
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
707
+ }) & {
708
+ clearCache: () => void;
709
+ resultsCount: () => number;
710
+ resetResultsCount: () => void;
711
+ };
712
+ lastResult: () => {
713
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
714
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
715
+ };
716
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
717
+ cacheKey: import("../../models").ChartStateCacheKey;
718
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
719
+ clearCache: () => void;
720
+ resultsCount: () => number;
721
+ resetResultsCount: () => void;
722
+ } & {
723
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
724
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
725
+ clearCache: () => void;
726
+ resultsCount: () => number;
727
+ resetResultsCount: () => void;
728
+ };
729
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
730
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
731
+ cacheKey: import("../../models").ChartStateCacheKey;
732
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
733
+ clearCache: () => void;
734
+ resultsCount: () => number;
735
+ resetResultsCount: () => void;
736
+ } & {
737
+ resultFunc: (resultFuncArgs_0: {
738
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
739
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
740
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
741
+ memoizedResultFunc: ((resultFuncArgs_0: {
742
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
743
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
744
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
745
+ clearCache: () => void;
746
+ resultsCount: () => number;
747
+ resetResultsCount: () => void;
748
+ };
749
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
750
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
751
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
752
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
753
+ }];
754
+ recomputations: () => number;
755
+ resetRecomputations: () => void;
756
+ dependencyRecomputations: () => number;
757
+ resetDependencyRecomputations: () => void;
758
+ } & {
759
+ memoize: typeof import("reselect").weakMapMemoize;
760
+ argsMemoize: typeof import("reselect").weakMapMemoize;
761
+ }];
762
+ recomputations: () => number;
763
+ resetRecomputations: () => void;
764
+ dependencyRecomputations: () => number;
765
+ resetDependencyRecomputations: () => void;
766
+ } & {
767
+ memoize: typeof import("reselect").weakMapMemoize;
768
+ argsMemoize: typeof import("reselect").weakMapMemoize;
769
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
770
+ cacheKey: import("../../models").ChartStateCacheKey;
771
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
772
+ clearCache: () => void;
773
+ resultsCount: () => number;
774
+ resetResultsCount: () => void;
775
+ } & {
776
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
777
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
778
+ clearCache: () => void;
779
+ resultsCount: () => number;
780
+ resetResultsCount: () => void;
781
+ };
782
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
783
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
784
+ cacheKey: import("../../models").ChartStateCacheKey;
785
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
786
+ clearCache: () => void;
787
+ resultsCount: () => number;
788
+ resetResultsCount: () => void;
789
+ } & {
790
+ resultFunc: (resultFuncArgs_0: {
791
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
792
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
793
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
794
+ memoizedResultFunc: ((resultFuncArgs_0: {
795
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
796
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
797
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
798
+ clearCache: () => void;
799
+ resultsCount: () => number;
800
+ resetResultsCount: () => void;
801
+ };
802
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
803
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
804
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
805
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
806
+ }];
807
+ recomputations: () => number;
808
+ resetRecomputations: () => void;
809
+ dependencyRecomputations: () => number;
810
+ resetDependencyRecomputations: () => void;
811
+ } & {
812
+ memoize: typeof import("reselect").weakMapMemoize;
813
+ argsMemoize: typeof import("reselect").weakMapMemoize;
814
+ }];
815
+ recomputations: () => number;
816
+ resetRecomputations: () => void;
817
+ dependencyRecomputations: () => number;
818
+ resetDependencyRecomputations: () => void;
819
+ } & {
820
+ memoize: typeof import("reselect").weakMapMemoize;
821
+ argsMemoize: typeof import("reselect").weakMapMemoize;
822
+ }];
823
+ recomputations: () => number;
824
+ resetRecomputations: () => void;
825
+ dependencyRecomputations: () => number;
826
+ resetDependencyRecomputations: () => void;
827
+ } & {
828
+ memoize: typeof import("reselect").weakMapMemoize;
829
+ argsMemoize: typeof import("reselect").weakMapMemoize;
830
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
831
+ cacheKey: import("../../models").ChartStateCacheKey;
832
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
833
+ clearCache: () => void;
834
+ resultsCount: () => number;
835
+ resetResultsCount: () => void;
836
+ } & {
837
+ resultFunc: (resultFuncArgs_0: {
838
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
839
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
840
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
841
+ memoizedResultFunc: ((resultFuncArgs_0: {
842
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
843
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
844
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
845
+ clearCache: () => void;
846
+ resultsCount: () => number;
847
+ resetResultsCount: () => void;
848
+ };
849
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
850
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
851
+ recomputations: () => number;
852
+ resetRecomputations: () => void;
853
+ dependencyRecomputations: () => number;
854
+ resetDependencyRecomputations: () => void;
855
+ } & {
856
+ memoize: typeof import("reselect").weakMapMemoize;
857
+ argsMemoize: typeof import("reselect").weakMapMemoize;
858
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
859
+ cacheKey: import("../../models").ChartStateCacheKey;
860
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
861
+ clearCache: () => void;
862
+ resultsCount: () => number;
863
+ resetResultsCount: () => void;
864
+ } & {
865
+ resultFunc: (resultFuncArgs_0: {
866
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
867
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
868
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
869
+ memoizedResultFunc: ((resultFuncArgs_0: {
870
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
871
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
872
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
873
+ clearCache: () => void;
874
+ resultsCount: () => number;
875
+ resetResultsCount: () => void;
876
+ };
877
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
878
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
879
+ recomputations: () => number;
880
+ resetRecomputations: () => void;
881
+ dependencyRecomputations: () => number;
882
+ resetDependencyRecomputations: () => void;
883
+ } & {
884
+ memoize: typeof import("reselect").weakMapMemoize;
885
+ argsMemoize: typeof import("reselect").weakMapMemoize;
886
+ }];
887
+ recomputations: () => number;
888
+ resetRecomputations: () => void;
889
+ dependencyRecomputations: () => number;
890
+ resetDependencyRecomputations: () => void;
891
+ } & {
892
+ memoize: typeof import("reselect").weakMapMemoize;
893
+ argsMemoize: typeof import("reselect").weakMapMemoize;
894
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
895
+ cacheKey: import("../../models").ChartStateCacheKey;
896
+ }) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
897
+ clearCache: () => void;
898
+ resultsCount: () => number;
899
+ resetResultsCount: () => void;
900
+ } & {
901
+ resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
902
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
903
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
904
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
905
+ memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
906
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
907
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
908
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
909
+ clearCache: () => void;
910
+ resultsCount: () => number;
911
+ resetResultsCount: () => void;
912
+ };
913
+ lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
914
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
915
+ cacheKey: import("../../models").ChartStateCacheKey;
916
+ }) => Map<AxisId, ZoomData> | undefined) & {
917
+ clearCache: () => void;
918
+ resultsCount: () => number;
919
+ resetResultsCount: () => void;
920
+ } & {
921
+ resultFunc: (resultFuncArgs_0: {
922
+ isInteracting: boolean;
923
+ zoomData: ZoomData[];
924
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
925
+ memoizedResultFunc: ((resultFuncArgs_0: {
926
+ isInteracting: boolean;
927
+ zoomData: ZoomData[];
928
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
929
+ clearCache: () => void;
930
+ resultsCount: () => number;
931
+ resetResultsCount: () => void;
932
+ };
933
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
934
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
935
+ isInteracting: boolean;
936
+ zoomData: ZoomData[];
937
+ } | undefined];
938
+ recomputations: () => number;
939
+ resetRecomputations: () => void;
940
+ dependencyRecomputations: () => number;
941
+ resetDependencyRecomputations: () => void;
942
+ } & {
943
+ memoize: typeof import("reselect").weakMapMemoize;
944
+ argsMemoize: typeof import("reselect").weakMapMemoize;
945
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
946
+ cacheKey: import("../../models").ChartStateCacheKey;
947
+ }) => {
948
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
949
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
950
+ }) & {
951
+ clearCache: () => void;
952
+ resultsCount: () => number;
953
+ resetResultsCount: () => void;
954
+ } & {
955
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
956
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
957
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
958
+ };
959
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
960
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
961
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
962
+ }) & {
963
+ clearCache: () => void;
964
+ resultsCount: () => number;
965
+ resetResultsCount: () => void;
966
+ };
967
+ lastResult: () => {
968
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
969
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
970
+ };
971
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
972
+ cacheKey: import("../../models").ChartStateCacheKey;
973
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
974
+ clearCache: () => void;
975
+ resultsCount: () => number;
976
+ resetResultsCount: () => void;
977
+ } & {
978
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
979
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
980
+ clearCache: () => void;
981
+ resultsCount: () => number;
982
+ resetResultsCount: () => void;
983
+ };
984
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
985
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
986
+ cacheKey: import("../../models").ChartStateCacheKey;
987
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
988
+ clearCache: () => void;
989
+ resultsCount: () => number;
990
+ resetResultsCount: () => void;
991
+ } & {
992
+ resultFunc: (resultFuncArgs_0: {
993
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
994
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
995
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
996
+ memoizedResultFunc: ((resultFuncArgs_0: {
997
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
998
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
999
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1000
+ clearCache: () => void;
1001
+ resultsCount: () => number;
1002
+ resetResultsCount: () => void;
1003
+ };
1004
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1005
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1006
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1007
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1008
+ }];
1009
+ recomputations: () => number;
1010
+ resetRecomputations: () => void;
1011
+ dependencyRecomputations: () => number;
1012
+ resetDependencyRecomputations: () => void;
1013
+ } & {
1014
+ memoize: typeof import("reselect").weakMapMemoize;
1015
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1016
+ }];
1017
+ recomputations: () => number;
1018
+ resetRecomputations: () => void;
1019
+ dependencyRecomputations: () => number;
1020
+ resetDependencyRecomputations: () => void;
1021
+ } & {
1022
+ memoize: typeof import("reselect").weakMapMemoize;
1023
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1024
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1025
+ cacheKey: import("../../models").ChartStateCacheKey;
1026
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1027
+ clearCache: () => void;
1028
+ resultsCount: () => number;
1029
+ resetResultsCount: () => void;
1030
+ } & {
1031
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1032
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1033
+ clearCache: () => void;
1034
+ resultsCount: () => number;
1035
+ resetResultsCount: () => void;
1036
+ };
1037
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1038
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1039
+ cacheKey: import("../../models").ChartStateCacheKey;
1040
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1041
+ clearCache: () => void;
1042
+ resultsCount: () => number;
1043
+ resetResultsCount: () => void;
1044
+ } & {
1045
+ resultFunc: (resultFuncArgs_0: {
1046
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1047
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1048
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1049
+ memoizedResultFunc: ((resultFuncArgs_0: {
1050
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1051
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1052
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1053
+ clearCache: () => void;
1054
+ resultsCount: () => number;
1055
+ resetResultsCount: () => void;
1056
+ };
1057
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1058
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1059
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1060
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1061
+ }];
1062
+ recomputations: () => number;
1063
+ resetRecomputations: () => void;
1064
+ dependencyRecomputations: () => number;
1065
+ resetDependencyRecomputations: () => void;
1066
+ } & {
1067
+ memoize: typeof import("reselect").weakMapMemoize;
1068
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1069
+ }];
1070
+ recomputations: () => number;
1071
+ resetRecomputations: () => void;
1072
+ dependencyRecomputations: () => number;
1073
+ resetDependencyRecomputations: () => void;
1074
+ } & {
1075
+ memoize: typeof import("reselect").weakMapMemoize;
1076
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1077
+ }];
1078
+ recomputations: () => number;
1079
+ resetRecomputations: () => void;
1080
+ dependencyRecomputations: () => number;
1081
+ resetDependencyRecomputations: () => void;
1082
+ } & {
1083
+ memoize: typeof import("reselect").weakMapMemoize;
1084
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1085
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1086
+ cacheKey: import("../../models").ChartStateCacheKey;
1087
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1088
+ clearCache: () => void;
1089
+ resultsCount: () => number;
1090
+ resetResultsCount: () => void;
1091
+ } & {
1092
+ resultFunc: (resultFuncArgs_0: {
1093
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1094
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1095
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1096
+ memoizedResultFunc: ((resultFuncArgs_0: {
1097
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1098
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1099
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1100
+ clearCache: () => void;
1101
+ resultsCount: () => number;
1102
+ resetResultsCount: () => void;
1103
+ };
1104
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1105
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1106
+ recomputations: () => number;
1107
+ resetRecomputations: () => void;
1108
+ dependencyRecomputations: () => number;
1109
+ resetDependencyRecomputations: () => void;
1110
+ } & {
1111
+ memoize: typeof import("reselect").weakMapMemoize;
1112
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1113
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1114
+ cacheKey: import("../../models").ChartStateCacheKey;
1115
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1116
+ clearCache: () => void;
1117
+ resultsCount: () => number;
1118
+ resetResultsCount: () => void;
1119
+ } & {
1120
+ resultFunc: (resultFuncArgs_0: {
1121
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1122
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1123
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1124
+ memoizedResultFunc: ((resultFuncArgs_0: {
1125
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1126
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1127
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1128
+ clearCache: () => void;
1129
+ resultsCount: () => number;
1130
+ resetResultsCount: () => void;
1131
+ };
1132
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1133
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1134
+ recomputations: () => number;
1135
+ resetRecomputations: () => void;
1136
+ dependencyRecomputations: () => number;
1137
+ resetDependencyRecomputations: () => void;
1138
+ } & {
1139
+ memoize: typeof import("reselect").weakMapMemoize;
1140
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1141
+ }];
1142
+ recomputations: () => number;
1143
+ resetRecomputations: () => void;
1144
+ dependencyRecomputations: () => number;
1145
+ resetDependencyRecomputations: () => void;
1146
+ } & {
1147
+ memoize: typeof import("reselect").weakMapMemoize;
1148
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1149
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1150
+ cacheKey: import("../../models").ChartStateCacheKey;
1151
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1152
+ clearCache: () => void;
1153
+ resultsCount: () => number;
1154
+ resetResultsCount: () => void;
1155
+ } & {
1156
+ resultFunc: (resultFuncArgs_0: {
1157
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1158
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1159
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1160
+ memoizedResultFunc: ((resultFuncArgs_0: {
1161
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1162
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1163
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1164
+ clearCache: () => void;
1165
+ resultsCount: () => number;
1166
+ resetResultsCount: () => void;
1167
+ };
1168
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1169
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1170
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1171
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1172
+ }];
1173
+ recomputations: () => number;
1174
+ resetRecomputations: () => void;
1175
+ dependencyRecomputations: () => number;
1176
+ resetDependencyRecomputations: () => void;
1177
+ } & {
1178
+ memoize: typeof import("reselect").weakMapMemoize;
1179
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1180
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1181
+ cacheKey: import("../../models").ChartStateCacheKey;
1182
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1183
+ clearCache: () => void;
1184
+ resultsCount: () => number;
1185
+ resetResultsCount: () => void;
1186
+ } & {
1187
+ resultFunc: (resultFuncArgs_0: {
1188
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1189
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1190
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1191
+ memoizedResultFunc: ((resultFuncArgs_0: {
1192
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1193
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1194
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1195
+ clearCache: () => void;
1196
+ resultsCount: () => number;
1197
+ resetResultsCount: () => void;
1198
+ };
1199
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1200
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1201
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1202
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1203
+ }];
1204
+ recomputations: () => number;
1205
+ resetRecomputations: () => void;
1206
+ dependencyRecomputations: () => number;
1207
+ resetDependencyRecomputations: () => void;
1208
+ } & {
1209
+ memoize: typeof import("reselect").weakMapMemoize;
1210
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1211
+ }];
1212
+ recomputations: () => number;
1213
+ resetRecomputations: () => void;
1214
+ dependencyRecomputations: () => number;
1215
+ resetDependencyRecomputations: () => void;
1216
+ } & {
1217
+ memoize: typeof import("reselect").weakMapMemoize;
1218
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1219
+ }];
1220
+ recomputations: () => number;
1221
+ resetRecomputations: () => void;
1222
+ dependencyRecomputations: () => number;
1223
+ resetDependencyRecomputations: () => void;
1224
+ } & {
1225
+ memoize: typeof import("reselect").weakMapMemoize;
1226
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1227
+ };
1228
+ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1229
+ cacheKey: import("../../models").ChartStateCacheKey;
1230
+ }) => {
1231
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
1232
+ axisIds: string[];
1233
+ }) & {
1234
+ clearCache: () => void;
1235
+ resultsCount: () => number;
1236
+ resetResultsCount: () => void;
1237
+ } & {
1238
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[], resultFuncArgs_1: {
1239
+ width: number;
1240
+ left: number;
1241
+ right: number;
1242
+ height: number;
1243
+ top: number;
1244
+ bottom: number;
1245
+ }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1246
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1247
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1248
+ }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
1249
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
1250
+ axisIds: string[];
1251
+ };
1252
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[], resultFuncArgs_1: {
1253
+ width: number;
1254
+ left: number;
1255
+ right: number;
1256
+ height: number;
1257
+ top: number;
1258
+ bottom: number;
1259
+ }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1260
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1261
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1262
+ }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
1263
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
1264
+ axisIds: string[];
1265
+ }) & {
1266
+ clearCache: () => void;
1267
+ resultsCount: () => number;
1268
+ resetResultsCount: () => void;
1269
+ };
1270
+ lastResult: () => {
1271
+ axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
1272
+ axisIds: string[];
1273
+ };
1274
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1275
+ cacheKey: import("../../models").ChartStateCacheKey;
1276
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1277
+ clearCache: () => void;
1278
+ resultsCount: () => number;
1279
+ resetResultsCount: () => void;
1280
+ } & {
1281
+ resultFunc: (resultFuncArgs_0: {
1282
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1283
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1284
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1285
+ memoizedResultFunc: ((resultFuncArgs_0: {
1286
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1287
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1288
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1289
+ clearCache: () => void;
1290
+ resultsCount: () => number;
1291
+ resetResultsCount: () => void;
1292
+ };
1293
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1294
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1295
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1296
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1297
+ }];
1298
+ recomputations: () => number;
1299
+ resetRecomputations: () => void;
1300
+ dependencyRecomputations: () => number;
1301
+ resetDependencyRecomputations: () => void;
1302
+ } & {
1303
+ memoize: typeof import("reselect").weakMapMemoize;
1304
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1305
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1306
+ cacheKey: import("../../models").ChartStateCacheKey;
1307
+ }) => {
1308
+ width: number;
1309
+ left: number;
1310
+ right: number;
1311
+ height: number;
1312
+ top: number;
1313
+ bottom: number;
1314
+ }) & {
1315
+ clearCache: () => void;
1316
+ resultsCount: () => number;
1317
+ resetResultsCount: () => void;
1318
+ } & {
1319
+ resultFunc: (resultFuncArgs_0: {
1320
+ left: number;
1321
+ top: number;
1322
+ bottom: number;
1323
+ right: number;
1324
+ width: number;
1325
+ height: number;
1326
+ propsWidth: number | undefined;
1327
+ propsHeight: number | undefined;
1328
+ }) => {
1329
+ width: number;
1330
+ left: number;
1331
+ right: number;
1332
+ height: number;
1333
+ top: number;
1334
+ bottom: number;
1335
+ };
1336
+ memoizedResultFunc: ((resultFuncArgs_0: {
1337
+ left: number;
1338
+ top: number;
1339
+ bottom: number;
1340
+ right: number;
1341
+ width: number;
1342
+ height: number;
1343
+ propsWidth: number | undefined;
1344
+ propsHeight: number | undefined;
1345
+ }) => {
1346
+ width: number;
1347
+ left: number;
1348
+ right: number;
1349
+ height: number;
1350
+ top: number;
1351
+ bottom: number;
1352
+ }) & {
1353
+ clearCache: () => void;
1354
+ resultsCount: () => number;
1355
+ resetResultsCount: () => void;
1356
+ };
1357
+ lastResult: () => {
1358
+ width: number;
1359
+ left: number;
1360
+ right: number;
1361
+ height: number;
1362
+ top: number;
1363
+ bottom: number;
1364
+ };
1365
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1366
+ recomputations: () => number;
1367
+ resetRecomputations: () => void;
1368
+ dependencyRecomputations: () => number;
1369
+ resetDependencyRecomputations: () => void;
1370
+ } & {
1371
+ memoize: typeof import("reselect").weakMapMemoize;
1372
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1373
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1374
+ cacheKey: import("../../models").ChartStateCacheKey;
1375
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1376
+ clearCache: () => void;
1377
+ resultsCount: () => number;
1378
+ resetResultsCount: () => void;
1379
+ } & {
1380
+ resultFunc: (resultFuncArgs_0: {
1381
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1382
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1383
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1384
+ memoizedResultFunc: ((resultFuncArgs_0: {
1385
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1386
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1387
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1388
+ clearCache: () => void;
1389
+ resultsCount: () => number;
1390
+ resetResultsCount: () => void;
1391
+ };
1392
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1393
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1394
+ recomputations: () => number;
1395
+ resetRecomputations: () => void;
1396
+ dependencyRecomputations: () => number;
1397
+ resetDependencyRecomputations: () => void;
1398
+ } & {
1399
+ memoize: typeof import("reselect").weakMapMemoize;
1400
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1401
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1402
+ cacheKey: import("../../models").ChartStateCacheKey;
1403
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1404
+ clearCache: () => void;
1405
+ resultsCount: () => number;
1406
+ resetResultsCount: () => void;
1407
+ } & {
1408
+ resultFunc: (resultFuncArgs_0: {
1409
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1410
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1411
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1412
+ memoizedResultFunc: ((resultFuncArgs_0: {
1413
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1414
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1415
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1416
+ clearCache: () => void;
1417
+ resultsCount: () => number;
1418
+ resetResultsCount: () => void;
1419
+ };
1420
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1421
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1422
+ recomputations: () => number;
1423
+ resetRecomputations: () => void;
1424
+ dependencyRecomputations: () => number;
1425
+ resetDependencyRecomputations: () => void;
1426
+ } & {
1427
+ memoize: typeof import("reselect").weakMapMemoize;
1428
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1429
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1430
+ cacheKey: import("../../models").ChartStateCacheKey;
1431
+ }) => Map<AxisId, ZoomData> | undefined) & {
1432
+ clearCache: () => void;
1433
+ resultsCount: () => number;
1434
+ resetResultsCount: () => void;
1435
+ } & {
1436
+ resultFunc: (resultFuncArgs_0: {
1437
+ isInteracting: boolean;
1438
+ zoomData: ZoomData[];
1439
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
1440
+ memoizedResultFunc: ((resultFuncArgs_0: {
1441
+ isInteracting: boolean;
1442
+ zoomData: ZoomData[];
1443
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
1444
+ clearCache: () => void;
1445
+ resultsCount: () => number;
1446
+ resetResultsCount: () => void;
1447
+ };
1448
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
1449
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1450
+ isInteracting: boolean;
1451
+ zoomData: ZoomData[];
1452
+ } | undefined];
1453
+ recomputations: () => number;
1454
+ resetRecomputations: () => void;
1455
+ dependencyRecomputations: () => number;
1456
+ resetDependencyRecomputations: () => void;
1457
+ } & {
1458
+ memoize: typeof import("reselect").weakMapMemoize;
1459
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1460
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1461
+ cacheKey: import("../../models").ChartStateCacheKey;
1462
+ }) => {
1463
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1464
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1465
+ }) & {
1466
+ clearCache: () => void;
1467
+ resultsCount: () => number;
1468
+ resetResultsCount: () => void;
1469
+ } & {
1470
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1471
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1472
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1473
+ };
1474
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1475
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1476
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1477
+ }) & {
1478
+ clearCache: () => void;
1479
+ resultsCount: () => number;
1480
+ resetResultsCount: () => void;
1481
+ };
1482
+ lastResult: () => {
1483
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1484
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1485
+ };
1486
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1487
+ cacheKey: import("../../models").ChartStateCacheKey;
1488
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1489
+ clearCache: () => void;
1490
+ resultsCount: () => number;
1491
+ resetResultsCount: () => void;
1492
+ } & {
1493
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1494
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1495
+ clearCache: () => void;
1496
+ resultsCount: () => number;
1497
+ resetResultsCount: () => void;
1498
+ };
1499
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1500
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1501
+ cacheKey: import("../../models").ChartStateCacheKey;
1502
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1503
+ clearCache: () => void;
1504
+ resultsCount: () => number;
1505
+ resetResultsCount: () => void;
1506
+ } & {
1507
+ resultFunc: (resultFuncArgs_0: {
1508
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1509
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1510
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1511
+ memoizedResultFunc: ((resultFuncArgs_0: {
1512
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1513
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1514
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1515
+ clearCache: () => void;
1516
+ resultsCount: () => number;
1517
+ resetResultsCount: () => void;
1518
+ };
1519
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1520
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1521
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1522
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1523
+ }];
1524
+ recomputations: () => number;
1525
+ resetRecomputations: () => void;
1526
+ dependencyRecomputations: () => number;
1527
+ resetDependencyRecomputations: () => void;
1528
+ } & {
1529
+ memoize: typeof import("reselect").weakMapMemoize;
1530
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1531
+ }];
1532
+ recomputations: () => number;
1533
+ resetRecomputations: () => void;
1534
+ dependencyRecomputations: () => number;
1535
+ resetDependencyRecomputations: () => void;
1536
+ } & {
1537
+ memoize: typeof import("reselect").weakMapMemoize;
1538
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1539
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1540
+ cacheKey: import("../../models").ChartStateCacheKey;
1541
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1542
+ clearCache: () => void;
1543
+ resultsCount: () => number;
1544
+ resetResultsCount: () => void;
1545
+ } & {
1546
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1547
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1548
+ clearCache: () => void;
1549
+ resultsCount: () => number;
1550
+ resetResultsCount: () => void;
1551
+ };
1552
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1553
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1554
+ cacheKey: import("../../models").ChartStateCacheKey;
1555
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1556
+ clearCache: () => void;
1557
+ resultsCount: () => number;
1558
+ resetResultsCount: () => void;
1559
+ } & {
1560
+ resultFunc: (resultFuncArgs_0: {
1561
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1562
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1563
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1564
+ memoizedResultFunc: ((resultFuncArgs_0: {
1565
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1566
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1567
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1568
+ clearCache: () => void;
1569
+ resultsCount: () => number;
1570
+ resetResultsCount: () => void;
1571
+ };
1572
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1573
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1574
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1575
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1576
+ }];
1577
+ recomputations: () => number;
1578
+ resetRecomputations: () => void;
1579
+ dependencyRecomputations: () => number;
1580
+ resetDependencyRecomputations: () => void;
1581
+ } & {
1582
+ memoize: typeof import("reselect").weakMapMemoize;
1583
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1584
+ }];
1585
+ recomputations: () => number;
1586
+ resetRecomputations: () => void;
1587
+ dependencyRecomputations: () => number;
1588
+ resetDependencyRecomputations: () => void;
1589
+ } & {
1590
+ memoize: typeof import("reselect").weakMapMemoize;
1591
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1592
+ }];
1593
+ recomputations: () => number;
1594
+ resetRecomputations: () => void;
1595
+ dependencyRecomputations: () => number;
1596
+ resetDependencyRecomputations: () => void;
1597
+ } & {
1598
+ memoize: typeof import("reselect").weakMapMemoize;
1599
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1600
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1601
+ cacheKey: import("../../models").ChartStateCacheKey;
1602
+ }) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
1603
+ clearCache: () => void;
1604
+ resultsCount: () => number;
1605
+ resetResultsCount: () => void;
1606
+ } & {
1607
+ resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined;
1608
+ memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
1609
+ clearCache: () => void;
1610
+ resultsCount: () => number;
1611
+ resetResultsCount: () => void;
1612
+ };
1613
+ lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
1614
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1615
+ cacheKey: import("../../models").ChartStateCacheKey;
1616
+ }) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1617
+ clearCache: () => void;
1618
+ resultsCount: () => number;
1619
+ resetResultsCount: () => void;
1620
+ } & {
1621
+ resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1622
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1623
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1624
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1625
+ memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1626
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1627
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1628
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1629
+ clearCache: () => void;
1630
+ resultsCount: () => number;
1631
+ resetResultsCount: () => void;
1632
+ };
1633
+ lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1634
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1635
+ cacheKey: import("../../models").ChartStateCacheKey;
1636
+ }) => Map<AxisId, ZoomData> | undefined) & {
1637
+ clearCache: () => void;
1638
+ resultsCount: () => number;
1639
+ resetResultsCount: () => void;
1640
+ } & {
1641
+ resultFunc: (resultFuncArgs_0: {
1642
+ isInteracting: boolean;
1643
+ zoomData: ZoomData[];
1644
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
1645
+ memoizedResultFunc: ((resultFuncArgs_0: {
1646
+ isInteracting: boolean;
1647
+ zoomData: ZoomData[];
1648
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
1649
+ clearCache: () => void;
1650
+ resultsCount: () => number;
1651
+ resetResultsCount: () => void;
1652
+ };
1653
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
1654
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1655
+ isInteracting: boolean;
1656
+ zoomData: ZoomData[];
1657
+ } | undefined];
1658
+ recomputations: () => number;
1659
+ resetRecomputations: () => void;
1660
+ dependencyRecomputations: () => number;
1661
+ resetDependencyRecomputations: () => void;
1662
+ } & {
1663
+ memoize: typeof import("reselect").weakMapMemoize;
1664
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1665
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1666
+ cacheKey: import("../../models").ChartStateCacheKey;
1667
+ }) => {
1668
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1669
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1670
+ }) & {
1671
+ clearCache: () => void;
1672
+ resultsCount: () => number;
1673
+ resetResultsCount: () => void;
1674
+ } & {
1675
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1676
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1677
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1678
+ };
1679
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1680
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1681
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1682
+ }) & {
1683
+ clearCache: () => void;
1684
+ resultsCount: () => number;
1685
+ resetResultsCount: () => void;
1686
+ };
1687
+ lastResult: () => {
1688
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1689
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1690
+ };
1691
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1692
+ cacheKey: import("../../models").ChartStateCacheKey;
1693
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1694
+ clearCache: () => void;
1695
+ resultsCount: () => number;
1696
+ resetResultsCount: () => void;
1697
+ } & {
1698
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1699
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1700
+ clearCache: () => void;
1701
+ resultsCount: () => number;
1702
+ resetResultsCount: () => void;
1703
+ };
1704
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1705
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1706
+ cacheKey: import("../../models").ChartStateCacheKey;
1707
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1708
+ clearCache: () => void;
1709
+ resultsCount: () => number;
1710
+ resetResultsCount: () => void;
1711
+ } & {
1712
+ resultFunc: (resultFuncArgs_0: {
1713
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1714
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1715
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1716
+ memoizedResultFunc: ((resultFuncArgs_0: {
1717
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1718
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1719
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1720
+ clearCache: () => void;
1721
+ resultsCount: () => number;
1722
+ resetResultsCount: () => void;
1723
+ };
1724
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1725
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1726
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1727
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1728
+ }];
1729
+ recomputations: () => number;
1730
+ resetRecomputations: () => void;
1731
+ dependencyRecomputations: () => number;
1732
+ resetDependencyRecomputations: () => void;
1733
+ } & {
1734
+ memoize: typeof import("reselect").weakMapMemoize;
1735
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1736
+ }];
1737
+ recomputations: () => number;
1738
+ resetRecomputations: () => void;
1739
+ dependencyRecomputations: () => number;
1740
+ resetDependencyRecomputations: () => void;
1741
+ } & {
1742
+ memoize: typeof import("reselect").weakMapMemoize;
1743
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1744
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1745
+ cacheKey: import("../../models").ChartStateCacheKey;
1746
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1747
+ clearCache: () => void;
1748
+ resultsCount: () => number;
1749
+ resetResultsCount: () => void;
1750
+ } & {
1751
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1752
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1753
+ clearCache: () => void;
1754
+ resultsCount: () => number;
1755
+ resetResultsCount: () => void;
1756
+ };
1757
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1758
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1759
+ cacheKey: import("../../models").ChartStateCacheKey;
1760
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1761
+ clearCache: () => void;
1762
+ resultsCount: () => number;
1763
+ resetResultsCount: () => void;
1764
+ } & {
1765
+ resultFunc: (resultFuncArgs_0: {
1766
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1767
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1768
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1769
+ memoizedResultFunc: ((resultFuncArgs_0: {
1770
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1771
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1772
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
1773
+ clearCache: () => void;
1774
+ resultsCount: () => number;
1775
+ resetResultsCount: () => void;
1776
+ };
1777
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
1778
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1779
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1780
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1781
+ }];
1782
+ recomputations: () => number;
1783
+ resetRecomputations: () => void;
1784
+ dependencyRecomputations: () => number;
1785
+ resetDependencyRecomputations: () => void;
1786
+ } & {
1787
+ memoize: typeof import("reselect").weakMapMemoize;
1788
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1789
+ }];
1790
+ recomputations: () => number;
1791
+ resetRecomputations: () => void;
1792
+ dependencyRecomputations: () => number;
1793
+ resetDependencyRecomputations: () => void;
1794
+ } & {
1795
+ memoize: typeof import("reselect").weakMapMemoize;
1796
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1797
+ }];
1798
+ recomputations: () => number;
1799
+ resetRecomputations: () => void;
1800
+ dependencyRecomputations: () => number;
1801
+ resetDependencyRecomputations: () => void;
1802
+ } & {
1803
+ memoize: typeof import("reselect").weakMapMemoize;
1804
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1805
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1806
+ cacheKey: import("../../models").ChartStateCacheKey;
1807
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1808
+ clearCache: () => void;
1809
+ resultsCount: () => number;
1810
+ resetResultsCount: () => void;
1811
+ } & {
1812
+ resultFunc: (resultFuncArgs_0: {
1813
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1814
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1815
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1816
+ memoizedResultFunc: ((resultFuncArgs_0: {
1817
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1818
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1819
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1820
+ clearCache: () => void;
1821
+ resultsCount: () => number;
1822
+ resetResultsCount: () => void;
1823
+ };
1824
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1825
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1826
+ recomputations: () => number;
1827
+ resetRecomputations: () => void;
1828
+ dependencyRecomputations: () => number;
1829
+ resetDependencyRecomputations: () => void;
1830
+ } & {
1831
+ memoize: typeof import("reselect").weakMapMemoize;
1832
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1833
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
1834
+ cacheKey: import("../../models").ChartStateCacheKey;
1835
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1836
+ clearCache: () => void;
1837
+ resultsCount: () => number;
1838
+ resetResultsCount: () => void;
1839
+ } & {
1840
+ resultFunc: (resultFuncArgs_0: {
1841
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1842
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1843
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1844
+ memoizedResultFunc: ((resultFuncArgs_0: {
1845
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1846
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1847
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1848
+ clearCache: () => void;
1849
+ resultsCount: () => number;
1850
+ resetResultsCount: () => void;
1851
+ };
1852
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1853
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1854
+ recomputations: () => number;
1855
+ resetRecomputations: () => void;
1856
+ dependencyRecomputations: () => number;
1857
+ resetDependencyRecomputations: () => void;
1858
+ } & {
1859
+ memoize: typeof import("reselect").weakMapMemoize;
1860
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1861
+ }];
1862
+ recomputations: () => number;
1863
+ resetRecomputations: () => void;
1864
+ dependencyRecomputations: () => number;
1865
+ resetDependencyRecomputations: () => void;
1866
+ } & {
1867
+ memoize: typeof import("reselect").weakMapMemoize;
1868
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1869
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1870
+ cacheKey: import("../../models").ChartStateCacheKey;
1871
+ }) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1872
+ clearCache: () => void;
1873
+ resultsCount: () => number;
1874
+ resetResultsCount: () => void;
1875
+ } & {
1876
+ resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1877
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1878
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1879
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1880
+ memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1881
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1882
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1883
+ }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1884
+ clearCache: () => void;
1885
+ resultsCount: () => number;
1886
+ resetResultsCount: () => void;
1887
+ };
1888
+ lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1889
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1890
+ cacheKey: import("../../models").ChartStateCacheKey;
1891
+ }) => Map<AxisId, ZoomData> | undefined) & {
1892
+ clearCache: () => void;
1893
+ resultsCount: () => number;
1894
+ resetResultsCount: () => void;
1895
+ } & {
1896
+ resultFunc: (resultFuncArgs_0: {
1897
+ isInteracting: boolean;
1898
+ zoomData: ZoomData[];
1899
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
1900
+ memoizedResultFunc: ((resultFuncArgs_0: {
1901
+ isInteracting: boolean;
1902
+ zoomData: ZoomData[];
1903
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
1904
+ clearCache: () => void;
1905
+ resultsCount: () => number;
1906
+ resetResultsCount: () => void;
1907
+ };
1908
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
1909
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1910
+ isInteracting: boolean;
1911
+ zoomData: ZoomData[];
1912
+ } | undefined];
1913
+ recomputations: () => number;
1914
+ resetRecomputations: () => void;
1915
+ dependencyRecomputations: () => number;
1916
+ resetDependencyRecomputations: () => void;
1917
+ } & {
1918
+ memoize: typeof import("reselect").weakMapMemoize;
1919
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1920
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1921
+ cacheKey: import("../../models").ChartStateCacheKey;
1922
+ }) => {
1923
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1924
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1925
+ }) & {
1926
+ clearCache: () => void;
1927
+ resultsCount: () => number;
1928
+ resetResultsCount: () => void;
1929
+ } & {
1930
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1931
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1932
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1933
+ };
1934
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1935
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1936
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1937
+ }) & {
1938
+ clearCache: () => void;
1939
+ resultsCount: () => number;
1940
+ resetResultsCount: () => void;
1941
+ };
1942
+ lastResult: () => {
1943
+ [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1944
+ [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1945
+ };
1946
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1947
+ cacheKey: import("../../models").ChartStateCacheKey;
1948
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1949
+ clearCache: () => void;
1950
+ resultsCount: () => number;
1951
+ resetResultsCount: () => void;
1952
+ } & {
1953
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1954
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1955
+ clearCache: () => void;
1956
+ resultsCount: () => number;
1957
+ resetResultsCount: () => void;
1958
+ };
1959
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1960
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
1961
+ cacheKey: import("../../models").ChartStateCacheKey;
1962
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1963
+ clearCache: () => void;
1964
+ resultsCount: () => number;
1965
+ resetResultsCount: () => void;
1966
+ } & {
1967
+ resultFunc: (resultFuncArgs_0: {
1968
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1969
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1970
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1971
+ memoizedResultFunc: ((resultFuncArgs_0: {
1972
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1973
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1974
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
1975
+ clearCache: () => void;
1976
+ resultsCount: () => number;
1977
+ resetResultsCount: () => void;
1978
+ };
1979
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
1980
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
1981
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1982
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1983
+ }];
1984
+ recomputations: () => number;
1985
+ resetRecomputations: () => void;
1986
+ dependencyRecomputations: () => number;
1987
+ resetDependencyRecomputations: () => void;
1988
+ } & {
1989
+ memoize: typeof import("reselect").weakMapMemoize;
1990
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1991
+ }];
1992
+ recomputations: () => number;
1993
+ resetRecomputations: () => void;
1994
+ dependencyRecomputations: () => number;
1995
+ resetDependencyRecomputations: () => void;
1996
+ } & {
1997
+ memoize: typeof import("reselect").weakMapMemoize;
1998
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1999
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
2000
+ cacheKey: import("../../models").ChartStateCacheKey;
2001
+ }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2002
+ clearCache: () => void;
2003
+ resultsCount: () => number;
2004
+ resetResultsCount: () => void;
2005
+ } & {
2006
+ resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2007
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2008
+ clearCache: () => void;
2009
+ resultsCount: () => number;
2010
+ resetResultsCount: () => void;
2011
+ };
2012
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2013
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
2014
+ cacheKey: import("../../models").ChartStateCacheKey;
2015
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
2016
+ clearCache: () => void;
2017
+ resultsCount: () => number;
2018
+ resetResultsCount: () => void;
2019
+ } & {
2020
+ resultFunc: (resultFuncArgs_0: {
2021
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2022
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2023
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
2024
+ memoizedResultFunc: ((resultFuncArgs_0: {
2025
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2026
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2027
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
2028
+ clearCache: () => void;
2029
+ resultsCount: () => number;
2030
+ resetResultsCount: () => void;
2031
+ };
2032
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
2033
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
2034
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2035
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2036
+ }];
2037
+ recomputations: () => number;
2038
+ resetRecomputations: () => void;
2039
+ dependencyRecomputations: () => number;
2040
+ resetDependencyRecomputations: () => void;
2041
+ } & {
2042
+ memoize: typeof import("reselect").weakMapMemoize;
2043
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2044
+ }];
2045
+ recomputations: () => number;
2046
+ resetRecomputations: () => void;
2047
+ dependencyRecomputations: () => number;
2048
+ resetDependencyRecomputations: () => void;
2049
+ } & {
2050
+ memoize: typeof import("reselect").weakMapMemoize;
2051
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2052
+ }];
2053
+ recomputations: () => number;
2054
+ resetRecomputations: () => void;
2055
+ dependencyRecomputations: () => number;
2056
+ resetDependencyRecomputations: () => void;
2057
+ } & {
2058
+ memoize: typeof import("reselect").weakMapMemoize;
2059
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2060
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
2061
+ cacheKey: import("../../models").ChartStateCacheKey;
2062
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2063
+ clearCache: () => void;
2064
+ resultsCount: () => number;
2065
+ resetResultsCount: () => void;
2066
+ } & {
2067
+ resultFunc: (resultFuncArgs_0: {
2068
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2069
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2070
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2071
+ memoizedResultFunc: ((resultFuncArgs_0: {
2072
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2073
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2074
+ }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2075
+ clearCache: () => void;
2076
+ resultsCount: () => number;
2077
+ resetResultsCount: () => void;
2078
+ };
2079
+ lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2080
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2081
+ recomputations: () => number;
2082
+ resetRecomputations: () => void;
2083
+ dependencyRecomputations: () => number;
2084
+ resetDependencyRecomputations: () => void;
2085
+ } & {
2086
+ memoize: typeof import("reselect").weakMapMemoize;
2087
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2088
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
2089
+ cacheKey: import("../../models").ChartStateCacheKey;
2090
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2091
+ clearCache: () => void;
2092
+ resultsCount: () => number;
2093
+ resetResultsCount: () => void;
2094
+ } & {
2095
+ resultFunc: (resultFuncArgs_0: {
2096
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2097
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2098
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2099
+ memoizedResultFunc: ((resultFuncArgs_0: {
2100
+ processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2101
+ seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2102
+ }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2103
+ clearCache: () => void;
2104
+ resultsCount: () => number;
2105
+ resetResultsCount: () => void;
2106
+ };
2107
+ lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2108
+ dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2109
+ recomputations: () => number;
2110
+ resetRecomputations: () => void;
2111
+ dependencyRecomputations: () => number;
2112
+ resetDependencyRecomputations: () => void;
2113
+ } & {
2114
+ memoize: typeof import("reselect").weakMapMemoize;
2115
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2116
+ }];
2117
+ recomputations: () => number;
2118
+ resetRecomputations: () => void;
2119
+ dependencyRecomputations: () => number;
2120
+ resetDependencyRecomputations: () => void;
2121
+ } & {
2122
+ memoize: typeof import("reselect").weakMapMemoize;
2123
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2124
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
2125
+ cacheKey: import("../../models").ChartStateCacheKey;
2126
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
2127
+ clearCache: () => void;
2128
+ resultsCount: () => number;
2129
+ resetResultsCount: () => void;
2130
+ } & {
2131
+ resultFunc: (resultFuncArgs_0: {
2132
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2133
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2134
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
2135
+ memoizedResultFunc: ((resultFuncArgs_0: {
2136
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2137
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2138
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
2139
+ clearCache: () => void;
2140
+ resultsCount: () => number;
2141
+ resetResultsCount: () => void;
2142
+ };
2143
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
2144
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
2145
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2146
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2147
+ }];
2148
+ recomputations: () => number;
2149
+ resetRecomputations: () => void;
2150
+ dependencyRecomputations: () => number;
2151
+ resetDependencyRecomputations: () => void;
2152
+ } & {
2153
+ memoize: typeof import("reselect").weakMapMemoize;
2154
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2155
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
2156
+ cacheKey: import("../../models").ChartStateCacheKey;
2157
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
2158
+ clearCache: () => void;
2159
+ resultsCount: () => number;
2160
+ resetResultsCount: () => void;
2161
+ } & {
2162
+ resultFunc: (resultFuncArgs_0: {
2163
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2164
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2165
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
2166
+ memoizedResultFunc: ((resultFuncArgs_0: {
2167
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2168
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2169
+ }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
2170
+ clearCache: () => void;
2171
+ resultsCount: () => number;
2172
+ resetResultsCount: () => void;
2173
+ };
2174
+ lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
2175
+ dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
2176
+ x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2177
+ y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2178
+ }];
2179
+ recomputations: () => number;
2180
+ resetRecomputations: () => void;
2181
+ dependencyRecomputations: () => number;
2182
+ resetDependencyRecomputations: () => void;
2183
+ } & {
2184
+ memoize: typeof import("reselect").weakMapMemoize;
2185
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2186
+ }];
2187
+ recomputations: () => number;
2188
+ resetRecomputations: () => void;
2189
+ dependencyRecomputations: () => number;
2190
+ resetDependencyRecomputations: () => void;
2191
+ } & {
2192
+ memoize: typeof import("reselect").weakMapMemoize;
2193
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2194
+ }];
2195
+ recomputations: () => number;
2196
+ resetRecomputations: () => void;
2197
+ dependencyRecomputations: () => number;
2198
+ resetDependencyRecomputations: () => void;
2199
+ } & {
2200
+ memoize: typeof import("reselect").weakMapMemoize;
2201
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2202
+ };