@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.
- package/BarChart/BarChart.js +2 -1
- package/BarChart/BarChart.mjs +2 -1
- package/BarChart/BarPlot.js +2 -1
- package/BarChart/BarPlot.mjs +2 -1
- package/BarChart/FocusedBar.js +3 -0
- package/BarChart/FocusedBar.mjs +3 -0
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +8 -8
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +8 -8
- package/CHANGELOG.md +223 -0
- package/ChartsRadialGrid/ChartsRadialGrid.js +2 -0
- package/ChartsRadialGrid/ChartsRadialGrid.mjs +2 -0
- package/ChartsRadialGrid/ChartsRadiusGrid.d.mts +1 -0
- package/ChartsRadialGrid/ChartsRadiusGrid.d.ts +1 -0
- package/ChartsRadialGrid/ChartsRadiusGrid.js +1 -2
- package/ChartsRadialGrid/ChartsRadiusGrid.mjs +1 -2
- package/ChartsRadiusAxis/ChartsRadiusAxis.d.mts +48 -0
- package/ChartsRadiusAxis/ChartsRadiusAxis.d.ts +48 -0
- package/ChartsRadiusAxis/ChartsRadiusAxis.js +147 -0
- package/ChartsRadiusAxis/ChartsRadiusAxis.mjs +141 -0
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.mts +6 -0
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.ts +6 -0
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.js +30 -0
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.mjs +17 -0
- package/ChartsRadiusAxis/createGetLabelTextAnchors.d.mts +10 -0
- package/ChartsRadiusAxis/createGetLabelTextAnchors.d.ts +10 -0
- package/ChartsRadiusAxis/createGetLabelTextAnchors.js +46 -0
- package/ChartsRadiusAxis/createGetLabelTextAnchors.mjs +39 -0
- package/ChartsRadiusAxis/getLabelTransform.d.mts +11 -0
- package/ChartsRadiusAxis/getLabelTransform.d.ts +11 -0
- package/ChartsRadiusAxis/getLabelTransform.js +37 -0
- package/ChartsRadiusAxis/getLabelTransform.mjs +31 -0
- package/ChartsRadiusAxis/index.d.mts +3 -0
- package/ChartsRadiusAxis/index.d.ts +3 -0
- package/ChartsRadiusAxis/index.js +19 -0
- package/ChartsRadiusAxis/index.mjs +2 -0
- package/ChartsRadiusAxis/sharedRadialAxisClasses.d.mts +21 -0
- package/ChartsRadiusAxis/sharedRadialAxisClasses.d.ts +21 -0
- package/ChartsRadiusAxis/sharedRadialAxisClasses.js +14 -0
- package/ChartsRadiusAxis/sharedRadialAxisClasses.mjs +6 -0
- package/ChartsRotationAxis/ChartsRotationAxis.d.mts +48 -0
- package/ChartsRotationAxis/ChartsRotationAxis.d.ts +48 -0
- package/ChartsRotationAxis/ChartsRotationAxis.js +141 -0
- package/ChartsRotationAxis/ChartsRotationAxis.mjs +135 -0
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.mts +5 -0
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.ts +5 -0
- package/ChartsRotationAxis/chartsRotationAxisClasses.js +29 -0
- package/ChartsRotationAxis/chartsRotationAxisClasses.mjs +16 -0
- package/ChartsRotationAxis/getLabelTransform.d.mts +11 -0
- package/ChartsRotationAxis/getLabelTransform.d.ts +11 -0
- package/ChartsRotationAxis/getLabelTransform.js +37 -0
- package/ChartsRotationAxis/getLabelTransform.mjs +31 -0
- package/ChartsRotationAxis/index.d.mts +2 -0
- package/ChartsRotationAxis/index.d.ts +2 -0
- package/ChartsRotationAxis/index.js +19 -0
- package/ChartsRotationAxis/index.mjs +2 -0
- package/ChartsTooltip/useAxesTooltip.js +18 -7
- package/ChartsTooltip/useAxesTooltip.mjs +19 -8
- package/ChartsTooltip/useItemTooltip.d.mts +1 -1
- package/ChartsTooltip/useItemTooltip.d.ts +1 -1
- package/ChartsTooltip/useItemTooltip.js +17 -2
- package/ChartsTooltip/useItemTooltip.mjs +18 -3
- package/ChartsXAxis/useAxisTicksProps.d.mts +245 -164
- package/ChartsXAxis/useAxisTicksProps.d.ts +245 -164
- package/ChartsYAxis/useAxisTicksProps.d.mts +245 -164
- package/ChartsYAxis/useAxisTicksProps.d.ts +245 -164
- package/LineChart/FocusedLineMark.js +3 -0
- package/LineChart/FocusedLineMark.mjs +3 -0
- package/LineChart/seriesConfig/curveEvaluation.js +24 -19
- package/LineChart/seriesConfig/curveEvaluation.mjs +24 -19
- package/LineChart/seriesConfig/getItemAtPosition.js +25 -37
- package/LineChart/seriesConfig/getItemAtPosition.mjs +24 -36
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.js +4 -6
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.mjs +4 -6
- package/LineChart/seriesConfig/seriesProcessor.d.mts +4 -2
- package/LineChart/seriesConfig/seriesProcessor.d.ts +4 -2
- package/LineChart/seriesConfig/seriesProcessor.js +2 -2
- package/LineChart/seriesConfig/seriesProcessor.mjs +2 -2
- package/PieChart/FocusedPieArc.js +3 -0
- package/PieChart/FocusedPieArc.mjs +3 -0
- package/RadarChart/FocusedRadarMark.js +3 -0
- package/RadarChart/FocusedRadarMark.mjs +3 -0
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.mts +2 -2
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
- package/ScatterChart/FocusedScatterMark.js +3 -0
- package/ScatterChart/FocusedScatterMark.mjs +3 -0
- package/hooks/useAxis.d.mts +2 -2
- package/hooks/useAxis.d.ts +2 -2
- package/index.d.mts +2 -0
- package/index.d.ts +2 -0
- package/index.js +22 -2
- package/index.mjs +3 -1
- package/internals/commonNextFocusItem.js +62 -8
- package/internals/commonNextFocusItem.mjs +62 -8
- package/internals/cubiqSolver.d.mts +5 -0
- package/internals/cubiqSolver.d.ts +5 -0
- package/internals/cubiqSolver.js +62 -0
- package/internals/cubiqSolver.mjs +56 -0
- package/internals/findClosestIndex.d.mts +5 -0
- package/internals/findClosestIndex.d.ts +5 -0
- package/internals/findClosestIndex.js +27 -0
- package/internals/findClosestIndex.mjs +22 -0
- package/internals/getAsNumber.d.mts +1 -0
- package/internals/getAsNumber.d.ts +1 -0
- package/internals/getAsNumber.js +9 -0
- package/internals/getAsNumber.mjs +3 -0
- package/internals/index.d.mts +6 -1
- package/internals/index.d.ts +6 -1
- package/internals/index.js +59 -2
- package/internals/index.mjs +6 -1
- package/internals/isPolar.d.mts +3 -2
- package/internals/isPolar.d.ts +3 -2
- package/internals/isPolar.js +4 -0
- package/internals/isPolar.mjs +3 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +8 -9
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +8 -9
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.js +4 -21
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.mjs +4 -21
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.d.mts +30 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.d.ts +30 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.js +57 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/findVisibleDataIndex.mjs +51 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getMaxSeriesLength.js +7 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getMaxSeriesLength.mjs +7 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getNonEmptySeriesArray.js +7 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/utils/getNonEmptySeriesArray.mjs +7 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.mts +3 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +3 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +25 -14
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.mjs +25 -14
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +9 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.mjs +9 -3
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +2 -2
- package/models/axis.d.mts +2 -0
- package/models/axis.d.ts +2 -0
- package/models/seriesType/bar.d.mts +12 -7
- package/models/seriesType/bar.d.ts +12 -7
- package/models/seriesType/common.d.mts +10 -0
- package/models/seriesType/common.d.ts +10 -0
- package/models/seriesType/composition.d.mts +3 -1
- package/models/seriesType/composition.d.ts +3 -1
- package/models/seriesType/composition.js +6 -2
- package/models/seriesType/composition.mjs +5 -1
- package/models/seriesType/index.d.mts +3 -3
- package/models/seriesType/index.d.ts +3 -3
- package/models/seriesType/index.js +0 -22
- package/models/seriesType/index.mjs +0 -2
- package/models/seriesType/line.d.mts +13 -8
- package/models/seriesType/line.d.ts +13 -8
- package/package.json +32 -4
|
@@ -28,11 +28,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
28
28
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
29
29
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
30
30
|
tickLabelPlacement?: "middle" | "tick";
|
|
31
|
+
id: import("../internals/index.mjs").AxisId;
|
|
32
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
31
33
|
data?: readonly any[] | undefined;
|
|
32
34
|
dataKey?: string | undefined;
|
|
33
35
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
34
|
-
id: import("../internals/index.mjs").AxisId;
|
|
35
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
36
36
|
position?: "left" | "right" | "none";
|
|
37
37
|
width: number;
|
|
38
38
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -47,6 +47,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
47
47
|
scaleType: "linear";
|
|
48
48
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
49
49
|
triggerTooltip?: boolean;
|
|
50
|
+
isFullCircle?: boolean;
|
|
50
51
|
} | {
|
|
51
52
|
axis?: "y";
|
|
52
53
|
className?: string;
|
|
@@ -69,11 +70,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
69
70
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
70
71
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
71
72
|
tickLabelPlacement?: "middle" | "tick";
|
|
73
|
+
id: import("../internals/index.mjs").AxisId;
|
|
74
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
72
75
|
data?: readonly any[] | undefined;
|
|
73
76
|
dataKey?: string | undefined;
|
|
74
77
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
75
|
-
id: import("../internals/index.mjs").AxisId;
|
|
76
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
77
78
|
position?: "left" | "right" | "none";
|
|
78
79
|
width: number;
|
|
79
80
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -88,6 +89,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
88
89
|
scaleType: "linear";
|
|
89
90
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
90
91
|
triggerTooltip?: boolean;
|
|
92
|
+
isFullCircle?: boolean;
|
|
91
93
|
} | {
|
|
92
94
|
axis?: "y";
|
|
93
95
|
className?: string;
|
|
@@ -110,11 +112,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
110
112
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
111
113
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
112
114
|
tickLabelPlacement?: "middle" | "tick";
|
|
115
|
+
id: import("../internals/index.mjs").AxisId;
|
|
116
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
113
117
|
data?: readonly any[] | undefined;
|
|
114
118
|
dataKey?: string | undefined;
|
|
115
119
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
116
|
-
id: import("../internals/index.mjs").AxisId;
|
|
117
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
118
120
|
position?: "left" | "right" | "none";
|
|
119
121
|
width: number;
|
|
120
122
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -129,6 +131,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
129
131
|
scaleType: "linear";
|
|
130
132
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
131
133
|
triggerTooltip?: boolean;
|
|
134
|
+
isFullCircle?: boolean;
|
|
132
135
|
} | {
|
|
133
136
|
axis?: "y";
|
|
134
137
|
className?: string;
|
|
@@ -151,11 +154,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
151
154
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
152
155
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
153
156
|
tickLabelPlacement?: "middle" | "tick";
|
|
157
|
+
id: import("../internals/index.mjs").AxisId;
|
|
158
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
154
159
|
data?: readonly any[] | undefined;
|
|
155
160
|
dataKey?: string | undefined;
|
|
156
161
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
157
|
-
id: import("../internals/index.mjs").AxisId;
|
|
158
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
159
162
|
position?: "left" | "right" | "none";
|
|
160
163
|
width: number;
|
|
161
164
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -170,6 +173,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
170
173
|
scaleType: "linear";
|
|
171
174
|
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>;
|
|
172
175
|
triggerTooltip?: boolean;
|
|
176
|
+
isFullCircle?: boolean;
|
|
173
177
|
} | {
|
|
174
178
|
axis?: "y";
|
|
175
179
|
className?: string;
|
|
@@ -192,11 +196,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
192
196
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
193
197
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
194
198
|
tickLabelPlacement?: "middle" | "tick";
|
|
199
|
+
id: import("../internals/index.mjs").AxisId;
|
|
200
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
195
201
|
data?: readonly any[] | undefined;
|
|
196
202
|
dataKey?: string | undefined;
|
|
197
203
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
198
|
-
id: import("../internals/index.mjs").AxisId;
|
|
199
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
200
204
|
position?: "left" | "right" | "none";
|
|
201
205
|
width: number;
|
|
202
206
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -211,6 +215,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
211
215
|
scaleType: "linear";
|
|
212
216
|
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>;
|
|
213
217
|
triggerTooltip?: boolean;
|
|
218
|
+
isFullCircle?: boolean;
|
|
214
219
|
} | {
|
|
215
220
|
axis?: "y";
|
|
216
221
|
className?: string;
|
|
@@ -233,11 +238,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
233
238
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
234
239
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
235
240
|
tickLabelPlacement?: "middle" | "tick";
|
|
241
|
+
id: import("../internals/index.mjs").AxisId;
|
|
242
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
236
243
|
data?: readonly any[] | undefined;
|
|
237
244
|
dataKey?: string | undefined;
|
|
238
245
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
239
|
-
id: import("../internals/index.mjs").AxisId;
|
|
240
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
241
246
|
position?: "left" | "right" | "none";
|
|
242
247
|
width: number;
|
|
243
248
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -252,6 +257,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
252
257
|
scaleType: "linear";
|
|
253
258
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
254
259
|
triggerTooltip?: boolean;
|
|
260
|
+
isFullCircle?: boolean;
|
|
255
261
|
} | {
|
|
256
262
|
axis?: "y";
|
|
257
263
|
className?: string;
|
|
@@ -274,11 +280,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
274
280
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
275
281
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
276
282
|
tickLabelPlacement?: "middle" | "tick";
|
|
283
|
+
id: import("../internals/index.mjs").AxisId;
|
|
284
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
277
285
|
data?: readonly any[] | undefined;
|
|
278
286
|
dataKey?: string | undefined;
|
|
279
287
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
280
|
-
id: import("../internals/index.mjs").AxisId;
|
|
281
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
282
288
|
position?: "left" | "right" | "none";
|
|
283
289
|
width: number;
|
|
284
290
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -293,6 +299,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
293
299
|
scaleType: "linear";
|
|
294
300
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
295
301
|
triggerTooltip?: boolean;
|
|
302
|
+
isFullCircle?: boolean;
|
|
296
303
|
} | {
|
|
297
304
|
axis?: "y";
|
|
298
305
|
className?: string;
|
|
@@ -315,11 +322,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
315
322
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
316
323
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
317
324
|
tickLabelPlacement?: "middle" | "tick";
|
|
325
|
+
id: import("../internals/index.mjs").AxisId;
|
|
326
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
318
327
|
data?: readonly any[] | undefined;
|
|
319
328
|
dataKey?: string | undefined;
|
|
320
329
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
321
|
-
id: import("../internals/index.mjs").AxisId;
|
|
322
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
323
330
|
position?: "left" | "right" | "none";
|
|
324
331
|
width: number;
|
|
325
332
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -334,6 +341,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
334
341
|
scaleType: "linear";
|
|
335
342
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
336
343
|
triggerTooltip?: boolean;
|
|
344
|
+
isFullCircle?: boolean;
|
|
337
345
|
} | {
|
|
338
346
|
axis?: "y";
|
|
339
347
|
className?: string;
|
|
@@ -356,11 +364,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
356
364
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
357
365
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
358
366
|
tickLabelPlacement?: "middle" | "tick";
|
|
367
|
+
id: import("../internals/index.mjs").AxisId;
|
|
368
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
359
369
|
data?: readonly any[] | undefined;
|
|
360
370
|
dataKey?: string | undefined;
|
|
361
371
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
362
|
-
id: import("../internals/index.mjs").AxisId;
|
|
363
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
364
372
|
position?: "left" | "right" | "none";
|
|
365
373
|
width: number;
|
|
366
374
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -375,6 +383,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
375
383
|
scaleType: "linear";
|
|
376
384
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
377
385
|
triggerTooltip?: boolean;
|
|
386
|
+
isFullCircle?: boolean;
|
|
378
387
|
} | {
|
|
379
388
|
axis?: "y";
|
|
380
389
|
className?: string;
|
|
@@ -397,11 +406,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
397
406
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
398
407
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
399
408
|
tickLabelPlacement?: "middle" | "tick";
|
|
409
|
+
id: import("../internals/index.mjs").AxisId;
|
|
410
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
400
411
|
data?: readonly any[] | undefined;
|
|
401
412
|
dataKey?: string | undefined;
|
|
402
413
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
403
|
-
id: import("../internals/index.mjs").AxisId;
|
|
404
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
405
414
|
position?: "left" | "right" | "none";
|
|
406
415
|
width: number;
|
|
407
416
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -416,6 +425,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
416
425
|
scaleType: "time";
|
|
417
426
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
418
427
|
triggerTooltip?: boolean;
|
|
428
|
+
isFullCircle?: boolean;
|
|
419
429
|
} | {
|
|
420
430
|
axis?: "y";
|
|
421
431
|
className?: string;
|
|
@@ -438,11 +448,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
438
448
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
439
449
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
440
450
|
tickLabelPlacement?: "middle" | "tick";
|
|
451
|
+
id: import("../internals/index.mjs").AxisId;
|
|
452
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
441
453
|
data?: readonly any[] | undefined;
|
|
442
454
|
dataKey?: string | undefined;
|
|
443
455
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
444
|
-
id: import("../internals/index.mjs").AxisId;
|
|
445
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
446
456
|
position?: "left" | "right" | "none";
|
|
447
457
|
width: number;
|
|
448
458
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -457,6 +467,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
457
467
|
scaleType: "time";
|
|
458
468
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
459
469
|
triggerTooltip?: boolean;
|
|
470
|
+
isFullCircle?: boolean;
|
|
460
471
|
} | {
|
|
461
472
|
axis?: "y";
|
|
462
473
|
className?: string;
|
|
@@ -479,11 +490,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
479
490
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
480
491
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
481
492
|
tickLabelPlacement?: "middle" | "tick";
|
|
493
|
+
id: import("../internals/index.mjs").AxisId;
|
|
494
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
482
495
|
data?: readonly any[] | undefined;
|
|
483
496
|
dataKey?: string | undefined;
|
|
484
497
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
485
|
-
id: import("../internals/index.mjs").AxisId;
|
|
486
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
487
498
|
position?: "left" | "right" | "none";
|
|
488
499
|
width: number;
|
|
489
500
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -498,6 +509,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
498
509
|
scaleType: "time";
|
|
499
510
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
500
511
|
triggerTooltip?: boolean;
|
|
512
|
+
isFullCircle?: boolean;
|
|
501
513
|
} | {
|
|
502
514
|
axis?: "y";
|
|
503
515
|
className?: string;
|
|
@@ -520,11 +532,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
520
532
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
521
533
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
522
534
|
tickLabelPlacement?: "middle" | "tick";
|
|
535
|
+
id: import("../internals/index.mjs").AxisId;
|
|
536
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
523
537
|
data?: readonly any[] | undefined;
|
|
524
538
|
dataKey?: string | undefined;
|
|
525
539
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
526
|
-
id: import("../internals/index.mjs").AxisId;
|
|
527
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
528
540
|
position?: "left" | "right" | "none";
|
|
529
541
|
width: number;
|
|
530
542
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -539,6 +551,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
539
551
|
scaleType: "time";
|
|
540
552
|
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>;
|
|
541
553
|
triggerTooltip?: boolean;
|
|
554
|
+
isFullCircle?: boolean;
|
|
542
555
|
} | {
|
|
543
556
|
axis?: "y";
|
|
544
557
|
className?: string;
|
|
@@ -561,11 +574,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
561
574
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
562
575
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
563
576
|
tickLabelPlacement?: "middle" | "tick";
|
|
577
|
+
id: import("../internals/index.mjs").AxisId;
|
|
578
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
564
579
|
data?: readonly any[] | undefined;
|
|
565
580
|
dataKey?: string | undefined;
|
|
566
581
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
567
|
-
id: import("../internals/index.mjs").AxisId;
|
|
568
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
569
582
|
position?: "left" | "right" | "none";
|
|
570
583
|
width: number;
|
|
571
584
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -580,6 +593,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
580
593
|
scaleType: "time";
|
|
581
594
|
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>;
|
|
582
595
|
triggerTooltip?: boolean;
|
|
596
|
+
isFullCircle?: boolean;
|
|
583
597
|
} | {
|
|
584
598
|
axis?: "y";
|
|
585
599
|
className?: string;
|
|
@@ -602,11 +616,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
602
616
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
603
617
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
604
618
|
tickLabelPlacement?: "middle" | "tick";
|
|
619
|
+
id: import("../internals/index.mjs").AxisId;
|
|
620
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
605
621
|
data?: readonly any[] | undefined;
|
|
606
622
|
dataKey?: string | undefined;
|
|
607
623
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
608
|
-
id: import("../internals/index.mjs").AxisId;
|
|
609
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
610
624
|
position?: "left" | "right" | "none";
|
|
611
625
|
width: number;
|
|
612
626
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -621,6 +635,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
621
635
|
scaleType: "time";
|
|
622
636
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
623
637
|
triggerTooltip?: boolean;
|
|
638
|
+
isFullCircle?: boolean;
|
|
624
639
|
} | {
|
|
625
640
|
axis?: "y";
|
|
626
641
|
className?: string;
|
|
@@ -643,11 +658,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
643
658
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
644
659
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
645
660
|
tickLabelPlacement?: "middle" | "tick";
|
|
661
|
+
id: import("../internals/index.mjs").AxisId;
|
|
662
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
646
663
|
data?: readonly any[] | undefined;
|
|
647
664
|
dataKey?: string | undefined;
|
|
648
665
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
649
|
-
id: import("../internals/index.mjs").AxisId;
|
|
650
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
651
666
|
position?: "left" | "right" | "none";
|
|
652
667
|
width: number;
|
|
653
668
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -662,6 +677,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
662
677
|
scaleType: "time";
|
|
663
678
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
664
679
|
triggerTooltip?: boolean;
|
|
680
|
+
isFullCircle?: boolean;
|
|
665
681
|
} | {
|
|
666
682
|
axis?: "y";
|
|
667
683
|
className?: string;
|
|
@@ -684,11 +700,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
684
700
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
685
701
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
686
702
|
tickLabelPlacement?: "middle" | "tick";
|
|
703
|
+
id: import("../internals/index.mjs").AxisId;
|
|
704
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
687
705
|
data?: readonly any[] | undefined;
|
|
688
706
|
dataKey?: string | undefined;
|
|
689
707
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
690
|
-
id: import("../internals/index.mjs").AxisId;
|
|
691
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
692
708
|
position?: "left" | "right" | "none";
|
|
693
709
|
width: number;
|
|
694
710
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -703,6 +719,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
703
719
|
scaleType: "time";
|
|
704
720
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
705
721
|
triggerTooltip?: boolean;
|
|
722
|
+
isFullCircle?: boolean;
|
|
706
723
|
} | {
|
|
707
724
|
axis?: "y";
|
|
708
725
|
className?: string;
|
|
@@ -725,11 +742,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
725
742
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
726
743
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
727
744
|
tickLabelPlacement?: "middle" | "tick";
|
|
745
|
+
id: import("../internals/index.mjs").AxisId;
|
|
746
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
728
747
|
data?: readonly any[] | undefined;
|
|
729
748
|
dataKey?: string | undefined;
|
|
730
749
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
731
|
-
id: import("../internals/index.mjs").AxisId;
|
|
732
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
733
750
|
position?: "left" | "right" | "none";
|
|
734
751
|
width: number;
|
|
735
752
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -744,6 +761,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
744
761
|
scaleType: "time";
|
|
745
762
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
746
763
|
triggerTooltip?: boolean;
|
|
764
|
+
isFullCircle?: boolean;
|
|
747
765
|
} | {
|
|
748
766
|
axis?: "y";
|
|
749
767
|
className?: string;
|
|
@@ -766,11 +784,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
766
784
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
767
785
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
768
786
|
tickLabelPlacement?: "middle" | "tick";
|
|
787
|
+
id: import("../internals/index.mjs").AxisId;
|
|
788
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
769
789
|
data?: readonly any[] | undefined;
|
|
770
790
|
dataKey?: string | undefined;
|
|
771
791
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
772
|
-
id: import("../internals/index.mjs").AxisId;
|
|
773
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
774
792
|
position?: "left" | "right" | "none";
|
|
775
793
|
width: number;
|
|
776
794
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -785,6 +803,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
785
803
|
scaleType: "log";
|
|
786
804
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
787
805
|
triggerTooltip?: boolean;
|
|
806
|
+
isFullCircle?: boolean;
|
|
788
807
|
} | {
|
|
789
808
|
axis?: "y";
|
|
790
809
|
className?: string;
|
|
@@ -807,11 +826,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
807
826
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
808
827
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
809
828
|
tickLabelPlacement?: "middle" | "tick";
|
|
829
|
+
id: import("../internals/index.mjs").AxisId;
|
|
830
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
810
831
|
data?: readonly any[] | undefined;
|
|
811
832
|
dataKey?: string | undefined;
|
|
812
833
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
813
|
-
id: import("../internals/index.mjs").AxisId;
|
|
814
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
815
834
|
position?: "left" | "right" | "none";
|
|
816
835
|
width: number;
|
|
817
836
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -826,6 +845,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
826
845
|
scaleType: "log";
|
|
827
846
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
828
847
|
triggerTooltip?: boolean;
|
|
848
|
+
isFullCircle?: boolean;
|
|
829
849
|
} | {
|
|
830
850
|
axis?: "y";
|
|
831
851
|
className?: string;
|
|
@@ -848,11 +868,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
848
868
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
849
869
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
850
870
|
tickLabelPlacement?: "middle" | "tick";
|
|
871
|
+
id: import("../internals/index.mjs").AxisId;
|
|
872
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
851
873
|
data?: readonly any[] | undefined;
|
|
852
874
|
dataKey?: string | undefined;
|
|
853
875
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
854
|
-
id: import("../internals/index.mjs").AxisId;
|
|
855
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
856
876
|
position?: "left" | "right" | "none";
|
|
857
877
|
width: number;
|
|
858
878
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -867,6 +887,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
867
887
|
scaleType: "log";
|
|
868
888
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
869
889
|
triggerTooltip?: boolean;
|
|
890
|
+
isFullCircle?: boolean;
|
|
870
891
|
} | {
|
|
871
892
|
axis?: "y";
|
|
872
893
|
className?: string;
|
|
@@ -889,11 +910,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
889
910
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
890
911
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
891
912
|
tickLabelPlacement?: "middle" | "tick";
|
|
913
|
+
id: import("../internals/index.mjs").AxisId;
|
|
914
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
892
915
|
data?: readonly any[] | undefined;
|
|
893
916
|
dataKey?: string | undefined;
|
|
894
917
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
895
|
-
id: import("../internals/index.mjs").AxisId;
|
|
896
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
897
918
|
position?: "left" | "right" | "none";
|
|
898
919
|
width: number;
|
|
899
920
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -908,6 +929,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
908
929
|
scaleType: "log";
|
|
909
930
|
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>;
|
|
910
931
|
triggerTooltip?: boolean;
|
|
932
|
+
isFullCircle?: boolean;
|
|
911
933
|
} | {
|
|
912
934
|
axis?: "y";
|
|
913
935
|
className?: string;
|
|
@@ -930,11 +952,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
930
952
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
931
953
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
932
954
|
tickLabelPlacement?: "middle" | "tick";
|
|
955
|
+
id: import("../internals/index.mjs").AxisId;
|
|
956
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
933
957
|
data?: readonly any[] | undefined;
|
|
934
958
|
dataKey?: string | undefined;
|
|
935
959
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
936
|
-
id: import("../internals/index.mjs").AxisId;
|
|
937
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
938
960
|
position?: "left" | "right" | "none";
|
|
939
961
|
width: number;
|
|
940
962
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -949,6 +971,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
949
971
|
scaleType: "log";
|
|
950
972
|
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>;
|
|
951
973
|
triggerTooltip?: boolean;
|
|
974
|
+
isFullCircle?: boolean;
|
|
952
975
|
} | {
|
|
953
976
|
axis?: "y";
|
|
954
977
|
className?: string;
|
|
@@ -971,11 +994,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
971
994
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
972
995
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
973
996
|
tickLabelPlacement?: "middle" | "tick";
|
|
997
|
+
id: import("../internals/index.mjs").AxisId;
|
|
998
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
974
999
|
data?: readonly any[] | undefined;
|
|
975
1000
|
dataKey?: string | undefined;
|
|
976
1001
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
977
|
-
id: import("../internals/index.mjs").AxisId;
|
|
978
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
979
1002
|
position?: "left" | "right" | "none";
|
|
980
1003
|
width: number;
|
|
981
1004
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -990,6 +1013,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
990
1013
|
scaleType: "log";
|
|
991
1014
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
992
1015
|
triggerTooltip?: boolean;
|
|
1016
|
+
isFullCircle?: boolean;
|
|
993
1017
|
} | {
|
|
994
1018
|
axis?: "y";
|
|
995
1019
|
className?: string;
|
|
@@ -1012,11 +1036,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1012
1036
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1013
1037
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1014
1038
|
tickLabelPlacement?: "middle" | "tick";
|
|
1039
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1040
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1015
1041
|
data?: readonly any[] | undefined;
|
|
1016
1042
|
dataKey?: string | undefined;
|
|
1017
1043
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1018
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1019
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1020
1044
|
position?: "left" | "right" | "none";
|
|
1021
1045
|
width: number;
|
|
1022
1046
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1031,6 +1055,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1031
1055
|
scaleType: "log";
|
|
1032
1056
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1033
1057
|
triggerTooltip?: boolean;
|
|
1058
|
+
isFullCircle?: boolean;
|
|
1034
1059
|
} | {
|
|
1035
1060
|
axis?: "y";
|
|
1036
1061
|
className?: string;
|
|
@@ -1053,11 +1078,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1053
1078
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1054
1079
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1055
1080
|
tickLabelPlacement?: "middle" | "tick";
|
|
1081
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1082
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1056
1083
|
data?: readonly any[] | undefined;
|
|
1057
1084
|
dataKey?: string | undefined;
|
|
1058
1085
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1059
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1060
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1061
1086
|
position?: "left" | "right" | "none";
|
|
1062
1087
|
width: number;
|
|
1063
1088
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1072,6 +1097,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1072
1097
|
scaleType: "log";
|
|
1073
1098
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1074
1099
|
triggerTooltip?: boolean;
|
|
1100
|
+
isFullCircle?: boolean;
|
|
1075
1101
|
} | {
|
|
1076
1102
|
axis?: "y";
|
|
1077
1103
|
className?: string;
|
|
@@ -1094,11 +1120,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1094
1120
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1095
1121
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1096
1122
|
tickLabelPlacement?: "middle" | "tick";
|
|
1123
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1124
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1097
1125
|
data?: readonly any[] | undefined;
|
|
1098
1126
|
dataKey?: string | undefined;
|
|
1099
1127
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1100
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1101
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1102
1128
|
position?: "left" | "right" | "none";
|
|
1103
1129
|
width: number;
|
|
1104
1130
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1113,6 +1139,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1113
1139
|
scaleType: "log";
|
|
1114
1140
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1115
1141
|
triggerTooltip?: boolean;
|
|
1142
|
+
isFullCircle?: boolean;
|
|
1116
1143
|
} | {
|
|
1117
1144
|
axis?: "y";
|
|
1118
1145
|
className?: string;
|
|
@@ -1135,11 +1162,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1135
1162
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1136
1163
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1137
1164
|
tickLabelPlacement?: "middle" | "tick";
|
|
1165
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1166
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1138
1167
|
data?: readonly any[] | undefined;
|
|
1139
1168
|
dataKey?: string | undefined;
|
|
1140
1169
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1141
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1142
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1143
1170
|
position?: "left" | "right" | "none";
|
|
1144
1171
|
width: number;
|
|
1145
1172
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1158,6 +1185,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1158
1185
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1159
1186
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1160
1187
|
triggerTooltip?: boolean;
|
|
1188
|
+
isFullCircle?: boolean;
|
|
1161
1189
|
} | {
|
|
1162
1190
|
axis?: "y";
|
|
1163
1191
|
className?: string;
|
|
@@ -1180,11 +1208,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1180
1208
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1181
1209
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1182
1210
|
tickLabelPlacement?: "middle" | "tick";
|
|
1211
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1212
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1183
1213
|
data?: readonly any[] | undefined;
|
|
1184
1214
|
dataKey?: string | undefined;
|
|
1185
1215
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1186
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1187
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1188
1216
|
position?: "left" | "right" | "none";
|
|
1189
1217
|
width: number;
|
|
1190
1218
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1203,6 +1231,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1203
1231
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1204
1232
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1205
1233
|
triggerTooltip?: boolean;
|
|
1234
|
+
isFullCircle?: boolean;
|
|
1206
1235
|
} | {
|
|
1207
1236
|
axis?: "y";
|
|
1208
1237
|
className?: string;
|
|
@@ -1225,11 +1254,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1225
1254
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1226
1255
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1227
1256
|
tickLabelPlacement?: "middle" | "tick";
|
|
1257
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1258
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1228
1259
|
data?: readonly any[] | undefined;
|
|
1229
1260
|
dataKey?: string | undefined;
|
|
1230
1261
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1231
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1232
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1233
1262
|
position?: "left" | "right" | "none";
|
|
1234
1263
|
width: number;
|
|
1235
1264
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1248,6 +1277,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1248
1277
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1249
1278
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1250
1279
|
triggerTooltip?: boolean;
|
|
1280
|
+
isFullCircle?: boolean;
|
|
1251
1281
|
} | {
|
|
1252
1282
|
axis?: "y";
|
|
1253
1283
|
className?: string;
|
|
@@ -1270,11 +1300,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1270
1300
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1271
1301
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1272
1302
|
tickLabelPlacement?: "middle" | "tick";
|
|
1303
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1304
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1273
1305
|
data?: readonly any[] | undefined;
|
|
1274
1306
|
dataKey?: string | undefined;
|
|
1275
1307
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1276
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1277
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1278
1308
|
position?: "left" | "right" | "none";
|
|
1279
1309
|
width: number;
|
|
1280
1310
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1293,6 +1323,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1293
1323
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1294
1324
|
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>;
|
|
1295
1325
|
triggerTooltip?: boolean;
|
|
1326
|
+
isFullCircle?: boolean;
|
|
1296
1327
|
} | {
|
|
1297
1328
|
axis?: "y";
|
|
1298
1329
|
className?: string;
|
|
@@ -1315,11 +1346,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1315
1346
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1316
1347
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1317
1348
|
tickLabelPlacement?: "middle" | "tick";
|
|
1349
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1350
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1318
1351
|
data?: readonly any[] | undefined;
|
|
1319
1352
|
dataKey?: string | undefined;
|
|
1320
1353
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1321
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1322
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1323
1354
|
position?: "left" | "right" | "none";
|
|
1324
1355
|
width: number;
|
|
1325
1356
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1338,6 +1369,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1338
1369
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1339
1370
|
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>;
|
|
1340
1371
|
triggerTooltip?: boolean;
|
|
1372
|
+
isFullCircle?: boolean;
|
|
1341
1373
|
} | {
|
|
1342
1374
|
axis?: "y";
|
|
1343
1375
|
className?: string;
|
|
@@ -1360,11 +1392,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1360
1392
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1361
1393
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1362
1394
|
tickLabelPlacement?: "middle" | "tick";
|
|
1395
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1396
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1363
1397
|
data?: readonly any[] | undefined;
|
|
1364
1398
|
dataKey?: string | undefined;
|
|
1365
1399
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1366
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1367
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1368
1400
|
position?: "left" | "right" | "none";
|
|
1369
1401
|
width: number;
|
|
1370
1402
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1383,6 +1415,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1383
1415
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1384
1416
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1385
1417
|
triggerTooltip?: boolean;
|
|
1418
|
+
isFullCircle?: boolean;
|
|
1386
1419
|
} | {
|
|
1387
1420
|
axis?: "y";
|
|
1388
1421
|
className?: string;
|
|
@@ -1405,11 +1438,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1405
1438
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1406
1439
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1407
1440
|
tickLabelPlacement?: "middle" | "tick";
|
|
1441
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1442
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1408
1443
|
data?: readonly any[] | undefined;
|
|
1409
1444
|
dataKey?: string | undefined;
|
|
1410
1445
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1411
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1412
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1413
1446
|
position?: "left" | "right" | "none";
|
|
1414
1447
|
width: number;
|
|
1415
1448
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1428,6 +1461,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1428
1461
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1429
1462
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1430
1463
|
triggerTooltip?: boolean;
|
|
1464
|
+
isFullCircle?: boolean;
|
|
1431
1465
|
} | {
|
|
1432
1466
|
axis?: "y";
|
|
1433
1467
|
className?: string;
|
|
@@ -1450,11 +1484,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1450
1484
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1451
1485
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1452
1486
|
tickLabelPlacement?: "middle" | "tick";
|
|
1487
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1488
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1453
1489
|
data?: readonly any[] | undefined;
|
|
1454
1490
|
dataKey?: string | undefined;
|
|
1455
1491
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1456
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1457
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1458
1492
|
position?: "left" | "right" | "none";
|
|
1459
1493
|
width: number;
|
|
1460
1494
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1473,6 +1507,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1473
1507
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1474
1508
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1475
1509
|
triggerTooltip?: boolean;
|
|
1510
|
+
isFullCircle?: boolean;
|
|
1476
1511
|
} | {
|
|
1477
1512
|
axis?: "y";
|
|
1478
1513
|
className?: string;
|
|
@@ -1495,11 +1530,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1495
1530
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1496
1531
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1497
1532
|
tickLabelPlacement?: "middle" | "tick";
|
|
1533
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1534
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1498
1535
|
data?: readonly any[] | undefined;
|
|
1499
1536
|
dataKey?: string | undefined;
|
|
1500
1537
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1501
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1502
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1503
1538
|
position?: "left" | "right" | "none";
|
|
1504
1539
|
width: number;
|
|
1505
1540
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1518,6 +1553,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1518
1553
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1519
1554
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1520
1555
|
triggerTooltip?: boolean;
|
|
1556
|
+
isFullCircle?: boolean;
|
|
1521
1557
|
} | {
|
|
1522
1558
|
axis?: "y";
|
|
1523
1559
|
className?: string;
|
|
@@ -1540,11 +1576,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1540
1576
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1541
1577
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1542
1578
|
tickLabelPlacement?: "middle" | "tick";
|
|
1579
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1580
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1543
1581
|
data?: readonly any[] | undefined;
|
|
1544
1582
|
dataKey?: string | undefined;
|
|
1545
1583
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1546
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1547
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1548
1584
|
position?: "left" | "right" | "none";
|
|
1549
1585
|
width: number;
|
|
1550
1586
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1561,6 +1597,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1561
1597
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1562
1598
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1563
1599
|
triggerTooltip?: boolean;
|
|
1600
|
+
isFullCircle?: boolean;
|
|
1564
1601
|
} | {
|
|
1565
1602
|
axis?: "y";
|
|
1566
1603
|
className?: string;
|
|
@@ -1583,11 +1620,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1583
1620
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1584
1621
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1585
1622
|
tickLabelPlacement?: "middle" | "tick";
|
|
1623
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1624
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1586
1625
|
data?: readonly any[] | undefined;
|
|
1587
1626
|
dataKey?: string | undefined;
|
|
1588
1627
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1589
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1590
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1591
1628
|
position?: "left" | "right" | "none";
|
|
1592
1629
|
width: number;
|
|
1593
1630
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1604,6 +1641,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1604
1641
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1605
1642
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1606
1643
|
triggerTooltip?: boolean;
|
|
1644
|
+
isFullCircle?: boolean;
|
|
1607
1645
|
} | {
|
|
1608
1646
|
axis?: "y";
|
|
1609
1647
|
className?: string;
|
|
@@ -1626,11 +1664,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1626
1664
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1627
1665
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1628
1666
|
tickLabelPlacement?: "middle" | "tick";
|
|
1667
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1668
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1629
1669
|
data?: readonly any[] | undefined;
|
|
1630
1670
|
dataKey?: string | undefined;
|
|
1631
1671
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1632
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1633
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1634
1672
|
position?: "left" | "right" | "none";
|
|
1635
1673
|
width: number;
|
|
1636
1674
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1647,6 +1685,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1647
1685
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1648
1686
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1649
1687
|
triggerTooltip?: boolean;
|
|
1688
|
+
isFullCircle?: boolean;
|
|
1650
1689
|
} | {
|
|
1651
1690
|
axis?: "y";
|
|
1652
1691
|
className?: string;
|
|
@@ -1669,11 +1708,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1669
1708
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1670
1709
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1671
1710
|
tickLabelPlacement?: "middle" | "tick";
|
|
1711
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1712
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1672
1713
|
data?: readonly any[] | undefined;
|
|
1673
1714
|
dataKey?: string | undefined;
|
|
1674
1715
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1675
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1676
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1677
1716
|
position?: "left" | "right" | "none";
|
|
1678
1717
|
width: number;
|
|
1679
1718
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1690,6 +1729,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1690
1729
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1691
1730
|
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>;
|
|
1692
1731
|
triggerTooltip?: boolean;
|
|
1732
|
+
isFullCircle?: boolean;
|
|
1693
1733
|
} | {
|
|
1694
1734
|
axis?: "y";
|
|
1695
1735
|
className?: string;
|
|
@@ -1712,11 +1752,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1712
1752
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1713
1753
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1714
1754
|
tickLabelPlacement?: "middle" | "tick";
|
|
1755
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1756
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1715
1757
|
data?: readonly any[] | undefined;
|
|
1716
1758
|
dataKey?: string | undefined;
|
|
1717
1759
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1718
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1719
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1720
1760
|
position?: "left" | "right" | "none";
|
|
1721
1761
|
width: number;
|
|
1722
1762
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1733,6 +1773,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1733
1773
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1734
1774
|
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>;
|
|
1735
1775
|
triggerTooltip?: boolean;
|
|
1776
|
+
isFullCircle?: boolean;
|
|
1736
1777
|
} | {
|
|
1737
1778
|
axis?: "y";
|
|
1738
1779
|
className?: string;
|
|
@@ -1755,11 +1796,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1755
1796
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1756
1797
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1757
1798
|
tickLabelPlacement?: "middle" | "tick";
|
|
1799
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1800
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1758
1801
|
data?: readonly any[] | undefined;
|
|
1759
1802
|
dataKey?: string | undefined;
|
|
1760
1803
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1761
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1762
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1763
1804
|
position?: "left" | "right" | "none";
|
|
1764
1805
|
width: number;
|
|
1765
1806
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1776,6 +1817,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1776
1817
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1777
1818
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1778
1819
|
triggerTooltip?: boolean;
|
|
1820
|
+
isFullCircle?: boolean;
|
|
1779
1821
|
} | {
|
|
1780
1822
|
axis?: "y";
|
|
1781
1823
|
className?: string;
|
|
@@ -1798,11 +1840,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1798
1840
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1799
1841
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1800
1842
|
tickLabelPlacement?: "middle" | "tick";
|
|
1843
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1844
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1801
1845
|
data?: readonly any[] | undefined;
|
|
1802
1846
|
dataKey?: string | undefined;
|
|
1803
1847
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1804
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1805
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1806
1848
|
position?: "left" | "right" | "none";
|
|
1807
1849
|
width: number;
|
|
1808
1850
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1819,6 +1861,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1819
1861
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1820
1862
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1821
1863
|
triggerTooltip?: boolean;
|
|
1864
|
+
isFullCircle?: boolean;
|
|
1822
1865
|
} | {
|
|
1823
1866
|
axis?: "y";
|
|
1824
1867
|
className?: string;
|
|
@@ -1841,11 +1884,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1841
1884
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1842
1885
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1843
1886
|
tickLabelPlacement?: "middle" | "tick";
|
|
1887
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1888
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1844
1889
|
data?: readonly any[] | undefined;
|
|
1845
1890
|
dataKey?: string | undefined;
|
|
1846
1891
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1847
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1848
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1849
1892
|
position?: "left" | "right" | "none";
|
|
1850
1893
|
width: number;
|
|
1851
1894
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1862,6 +1905,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1862
1905
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1863
1906
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1864
1907
|
triggerTooltip?: boolean;
|
|
1908
|
+
isFullCircle?: boolean;
|
|
1865
1909
|
} | {
|
|
1866
1910
|
axis?: "y";
|
|
1867
1911
|
className?: string;
|
|
@@ -1884,11 +1928,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1884
1928
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1885
1929
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1886
1930
|
tickLabelPlacement?: "middle" | "tick";
|
|
1931
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1932
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1887
1933
|
data?: readonly any[] | undefined;
|
|
1888
1934
|
dataKey?: string | undefined;
|
|
1889
1935
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1890
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1891
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1892
1936
|
position?: "left" | "right" | "none";
|
|
1893
1937
|
width: number;
|
|
1894
1938
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1905,6 +1949,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1905
1949
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
1906
1950
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1907
1951
|
triggerTooltip?: boolean;
|
|
1952
|
+
isFullCircle?: boolean;
|
|
1908
1953
|
} | {
|
|
1909
1954
|
axis?: "y";
|
|
1910
1955
|
className?: string;
|
|
@@ -1927,11 +1972,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1927
1972
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1928
1973
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1929
1974
|
tickLabelPlacement?: "middle" | "tick";
|
|
1975
|
+
id: import("../internals/index.mjs").AxisId;
|
|
1976
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1930
1977
|
data?: readonly any[] | undefined;
|
|
1931
1978
|
dataKey?: string | undefined;
|
|
1932
1979
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1933
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1934
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1935
1980
|
position?: "left" | "right" | "none";
|
|
1936
1981
|
width: number;
|
|
1937
1982
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1947,6 +1992,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1947
1992
|
constant?: number;
|
|
1948
1993
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1949
1994
|
triggerTooltip?: boolean;
|
|
1995
|
+
isFullCircle?: boolean;
|
|
1950
1996
|
} | {
|
|
1951
1997
|
axis?: "y";
|
|
1952
1998
|
className?: string;
|
|
@@ -1969,11 +2015,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1969
2015
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
1970
2016
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
1971
2017
|
tickLabelPlacement?: "middle" | "tick";
|
|
2018
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2019
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1972
2020
|
data?: readonly any[] | undefined;
|
|
1973
2021
|
dataKey?: string | undefined;
|
|
1974
2022
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1975
|
-
id: import("../internals/index.mjs").AxisId;
|
|
1976
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1977
2023
|
position?: "left" | "right" | "none";
|
|
1978
2024
|
width: number;
|
|
1979
2025
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -1989,6 +2035,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1989
2035
|
constant?: number;
|
|
1990
2036
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1991
2037
|
triggerTooltip?: boolean;
|
|
2038
|
+
isFullCircle?: boolean;
|
|
1992
2039
|
} | {
|
|
1993
2040
|
axis?: "y";
|
|
1994
2041
|
className?: string;
|
|
@@ -2011,11 +2058,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2011
2058
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2012
2059
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2013
2060
|
tickLabelPlacement?: "middle" | "tick";
|
|
2061
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2062
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2014
2063
|
data?: readonly any[] | undefined;
|
|
2015
2064
|
dataKey?: string | undefined;
|
|
2016
2065
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2017
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2018
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2019
2066
|
position?: "left" | "right" | "none";
|
|
2020
2067
|
width: number;
|
|
2021
2068
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2031,6 +2078,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2031
2078
|
constant?: number;
|
|
2032
2079
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2033
2080
|
triggerTooltip?: boolean;
|
|
2081
|
+
isFullCircle?: boolean;
|
|
2034
2082
|
} | {
|
|
2035
2083
|
axis?: "y";
|
|
2036
2084
|
className?: string;
|
|
@@ -2053,11 +2101,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2053
2101
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2054
2102
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2055
2103
|
tickLabelPlacement?: "middle" | "tick";
|
|
2104
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2105
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2056
2106
|
data?: readonly any[] | undefined;
|
|
2057
2107
|
dataKey?: string | undefined;
|
|
2058
2108
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2059
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2060
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2061
2109
|
position?: "left" | "right" | "none";
|
|
2062
2110
|
width: number;
|
|
2063
2111
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2073,6 +2121,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2073
2121
|
constant?: number;
|
|
2074
2122
|
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>;
|
|
2075
2123
|
triggerTooltip?: boolean;
|
|
2124
|
+
isFullCircle?: boolean;
|
|
2076
2125
|
} | {
|
|
2077
2126
|
axis?: "y";
|
|
2078
2127
|
className?: string;
|
|
@@ -2095,11 +2144,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2095
2144
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2096
2145
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2097
2146
|
tickLabelPlacement?: "middle" | "tick";
|
|
2147
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2148
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2098
2149
|
data?: readonly any[] | undefined;
|
|
2099
2150
|
dataKey?: string | undefined;
|
|
2100
2151
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2101
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2102
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2103
2152
|
position?: "left" | "right" | "none";
|
|
2104
2153
|
width: number;
|
|
2105
2154
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2115,6 +2164,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2115
2164
|
constant?: number;
|
|
2116
2165
|
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>;
|
|
2117
2166
|
triggerTooltip?: boolean;
|
|
2167
|
+
isFullCircle?: boolean;
|
|
2118
2168
|
} | {
|
|
2119
2169
|
axis?: "y";
|
|
2120
2170
|
className?: string;
|
|
@@ -2137,11 +2187,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2137
2187
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2138
2188
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2139
2189
|
tickLabelPlacement?: "middle" | "tick";
|
|
2190
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2191
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2140
2192
|
data?: readonly any[] | undefined;
|
|
2141
2193
|
dataKey?: string | undefined;
|
|
2142
2194
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2143
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2144
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2145
2195
|
position?: "left" | "right" | "none";
|
|
2146
2196
|
width: number;
|
|
2147
2197
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2157,6 +2207,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2157
2207
|
constant?: number;
|
|
2158
2208
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2159
2209
|
triggerTooltip?: boolean;
|
|
2210
|
+
isFullCircle?: boolean;
|
|
2160
2211
|
} | {
|
|
2161
2212
|
axis?: "y";
|
|
2162
2213
|
className?: string;
|
|
@@ -2179,11 +2230,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2179
2230
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2180
2231
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2181
2232
|
tickLabelPlacement?: "middle" | "tick";
|
|
2233
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2234
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2182
2235
|
data?: readonly any[] | undefined;
|
|
2183
2236
|
dataKey?: string | undefined;
|
|
2184
2237
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2185
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2186
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2187
2238
|
position?: "left" | "right" | "none";
|
|
2188
2239
|
width: number;
|
|
2189
2240
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2199,6 +2250,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2199
2250
|
constant?: number;
|
|
2200
2251
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2201
2252
|
triggerTooltip?: boolean;
|
|
2253
|
+
isFullCircle?: boolean;
|
|
2202
2254
|
} | {
|
|
2203
2255
|
axis?: "y";
|
|
2204
2256
|
className?: string;
|
|
@@ -2221,11 +2273,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2221
2273
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2222
2274
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2223
2275
|
tickLabelPlacement?: "middle" | "tick";
|
|
2276
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2277
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2224
2278
|
data?: readonly any[] | undefined;
|
|
2225
2279
|
dataKey?: string | undefined;
|
|
2226
2280
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2227
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2228
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2229
2281
|
position?: "left" | "right" | "none";
|
|
2230
2282
|
width: number;
|
|
2231
2283
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2241,6 +2293,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2241
2293
|
constant?: number;
|
|
2242
2294
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2243
2295
|
triggerTooltip?: boolean;
|
|
2296
|
+
isFullCircle?: boolean;
|
|
2244
2297
|
} | {
|
|
2245
2298
|
axis?: "y";
|
|
2246
2299
|
className?: string;
|
|
@@ -2263,11 +2316,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2263
2316
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2264
2317
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2265
2318
|
tickLabelPlacement?: "middle" | "tick";
|
|
2319
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2320
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2266
2321
|
data?: readonly any[] | undefined;
|
|
2267
2322
|
dataKey?: string | undefined;
|
|
2268
2323
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2269
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2270
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2271
2324
|
position?: "left" | "right" | "none";
|
|
2272
2325
|
width: number;
|
|
2273
2326
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2283,6 +2336,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2283
2336
|
constant?: number;
|
|
2284
2337
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2285
2338
|
triggerTooltip?: boolean;
|
|
2339
|
+
isFullCircle?: boolean;
|
|
2286
2340
|
} | {
|
|
2287
2341
|
axis?: "y";
|
|
2288
2342
|
className?: string;
|
|
@@ -2305,11 +2359,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2305
2359
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2306
2360
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2307
2361
|
tickLabelPlacement?: "middle" | "tick";
|
|
2362
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2363
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2308
2364
|
data?: readonly any[] | undefined;
|
|
2309
2365
|
dataKey?: string | undefined;
|
|
2310
2366
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2311
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2312
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2313
2367
|
position?: "left" | "right" | "none";
|
|
2314
2368
|
width: number;
|
|
2315
2369
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2324,6 +2378,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2324
2378
|
scaleType: "pow";
|
|
2325
2379
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2326
2380
|
triggerTooltip?: boolean;
|
|
2381
|
+
isFullCircle?: boolean;
|
|
2327
2382
|
} | {
|
|
2328
2383
|
axis?: "y";
|
|
2329
2384
|
className?: string;
|
|
@@ -2346,11 +2401,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2346
2401
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2347
2402
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2348
2403
|
tickLabelPlacement?: "middle" | "tick";
|
|
2404
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2405
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2349
2406
|
data?: readonly any[] | undefined;
|
|
2350
2407
|
dataKey?: string | undefined;
|
|
2351
2408
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2352
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2353
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2354
2409
|
position?: "left" | "right" | "none";
|
|
2355
2410
|
width: number;
|
|
2356
2411
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2365,6 +2420,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2365
2420
|
scaleType: "pow";
|
|
2366
2421
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2367
2422
|
triggerTooltip?: boolean;
|
|
2423
|
+
isFullCircle?: boolean;
|
|
2368
2424
|
} | {
|
|
2369
2425
|
axis?: "y";
|
|
2370
2426
|
className?: string;
|
|
@@ -2387,11 +2443,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2387
2443
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2388
2444
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2389
2445
|
tickLabelPlacement?: "middle" | "tick";
|
|
2446
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2447
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2390
2448
|
data?: readonly any[] | undefined;
|
|
2391
2449
|
dataKey?: string | undefined;
|
|
2392
2450
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2393
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2394
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2395
2451
|
position?: "left" | "right" | "none";
|
|
2396
2452
|
width: number;
|
|
2397
2453
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2406,6 +2462,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2406
2462
|
scaleType: "pow";
|
|
2407
2463
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2408
2464
|
triggerTooltip?: boolean;
|
|
2465
|
+
isFullCircle?: boolean;
|
|
2409
2466
|
} | {
|
|
2410
2467
|
axis?: "y";
|
|
2411
2468
|
className?: string;
|
|
@@ -2428,11 +2485,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2428
2485
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2429
2486
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2430
2487
|
tickLabelPlacement?: "middle" | "tick";
|
|
2488
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2489
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2431
2490
|
data?: readonly any[] | undefined;
|
|
2432
2491
|
dataKey?: string | undefined;
|
|
2433
2492
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2434
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2435
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2436
2493
|
position?: "left" | "right" | "none";
|
|
2437
2494
|
width: number;
|
|
2438
2495
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2447,6 +2504,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2447
2504
|
scaleType: "pow";
|
|
2448
2505
|
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>;
|
|
2449
2506
|
triggerTooltip?: boolean;
|
|
2507
|
+
isFullCircle?: boolean;
|
|
2450
2508
|
} | {
|
|
2451
2509
|
axis?: "y";
|
|
2452
2510
|
className?: string;
|
|
@@ -2469,11 +2527,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2469
2527
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2470
2528
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2471
2529
|
tickLabelPlacement?: "middle" | "tick";
|
|
2530
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2531
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2472
2532
|
data?: readonly any[] | undefined;
|
|
2473
2533
|
dataKey?: string | undefined;
|
|
2474
2534
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2475
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2476
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2477
2535
|
position?: "left" | "right" | "none";
|
|
2478
2536
|
width: number;
|
|
2479
2537
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2488,6 +2546,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2488
2546
|
scaleType: "pow";
|
|
2489
2547
|
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>;
|
|
2490
2548
|
triggerTooltip?: boolean;
|
|
2549
|
+
isFullCircle?: boolean;
|
|
2491
2550
|
} | {
|
|
2492
2551
|
axis?: "y";
|
|
2493
2552
|
className?: string;
|
|
@@ -2510,11 +2569,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2510
2569
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2511
2570
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2512
2571
|
tickLabelPlacement?: "middle" | "tick";
|
|
2572
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2573
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2513
2574
|
data?: readonly any[] | undefined;
|
|
2514
2575
|
dataKey?: string | undefined;
|
|
2515
2576
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2516
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2517
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2518
2577
|
position?: "left" | "right" | "none";
|
|
2519
2578
|
width: number;
|
|
2520
2579
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2529,6 +2588,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2529
2588
|
scaleType: "pow";
|
|
2530
2589
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2531
2590
|
triggerTooltip?: boolean;
|
|
2591
|
+
isFullCircle?: boolean;
|
|
2532
2592
|
} | {
|
|
2533
2593
|
axis?: "y";
|
|
2534
2594
|
className?: string;
|
|
@@ -2551,11 +2611,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2551
2611
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2552
2612
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2553
2613
|
tickLabelPlacement?: "middle" | "tick";
|
|
2614
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2615
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2554
2616
|
data?: readonly any[] | undefined;
|
|
2555
2617
|
dataKey?: string | undefined;
|
|
2556
2618
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2557
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2558
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2559
2619
|
position?: "left" | "right" | "none";
|
|
2560
2620
|
width: number;
|
|
2561
2621
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2570,6 +2630,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2570
2630
|
scaleType: "pow";
|
|
2571
2631
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2572
2632
|
triggerTooltip?: boolean;
|
|
2633
|
+
isFullCircle?: boolean;
|
|
2573
2634
|
} | {
|
|
2574
2635
|
axis?: "y";
|
|
2575
2636
|
className?: string;
|
|
@@ -2592,11 +2653,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2592
2653
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2593
2654
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2594
2655
|
tickLabelPlacement?: "middle" | "tick";
|
|
2656
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2657
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2595
2658
|
data?: readonly any[] | undefined;
|
|
2596
2659
|
dataKey?: string | undefined;
|
|
2597
2660
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2598
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2599
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2600
2661
|
position?: "left" | "right" | "none";
|
|
2601
2662
|
width: number;
|
|
2602
2663
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2611,6 +2672,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2611
2672
|
scaleType: "pow";
|
|
2612
2673
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2613
2674
|
triggerTooltip?: boolean;
|
|
2675
|
+
isFullCircle?: boolean;
|
|
2614
2676
|
} | {
|
|
2615
2677
|
axis?: "y";
|
|
2616
2678
|
className?: string;
|
|
@@ -2633,11 +2695,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2633
2695
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2634
2696
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2635
2697
|
tickLabelPlacement?: "middle" | "tick";
|
|
2698
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2699
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2636
2700
|
data?: readonly any[] | undefined;
|
|
2637
2701
|
dataKey?: string | undefined;
|
|
2638
2702
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2639
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2640
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2641
2703
|
position?: "left" | "right" | "none";
|
|
2642
2704
|
width: number;
|
|
2643
2705
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2652,6 +2714,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2652
2714
|
scaleType: "pow";
|
|
2653
2715
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2654
2716
|
triggerTooltip?: boolean;
|
|
2717
|
+
isFullCircle?: boolean;
|
|
2655
2718
|
} | {
|
|
2656
2719
|
axis?: "y";
|
|
2657
2720
|
className?: string;
|
|
@@ -2674,11 +2737,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2674
2737
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2675
2738
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2676
2739
|
tickLabelPlacement?: "middle" | "tick";
|
|
2740
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2741
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2677
2742
|
data?: readonly any[] | undefined;
|
|
2678
2743
|
dataKey?: string | undefined;
|
|
2679
2744
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2680
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2681
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2682
2745
|
position?: "left" | "right" | "none";
|
|
2683
2746
|
width: number;
|
|
2684
2747
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2693,6 +2756,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2693
2756
|
scaleType: "sqrt";
|
|
2694
2757
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2695
2758
|
triggerTooltip?: boolean;
|
|
2759
|
+
isFullCircle?: boolean;
|
|
2696
2760
|
} | {
|
|
2697
2761
|
axis?: "y";
|
|
2698
2762
|
className?: string;
|
|
@@ -2715,11 +2779,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2715
2779
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2716
2780
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2717
2781
|
tickLabelPlacement?: "middle" | "tick";
|
|
2782
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2783
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2718
2784
|
data?: readonly any[] | undefined;
|
|
2719
2785
|
dataKey?: string | undefined;
|
|
2720
2786
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2721
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2722
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2723
2787
|
position?: "left" | "right" | "none";
|
|
2724
2788
|
width: number;
|
|
2725
2789
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2734,6 +2798,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2734
2798
|
scaleType: "sqrt";
|
|
2735
2799
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2736
2800
|
triggerTooltip?: boolean;
|
|
2801
|
+
isFullCircle?: boolean;
|
|
2737
2802
|
} | {
|
|
2738
2803
|
axis?: "y";
|
|
2739
2804
|
className?: string;
|
|
@@ -2756,11 +2821,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2756
2821
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2757
2822
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2758
2823
|
tickLabelPlacement?: "middle" | "tick";
|
|
2824
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2825
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2759
2826
|
data?: readonly any[] | undefined;
|
|
2760
2827
|
dataKey?: string | undefined;
|
|
2761
2828
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2762
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2763
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2764
2829
|
position?: "left" | "right" | "none";
|
|
2765
2830
|
width: number;
|
|
2766
2831
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2775,6 +2840,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2775
2840
|
scaleType: "sqrt";
|
|
2776
2841
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2777
2842
|
triggerTooltip?: boolean;
|
|
2843
|
+
isFullCircle?: boolean;
|
|
2778
2844
|
} | {
|
|
2779
2845
|
axis?: "y";
|
|
2780
2846
|
className?: string;
|
|
@@ -2797,11 +2863,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2797
2863
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2798
2864
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2799
2865
|
tickLabelPlacement?: "middle" | "tick";
|
|
2866
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2867
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2800
2868
|
data?: readonly any[] | undefined;
|
|
2801
2869
|
dataKey?: string | undefined;
|
|
2802
2870
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2803
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2804
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2805
2871
|
position?: "left" | "right" | "none";
|
|
2806
2872
|
width: number;
|
|
2807
2873
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2816,6 +2882,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2816
2882
|
scaleType: "sqrt";
|
|
2817
2883
|
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>;
|
|
2818
2884
|
triggerTooltip?: boolean;
|
|
2885
|
+
isFullCircle?: boolean;
|
|
2819
2886
|
} | {
|
|
2820
2887
|
axis?: "y";
|
|
2821
2888
|
className?: string;
|
|
@@ -2838,11 +2905,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2838
2905
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2839
2906
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2840
2907
|
tickLabelPlacement?: "middle" | "tick";
|
|
2908
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2909
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2841
2910
|
data?: readonly any[] | undefined;
|
|
2842
2911
|
dataKey?: string | undefined;
|
|
2843
2912
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2844
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2845
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2846
2913
|
position?: "left" | "right" | "none";
|
|
2847
2914
|
width: number;
|
|
2848
2915
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2857,6 +2924,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2857
2924
|
scaleType: "sqrt";
|
|
2858
2925
|
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>;
|
|
2859
2926
|
triggerTooltip?: boolean;
|
|
2927
|
+
isFullCircle?: boolean;
|
|
2860
2928
|
} | {
|
|
2861
2929
|
axis?: "y";
|
|
2862
2930
|
className?: string;
|
|
@@ -2879,11 +2947,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2879
2947
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2880
2948
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2881
2949
|
tickLabelPlacement?: "middle" | "tick";
|
|
2950
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2951
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2882
2952
|
data?: readonly any[] | undefined;
|
|
2883
2953
|
dataKey?: string | undefined;
|
|
2884
2954
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2885
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2886
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2887
2955
|
position?: "left" | "right" | "none";
|
|
2888
2956
|
width: number;
|
|
2889
2957
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2898,6 +2966,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2898
2966
|
scaleType: "sqrt";
|
|
2899
2967
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2900
2968
|
triggerTooltip?: boolean;
|
|
2969
|
+
isFullCircle?: boolean;
|
|
2901
2970
|
} | {
|
|
2902
2971
|
axis?: "y";
|
|
2903
2972
|
className?: string;
|
|
@@ -2920,11 +2989,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2920
2989
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2921
2990
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2922
2991
|
tickLabelPlacement?: "middle" | "tick";
|
|
2992
|
+
id: import("../internals/index.mjs").AxisId;
|
|
2993
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2923
2994
|
data?: readonly any[] | undefined;
|
|
2924
2995
|
dataKey?: string | undefined;
|
|
2925
2996
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2926
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2927
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2928
2997
|
position?: "left" | "right" | "none";
|
|
2929
2998
|
width: number;
|
|
2930
2999
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2939,6 +3008,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2939
3008
|
scaleType: "sqrt";
|
|
2940
3009
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2941
3010
|
triggerTooltip?: boolean;
|
|
3011
|
+
isFullCircle?: boolean;
|
|
2942
3012
|
} | {
|
|
2943
3013
|
axis?: "y";
|
|
2944
3014
|
className?: string;
|
|
@@ -2961,11 +3031,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2961
3031
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
2962
3032
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
2963
3033
|
tickLabelPlacement?: "middle" | "tick";
|
|
3034
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3035
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2964
3036
|
data?: readonly any[] | undefined;
|
|
2965
3037
|
dataKey?: string | undefined;
|
|
2966
3038
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2967
|
-
id: import("../internals/index.mjs").AxisId;
|
|
2968
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2969
3039
|
position?: "left" | "right" | "none";
|
|
2970
3040
|
width: number;
|
|
2971
3041
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -2980,6 +3050,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2980
3050
|
scaleType: "sqrt";
|
|
2981
3051
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2982
3052
|
triggerTooltip?: boolean;
|
|
3053
|
+
isFullCircle?: boolean;
|
|
2983
3054
|
} | {
|
|
2984
3055
|
axis?: "y";
|
|
2985
3056
|
className?: string;
|
|
@@ -3002,11 +3073,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3002
3073
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3003
3074
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3004
3075
|
tickLabelPlacement?: "middle" | "tick";
|
|
3076
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3077
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3005
3078
|
data?: readonly any[] | undefined;
|
|
3006
3079
|
dataKey?: string | undefined;
|
|
3007
3080
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3008
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3009
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3010
3081
|
position?: "left" | "right" | "none";
|
|
3011
3082
|
width: number;
|
|
3012
3083
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3021,6 +3092,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3021
3092
|
scaleType: "sqrt";
|
|
3022
3093
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3023
3094
|
triggerTooltip?: boolean;
|
|
3095
|
+
isFullCircle?: boolean;
|
|
3024
3096
|
} | {
|
|
3025
3097
|
axis?: "y";
|
|
3026
3098
|
className?: string;
|
|
@@ -3043,11 +3115,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3043
3115
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3044
3116
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3045
3117
|
tickLabelPlacement?: "middle" | "tick";
|
|
3118
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3119
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3046
3120
|
data?: readonly any[] | undefined;
|
|
3047
3121
|
dataKey?: string | undefined;
|
|
3048
3122
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3049
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3050
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3051
3123
|
position?: "left" | "right" | "none";
|
|
3052
3124
|
width: number;
|
|
3053
3125
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3062,6 +3134,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3062
3134
|
scaleType: "utc";
|
|
3063
3135
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3064
3136
|
triggerTooltip?: boolean;
|
|
3137
|
+
isFullCircle?: boolean;
|
|
3065
3138
|
} | {
|
|
3066
3139
|
axis?: "y";
|
|
3067
3140
|
className?: string;
|
|
@@ -3084,11 +3157,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3084
3157
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3085
3158
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3086
3159
|
tickLabelPlacement?: "middle" | "tick";
|
|
3160
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3161
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3087
3162
|
data?: readonly any[] | undefined;
|
|
3088
3163
|
dataKey?: string | undefined;
|
|
3089
3164
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3090
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3091
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3092
3165
|
position?: "left" | "right" | "none";
|
|
3093
3166
|
width: number;
|
|
3094
3167
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3103,6 +3176,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3103
3176
|
scaleType: "utc";
|
|
3104
3177
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3105
3178
|
triggerTooltip?: boolean;
|
|
3179
|
+
isFullCircle?: boolean;
|
|
3106
3180
|
} | {
|
|
3107
3181
|
axis?: "y";
|
|
3108
3182
|
className?: string;
|
|
@@ -3125,11 +3199,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3125
3199
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3126
3200
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3127
3201
|
tickLabelPlacement?: "middle" | "tick";
|
|
3202
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3203
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3128
3204
|
data?: readonly any[] | undefined;
|
|
3129
3205
|
dataKey?: string | undefined;
|
|
3130
3206
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3131
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3132
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3133
3207
|
position?: "left" | "right" | "none";
|
|
3134
3208
|
width: number;
|
|
3135
3209
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3144,6 +3218,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3144
3218
|
scaleType: "utc";
|
|
3145
3219
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3146
3220
|
triggerTooltip?: boolean;
|
|
3221
|
+
isFullCircle?: boolean;
|
|
3147
3222
|
} | {
|
|
3148
3223
|
axis?: "y";
|
|
3149
3224
|
className?: string;
|
|
@@ -3166,11 +3241,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3166
3241
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3167
3242
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3168
3243
|
tickLabelPlacement?: "middle" | "tick";
|
|
3244
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3245
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3169
3246
|
data?: readonly any[] | undefined;
|
|
3170
3247
|
dataKey?: string | undefined;
|
|
3171
3248
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3172
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3173
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3174
3249
|
position?: "left" | "right" | "none";
|
|
3175
3250
|
width: number;
|
|
3176
3251
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3185,6 +3260,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3185
3260
|
scaleType: "utc";
|
|
3186
3261
|
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>;
|
|
3187
3262
|
triggerTooltip?: boolean;
|
|
3263
|
+
isFullCircle?: boolean;
|
|
3188
3264
|
} | {
|
|
3189
3265
|
axis?: "y";
|
|
3190
3266
|
className?: string;
|
|
@@ -3207,11 +3283,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3207
3283
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3208
3284
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3209
3285
|
tickLabelPlacement?: "middle" | "tick";
|
|
3286
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3287
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3210
3288
|
data?: readonly any[] | undefined;
|
|
3211
3289
|
dataKey?: string | undefined;
|
|
3212
3290
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3213
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3214
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3215
3291
|
position?: "left" | "right" | "none";
|
|
3216
3292
|
width: number;
|
|
3217
3293
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3226,6 +3302,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3226
3302
|
scaleType: "utc";
|
|
3227
3303
|
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>;
|
|
3228
3304
|
triggerTooltip?: boolean;
|
|
3305
|
+
isFullCircle?: boolean;
|
|
3229
3306
|
} | {
|
|
3230
3307
|
axis?: "y";
|
|
3231
3308
|
className?: string;
|
|
@@ -3248,11 +3325,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3248
3325
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3249
3326
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3250
3327
|
tickLabelPlacement?: "middle" | "tick";
|
|
3328
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3329
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3251
3330
|
data?: readonly any[] | undefined;
|
|
3252
3331
|
dataKey?: string | undefined;
|
|
3253
3332
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3254
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3255
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3256
3333
|
position?: "left" | "right" | "none";
|
|
3257
3334
|
width: number;
|
|
3258
3335
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3267,6 +3344,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3267
3344
|
scaleType: "utc";
|
|
3268
3345
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3269
3346
|
triggerTooltip?: boolean;
|
|
3347
|
+
isFullCircle?: boolean;
|
|
3270
3348
|
} | {
|
|
3271
3349
|
axis?: "y";
|
|
3272
3350
|
className?: string;
|
|
@@ -3289,11 +3367,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3289
3367
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3290
3368
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3291
3369
|
tickLabelPlacement?: "middle" | "tick";
|
|
3370
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3371
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3292
3372
|
data?: readonly any[] | undefined;
|
|
3293
3373
|
dataKey?: string | undefined;
|
|
3294
3374
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3295
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3296
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3297
3375
|
position?: "left" | "right" | "none";
|
|
3298
3376
|
width: number;
|
|
3299
3377
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3308,6 +3386,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3308
3386
|
scaleType: "utc";
|
|
3309
3387
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3310
3388
|
triggerTooltip?: boolean;
|
|
3389
|
+
isFullCircle?: boolean;
|
|
3311
3390
|
} | {
|
|
3312
3391
|
axis?: "y";
|
|
3313
3392
|
className?: string;
|
|
@@ -3330,11 +3409,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3330
3409
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3331
3410
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3332
3411
|
tickLabelPlacement?: "middle" | "tick";
|
|
3412
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3413
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3333
3414
|
data?: readonly any[] | undefined;
|
|
3334
3415
|
dataKey?: string | undefined;
|
|
3335
3416
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3336
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3337
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3338
3417
|
position?: "left" | "right" | "none";
|
|
3339
3418
|
width: number;
|
|
3340
3419
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3349,6 +3428,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3349
3428
|
scaleType: "utc";
|
|
3350
3429
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3351
3430
|
triggerTooltip?: boolean;
|
|
3431
|
+
isFullCircle?: boolean;
|
|
3352
3432
|
} | {
|
|
3353
3433
|
axis?: "y";
|
|
3354
3434
|
className?: string;
|
|
@@ -3371,11 +3451,11 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3371
3451
|
tickInterval?: "auto" | ((value: any, index: number) => boolean) | any[];
|
|
3372
3452
|
tickPlacement?: "start" | "end" | "middle" | "extremities";
|
|
3373
3453
|
tickLabelPlacement?: "middle" | "tick";
|
|
3454
|
+
id: import("../internals/index.mjs").AxisId;
|
|
3455
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3374
3456
|
data?: readonly any[] | undefined;
|
|
3375
3457
|
dataKey?: string | undefined;
|
|
3376
3458
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3377
|
-
id: import("../internals/index.mjs").AxisId;
|
|
3378
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("../index.mjs").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3379
3459
|
position?: "left" | "right" | "none";
|
|
3380
3460
|
width: number;
|
|
3381
3461
|
zoom: import("../internals/index.mjs").DefaultizedZoomOptions | undefined;
|
|
@@ -3390,6 +3470,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3390
3470
|
scaleType: "utc";
|
|
3391
3471
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3392
3472
|
triggerTooltip?: boolean;
|
|
3473
|
+
isFullCircle?: boolean;
|
|
3393
3474
|
};
|
|
3394
3475
|
tickNumber: number;
|
|
3395
3476
|
positionSign: number;
|
|
@@ -3404,10 +3485,10 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3404
3485
|
type?: string | undefined | undefined;
|
|
3405
3486
|
filter?: string | undefined | undefined;
|
|
3406
3487
|
values?: string | undefined | undefined;
|
|
3407
|
-
id?: string | undefined | undefined;
|
|
3408
|
-
color?: string | undefined | undefined;
|
|
3409
3488
|
min?: number | string | undefined | undefined;
|
|
3410
3489
|
max?: number | string | undefined | undefined;
|
|
3490
|
+
id?: string | undefined | undefined;
|
|
3491
|
+
color?: string | undefined | undefined;
|
|
3411
3492
|
slot?: string | undefined | undefined;
|
|
3412
3493
|
clipPath?: string | undefined | undefined;
|
|
3413
3494
|
mask?: string | undefined | undefined;
|