@mui/x-charts 8.5.2 → 8.5.3

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