@mui/x-charts 9.0.2 → 9.0.4

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 (150) hide show
  1. package/BarChart/BarChart.js +2 -1
  2. package/BarChart/BarChart.mjs +2 -1
  3. package/BarChart/BarPlot.js +2 -1
  4. package/BarChart/BarPlot.mjs +2 -1
  5. package/BarChart/FocusedBar.js +3 -0
  6. package/BarChart/FocusedBar.mjs +3 -0
  7. package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +8 -8
  8. package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +8 -8
  9. package/CHANGELOG.md +223 -0
  10. package/ChartsRadialGrid/ChartsRadialGrid.js +2 -0
  11. package/ChartsRadialGrid/ChartsRadialGrid.mjs +2 -0
  12. package/ChartsRadialGrid/ChartsRadiusGrid.d.mts +1 -0
  13. package/ChartsRadialGrid/ChartsRadiusGrid.d.ts +1 -0
  14. package/ChartsRadialGrid/ChartsRadiusGrid.js +1 -2
  15. package/ChartsRadialGrid/ChartsRadiusGrid.mjs +1 -2
  16. package/ChartsRadiusAxis/ChartsRadiusAxis.d.mts +48 -0
  17. package/ChartsRadiusAxis/ChartsRadiusAxis.d.ts +48 -0
  18. package/ChartsRadiusAxis/ChartsRadiusAxis.js +147 -0
  19. package/ChartsRadiusAxis/ChartsRadiusAxis.mjs +141 -0
  20. package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.mts +6 -0
  21. package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.ts +6 -0
  22. package/ChartsRadiusAxis/chartsRadiusAxisClasses.js +30 -0
  23. package/ChartsRadiusAxis/chartsRadiusAxisClasses.mjs +17 -0
  24. package/ChartsRadiusAxis/createGetLabelTextAnchors.d.mts +10 -0
  25. package/ChartsRadiusAxis/createGetLabelTextAnchors.d.ts +10 -0
  26. package/ChartsRadiusAxis/createGetLabelTextAnchors.js +46 -0
  27. package/ChartsRadiusAxis/createGetLabelTextAnchors.mjs +39 -0
  28. package/ChartsRadiusAxis/getLabelTransform.d.mts +11 -0
  29. package/ChartsRadiusAxis/getLabelTransform.d.ts +11 -0
  30. package/ChartsRadiusAxis/getLabelTransform.js +37 -0
  31. package/ChartsRadiusAxis/getLabelTransform.mjs +31 -0
  32. package/ChartsRadiusAxis/index.d.mts +3 -0
  33. package/ChartsRadiusAxis/index.d.ts +3 -0
  34. package/ChartsRadiusAxis/index.js +19 -0
  35. package/ChartsRadiusAxis/index.mjs +2 -0
  36. package/ChartsRadiusAxis/sharedRadialAxisClasses.d.mts +21 -0
  37. package/ChartsRadiusAxis/sharedRadialAxisClasses.d.ts +21 -0
  38. package/ChartsRadiusAxis/sharedRadialAxisClasses.js +14 -0
  39. package/ChartsRadiusAxis/sharedRadialAxisClasses.mjs +6 -0
  40. package/ChartsRotationAxis/ChartsRotationAxis.d.mts +48 -0
  41. package/ChartsRotationAxis/ChartsRotationAxis.d.ts +48 -0
  42. package/ChartsRotationAxis/ChartsRotationAxis.js +141 -0
  43. package/ChartsRotationAxis/ChartsRotationAxis.mjs +135 -0
  44. package/ChartsRotationAxis/chartsRotationAxisClasses.d.mts +5 -0
  45. package/ChartsRotationAxis/chartsRotationAxisClasses.d.ts +5 -0
  46. package/ChartsRotationAxis/chartsRotationAxisClasses.js +29 -0
  47. package/ChartsRotationAxis/chartsRotationAxisClasses.mjs +16 -0
  48. package/ChartsRotationAxis/getLabelTransform.d.mts +11 -0
  49. package/ChartsRotationAxis/getLabelTransform.d.ts +11 -0
  50. package/ChartsRotationAxis/getLabelTransform.js +37 -0
  51. package/ChartsRotationAxis/getLabelTransform.mjs +31 -0
  52. package/ChartsRotationAxis/index.d.mts +2 -0
  53. package/ChartsRotationAxis/index.d.ts +2 -0
  54. package/ChartsRotationAxis/index.js +19 -0
  55. package/ChartsRotationAxis/index.mjs +2 -0
  56. package/ChartsTooltip/useAxesTooltip.js +18 -7
  57. package/ChartsTooltip/useAxesTooltip.mjs +19 -8
  58. package/ChartsTooltip/useItemTooltip.d.mts +1 -1
  59. package/ChartsTooltip/useItemTooltip.d.ts +1 -1
  60. package/ChartsTooltip/useItemTooltip.js +17 -2
  61. package/ChartsTooltip/useItemTooltip.mjs +18 -3
  62. package/ChartsXAxis/useAxisTicksProps.d.mts +245 -164
  63. package/ChartsXAxis/useAxisTicksProps.d.ts +245 -164
  64. package/ChartsYAxis/useAxisTicksProps.d.mts +245 -164
  65. package/ChartsYAxis/useAxisTicksProps.d.ts +245 -164
  66. package/LineChart/FocusedLineMark.js +3 -0
  67. package/LineChart/FocusedLineMark.mjs +3 -0
  68. package/LineChart/seriesConfig/curveEvaluation.js +24 -19
  69. package/LineChart/seriesConfig/curveEvaluation.mjs +24 -19
  70. package/LineChart/seriesConfig/getItemAtPosition.js +25 -37
  71. package/LineChart/seriesConfig/getItemAtPosition.mjs +24 -36
  72. package/LineChart/seriesConfig/getSeriesWithDefaultValues.js +4 -6
  73. package/LineChart/seriesConfig/getSeriesWithDefaultValues.mjs +4 -6
  74. package/LineChart/seriesConfig/seriesProcessor.d.mts +4 -2
  75. package/LineChart/seriesConfig/seriesProcessor.d.ts +4 -2
  76. package/LineChart/seriesConfig/seriesProcessor.js +2 -2
  77. package/LineChart/seriesConfig/seriesProcessor.mjs +2 -2
  78. package/PieChart/FocusedPieArc.js +3 -0
  79. package/PieChart/FocusedPieArc.mjs +3 -0
  80. package/RadarChart/FocusedRadarMark.js +3 -0
  81. package/RadarChart/FocusedRadarMark.mjs +3 -0
  82. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.mts +2 -2
  83. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
  84. package/ScatterChart/FocusedScatterMark.js +3 -0
  85. package/ScatterChart/FocusedScatterMark.mjs +3 -0
  86. package/hooks/useAxis.d.mts +2 -2
  87. package/hooks/useAxis.d.ts +2 -2
  88. package/index.d.mts +2 -0
  89. package/index.d.ts +2 -0
  90. package/index.js +22 -2
  91. package/index.mjs +3 -1
  92. package/internals/commonNextFocusItem.js +62 -8
  93. package/internals/commonNextFocusItem.mjs +62 -8
  94. package/internals/cubiqSolver.d.mts +5 -0
  95. package/internals/cubiqSolver.d.ts +5 -0
  96. package/internals/cubiqSolver.js +62 -0
  97. package/internals/cubiqSolver.mjs +56 -0
  98. package/internals/findClosestIndex.d.mts +5 -0
  99. package/internals/findClosestIndex.d.ts +5 -0
  100. package/internals/findClosestIndex.js +27 -0
  101. package/internals/findClosestIndex.mjs +22 -0
  102. package/internals/getAsNumber.d.mts +1 -0
  103. package/internals/getAsNumber.d.ts +1 -0
  104. package/internals/getAsNumber.js +9 -0
  105. package/internals/getAsNumber.mjs +3 -0
  106. package/internals/index.d.mts +6 -1
  107. package/internals/index.d.ts +6 -1
  108. package/internals/index.js +59 -2
  109. package/internals/index.mjs +6 -1
  110. package/internals/isPolar.d.mts +3 -2
  111. package/internals/isPolar.d.ts +3 -2
  112. package/internals/isPolar.js +4 -0
  113. package/internals/isPolar.mjs +3 -0
  114. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +8 -9
  115. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +8 -9
  116. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.js +4 -21
  117. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.mjs +4 -21
  118. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.d.mts +30 -0
  119. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.d.ts +30 -0
  120. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.js +57 -0
  121. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.mjs +51 -0
  122. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getMaxSeriesLength.js +7 -1
  123. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getMaxSeriesLength.mjs +7 -1
  124. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getNonEmptySeriesArray.js +7 -1
  125. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getNonEmptySeriesArray.mjs +7 -1
  126. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.mts +3 -2
  127. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +3 -2
  128. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +25 -14
  129. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.mjs +25 -14
  130. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +9 -4
  131. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.mjs +9 -3
  132. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +2 -2
  133. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +2 -2
  134. package/models/axis.d.mts +2 -0
  135. package/models/axis.d.ts +2 -0
  136. package/models/seriesType/bar.d.mts +12 -7
  137. package/models/seriesType/bar.d.ts +12 -7
  138. package/models/seriesType/common.d.mts +10 -0
  139. package/models/seriesType/common.d.ts +10 -0
  140. package/models/seriesType/composition.d.mts +3 -1
  141. package/models/seriesType/composition.d.ts +3 -1
  142. package/models/seriesType/composition.js +6 -2
  143. package/models/seriesType/composition.mjs +5 -1
  144. package/models/seriesType/index.d.mts +3 -3
  145. package/models/seriesType/index.d.ts +3 -3
  146. package/models/seriesType/index.js +0 -22
  147. package/models/seriesType/index.mjs +0 -2
  148. package/models/seriesType/line.d.mts +13 -8
  149. package/models/seriesType/line.d.ts +13 -8
  150. package/package.json +32 -4
@@ -29,11 +29,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
29
29
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
30
30
  tickPlacement?: "start" | "end" | "middle" | "extremities";
31
31
  tickLabelPlacement?: "middle" | "tick";
32
+ id: import("../internals/index.js").AxisId;
33
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
32
34
  data?: readonly any[] | undefined;
33
35
  dataKey?: string | undefined;
34
36
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
35
- id: import("../internals/index.js").AxisId;
36
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
37
37
  height: number;
38
38
  position?: "top" | "bottom" | "none";
39
39
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -48,6 +48,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
48
48
  scaleType: "linear";
49
49
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
50
50
  triggerTooltip?: boolean;
51
+ isFullCircle?: boolean;
51
52
  } | {
52
53
  axis?: "x";
53
54
  tickLabelMinGap: number;
@@ -71,11 +72,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
71
72
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
72
73
  tickPlacement?: "start" | "end" | "middle" | "extremities";
73
74
  tickLabelPlacement?: "middle" | "tick";
75
+ id: import("../internals/index.js").AxisId;
76
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
74
77
  data?: readonly any[] | undefined;
75
78
  dataKey?: string | undefined;
76
79
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
77
- id: import("../internals/index.js").AxisId;
78
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
79
80
  height: number;
80
81
  position?: "top" | "bottom" | "none";
81
82
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -90,6 +91,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
90
91
  scaleType: "linear";
91
92
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
92
93
  triggerTooltip?: boolean;
94
+ isFullCircle?: boolean;
93
95
  } | {
94
96
  axis?: "x";
95
97
  tickLabelMinGap: number;
@@ -113,11 +115,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
113
115
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
114
116
  tickPlacement?: "start" | "end" | "middle" | "extremities";
115
117
  tickLabelPlacement?: "middle" | "tick";
118
+ id: import("../internals/index.js").AxisId;
119
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
116
120
  data?: readonly any[] | undefined;
117
121
  dataKey?: string | undefined;
118
122
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
119
- id: import("../internals/index.js").AxisId;
120
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
121
123
  height: number;
122
124
  position?: "top" | "bottom" | "none";
123
125
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -132,6 +134,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
132
134
  scaleType: "linear";
133
135
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
134
136
  triggerTooltip?: boolean;
137
+ isFullCircle?: boolean;
135
138
  } | {
136
139
  axis?: "x";
137
140
  tickLabelMinGap: number;
@@ -155,11 +158,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
155
158
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
156
159
  tickPlacement?: "start" | "end" | "middle" | "extremities";
157
160
  tickLabelPlacement?: "middle" | "tick";
161
+ id: import("../internals/index.js").AxisId;
162
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
158
163
  data?: readonly any[] | undefined;
159
164
  dataKey?: string | undefined;
160
165
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
161
- id: import("../internals/index.js").AxisId;
162
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
163
166
  height: number;
164
167
  position?: "top" | "bottom" | "none";
165
168
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -174,6 +177,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
174
177
  scaleType: "linear";
175
178
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
176
179
  triggerTooltip?: boolean;
180
+ isFullCircle?: boolean;
177
181
  } | {
178
182
  axis?: "x";
179
183
  tickLabelMinGap: number;
@@ -197,11 +201,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
197
201
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
198
202
  tickPlacement?: "start" | "end" | "middle" | "extremities";
199
203
  tickLabelPlacement?: "middle" | "tick";
204
+ id: import("../internals/index.js").AxisId;
205
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
200
206
  data?: readonly any[] | undefined;
201
207
  dataKey?: string | undefined;
202
208
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
203
- id: import("../internals/index.js").AxisId;
204
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
205
209
  height: number;
206
210
  position?: "top" | "bottom" | "none";
207
211
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -216,6 +220,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
216
220
  scaleType: "linear";
217
221
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
218
222
  triggerTooltip?: boolean;
223
+ isFullCircle?: boolean;
219
224
  } | {
220
225
  axis?: "x";
221
226
  tickLabelMinGap: number;
@@ -239,11 +244,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
239
244
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
240
245
  tickPlacement?: "start" | "end" | "middle" | "extremities";
241
246
  tickLabelPlacement?: "middle" | "tick";
247
+ id: import("../internals/index.js").AxisId;
248
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
242
249
  data?: readonly any[] | undefined;
243
250
  dataKey?: string | undefined;
244
251
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
245
- id: import("../internals/index.js").AxisId;
246
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
247
252
  height: number;
248
253
  position?: "top" | "bottom" | "none";
249
254
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -258,6 +263,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
258
263
  scaleType: "linear";
259
264
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
260
265
  triggerTooltip?: boolean;
266
+ isFullCircle?: boolean;
261
267
  } | {
262
268
  axis?: "x";
263
269
  tickLabelMinGap: number;
@@ -281,11 +287,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
281
287
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
282
288
  tickPlacement?: "start" | "end" | "middle" | "extremities";
283
289
  tickLabelPlacement?: "middle" | "tick";
290
+ id: import("../internals/index.js").AxisId;
291
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
284
292
  data?: readonly any[] | undefined;
285
293
  dataKey?: string | undefined;
286
294
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
287
- id: import("../internals/index.js").AxisId;
288
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
289
295
  height: number;
290
296
  position?: "top" | "bottom" | "none";
291
297
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -300,6 +306,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
300
306
  scaleType: "linear";
301
307
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
302
308
  triggerTooltip?: boolean;
309
+ isFullCircle?: boolean;
303
310
  } | {
304
311
  axis?: "x";
305
312
  tickLabelMinGap: number;
@@ -323,11 +330,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
323
330
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
324
331
  tickPlacement?: "start" | "end" | "middle" | "extremities";
325
332
  tickLabelPlacement?: "middle" | "tick";
333
+ id: import("../internals/index.js").AxisId;
334
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
326
335
  data?: readonly any[] | undefined;
327
336
  dataKey?: string | undefined;
328
337
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
329
- id: import("../internals/index.js").AxisId;
330
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
331
338
  height: number;
332
339
  position?: "top" | "bottom" | "none";
333
340
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -342,6 +349,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
342
349
  scaleType: "linear";
343
350
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
344
351
  triggerTooltip?: boolean;
352
+ isFullCircle?: boolean;
345
353
  } | {
346
354
  axis?: "x";
347
355
  tickLabelMinGap: number;
@@ -365,11 +373,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
365
373
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
366
374
  tickPlacement?: "start" | "end" | "middle" | "extremities";
367
375
  tickLabelPlacement?: "middle" | "tick";
376
+ id: import("../internals/index.js").AxisId;
377
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
368
378
  data?: readonly any[] | undefined;
369
379
  dataKey?: string | undefined;
370
380
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
371
- id: import("../internals/index.js").AxisId;
372
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
373
381
  height: number;
374
382
  position?: "top" | "bottom" | "none";
375
383
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -384,6 +392,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
384
392
  scaleType: "linear";
385
393
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
386
394
  triggerTooltip?: boolean;
395
+ isFullCircle?: boolean;
387
396
  } | {
388
397
  axis?: "x";
389
398
  tickLabelMinGap: number;
@@ -407,11 +416,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
407
416
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
408
417
  tickPlacement?: "start" | "end" | "middle" | "extremities";
409
418
  tickLabelPlacement?: "middle" | "tick";
419
+ id: import("../internals/index.js").AxisId;
420
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
410
421
  data?: readonly any[] | undefined;
411
422
  dataKey?: string | undefined;
412
423
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
413
- id: import("../internals/index.js").AxisId;
414
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
415
424
  height: number;
416
425
  position?: "top" | "bottom" | "none";
417
426
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -426,6 +435,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
426
435
  scaleType: "time";
427
436
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
428
437
  triggerTooltip?: boolean;
438
+ isFullCircle?: boolean;
429
439
  } | {
430
440
  axis?: "x";
431
441
  tickLabelMinGap: number;
@@ -449,11 +459,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
449
459
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
450
460
  tickPlacement?: "start" | "end" | "middle" | "extremities";
451
461
  tickLabelPlacement?: "middle" | "tick";
462
+ id: import("../internals/index.js").AxisId;
463
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
452
464
  data?: readonly any[] | undefined;
453
465
  dataKey?: string | undefined;
454
466
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
455
- id: import("../internals/index.js").AxisId;
456
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
457
467
  height: number;
458
468
  position?: "top" | "bottom" | "none";
459
469
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -468,6 +478,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
468
478
  scaleType: "time";
469
479
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
470
480
  triggerTooltip?: boolean;
481
+ isFullCircle?: boolean;
471
482
  } | {
472
483
  axis?: "x";
473
484
  tickLabelMinGap: number;
@@ -491,11 +502,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
491
502
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
492
503
  tickPlacement?: "start" | "end" | "middle" | "extremities";
493
504
  tickLabelPlacement?: "middle" | "tick";
505
+ id: import("../internals/index.js").AxisId;
506
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
494
507
  data?: readonly any[] | undefined;
495
508
  dataKey?: string | undefined;
496
509
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
497
- id: import("../internals/index.js").AxisId;
498
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
499
510
  height: number;
500
511
  position?: "top" | "bottom" | "none";
501
512
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -510,6 +521,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
510
521
  scaleType: "time";
511
522
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
512
523
  triggerTooltip?: boolean;
524
+ isFullCircle?: boolean;
513
525
  } | {
514
526
  axis?: "x";
515
527
  tickLabelMinGap: number;
@@ -533,11 +545,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
533
545
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
534
546
  tickPlacement?: "start" | "end" | "middle" | "extremities";
535
547
  tickLabelPlacement?: "middle" | "tick";
548
+ id: import("../internals/index.js").AxisId;
549
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
536
550
  data?: readonly any[] | undefined;
537
551
  dataKey?: string | undefined;
538
552
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
539
- id: import("../internals/index.js").AxisId;
540
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
541
553
  height: number;
542
554
  position?: "top" | "bottom" | "none";
543
555
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -552,6 +564,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
552
564
  scaleType: "time";
553
565
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
554
566
  triggerTooltip?: boolean;
567
+ isFullCircle?: boolean;
555
568
  } | {
556
569
  axis?: "x";
557
570
  tickLabelMinGap: number;
@@ -575,11 +588,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
575
588
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
576
589
  tickPlacement?: "start" | "end" | "middle" | "extremities";
577
590
  tickLabelPlacement?: "middle" | "tick";
591
+ id: import("../internals/index.js").AxisId;
592
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
578
593
  data?: readonly any[] | undefined;
579
594
  dataKey?: string | undefined;
580
595
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
581
- id: import("../internals/index.js").AxisId;
582
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
583
596
  height: number;
584
597
  position?: "top" | "bottom" | "none";
585
598
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -594,6 +607,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
594
607
  scaleType: "time";
595
608
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
596
609
  triggerTooltip?: boolean;
610
+ isFullCircle?: boolean;
597
611
  } | {
598
612
  axis?: "x";
599
613
  tickLabelMinGap: number;
@@ -617,11 +631,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
617
631
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
618
632
  tickPlacement?: "start" | "end" | "middle" | "extremities";
619
633
  tickLabelPlacement?: "middle" | "tick";
634
+ id: import("../internals/index.js").AxisId;
635
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
620
636
  data?: readonly any[] | undefined;
621
637
  dataKey?: string | undefined;
622
638
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
623
- id: import("../internals/index.js").AxisId;
624
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
625
639
  height: number;
626
640
  position?: "top" | "bottom" | "none";
627
641
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -636,6 +650,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
636
650
  scaleType: "time";
637
651
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
638
652
  triggerTooltip?: boolean;
653
+ isFullCircle?: boolean;
639
654
  } | {
640
655
  axis?: "x";
641
656
  tickLabelMinGap: number;
@@ -659,11 +674,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
659
674
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
660
675
  tickPlacement?: "start" | "end" | "middle" | "extremities";
661
676
  tickLabelPlacement?: "middle" | "tick";
677
+ id: import("../internals/index.js").AxisId;
678
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
662
679
  data?: readonly any[] | undefined;
663
680
  dataKey?: string | undefined;
664
681
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
665
- id: import("../internals/index.js").AxisId;
666
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
667
682
  height: number;
668
683
  position?: "top" | "bottom" | "none";
669
684
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -678,6 +693,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
678
693
  scaleType: "time";
679
694
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
680
695
  triggerTooltip?: boolean;
696
+ isFullCircle?: boolean;
681
697
  } | {
682
698
  axis?: "x";
683
699
  tickLabelMinGap: number;
@@ -701,11 +717,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
701
717
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
702
718
  tickPlacement?: "start" | "end" | "middle" | "extremities";
703
719
  tickLabelPlacement?: "middle" | "tick";
720
+ id: import("../internals/index.js").AxisId;
721
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
704
722
  data?: readonly any[] | undefined;
705
723
  dataKey?: string | undefined;
706
724
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
707
- id: import("../internals/index.js").AxisId;
708
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
709
725
  height: number;
710
726
  position?: "top" | "bottom" | "none";
711
727
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -720,6 +736,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
720
736
  scaleType: "time";
721
737
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
722
738
  triggerTooltip?: boolean;
739
+ isFullCircle?: boolean;
723
740
  } | {
724
741
  axis?: "x";
725
742
  tickLabelMinGap: number;
@@ -743,11 +760,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
743
760
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
744
761
  tickPlacement?: "start" | "end" | "middle" | "extremities";
745
762
  tickLabelPlacement?: "middle" | "tick";
763
+ id: import("../internals/index.js").AxisId;
764
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
746
765
  data?: readonly any[] | undefined;
747
766
  dataKey?: string | undefined;
748
767
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
749
- id: import("../internals/index.js").AxisId;
750
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
751
768
  height: number;
752
769
  position?: "top" | "bottom" | "none";
753
770
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -762,6 +779,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
762
779
  scaleType: "time";
763
780
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
764
781
  triggerTooltip?: boolean;
782
+ isFullCircle?: boolean;
765
783
  } | {
766
784
  axis?: "x";
767
785
  tickLabelMinGap: number;
@@ -785,11 +803,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
785
803
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
786
804
  tickPlacement?: "start" | "end" | "middle" | "extremities";
787
805
  tickLabelPlacement?: "middle" | "tick";
806
+ id: import("../internals/index.js").AxisId;
807
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
788
808
  data?: readonly any[] | undefined;
789
809
  dataKey?: string | undefined;
790
810
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
791
- id: import("../internals/index.js").AxisId;
792
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
793
811
  height: number;
794
812
  position?: "top" | "bottom" | "none";
795
813
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -804,6 +822,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
804
822
  scaleType: "log";
805
823
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
806
824
  triggerTooltip?: boolean;
825
+ isFullCircle?: boolean;
807
826
  } | {
808
827
  axis?: "x";
809
828
  tickLabelMinGap: number;
@@ -827,11 +846,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
827
846
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
828
847
  tickPlacement?: "start" | "end" | "middle" | "extremities";
829
848
  tickLabelPlacement?: "middle" | "tick";
849
+ id: import("../internals/index.js").AxisId;
850
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
830
851
  data?: readonly any[] | undefined;
831
852
  dataKey?: string | undefined;
832
853
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
833
- id: import("../internals/index.js").AxisId;
834
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
835
854
  height: number;
836
855
  position?: "top" | "bottom" | "none";
837
856
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -846,6 +865,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
846
865
  scaleType: "log";
847
866
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
848
867
  triggerTooltip?: boolean;
868
+ isFullCircle?: boolean;
849
869
  } | {
850
870
  axis?: "x";
851
871
  tickLabelMinGap: number;
@@ -869,11 +889,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
869
889
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
870
890
  tickPlacement?: "start" | "end" | "middle" | "extremities";
871
891
  tickLabelPlacement?: "middle" | "tick";
892
+ id: import("../internals/index.js").AxisId;
893
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
872
894
  data?: readonly any[] | undefined;
873
895
  dataKey?: string | undefined;
874
896
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
875
- id: import("../internals/index.js").AxisId;
876
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
877
897
  height: number;
878
898
  position?: "top" | "bottom" | "none";
879
899
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -888,6 +908,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
888
908
  scaleType: "log";
889
909
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
890
910
  triggerTooltip?: boolean;
911
+ isFullCircle?: boolean;
891
912
  } | {
892
913
  axis?: "x";
893
914
  tickLabelMinGap: number;
@@ -911,11 +932,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
911
932
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
912
933
  tickPlacement?: "start" | "end" | "middle" | "extremities";
913
934
  tickLabelPlacement?: "middle" | "tick";
935
+ id: import("../internals/index.js").AxisId;
936
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
914
937
  data?: readonly any[] | undefined;
915
938
  dataKey?: string | undefined;
916
939
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
917
- id: import("../internals/index.js").AxisId;
918
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
919
940
  height: number;
920
941
  position?: "top" | "bottom" | "none";
921
942
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -930,6 +951,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
930
951
  scaleType: "log";
931
952
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
932
953
  triggerTooltip?: boolean;
954
+ isFullCircle?: boolean;
933
955
  } | {
934
956
  axis?: "x";
935
957
  tickLabelMinGap: number;
@@ -953,11 +975,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
953
975
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
954
976
  tickPlacement?: "start" | "end" | "middle" | "extremities";
955
977
  tickLabelPlacement?: "middle" | "tick";
978
+ id: import("../internals/index.js").AxisId;
979
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
956
980
  data?: readonly any[] | undefined;
957
981
  dataKey?: string | undefined;
958
982
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
959
- id: import("../internals/index.js").AxisId;
960
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
961
983
  height: number;
962
984
  position?: "top" | "bottom" | "none";
963
985
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -972,6 +994,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
972
994
  scaleType: "log";
973
995
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
974
996
  triggerTooltip?: boolean;
997
+ isFullCircle?: boolean;
975
998
  } | {
976
999
  axis?: "x";
977
1000
  tickLabelMinGap: number;
@@ -995,11 +1018,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
995
1018
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
996
1019
  tickPlacement?: "start" | "end" | "middle" | "extremities";
997
1020
  tickLabelPlacement?: "middle" | "tick";
1021
+ id: import("../internals/index.js").AxisId;
1022
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
998
1023
  data?: readonly any[] | undefined;
999
1024
  dataKey?: string | undefined;
1000
1025
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1001
- id: import("../internals/index.js").AxisId;
1002
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1003
1026
  height: number;
1004
1027
  position?: "top" | "bottom" | "none";
1005
1028
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1014,6 +1037,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1014
1037
  scaleType: "log";
1015
1038
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1016
1039
  triggerTooltip?: boolean;
1040
+ isFullCircle?: boolean;
1017
1041
  } | {
1018
1042
  axis?: "x";
1019
1043
  tickLabelMinGap: number;
@@ -1037,11 +1061,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1037
1061
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1038
1062
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1039
1063
  tickLabelPlacement?: "middle" | "tick";
1064
+ id: import("../internals/index.js").AxisId;
1065
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1040
1066
  data?: readonly any[] | undefined;
1041
1067
  dataKey?: string | undefined;
1042
1068
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1043
- id: import("../internals/index.js").AxisId;
1044
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1045
1069
  height: number;
1046
1070
  position?: "top" | "bottom" | "none";
1047
1071
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1056,6 +1080,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1056
1080
  scaleType: "log";
1057
1081
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1058
1082
  triggerTooltip?: boolean;
1083
+ isFullCircle?: boolean;
1059
1084
  } | {
1060
1085
  axis?: "x";
1061
1086
  tickLabelMinGap: number;
@@ -1079,11 +1104,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1079
1104
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1080
1105
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1081
1106
  tickLabelPlacement?: "middle" | "tick";
1107
+ id: import("../internals/index.js").AxisId;
1108
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1082
1109
  data?: readonly any[] | undefined;
1083
1110
  dataKey?: string | undefined;
1084
1111
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1085
- id: import("../internals/index.js").AxisId;
1086
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1087
1112
  height: number;
1088
1113
  position?: "top" | "bottom" | "none";
1089
1114
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1098,6 +1123,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1098
1123
  scaleType: "log";
1099
1124
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1100
1125
  triggerTooltip?: boolean;
1126
+ isFullCircle?: boolean;
1101
1127
  } | {
1102
1128
  axis?: "x";
1103
1129
  tickLabelMinGap: number;
@@ -1121,11 +1147,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1121
1147
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1122
1148
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1123
1149
  tickLabelPlacement?: "middle" | "tick";
1150
+ id: import("../internals/index.js").AxisId;
1151
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1124
1152
  data?: readonly any[] | undefined;
1125
1153
  dataKey?: string | undefined;
1126
1154
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1127
- id: import("../internals/index.js").AxisId;
1128
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1129
1155
  height: number;
1130
1156
  position?: "top" | "bottom" | "none";
1131
1157
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1140,6 +1166,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1140
1166
  scaleType: "log";
1141
1167
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1142
1168
  triggerTooltip?: boolean;
1169
+ isFullCircle?: boolean;
1143
1170
  } | {
1144
1171
  axis?: "x";
1145
1172
  tickLabelMinGap: number;
@@ -1163,11 +1190,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1163
1190
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1164
1191
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1165
1192
  tickLabelPlacement?: "middle" | "tick";
1193
+ id: import("../internals/index.js").AxisId;
1194
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1166
1195
  data?: readonly any[] | undefined;
1167
1196
  dataKey?: string | undefined;
1168
1197
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1169
- id: import("../internals/index.js").AxisId;
1170
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1171
1198
  height: number;
1172
1199
  position?: "top" | "bottom" | "none";
1173
1200
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1186,6 +1213,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1186
1213
  groups?: import("../internals/index.js").AxisGroup[];
1187
1214
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1188
1215
  triggerTooltip?: boolean;
1216
+ isFullCircle?: boolean;
1189
1217
  } | {
1190
1218
  axis?: "x";
1191
1219
  tickLabelMinGap: number;
@@ -1209,11 +1237,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1209
1237
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1210
1238
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1211
1239
  tickLabelPlacement?: "middle" | "tick";
1240
+ id: import("../internals/index.js").AxisId;
1241
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1212
1242
  data?: readonly any[] | undefined;
1213
1243
  dataKey?: string | undefined;
1214
1244
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1215
- id: import("../internals/index.js").AxisId;
1216
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1217
1245
  height: number;
1218
1246
  position?: "top" | "bottom" | "none";
1219
1247
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1232,6 +1260,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1232
1260
  groups?: import("../internals/index.js").AxisGroup[];
1233
1261
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1234
1262
  triggerTooltip?: boolean;
1263
+ isFullCircle?: boolean;
1235
1264
  } | {
1236
1265
  axis?: "x";
1237
1266
  tickLabelMinGap: number;
@@ -1255,11 +1284,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1255
1284
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1256
1285
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1257
1286
  tickLabelPlacement?: "middle" | "tick";
1287
+ id: import("../internals/index.js").AxisId;
1288
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1258
1289
  data?: readonly any[] | undefined;
1259
1290
  dataKey?: string | undefined;
1260
1291
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1261
- id: import("../internals/index.js").AxisId;
1262
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1263
1292
  height: number;
1264
1293
  position?: "top" | "bottom" | "none";
1265
1294
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1278,6 +1307,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1278
1307
  groups?: import("../internals/index.js").AxisGroup[];
1279
1308
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1280
1309
  triggerTooltip?: boolean;
1310
+ isFullCircle?: boolean;
1281
1311
  } | {
1282
1312
  axis?: "x";
1283
1313
  tickLabelMinGap: number;
@@ -1301,11 +1331,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1301
1331
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1302
1332
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1303
1333
  tickLabelPlacement?: "middle" | "tick";
1334
+ id: import("../internals/index.js").AxisId;
1335
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1304
1336
  data?: readonly any[] | undefined;
1305
1337
  dataKey?: string | undefined;
1306
1338
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1307
- id: import("../internals/index.js").AxisId;
1308
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1309
1339
  height: number;
1310
1340
  position?: "top" | "bottom" | "none";
1311
1341
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1324,6 +1354,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1324
1354
  groups?: import("../internals/index.js").AxisGroup[];
1325
1355
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1326
1356
  triggerTooltip?: boolean;
1357
+ isFullCircle?: boolean;
1327
1358
  } | {
1328
1359
  axis?: "x";
1329
1360
  tickLabelMinGap: number;
@@ -1347,11 +1378,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1347
1378
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1348
1379
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1349
1380
  tickLabelPlacement?: "middle" | "tick";
1381
+ id: import("../internals/index.js").AxisId;
1382
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1350
1383
  data?: readonly any[] | undefined;
1351
1384
  dataKey?: string | undefined;
1352
1385
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1353
- id: import("../internals/index.js").AxisId;
1354
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1355
1386
  height: number;
1356
1387
  position?: "top" | "bottom" | "none";
1357
1388
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1370,6 +1401,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1370
1401
  groups?: import("../internals/index.js").AxisGroup[];
1371
1402
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1372
1403
  triggerTooltip?: boolean;
1404
+ isFullCircle?: boolean;
1373
1405
  } | {
1374
1406
  axis?: "x";
1375
1407
  tickLabelMinGap: number;
@@ -1393,11 +1425,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1393
1425
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1394
1426
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1395
1427
  tickLabelPlacement?: "middle" | "tick";
1428
+ id: import("../internals/index.js").AxisId;
1429
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1396
1430
  data?: readonly any[] | undefined;
1397
1431
  dataKey?: string | undefined;
1398
1432
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1399
- id: import("../internals/index.js").AxisId;
1400
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1401
1433
  height: number;
1402
1434
  position?: "top" | "bottom" | "none";
1403
1435
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1416,6 +1448,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1416
1448
  groups?: import("../internals/index.js").AxisGroup[];
1417
1449
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1418
1450
  triggerTooltip?: boolean;
1451
+ isFullCircle?: boolean;
1419
1452
  } | {
1420
1453
  axis?: "x";
1421
1454
  tickLabelMinGap: number;
@@ -1439,11 +1472,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1439
1472
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1440
1473
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1441
1474
  tickLabelPlacement?: "middle" | "tick";
1475
+ id: import("../internals/index.js").AxisId;
1476
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1442
1477
  data?: readonly any[] | undefined;
1443
1478
  dataKey?: string | undefined;
1444
1479
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1445
- id: import("../internals/index.js").AxisId;
1446
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1447
1480
  height: number;
1448
1481
  position?: "top" | "bottom" | "none";
1449
1482
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1462,6 +1495,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1462
1495
  groups?: import("../internals/index.js").AxisGroup[];
1463
1496
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1464
1497
  triggerTooltip?: boolean;
1498
+ isFullCircle?: boolean;
1465
1499
  } | {
1466
1500
  axis?: "x";
1467
1501
  tickLabelMinGap: number;
@@ -1485,11 +1519,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1485
1519
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1486
1520
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1487
1521
  tickLabelPlacement?: "middle" | "tick";
1522
+ id: import("../internals/index.js").AxisId;
1523
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1488
1524
  data?: readonly any[] | undefined;
1489
1525
  dataKey?: string | undefined;
1490
1526
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1491
- id: import("../internals/index.js").AxisId;
1492
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1493
1527
  height: number;
1494
1528
  position?: "top" | "bottom" | "none";
1495
1529
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1508,6 +1542,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1508
1542
  groups?: import("../internals/index.js").AxisGroup[];
1509
1543
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1510
1544
  triggerTooltip?: boolean;
1545
+ isFullCircle?: boolean;
1511
1546
  } | {
1512
1547
  axis?: "x";
1513
1548
  tickLabelMinGap: number;
@@ -1531,11 +1566,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1531
1566
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1532
1567
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1533
1568
  tickLabelPlacement?: "middle" | "tick";
1569
+ id: import("../internals/index.js").AxisId;
1570
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1534
1571
  data?: readonly any[] | undefined;
1535
1572
  dataKey?: string | undefined;
1536
1573
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1537
- id: import("../internals/index.js").AxisId;
1538
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1539
1574
  height: number;
1540
1575
  position?: "top" | "bottom" | "none";
1541
1576
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1554,6 +1589,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1554
1589
  groups?: import("../internals/index.js").AxisGroup[];
1555
1590
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1556
1591
  triggerTooltip?: boolean;
1592
+ isFullCircle?: boolean;
1557
1593
  } | {
1558
1594
  axis?: "x";
1559
1595
  tickLabelMinGap: number;
@@ -1577,11 +1613,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1577
1613
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1578
1614
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1579
1615
  tickLabelPlacement?: "middle" | "tick";
1616
+ id: import("../internals/index.js").AxisId;
1617
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1580
1618
  data?: readonly any[] | undefined;
1581
1619
  dataKey?: string | undefined;
1582
1620
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1583
- id: import("../internals/index.js").AxisId;
1584
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1585
1621
  height: number;
1586
1622
  position?: "top" | "bottom" | "none";
1587
1623
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1598,6 +1634,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1598
1634
  groups?: import("../internals/index.js").AxisGroup[];
1599
1635
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1600
1636
  triggerTooltip?: boolean;
1637
+ isFullCircle?: boolean;
1601
1638
  } | {
1602
1639
  axis?: "x";
1603
1640
  tickLabelMinGap: number;
@@ -1621,11 +1658,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1621
1658
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1622
1659
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1623
1660
  tickLabelPlacement?: "middle" | "tick";
1661
+ id: import("../internals/index.js").AxisId;
1662
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1624
1663
  data?: readonly any[] | undefined;
1625
1664
  dataKey?: string | undefined;
1626
1665
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1627
- id: import("../internals/index.js").AxisId;
1628
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1629
1666
  height: number;
1630
1667
  position?: "top" | "bottom" | "none";
1631
1668
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1642,6 +1679,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1642
1679
  groups?: import("../internals/index.js").AxisGroup[];
1643
1680
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1644
1681
  triggerTooltip?: boolean;
1682
+ isFullCircle?: boolean;
1645
1683
  } | {
1646
1684
  axis?: "x";
1647
1685
  tickLabelMinGap: number;
@@ -1665,11 +1703,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1665
1703
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1666
1704
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1667
1705
  tickLabelPlacement?: "middle" | "tick";
1706
+ id: import("../internals/index.js").AxisId;
1707
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1668
1708
  data?: readonly any[] | undefined;
1669
1709
  dataKey?: string | undefined;
1670
1710
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1671
- id: import("../internals/index.js").AxisId;
1672
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1673
1711
  height: number;
1674
1712
  position?: "top" | "bottom" | "none";
1675
1713
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1686,6 +1724,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1686
1724
  groups?: import("../internals/index.js").AxisGroup[];
1687
1725
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1688
1726
  triggerTooltip?: boolean;
1727
+ isFullCircle?: boolean;
1689
1728
  } | {
1690
1729
  axis?: "x";
1691
1730
  tickLabelMinGap: number;
@@ -1709,11 +1748,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1709
1748
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1710
1749
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1711
1750
  tickLabelPlacement?: "middle" | "tick";
1751
+ id: import("../internals/index.js").AxisId;
1752
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1712
1753
  data?: readonly any[] | undefined;
1713
1754
  dataKey?: string | undefined;
1714
1755
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1715
- id: import("../internals/index.js").AxisId;
1716
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1717
1756
  height: number;
1718
1757
  position?: "top" | "bottom" | "none";
1719
1758
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1730,6 +1769,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1730
1769
  groups?: import("../internals/index.js").AxisGroup[];
1731
1770
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1732
1771
  triggerTooltip?: boolean;
1772
+ isFullCircle?: boolean;
1733
1773
  } | {
1734
1774
  axis?: "x";
1735
1775
  tickLabelMinGap: number;
@@ -1753,11 +1793,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1753
1793
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1754
1794
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1755
1795
  tickLabelPlacement?: "middle" | "tick";
1796
+ id: import("../internals/index.js").AxisId;
1797
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1756
1798
  data?: readonly any[] | undefined;
1757
1799
  dataKey?: string | undefined;
1758
1800
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1759
- id: import("../internals/index.js").AxisId;
1760
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1761
1801
  height: number;
1762
1802
  position?: "top" | "bottom" | "none";
1763
1803
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1774,6 +1814,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1774
1814
  groups?: import("../internals/index.js").AxisGroup[];
1775
1815
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1776
1816
  triggerTooltip?: boolean;
1817
+ isFullCircle?: boolean;
1777
1818
  } | {
1778
1819
  axis?: "x";
1779
1820
  tickLabelMinGap: number;
@@ -1797,11 +1838,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1797
1838
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1798
1839
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1799
1840
  tickLabelPlacement?: "middle" | "tick";
1841
+ id: import("../internals/index.js").AxisId;
1842
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1800
1843
  data?: readonly any[] | undefined;
1801
1844
  dataKey?: string | undefined;
1802
1845
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1803
- id: import("../internals/index.js").AxisId;
1804
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1805
1846
  height: number;
1806
1847
  position?: "top" | "bottom" | "none";
1807
1848
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1818,6 +1859,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1818
1859
  groups?: import("../internals/index.js").AxisGroup[];
1819
1860
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1820
1861
  triggerTooltip?: boolean;
1862
+ isFullCircle?: boolean;
1821
1863
  } | {
1822
1864
  axis?: "x";
1823
1865
  tickLabelMinGap: number;
@@ -1841,11 +1883,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1841
1883
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1842
1884
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1843
1885
  tickLabelPlacement?: "middle" | "tick";
1886
+ id: import("../internals/index.js").AxisId;
1887
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1844
1888
  data?: readonly any[] | undefined;
1845
1889
  dataKey?: string | undefined;
1846
1890
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1847
- id: import("../internals/index.js").AxisId;
1848
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1849
1891
  height: number;
1850
1892
  position?: "top" | "bottom" | "none";
1851
1893
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1862,6 +1904,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1862
1904
  groups?: import("../internals/index.js").AxisGroup[];
1863
1905
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1864
1906
  triggerTooltip?: boolean;
1907
+ isFullCircle?: boolean;
1865
1908
  } | {
1866
1909
  axis?: "x";
1867
1910
  tickLabelMinGap: number;
@@ -1885,11 +1928,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1885
1928
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1886
1929
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1887
1930
  tickLabelPlacement?: "middle" | "tick";
1931
+ id: import("../internals/index.js").AxisId;
1932
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1888
1933
  data?: readonly any[] | undefined;
1889
1934
  dataKey?: string | undefined;
1890
1935
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1891
- id: import("../internals/index.js").AxisId;
1892
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1893
1936
  height: number;
1894
1937
  position?: "top" | "bottom" | "none";
1895
1938
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1906,6 +1949,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1906
1949
  groups?: import("../internals/index.js").AxisGroup[];
1907
1950
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1908
1951
  triggerTooltip?: boolean;
1952
+ isFullCircle?: boolean;
1909
1953
  } | {
1910
1954
  axis?: "x";
1911
1955
  tickLabelMinGap: number;
@@ -1929,11 +1973,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1929
1973
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1930
1974
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1931
1975
  tickLabelPlacement?: "middle" | "tick";
1976
+ id: import("../internals/index.js").AxisId;
1977
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1932
1978
  data?: readonly any[] | undefined;
1933
1979
  dataKey?: string | undefined;
1934
1980
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1935
- id: import("../internals/index.js").AxisId;
1936
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1937
1981
  height: number;
1938
1982
  position?: "top" | "bottom" | "none";
1939
1983
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1950,6 +1994,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1950
1994
  groups?: import("../internals/index.js").AxisGroup[];
1951
1995
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
1952
1996
  triggerTooltip?: boolean;
1997
+ isFullCircle?: boolean;
1953
1998
  } | {
1954
1999
  axis?: "x";
1955
2000
  tickLabelMinGap: number;
@@ -1973,11 +2018,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1973
2018
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
1974
2019
  tickPlacement?: "start" | "end" | "middle" | "extremities";
1975
2020
  tickLabelPlacement?: "middle" | "tick";
2021
+ id: import("../internals/index.js").AxisId;
2022
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1976
2023
  data?: readonly any[] | undefined;
1977
2024
  dataKey?: string | undefined;
1978
2025
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
1979
- id: import("../internals/index.js").AxisId;
1980
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
1981
2026
  height: number;
1982
2027
  position?: "top" | "bottom" | "none";
1983
2028
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -1993,6 +2038,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
1993
2038
  constant?: number;
1994
2039
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
1995
2040
  triggerTooltip?: boolean;
2041
+ isFullCircle?: boolean;
1996
2042
  } | {
1997
2043
  axis?: "x";
1998
2044
  tickLabelMinGap: number;
@@ -2016,11 +2062,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2016
2062
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2017
2063
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2018
2064
  tickLabelPlacement?: "middle" | "tick";
2065
+ id: import("../internals/index.js").AxisId;
2066
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2019
2067
  data?: readonly any[] | undefined;
2020
2068
  dataKey?: string | undefined;
2021
2069
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2022
- id: import("../internals/index.js").AxisId;
2023
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2024
2070
  height: number;
2025
2071
  position?: "top" | "bottom" | "none";
2026
2072
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2036,6 +2082,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2036
2082
  constant?: number;
2037
2083
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2038
2084
  triggerTooltip?: boolean;
2085
+ isFullCircle?: boolean;
2039
2086
  } | {
2040
2087
  axis?: "x";
2041
2088
  tickLabelMinGap: number;
@@ -2059,11 +2106,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2059
2106
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2060
2107
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2061
2108
  tickLabelPlacement?: "middle" | "tick";
2109
+ id: import("../internals/index.js").AxisId;
2110
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2062
2111
  data?: readonly any[] | undefined;
2063
2112
  dataKey?: string | undefined;
2064
2113
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2065
- id: import("../internals/index.js").AxisId;
2066
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2067
2114
  height: number;
2068
2115
  position?: "top" | "bottom" | "none";
2069
2116
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2079,6 +2126,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2079
2126
  constant?: number;
2080
2127
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2081
2128
  triggerTooltip?: boolean;
2129
+ isFullCircle?: boolean;
2082
2130
  } | {
2083
2131
  axis?: "x";
2084
2132
  tickLabelMinGap: number;
@@ -2102,11 +2150,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2102
2150
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2103
2151
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2104
2152
  tickLabelPlacement?: "middle" | "tick";
2153
+ id: import("../internals/index.js").AxisId;
2154
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2105
2155
  data?: readonly any[] | undefined;
2106
2156
  dataKey?: string | undefined;
2107
2157
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2108
- id: import("../internals/index.js").AxisId;
2109
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2110
2158
  height: number;
2111
2159
  position?: "top" | "bottom" | "none";
2112
2160
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2122,6 +2170,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2122
2170
  constant?: number;
2123
2171
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2124
2172
  triggerTooltip?: boolean;
2173
+ isFullCircle?: boolean;
2125
2174
  } | {
2126
2175
  axis?: "x";
2127
2176
  tickLabelMinGap: number;
@@ -2145,11 +2194,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2145
2194
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2146
2195
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2147
2196
  tickLabelPlacement?: "middle" | "tick";
2197
+ id: import("../internals/index.js").AxisId;
2198
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2148
2199
  data?: readonly any[] | undefined;
2149
2200
  dataKey?: string | undefined;
2150
2201
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2151
- id: import("../internals/index.js").AxisId;
2152
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2153
2202
  height: number;
2154
2203
  position?: "top" | "bottom" | "none";
2155
2204
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2165,6 +2214,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2165
2214
  constant?: number;
2166
2215
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2167
2216
  triggerTooltip?: boolean;
2217
+ isFullCircle?: boolean;
2168
2218
  } | {
2169
2219
  axis?: "x";
2170
2220
  tickLabelMinGap: number;
@@ -2188,11 +2238,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2188
2238
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2189
2239
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2190
2240
  tickLabelPlacement?: "middle" | "tick";
2241
+ id: import("../internals/index.js").AxisId;
2242
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2191
2243
  data?: readonly any[] | undefined;
2192
2244
  dataKey?: string | undefined;
2193
2245
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2194
- id: import("../internals/index.js").AxisId;
2195
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2196
2246
  height: number;
2197
2247
  position?: "top" | "bottom" | "none";
2198
2248
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2208,6 +2258,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2208
2258
  constant?: number;
2209
2259
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2210
2260
  triggerTooltip?: boolean;
2261
+ isFullCircle?: boolean;
2211
2262
  } | {
2212
2263
  axis?: "x";
2213
2264
  tickLabelMinGap: number;
@@ -2231,11 +2282,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2231
2282
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2232
2283
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2233
2284
  tickLabelPlacement?: "middle" | "tick";
2285
+ id: import("../internals/index.js").AxisId;
2286
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2234
2287
  data?: readonly any[] | undefined;
2235
2288
  dataKey?: string | undefined;
2236
2289
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2237
- id: import("../internals/index.js").AxisId;
2238
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2239
2290
  height: number;
2240
2291
  position?: "top" | "bottom" | "none";
2241
2292
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2251,6 +2302,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2251
2302
  constant?: number;
2252
2303
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2253
2304
  triggerTooltip?: boolean;
2305
+ isFullCircle?: boolean;
2254
2306
  } | {
2255
2307
  axis?: "x";
2256
2308
  tickLabelMinGap: number;
@@ -2274,11 +2326,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2274
2326
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2275
2327
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2276
2328
  tickLabelPlacement?: "middle" | "tick";
2329
+ id: import("../internals/index.js").AxisId;
2330
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2277
2331
  data?: readonly any[] | undefined;
2278
2332
  dataKey?: string | undefined;
2279
2333
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2280
- id: import("../internals/index.js").AxisId;
2281
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2282
2334
  height: number;
2283
2335
  position?: "top" | "bottom" | "none";
2284
2336
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2294,6 +2346,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2294
2346
  constant?: number;
2295
2347
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2296
2348
  triggerTooltip?: boolean;
2349
+ isFullCircle?: boolean;
2297
2350
  } | {
2298
2351
  axis?: "x";
2299
2352
  tickLabelMinGap: number;
@@ -2317,11 +2370,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2317
2370
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2318
2371
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2319
2372
  tickLabelPlacement?: "middle" | "tick";
2373
+ id: import("../internals/index.js").AxisId;
2374
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2320
2375
  data?: readonly any[] | undefined;
2321
2376
  dataKey?: string | undefined;
2322
2377
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2323
- id: import("../internals/index.js").AxisId;
2324
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2325
2378
  height: number;
2326
2379
  position?: "top" | "bottom" | "none";
2327
2380
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2337,6 +2390,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2337
2390
  constant?: number;
2338
2391
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2339
2392
  triggerTooltip?: boolean;
2393
+ isFullCircle?: boolean;
2340
2394
  } | {
2341
2395
  axis?: "x";
2342
2396
  tickLabelMinGap: number;
@@ -2360,11 +2414,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2360
2414
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2361
2415
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2362
2416
  tickLabelPlacement?: "middle" | "tick";
2417
+ id: import("../internals/index.js").AxisId;
2418
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2363
2419
  data?: readonly any[] | undefined;
2364
2420
  dataKey?: string | undefined;
2365
2421
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2366
- id: import("../internals/index.js").AxisId;
2367
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2368
2422
  height: number;
2369
2423
  position?: "top" | "bottom" | "none";
2370
2424
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2379,6 +2433,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2379
2433
  scaleType: "pow";
2380
2434
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2381
2435
  triggerTooltip?: boolean;
2436
+ isFullCircle?: boolean;
2382
2437
  } | {
2383
2438
  axis?: "x";
2384
2439
  tickLabelMinGap: number;
@@ -2402,11 +2457,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2402
2457
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2403
2458
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2404
2459
  tickLabelPlacement?: "middle" | "tick";
2460
+ id: import("../internals/index.js").AxisId;
2461
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2405
2462
  data?: readonly any[] | undefined;
2406
2463
  dataKey?: string | undefined;
2407
2464
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2408
- id: import("../internals/index.js").AxisId;
2409
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2410
2465
  height: number;
2411
2466
  position?: "top" | "bottom" | "none";
2412
2467
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2421,6 +2476,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2421
2476
  scaleType: "pow";
2422
2477
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2423
2478
  triggerTooltip?: boolean;
2479
+ isFullCircle?: boolean;
2424
2480
  } | {
2425
2481
  axis?: "x";
2426
2482
  tickLabelMinGap: number;
@@ -2444,11 +2500,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2444
2500
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2445
2501
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2446
2502
  tickLabelPlacement?: "middle" | "tick";
2503
+ id: import("../internals/index.js").AxisId;
2504
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2447
2505
  data?: readonly any[] | undefined;
2448
2506
  dataKey?: string | undefined;
2449
2507
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2450
- id: import("../internals/index.js").AxisId;
2451
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2452
2508
  height: number;
2453
2509
  position?: "top" | "bottom" | "none";
2454
2510
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2463,6 +2519,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2463
2519
  scaleType: "pow";
2464
2520
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2465
2521
  triggerTooltip?: boolean;
2522
+ isFullCircle?: boolean;
2466
2523
  } | {
2467
2524
  axis?: "x";
2468
2525
  tickLabelMinGap: number;
@@ -2486,11 +2543,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2486
2543
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2487
2544
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2488
2545
  tickLabelPlacement?: "middle" | "tick";
2546
+ id: import("../internals/index.js").AxisId;
2547
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2489
2548
  data?: readonly any[] | undefined;
2490
2549
  dataKey?: string | undefined;
2491
2550
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2492
- id: import("../internals/index.js").AxisId;
2493
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2494
2551
  height: number;
2495
2552
  position?: "top" | "bottom" | "none";
2496
2553
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2505,6 +2562,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2505
2562
  scaleType: "pow";
2506
2563
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2507
2564
  triggerTooltip?: boolean;
2565
+ isFullCircle?: boolean;
2508
2566
  } | {
2509
2567
  axis?: "x";
2510
2568
  tickLabelMinGap: number;
@@ -2528,11 +2586,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2528
2586
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2529
2587
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2530
2588
  tickLabelPlacement?: "middle" | "tick";
2589
+ id: import("../internals/index.js").AxisId;
2590
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2531
2591
  data?: readonly any[] | undefined;
2532
2592
  dataKey?: string | undefined;
2533
2593
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2534
- id: import("../internals/index.js").AxisId;
2535
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2536
2594
  height: number;
2537
2595
  position?: "top" | "bottom" | "none";
2538
2596
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2547,6 +2605,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2547
2605
  scaleType: "pow";
2548
2606
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2549
2607
  triggerTooltip?: boolean;
2608
+ isFullCircle?: boolean;
2550
2609
  } | {
2551
2610
  axis?: "x";
2552
2611
  tickLabelMinGap: number;
@@ -2570,11 +2629,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2570
2629
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2571
2630
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2572
2631
  tickLabelPlacement?: "middle" | "tick";
2632
+ id: import("../internals/index.js").AxisId;
2633
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2573
2634
  data?: readonly any[] | undefined;
2574
2635
  dataKey?: string | undefined;
2575
2636
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2576
- id: import("../internals/index.js").AxisId;
2577
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2578
2637
  height: number;
2579
2638
  position?: "top" | "bottom" | "none";
2580
2639
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2589,6 +2648,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2589
2648
  scaleType: "pow";
2590
2649
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2591
2650
  triggerTooltip?: boolean;
2651
+ isFullCircle?: boolean;
2592
2652
  } | {
2593
2653
  axis?: "x";
2594
2654
  tickLabelMinGap: number;
@@ -2612,11 +2672,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2612
2672
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2613
2673
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2614
2674
  tickLabelPlacement?: "middle" | "tick";
2675
+ id: import("../internals/index.js").AxisId;
2676
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2615
2677
  data?: readonly any[] | undefined;
2616
2678
  dataKey?: string | undefined;
2617
2679
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2618
- id: import("../internals/index.js").AxisId;
2619
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2620
2680
  height: number;
2621
2681
  position?: "top" | "bottom" | "none";
2622
2682
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2631,6 +2691,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2631
2691
  scaleType: "pow";
2632
2692
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2633
2693
  triggerTooltip?: boolean;
2694
+ isFullCircle?: boolean;
2634
2695
  } | {
2635
2696
  axis?: "x";
2636
2697
  tickLabelMinGap: number;
@@ -2654,11 +2715,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2654
2715
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2655
2716
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2656
2717
  tickLabelPlacement?: "middle" | "tick";
2718
+ id: import("../internals/index.js").AxisId;
2719
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2657
2720
  data?: readonly any[] | undefined;
2658
2721
  dataKey?: string | undefined;
2659
2722
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2660
- id: import("../internals/index.js").AxisId;
2661
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2662
2723
  height: number;
2663
2724
  position?: "top" | "bottom" | "none";
2664
2725
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2673,6 +2734,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2673
2734
  scaleType: "pow";
2674
2735
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2675
2736
  triggerTooltip?: boolean;
2737
+ isFullCircle?: boolean;
2676
2738
  } | {
2677
2739
  axis?: "x";
2678
2740
  tickLabelMinGap: number;
@@ -2696,11 +2758,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2696
2758
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2697
2759
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2698
2760
  tickLabelPlacement?: "middle" | "tick";
2761
+ id: import("../internals/index.js").AxisId;
2762
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2699
2763
  data?: readonly any[] | undefined;
2700
2764
  dataKey?: string | undefined;
2701
2765
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2702
- id: import("../internals/index.js").AxisId;
2703
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2704
2766
  height: number;
2705
2767
  position?: "top" | "bottom" | "none";
2706
2768
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2715,6 +2777,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2715
2777
  scaleType: "pow";
2716
2778
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2717
2779
  triggerTooltip?: boolean;
2780
+ isFullCircle?: boolean;
2718
2781
  } | {
2719
2782
  axis?: "x";
2720
2783
  tickLabelMinGap: number;
@@ -2738,11 +2801,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2738
2801
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2739
2802
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2740
2803
  tickLabelPlacement?: "middle" | "tick";
2804
+ id: import("../internals/index.js").AxisId;
2805
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2741
2806
  data?: readonly any[] | undefined;
2742
2807
  dataKey?: string | undefined;
2743
2808
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2744
- id: import("../internals/index.js").AxisId;
2745
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2746
2809
  height: number;
2747
2810
  position?: "top" | "bottom" | "none";
2748
2811
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2757,6 +2820,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2757
2820
  scaleType: "sqrt";
2758
2821
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2759
2822
  triggerTooltip?: boolean;
2823
+ isFullCircle?: boolean;
2760
2824
  } | {
2761
2825
  axis?: "x";
2762
2826
  tickLabelMinGap: number;
@@ -2780,11 +2844,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2780
2844
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2781
2845
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2782
2846
  tickLabelPlacement?: "middle" | "tick";
2847
+ id: import("../internals/index.js").AxisId;
2848
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2783
2849
  data?: readonly any[] | undefined;
2784
2850
  dataKey?: string | undefined;
2785
2851
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2786
- id: import("../internals/index.js").AxisId;
2787
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2788
2852
  height: number;
2789
2853
  position?: "top" | "bottom" | "none";
2790
2854
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2799,6 +2863,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2799
2863
  scaleType: "sqrt";
2800
2864
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2801
2865
  triggerTooltip?: boolean;
2866
+ isFullCircle?: boolean;
2802
2867
  } | {
2803
2868
  axis?: "x";
2804
2869
  tickLabelMinGap: number;
@@ -2822,11 +2887,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2822
2887
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2823
2888
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2824
2889
  tickLabelPlacement?: "middle" | "tick";
2890
+ id: import("../internals/index.js").AxisId;
2891
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2825
2892
  data?: readonly any[] | undefined;
2826
2893
  dataKey?: string | undefined;
2827
2894
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2828
- id: import("../internals/index.js").AxisId;
2829
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2830
2895
  height: number;
2831
2896
  position?: "top" | "bottom" | "none";
2832
2897
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2841,6 +2906,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2841
2906
  scaleType: "sqrt";
2842
2907
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2843
2908
  triggerTooltip?: boolean;
2909
+ isFullCircle?: boolean;
2844
2910
  } | {
2845
2911
  axis?: "x";
2846
2912
  tickLabelMinGap: number;
@@ -2864,11 +2930,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2864
2930
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2865
2931
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2866
2932
  tickLabelPlacement?: "middle" | "tick";
2933
+ id: import("../internals/index.js").AxisId;
2934
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2867
2935
  data?: readonly any[] | undefined;
2868
2936
  dataKey?: string | undefined;
2869
2937
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2870
- id: import("../internals/index.js").AxisId;
2871
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2872
2938
  height: number;
2873
2939
  position?: "top" | "bottom" | "none";
2874
2940
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2883,6 +2949,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2883
2949
  scaleType: "sqrt";
2884
2950
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2885
2951
  triggerTooltip?: boolean;
2952
+ isFullCircle?: boolean;
2886
2953
  } | {
2887
2954
  axis?: "x";
2888
2955
  tickLabelMinGap: number;
@@ -2906,11 +2973,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2906
2973
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2907
2974
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2908
2975
  tickLabelPlacement?: "middle" | "tick";
2976
+ id: import("../internals/index.js").AxisId;
2977
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2909
2978
  data?: readonly any[] | undefined;
2910
2979
  dataKey?: string | undefined;
2911
2980
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2912
- id: import("../internals/index.js").AxisId;
2913
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2914
2981
  height: number;
2915
2982
  position?: "top" | "bottom" | "none";
2916
2983
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2925,6 +2992,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2925
2992
  scaleType: "sqrt";
2926
2993
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
2927
2994
  triggerTooltip?: boolean;
2995
+ isFullCircle?: boolean;
2928
2996
  } | {
2929
2997
  axis?: "x";
2930
2998
  tickLabelMinGap: number;
@@ -2948,11 +3016,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2948
3016
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2949
3017
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2950
3018
  tickLabelPlacement?: "middle" | "tick";
3019
+ id: import("../internals/index.js").AxisId;
3020
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2951
3021
  data?: readonly any[] | undefined;
2952
3022
  dataKey?: string | undefined;
2953
3023
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2954
- id: import("../internals/index.js").AxisId;
2955
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2956
3024
  height: number;
2957
3025
  position?: "top" | "bottom" | "none";
2958
3026
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -2967,6 +3035,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2967
3035
  scaleType: "sqrt";
2968
3036
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
2969
3037
  triggerTooltip?: boolean;
3038
+ isFullCircle?: boolean;
2970
3039
  } | {
2971
3040
  axis?: "x";
2972
3041
  tickLabelMinGap: number;
@@ -2990,11 +3059,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
2990
3059
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
2991
3060
  tickPlacement?: "start" | "end" | "middle" | "extremities";
2992
3061
  tickLabelPlacement?: "middle" | "tick";
3062
+ id: import("../internals/index.js").AxisId;
3063
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2993
3064
  data?: readonly any[] | undefined;
2994
3065
  dataKey?: string | undefined;
2995
3066
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
2996
- id: import("../internals/index.js").AxisId;
2997
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
2998
3067
  height: number;
2999
3068
  position?: "top" | "bottom" | "none";
3000
3069
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3009,6 +3078,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3009
3078
  scaleType: "sqrt";
3010
3079
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3011
3080
  triggerTooltip?: boolean;
3081
+ isFullCircle?: boolean;
3012
3082
  } | {
3013
3083
  axis?: "x";
3014
3084
  tickLabelMinGap: number;
@@ -3032,11 +3102,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3032
3102
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3033
3103
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3034
3104
  tickLabelPlacement?: "middle" | "tick";
3105
+ id: import("../internals/index.js").AxisId;
3106
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3035
3107
  data?: readonly any[] | undefined;
3036
3108
  dataKey?: string | undefined;
3037
3109
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3038
- id: import("../internals/index.js").AxisId;
3039
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3040
3110
  height: number;
3041
3111
  position?: "top" | "bottom" | "none";
3042
3112
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3051,6 +3121,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3051
3121
  scaleType: "sqrt";
3052
3122
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3053
3123
  triggerTooltip?: boolean;
3124
+ isFullCircle?: boolean;
3054
3125
  } | {
3055
3126
  axis?: "x";
3056
3127
  tickLabelMinGap: number;
@@ -3074,11 +3145,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3074
3145
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3075
3146
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3076
3147
  tickLabelPlacement?: "middle" | "tick";
3148
+ id: import("../internals/index.js").AxisId;
3149
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3077
3150
  data?: readonly any[] | undefined;
3078
3151
  dataKey?: string | undefined;
3079
3152
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3080
- id: import("../internals/index.js").AxisId;
3081
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3082
3153
  height: number;
3083
3154
  position?: "top" | "bottom" | "none";
3084
3155
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3093,6 +3164,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3093
3164
  scaleType: "sqrt";
3094
3165
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
3095
3166
  triggerTooltip?: boolean;
3167
+ isFullCircle?: boolean;
3096
3168
  } | {
3097
3169
  axis?: "x";
3098
3170
  tickLabelMinGap: number;
@@ -3116,11 +3188,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3116
3188
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3117
3189
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3118
3190
  tickLabelPlacement?: "middle" | "tick";
3191
+ id: import("../internals/index.js").AxisId;
3192
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3119
3193
  data?: readonly any[] | undefined;
3120
3194
  dataKey?: string | undefined;
3121
3195
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3122
- id: import("../internals/index.js").AxisId;
3123
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3124
3196
  height: number;
3125
3197
  position?: "top" | "bottom" | "none";
3126
3198
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3135,6 +3207,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3135
3207
  scaleType: "utc";
3136
3208
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3137
3209
  triggerTooltip?: boolean;
3210
+ isFullCircle?: boolean;
3138
3211
  } | {
3139
3212
  axis?: "x";
3140
3213
  tickLabelMinGap: number;
@@ -3158,11 +3231,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3158
3231
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3159
3232
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3160
3233
  tickLabelPlacement?: "middle" | "tick";
3234
+ id: import("../internals/index.js").AxisId;
3235
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3161
3236
  data?: readonly any[] | undefined;
3162
3237
  dataKey?: string | undefined;
3163
3238
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3164
- id: import("../internals/index.js").AxisId;
3165
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3166
3239
  height: number;
3167
3240
  position?: "top" | "bottom" | "none";
3168
3241
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3177,6 +3250,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3177
3250
  scaleType: "utc";
3178
3251
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
3179
3252
  triggerTooltip?: boolean;
3253
+ isFullCircle?: boolean;
3180
3254
  } | {
3181
3255
  axis?: "x";
3182
3256
  tickLabelMinGap: number;
@@ -3200,11 +3274,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3200
3274
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3201
3275
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3202
3276
  tickLabelPlacement?: "middle" | "tick";
3277
+ id: import("../internals/index.js").AxisId;
3278
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3203
3279
  data?: readonly any[] | undefined;
3204
3280
  dataKey?: string | undefined;
3205
3281
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3206
- id: import("../internals/index.js").AxisId;
3207
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3208
3282
  height: number;
3209
3283
  position?: "top" | "bottom" | "none";
3210
3284
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3219,6 +3293,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3219
3293
  scaleType: "utc";
3220
3294
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3221
3295
  triggerTooltip?: boolean;
3296
+ isFullCircle?: boolean;
3222
3297
  } | {
3223
3298
  axis?: "x";
3224
3299
  tickLabelMinGap: number;
@@ -3242,11 +3317,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3242
3317
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3243
3318
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3244
3319
  tickLabelPlacement?: "middle" | "tick";
3320
+ id: import("../internals/index.js").AxisId;
3321
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3245
3322
  data?: readonly any[] | undefined;
3246
3323
  dataKey?: string | undefined;
3247
3324
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3248
- id: import("../internals/index.js").AxisId;
3249
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3250
3325
  height: number;
3251
3326
  position?: "top" | "bottom" | "none";
3252
3327
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3261,6 +3336,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3261
3336
  scaleType: "utc";
3262
3337
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
3263
3338
  triggerTooltip?: boolean;
3339
+ isFullCircle?: boolean;
3264
3340
  } | {
3265
3341
  axis?: "x";
3266
3342
  tickLabelMinGap: number;
@@ -3284,11 +3360,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3284
3360
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3285
3361
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3286
3362
  tickLabelPlacement?: "middle" | "tick";
3363
+ id: import("../internals/index.js").AxisId;
3364
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3287
3365
  data?: readonly any[] | undefined;
3288
3366
  dataKey?: string | undefined;
3289
3367
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3290
- id: import("../internals/index.js").AxisId;
3291
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3292
3368
  height: number;
3293
3369
  position?: "top" | "bottom" | "none";
3294
3370
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3303,6 +3379,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3303
3379
  scaleType: "utc";
3304
3380
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
3305
3381
  triggerTooltip?: boolean;
3382
+ isFullCircle?: boolean;
3306
3383
  } | {
3307
3384
  axis?: "x";
3308
3385
  tickLabelMinGap: number;
@@ -3326,11 +3403,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3326
3403
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3327
3404
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3328
3405
  tickLabelPlacement?: "middle" | "tick";
3406
+ id: import("../internals/index.js").AxisId;
3407
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3329
3408
  data?: readonly any[] | undefined;
3330
3409
  dataKey?: string | undefined;
3331
3410
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3332
- id: import("../internals/index.js").AxisId;
3333
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3334
3411
  height: number;
3335
3412
  position?: "top" | "bottom" | "none";
3336
3413
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3345,6 +3422,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3345
3422
  scaleType: "utc";
3346
3423
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3347
3424
  triggerTooltip?: boolean;
3425
+ isFullCircle?: boolean;
3348
3426
  } | {
3349
3427
  axis?: "x";
3350
3428
  tickLabelMinGap: number;
@@ -3368,11 +3446,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3368
3446
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3369
3447
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3370
3448
  tickLabelPlacement?: "middle" | "tick";
3449
+ id: import("../internals/index.js").AxisId;
3450
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3371
3451
  data?: readonly any[] | undefined;
3372
3452
  dataKey?: string | undefined;
3373
3453
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3374
- id: import("../internals/index.js").AxisId;
3375
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3376
3454
  height: number;
3377
3455
  position?: "top" | "bottom" | "none";
3378
3456
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3387,6 +3465,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3387
3465
  scaleType: "utc";
3388
3466
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3389
3467
  triggerTooltip?: boolean;
3468
+ isFullCircle?: boolean;
3390
3469
  } | {
3391
3470
  axis?: "x";
3392
3471
  tickLabelMinGap: number;
@@ -3410,11 +3489,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3410
3489
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3411
3490
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3412
3491
  tickLabelPlacement?: "middle" | "tick";
3492
+ id: import("../internals/index.js").AxisId;
3493
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3413
3494
  data?: readonly any[] | undefined;
3414
3495
  dataKey?: string | undefined;
3415
3496
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3416
- id: import("../internals/index.js").AxisId;
3417
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3418
3497
  height: number;
3419
3498
  position?: "top" | "bottom" | "none";
3420
3499
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3429,6 +3508,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3429
3508
  scaleType: "utc";
3430
3509
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
3431
3510
  triggerTooltip?: boolean;
3511
+ isFullCircle?: boolean;
3432
3512
  } | {
3433
3513
  axis?: "x";
3434
3514
  tickLabelMinGap: number;
@@ -3452,11 +3532,11 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3452
3532
  tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
3453
3533
  tickPlacement?: "start" | "end" | "middle" | "extremities";
3454
3534
  tickLabelPlacement?: "middle" | "tick";
3535
+ id: import("../internals/index.js").AxisId;
3536
+ valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3455
3537
  data?: readonly any[] | undefined;
3456
3538
  dataKey?: string | undefined;
3457
3539
  valueGetter?: ((item: import("../internals/index.js").DatasetElementType<unknown>) => any) | undefined;
3458
- id: import("../internals/index.js").AxisId;
3459
- valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
3460
3540
  height: number;
3461
3541
  position?: "top" | "bottom" | "none";
3462
3542
  zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
@@ -3471,6 +3551,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3471
3551
  scaleType: "utc";
3472
3552
  colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
3473
3553
  triggerTooltip?: boolean;
3554
+ isFullCircle?: boolean;
3474
3555
  };
3475
3556
  tickNumber: number;
3476
3557
  positionSign: number;
@@ -3485,10 +3566,10 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
3485
3566
  type?: string | undefined | undefined;
3486
3567
  filter?: string | undefined | undefined;
3487
3568
  values?: string | undefined | undefined;
3488
- id?: string | undefined | undefined;
3489
- color?: string | undefined | undefined;
3490
3569
  min?: number | string | undefined | undefined;
3491
3570
  max?: number | string | undefined | undefined;
3571
+ id?: string | undefined | undefined;
3572
+ color?: string | undefined | undefined;
3492
3573
  slot?: string | undefined | undefined;
3493
3574
  clipPath?: string | undefined | undefined;
3494
3575
  mask?: string | undefined | undefined;