@mui/x-charts 9.10.1 → 9.11.1
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 +4 -2
- package/BarChart/BarChart.mjs +4 -2
- package/BarChart/BarPlot.d.mts +3 -3
- package/BarChart/BarPlot.d.ts +3 -3
- package/BarChart/BarPlot.js +1 -1
- package/BarChart/BarPlot.mjs +1 -1
- package/BarChart/BatchBarPlot/BatchBarPlot.d.mts +2 -2
- package/BarChart/BatchBarPlot/BatchBarPlot.d.ts +2 -2
- package/BarChart/IndividualBarPlot.d.mts +2 -2
- package/BarChart/IndividualBarPlot.d.ts +2 -2
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +4 -4
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +4 -4
- package/BarChart/useRegisterItemClickHandlers.d.mts +2 -1
- package/BarChart/useRegisterItemClickHandlers.d.ts +2 -1
- package/BarChart/useRegisterItemClickHandlers.js +8 -0
- package/BarChart/useRegisterItemClickHandlers.mjs +8 -1
- package/CHANGELOG.md +157 -0
- package/ChartsContainer/ChartsContainer.js +4 -2
- package/ChartsContainer/ChartsContainer.mjs +4 -2
- package/ChartsDataProvider/ChartsDataProvider.js +3 -1
- package/ChartsDataProvider/ChartsDataProvider.mjs +3 -1
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.js +3 -1
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.mjs +3 -1
- package/ChartsXAxis/useAxisTicksProps.d.mts +101 -101
- package/ChartsXAxis/useAxisTicksProps.d.ts +101 -101
- package/ChartsYAxis/useAxisTicksProps.d.mts +101 -101
- package/ChartsYAxis/useAxisTicksProps.d.ts +101 -101
- package/LineChart/AreaPlot.d.mts +3 -2
- package/LineChart/AreaPlot.d.ts +3 -2
- package/LineChart/AreaPlot.js +8 -2
- package/LineChart/AreaPlot.mjs +9 -3
- package/LineChart/LineChart.js +2 -1
- package/LineChart/LineChart.mjs +2 -1
- package/LineChart/LinePlot.d.mts +3 -2
- package/LineChart/LinePlot.d.ts +3 -2
- package/LineChart/LinePlot.js +2 -2
- package/LineChart/LinePlot.mjs +3 -3
- package/LineChart/MarkPlot.d.mts +5 -4
- package/LineChart/MarkPlot.d.ts +5 -4
- package/LineChart/MarkPlot.js +17 -8
- package/LineChart/MarkPlot.mjs +17 -8
- package/LineChart/useLineItemClickHandler.d.mts +25 -1
- package/LineChart/useLineItemClickHandler.d.ts +25 -1
- package/LineChart/useLineItemClickHandler.js +48 -1
- package/LineChart/useLineItemClickHandler.mjs +47 -1
- package/PieChart/PieArcPlot.d.mts +3 -2
- package/PieChart/PieArcPlot.d.ts +3 -2
- package/PieChart/PieArcPlot.js +16 -1
- package/PieChart/PieArcPlot.mjs +16 -1
- package/PieChart/PieChart.js +3 -1
- package/PieChart/PieChart.mjs +3 -1
- package/PieChart/PiePlot.js +1 -1
- package/PieChart/PiePlot.mjs +1 -1
- package/README.md +1 -11
- package/RadarChart/RadarAxis/RadarAxis.utils.d.mts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +1 -1
- package/RadarChart/RadarChart.js +3 -1
- package/RadarChart/RadarChart.mjs +3 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.js +3 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.mjs +3 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.js +4 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.mjs +4 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.mts +5 -4
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +5 -4
- package/RadarChart/RadarSeriesPlot/useRegisterRadarItemActivation.d.mts +15 -0
- package/RadarChart/RadarSeriesPlot/useRegisterRadarItemActivation.d.ts +15 -0
- package/RadarChart/RadarSeriesPlot/useRegisterRadarItemActivation.js +32 -0
- package/RadarChart/RadarSeriesPlot/useRegisterRadarItemActivation.mjs +26 -0
- package/RadarChart/useRadarChartProps.js +5 -1
- package/RadarChart/useRadarChartProps.mjs +5 -1
- package/ScatterChart/Scatter.d.mts +3 -2
- package/ScatterChart/Scatter.d.ts +3 -2
- package/ScatterChart/Scatter.js +10 -1
- package/ScatterChart/Scatter.mjs +10 -1
- package/ScatterChart/ScatterChart.js +1 -0
- package/ScatterChart/ScatterChart.mjs +1 -0
- package/ScatterChart/async/ScatterAsync.js +9 -0
- package/ScatterChart/async/ScatterAsync.mjs +9 -0
- package/SparkLineChart/SparkLineChart.js +2 -1
- package/SparkLineChart/SparkLineChart.mjs +2 -1
- package/Toolbar/ToolbarButton.js +1 -1
- package/Toolbar/ToolbarButton.mjs +1 -1
- package/hooks/useFocusedItem.d.mts +1 -1
- package/hooks/useFocusedItem.d.ts +1 -1
- package/hooks/useItemHighlightStateGetter.d.mts +1 -1
- package/hooks/useItemHighlightStateGetter.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/createCommonKeyboardFocusHandler.d.mts +2 -2
- package/internals/createCommonKeyboardFocusHandler.d.ts +2 -2
- package/internals/index.d.mts +1 -0
- package/internals/index.d.ts +1 -0
- package/internals/index.js +8 -0
- package/internals/index.mjs +1 -0
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.mts +8 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +8 -1
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +11 -3
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.mjs +11 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.mts +1 -0
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemWithData.types.d.mts +12 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemWithData.types.d.ts +12 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemWithData.types.js +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemWithData.types.mjs +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.mts +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.ts +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.js +11 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.mjs +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.mts +6 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.ts +6 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisClickPayload.d.mts +21 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisClickPayload.d.ts +21 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisClickPayload.js +46 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisClickPayload.mjs +40 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +13 -31
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.mjs +13 -31
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.mts +11 -11
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +11 -11
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +19 -0
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.mjs +19 -0
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.mts +5 -3
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.ts +5 -3
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.js +15 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.mjs +14 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.mts +5 -2
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +5 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/index.d.mts +2 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/index.d.ts +2 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/index.js +10 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/index.mjs +2 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/itemActivation.d.mts +13 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/itemActivation.d.ts +13 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/itemActivation.js +39 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/itemActivation.mjs +32 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +47 -7
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.mjs +47 -7
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.mts +3 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +3 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.js +3 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.mjs +2 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.mts +39 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +39 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/getPolarAxisClickPayload.d.mts +27 -0
- package/internals/plugins/featurePlugins/useChartPolarAxis/getPolarAxisClickPayload.d.ts +27 -0
- package/internals/plugins/featurePlugins/useChartPolarAxis/getPolarAxisClickPayload.js +36 -0
- package/internals/plugins/featurePlugins/useChartPolarAxis/getPolarAxisClickPayload.mjs +30 -0
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +19 -20
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.mjs +19 -20
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +1 -1
- package/internals/seriesSelectorOfType.d.mts +4 -4
- package/internals/seriesSelectorOfType.d.ts +4 -4
- package/internals/useRegisterItemActivation.d.mts +23 -0
- package/internals/useRegisterItemActivation.d.ts +23 -0
- package/internals/useRegisterItemActivation.js +53 -0
- package/internals/useRegisterItemActivation.mjs +46 -0
- package/models/axis.d.mts +1 -1
- package/models/axis.d.ts +1 -1
- package/models/events.d.mts +11 -0
- package/models/events.d.ts +11 -0
- package/models/events.js +5 -0
- package/models/events.mjs +1 -0
- package/models/index.d.mts +1 -0
- package/models/index.d.ts +1 -0
- package/moduleAugmentation/barChartBatchRendererOnItemClick.d.mts +3 -4
- package/moduleAugmentation/barChartBatchRendererOnItemClick.d.ts +3 -4
- package/moduleAugmentation/keyboardActivation.d.mts +7 -0
- package/moduleAugmentation/keyboardActivation.d.ts +7 -0
- package/moduleAugmentation/keyboardActivation.js +8 -0
- package/moduleAugmentation/keyboardActivation.mjs +2 -0
- package/package.json +18 -4
|
@@ -40,7 +40,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
40
40
|
data?: readonly any[] | undefined;
|
|
41
41
|
dataKey?: string;
|
|
42
42
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
43
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
43
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
44
44
|
hideTooltip?: boolean;
|
|
45
45
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
46
46
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -85,7 +85,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
85
85
|
data?: readonly any[] | undefined;
|
|
86
86
|
dataKey?: string;
|
|
87
87
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
88
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
88
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
89
89
|
hideTooltip?: boolean;
|
|
90
90
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
91
91
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -130,7 +130,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
130
130
|
data?: readonly any[] | undefined;
|
|
131
131
|
dataKey?: string;
|
|
132
132
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
133
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
133
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
134
134
|
hideTooltip?: boolean;
|
|
135
135
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
136
136
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -175,7 +175,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
175
175
|
data?: readonly any[] | undefined;
|
|
176
176
|
dataKey?: string;
|
|
177
177
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
178
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
178
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
179
179
|
hideTooltip?: boolean;
|
|
180
180
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
181
181
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -220,7 +220,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
220
220
|
data?: readonly any[] | undefined;
|
|
221
221
|
dataKey?: string;
|
|
222
222
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
223
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
223
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
224
224
|
hideTooltip?: boolean;
|
|
225
225
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
226
226
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -265,7 +265,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
265
265
|
data?: readonly any[] | undefined;
|
|
266
266
|
dataKey?: string;
|
|
267
267
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
268
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
268
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
269
269
|
hideTooltip?: boolean;
|
|
270
270
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
271
271
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -310,7 +310,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
310
310
|
data?: readonly any[] | undefined;
|
|
311
311
|
dataKey?: string;
|
|
312
312
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
313
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
313
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
314
314
|
hideTooltip?: boolean;
|
|
315
315
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
316
316
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -355,7 +355,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
355
355
|
data?: readonly any[] | undefined;
|
|
356
356
|
dataKey?: string;
|
|
357
357
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
358
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
358
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
359
359
|
hideTooltip?: boolean;
|
|
360
360
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
361
361
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -400,7 +400,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
400
400
|
data?: readonly any[] | undefined;
|
|
401
401
|
dataKey?: string;
|
|
402
402
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
403
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
403
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
404
404
|
hideTooltip?: boolean;
|
|
405
405
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
406
406
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -446,7 +446,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
446
446
|
data?: readonly any[] | undefined;
|
|
447
447
|
dataKey?: string;
|
|
448
448
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
449
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
449
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
450
450
|
hideTooltip?: boolean;
|
|
451
451
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
452
452
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -492,7 +492,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
492
492
|
data?: readonly any[] | undefined;
|
|
493
493
|
dataKey?: string;
|
|
494
494
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
495
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
495
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
496
496
|
hideTooltip?: boolean;
|
|
497
497
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
498
498
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -538,7 +538,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
538
538
|
data?: readonly any[] | undefined;
|
|
539
539
|
dataKey?: string;
|
|
540
540
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
541
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
541
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
542
542
|
hideTooltip?: boolean;
|
|
543
543
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
544
544
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -584,7 +584,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
584
584
|
data?: readonly any[] | undefined;
|
|
585
585
|
dataKey?: string;
|
|
586
586
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
587
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
587
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
588
588
|
hideTooltip?: boolean;
|
|
589
589
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
590
590
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -630,7 +630,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
630
630
|
data?: readonly any[] | undefined;
|
|
631
631
|
dataKey?: string;
|
|
632
632
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
633
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
633
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
634
634
|
hideTooltip?: boolean;
|
|
635
635
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
636
636
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -676,7 +676,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
676
676
|
data?: readonly any[] | undefined;
|
|
677
677
|
dataKey?: string;
|
|
678
678
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
679
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
679
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
680
680
|
hideTooltip?: boolean;
|
|
681
681
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
682
682
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -722,7 +722,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
722
722
|
data?: readonly any[] | undefined;
|
|
723
723
|
dataKey?: string;
|
|
724
724
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
725
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
725
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
726
726
|
hideTooltip?: boolean;
|
|
727
727
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
728
728
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -768,7 +768,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
768
768
|
data?: readonly any[] | undefined;
|
|
769
769
|
dataKey?: string;
|
|
770
770
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
771
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
771
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
772
772
|
hideTooltip?: boolean;
|
|
773
773
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
774
774
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -814,7 +814,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
814
814
|
data?: readonly any[] | undefined;
|
|
815
815
|
dataKey?: string;
|
|
816
816
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
817
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
817
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
818
818
|
hideTooltip?: boolean;
|
|
819
819
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
820
820
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -859,7 +859,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
859
859
|
data?: readonly any[] | undefined;
|
|
860
860
|
dataKey?: string;
|
|
861
861
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
862
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
862
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
863
863
|
hideTooltip?: boolean;
|
|
864
864
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
865
865
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -904,7 +904,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
904
904
|
data?: readonly any[] | undefined;
|
|
905
905
|
dataKey?: string;
|
|
906
906
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
907
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
907
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
908
908
|
hideTooltip?: boolean;
|
|
909
909
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
910
910
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -949,7 +949,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
949
949
|
data?: readonly any[] | undefined;
|
|
950
950
|
dataKey?: string;
|
|
951
951
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
952
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
952
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
953
953
|
hideTooltip?: boolean;
|
|
954
954
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
955
955
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -994,7 +994,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
994
994
|
data?: readonly any[] | undefined;
|
|
995
995
|
dataKey?: string;
|
|
996
996
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
997
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
997
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
998
998
|
hideTooltip?: boolean;
|
|
999
999
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1000
1000
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1039,7 +1039,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1039
1039
|
data?: readonly any[] | undefined;
|
|
1040
1040
|
dataKey?: string;
|
|
1041
1041
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1042
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1042
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1043
1043
|
hideTooltip?: boolean;
|
|
1044
1044
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1045
1045
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1084,7 +1084,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1084
1084
|
data?: readonly any[] | undefined;
|
|
1085
1085
|
dataKey?: string;
|
|
1086
1086
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1087
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1087
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1088
1088
|
hideTooltip?: boolean;
|
|
1089
1089
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1090
1090
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1129,7 +1129,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1129
1129
|
data?: readonly any[] | undefined;
|
|
1130
1130
|
dataKey?: string;
|
|
1131
1131
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1132
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1132
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1133
1133
|
hideTooltip?: boolean;
|
|
1134
1134
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1135
1135
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1174,7 +1174,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1174
1174
|
data?: readonly any[] | undefined;
|
|
1175
1175
|
dataKey?: string;
|
|
1176
1176
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1177
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1177
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1178
1178
|
hideTooltip?: boolean;
|
|
1179
1179
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1180
1180
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1219,7 +1219,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1219
1219
|
data?: readonly any[] | undefined;
|
|
1220
1220
|
dataKey?: string;
|
|
1221
1221
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1222
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1222
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1223
1223
|
hideTooltip?: boolean;
|
|
1224
1224
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1225
1225
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1264,7 +1264,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1264
1264
|
data?: readonly any[] | undefined;
|
|
1265
1265
|
dataKey?: string;
|
|
1266
1266
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1267
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1267
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1268
1268
|
hideTooltip?: boolean;
|
|
1269
1269
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1270
1270
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1309,7 +1309,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1309
1309
|
data?: readonly any[] | undefined;
|
|
1310
1310
|
dataKey?: string;
|
|
1311
1311
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1312
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1312
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1313
1313
|
hideTooltip?: boolean;
|
|
1314
1314
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1315
1315
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1354,7 +1354,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1354
1354
|
data?: readonly any[] | undefined;
|
|
1355
1355
|
dataKey?: string;
|
|
1356
1356
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1357
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1357
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1358
1358
|
hideTooltip?: boolean;
|
|
1359
1359
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1360
1360
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1399,7 +1399,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1399
1399
|
data?: readonly any[] | undefined;
|
|
1400
1400
|
dataKey?: string;
|
|
1401
1401
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1402
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1402
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1403
1403
|
hideTooltip?: boolean;
|
|
1404
1404
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1405
1405
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1444,7 +1444,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1444
1444
|
data?: readonly any[] | undefined;
|
|
1445
1445
|
dataKey?: string;
|
|
1446
1446
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1447
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1447
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1448
1448
|
hideTooltip?: boolean;
|
|
1449
1449
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1450
1450
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1489,7 +1489,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1489
1489
|
data?: readonly any[] | undefined;
|
|
1490
1490
|
dataKey?: string;
|
|
1491
1491
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1492
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1492
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1493
1493
|
hideTooltip?: boolean;
|
|
1494
1494
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1495
1495
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1534,7 +1534,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1534
1534
|
data?: readonly any[] | undefined;
|
|
1535
1535
|
dataKey?: string;
|
|
1536
1536
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1537
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1537
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1538
1538
|
hideTooltip?: boolean;
|
|
1539
1539
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1540
1540
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1579,7 +1579,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1579
1579
|
data?: readonly any[] | undefined;
|
|
1580
1580
|
dataKey?: string;
|
|
1581
1581
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1582
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1582
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1583
1583
|
hideTooltip?: boolean;
|
|
1584
1584
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1585
1585
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1624,7 +1624,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1624
1624
|
data?: readonly any[] | undefined;
|
|
1625
1625
|
dataKey?: string;
|
|
1626
1626
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1627
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1627
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1628
1628
|
hideTooltip?: boolean;
|
|
1629
1629
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1630
1630
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1669,7 +1669,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1669
1669
|
data?: readonly any[] | undefined;
|
|
1670
1670
|
dataKey?: string;
|
|
1671
1671
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1672
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1672
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1673
1673
|
hideTooltip?: boolean;
|
|
1674
1674
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1675
1675
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1714,7 +1714,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1714
1714
|
data?: readonly any[] | undefined;
|
|
1715
1715
|
dataKey?: string;
|
|
1716
1716
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1717
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1717
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1718
1718
|
hideTooltip?: boolean;
|
|
1719
1719
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1720
1720
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1759,7 +1759,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1759
1759
|
data?: readonly any[] | undefined;
|
|
1760
1760
|
dataKey?: string;
|
|
1761
1761
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1762
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1762
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1763
1763
|
hideTooltip?: boolean;
|
|
1764
1764
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1765
1765
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1804,7 +1804,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1804
1804
|
data?: readonly any[] | undefined;
|
|
1805
1805
|
dataKey?: string;
|
|
1806
1806
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1807
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1807
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1808
1808
|
hideTooltip?: boolean;
|
|
1809
1809
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1810
1810
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1849,7 +1849,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1849
1849
|
data?: readonly any[] | undefined;
|
|
1850
1850
|
dataKey?: string;
|
|
1851
1851
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1852
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1852
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1853
1853
|
hideTooltip?: boolean;
|
|
1854
1854
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1855
1855
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1894,7 +1894,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1894
1894
|
data?: readonly any[] | undefined;
|
|
1895
1895
|
dataKey?: string;
|
|
1896
1896
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1897
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1897
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1898
1898
|
hideTooltip?: boolean;
|
|
1899
1899
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1900
1900
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1939,7 +1939,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1939
1939
|
data?: readonly any[] | undefined;
|
|
1940
1940
|
dataKey?: string;
|
|
1941
1941
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1942
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1942
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1943
1943
|
hideTooltip?: boolean;
|
|
1944
1944
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1945
1945
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1984,7 +1984,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1984
1984
|
data?: readonly any[] | undefined;
|
|
1985
1985
|
dataKey?: string;
|
|
1986
1986
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1987
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1987
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1988
1988
|
hideTooltip?: boolean;
|
|
1989
1989
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1990
1990
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2029,7 +2029,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2029
2029
|
data?: readonly any[] | undefined;
|
|
2030
2030
|
dataKey?: string;
|
|
2031
2031
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2032
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2032
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2033
2033
|
hideTooltip?: boolean;
|
|
2034
2034
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2035
2035
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2074,7 +2074,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2074
2074
|
data?: readonly any[] | undefined;
|
|
2075
2075
|
dataKey?: string;
|
|
2076
2076
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2077
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2077
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2078
2078
|
hideTooltip?: boolean;
|
|
2079
2079
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2080
2080
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2119,7 +2119,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2119
2119
|
data?: readonly any[] | undefined;
|
|
2120
2120
|
dataKey?: string;
|
|
2121
2121
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2122
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2122
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2123
2123
|
hideTooltip?: boolean;
|
|
2124
2124
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2125
2125
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2164,7 +2164,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2164
2164
|
data?: readonly any[] | undefined;
|
|
2165
2165
|
dataKey?: string;
|
|
2166
2166
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2167
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2167
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2168
2168
|
hideTooltip?: boolean;
|
|
2169
2169
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2170
2170
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2209,7 +2209,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2209
2209
|
data?: readonly any[] | undefined;
|
|
2210
2210
|
dataKey?: string;
|
|
2211
2211
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2212
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2212
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2213
2213
|
hideTooltip?: boolean;
|
|
2214
2214
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2215
2215
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2254,7 +2254,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2254
2254
|
data?: readonly any[] | undefined;
|
|
2255
2255
|
dataKey?: string;
|
|
2256
2256
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2257
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2257
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2258
2258
|
hideTooltip?: boolean;
|
|
2259
2259
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2260
2260
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2299,7 +2299,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2299
2299
|
data?: readonly any[] | undefined;
|
|
2300
2300
|
dataKey?: string;
|
|
2301
2301
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2302
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2302
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2303
2303
|
hideTooltip?: boolean;
|
|
2304
2304
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2305
2305
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2344,7 +2344,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2344
2344
|
data?: readonly any[] | undefined;
|
|
2345
2345
|
dataKey?: string;
|
|
2346
2346
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2347
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2347
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2348
2348
|
hideTooltip?: boolean;
|
|
2349
2349
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2350
2350
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2389,7 +2389,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2389
2389
|
data?: readonly any[] | undefined;
|
|
2390
2390
|
dataKey?: string;
|
|
2391
2391
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2392
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2392
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2393
2393
|
hideTooltip?: boolean;
|
|
2394
2394
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2395
2395
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2434,7 +2434,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2434
2434
|
data?: readonly any[] | undefined;
|
|
2435
2435
|
dataKey?: string;
|
|
2436
2436
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2437
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2437
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2438
2438
|
hideTooltip?: boolean;
|
|
2439
2439
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2440
2440
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2479,7 +2479,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2479
2479
|
data?: readonly any[] | undefined;
|
|
2480
2480
|
dataKey?: string;
|
|
2481
2481
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2482
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2482
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2483
2483
|
hideTooltip?: boolean;
|
|
2484
2484
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2485
2485
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2524,7 +2524,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2524
2524
|
data?: readonly any[] | undefined;
|
|
2525
2525
|
dataKey?: string;
|
|
2526
2526
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2527
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2527
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2528
2528
|
hideTooltip?: boolean;
|
|
2529
2529
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2530
2530
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2569,7 +2569,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2569
2569
|
data?: readonly any[] | undefined;
|
|
2570
2570
|
dataKey?: string;
|
|
2571
2571
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2572
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2572
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2573
2573
|
hideTooltip?: boolean;
|
|
2574
2574
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2575
2575
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2614,7 +2614,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2614
2614
|
data?: readonly any[] | undefined;
|
|
2615
2615
|
dataKey?: string;
|
|
2616
2616
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2617
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2617
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2618
2618
|
hideTooltip?: boolean;
|
|
2619
2619
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2620
2620
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2659,7 +2659,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2659
2659
|
data?: readonly any[] | undefined;
|
|
2660
2660
|
dataKey?: string;
|
|
2661
2661
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2662
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2662
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2663
2663
|
hideTooltip?: boolean;
|
|
2664
2664
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2665
2665
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2704,7 +2704,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2704
2704
|
data?: readonly any[] | undefined;
|
|
2705
2705
|
dataKey?: string;
|
|
2706
2706
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2707
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2707
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2708
2708
|
hideTooltip?: boolean;
|
|
2709
2709
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2710
2710
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2749,7 +2749,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2749
2749
|
data?: readonly any[] | undefined;
|
|
2750
2750
|
dataKey?: string;
|
|
2751
2751
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2752
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2752
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2753
2753
|
hideTooltip?: boolean;
|
|
2754
2754
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2755
2755
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2794,7 +2794,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2794
2794
|
data?: readonly any[] | undefined;
|
|
2795
2795
|
dataKey?: string;
|
|
2796
2796
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2797
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2797
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2798
2798
|
hideTooltip?: boolean;
|
|
2799
2799
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2800
2800
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2839,7 +2839,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2839
2839
|
data?: readonly any[] | undefined;
|
|
2840
2840
|
dataKey?: string;
|
|
2841
2841
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2842
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2842
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2843
2843
|
hideTooltip?: boolean;
|
|
2844
2844
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2845
2845
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2879,14 +2879,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2879
2879
|
width?: undefined;
|
|
2880
2880
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2881
2881
|
scaleType: 'point';
|
|
2882
|
-
ordinalTimeTicks?: import("
|
|
2882
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2883
2883
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2884
2884
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2885
2885
|
id: import("../internals/index.mjs").AxisId;
|
|
2886
2886
|
data?: readonly any[] | undefined;
|
|
2887
2887
|
dataKey?: string;
|
|
2888
2888
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2889
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2889
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2890
2890
|
hideTooltip?: boolean;
|
|
2891
2891
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2892
2892
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2926,14 +2926,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2926
2926
|
width?: undefined;
|
|
2927
2927
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2928
2928
|
scaleType: 'point';
|
|
2929
|
-
ordinalTimeTicks?: import("
|
|
2929
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2930
2930
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2931
2931
|
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>;
|
|
2932
2932
|
id: import("../internals/index.mjs").AxisId;
|
|
2933
2933
|
data?: readonly any[] | undefined;
|
|
2934
2934
|
dataKey?: string;
|
|
2935
2935
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2936
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2936
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2937
2937
|
hideTooltip?: boolean;
|
|
2938
2938
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2939
2939
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2973,14 +2973,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2973
2973
|
width?: undefined;
|
|
2974
2974
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2975
2975
|
scaleType: 'point';
|
|
2976
|
-
ordinalTimeTicks?: import("
|
|
2976
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2977
2977
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2978
2978
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2979
2979
|
id: import("../internals/index.mjs").AxisId;
|
|
2980
2980
|
data?: readonly any[] | undefined;
|
|
2981
2981
|
dataKey?: string;
|
|
2982
2982
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2983
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2983
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2984
2984
|
hideTooltip?: boolean;
|
|
2985
2985
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2986
2986
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3020,14 +3020,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3020
3020
|
width?: undefined;
|
|
3021
3021
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3022
3022
|
scaleType: 'point';
|
|
3023
|
-
ordinalTimeTicks?: import("
|
|
3023
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3024
3024
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3025
3025
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3026
3026
|
id: import("../internals/index.mjs").AxisId;
|
|
3027
3027
|
data?: readonly any[] | undefined;
|
|
3028
3028
|
dataKey?: string;
|
|
3029
3029
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3030
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3030
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3031
3031
|
hideTooltip?: boolean;
|
|
3032
3032
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3033
3033
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3067,14 +3067,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3067
3067
|
width?: undefined;
|
|
3068
3068
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3069
3069
|
scaleType: 'point';
|
|
3070
|
-
ordinalTimeTicks?: import("
|
|
3070
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3071
3071
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3072
3072
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3073
3073
|
id: import("../internals/index.mjs").AxisId;
|
|
3074
3074
|
data?: readonly any[] | undefined;
|
|
3075
3075
|
dataKey?: string;
|
|
3076
3076
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3077
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3077
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3078
3078
|
hideTooltip?: boolean;
|
|
3079
3079
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3080
3080
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3114,14 +3114,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3114
3114
|
width?: undefined;
|
|
3115
3115
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3116
3116
|
scaleType: 'point';
|
|
3117
|
-
ordinalTimeTicks?: import("
|
|
3117
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3118
3118
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3119
3119
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3120
3120
|
id: import("../internals/index.mjs").AxisId;
|
|
3121
3121
|
data?: readonly any[] | undefined;
|
|
3122
3122
|
dataKey?: string;
|
|
3123
3123
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3124
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3124
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3125
3125
|
hideTooltip?: boolean;
|
|
3126
3126
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3127
3127
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3161,14 +3161,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3161
3161
|
width?: undefined;
|
|
3162
3162
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3163
3163
|
scaleType: 'point';
|
|
3164
|
-
ordinalTimeTicks?: import("
|
|
3164
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3165
3165
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3166
3166
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3167
3167
|
id: import("../internals/index.mjs").AxisId;
|
|
3168
3168
|
data?: readonly any[] | undefined;
|
|
3169
3169
|
dataKey?: string;
|
|
3170
3170
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3171
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3171
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3172
3172
|
hideTooltip?: boolean;
|
|
3173
3173
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3174
3174
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3208,14 +3208,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3208
3208
|
width?: undefined;
|
|
3209
3209
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3210
3210
|
scaleType: 'point';
|
|
3211
|
-
ordinalTimeTicks?: import("
|
|
3211
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3212
3212
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3213
3213
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3214
3214
|
id: import("../internals/index.mjs").AxisId;
|
|
3215
3215
|
data?: readonly any[] | undefined;
|
|
3216
3216
|
dataKey?: string;
|
|
3217
3217
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3218
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3218
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3219
3219
|
hideTooltip?: boolean;
|
|
3220
3220
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3221
3221
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3255,14 +3255,14 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3255
3255
|
width?: undefined;
|
|
3256
3256
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3257
3257
|
scaleType: 'point';
|
|
3258
|
-
ordinalTimeTicks?: import("
|
|
3258
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3259
3259
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3260
3260
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3261
3261
|
id: import("../internals/index.mjs").AxisId;
|
|
3262
3262
|
data?: readonly any[] | undefined;
|
|
3263
3263
|
dataKey?: string;
|
|
3264
3264
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3265
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3265
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3266
3266
|
hideTooltip?: boolean;
|
|
3267
3267
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3268
3268
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3302,7 +3302,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3302
3302
|
width?: undefined;
|
|
3303
3303
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3304
3304
|
scaleType: 'band';
|
|
3305
|
-
ordinalTimeTicks?: import("
|
|
3305
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3306
3306
|
categoryGapRatio: number;
|
|
3307
3307
|
barGapRatio: number;
|
|
3308
3308
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3311,7 +3311,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3311
3311
|
data?: readonly any[] | undefined;
|
|
3312
3312
|
dataKey?: string;
|
|
3313
3313
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3314
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3314
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3315
3315
|
hideTooltip?: boolean;
|
|
3316
3316
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3317
3317
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3351,7 +3351,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3351
3351
|
width?: undefined;
|
|
3352
3352
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3353
3353
|
scaleType: 'band';
|
|
3354
|
-
ordinalTimeTicks?: import("
|
|
3354
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3355
3355
|
categoryGapRatio: number;
|
|
3356
3356
|
barGapRatio: number;
|
|
3357
3357
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3360,7 +3360,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3360
3360
|
data?: readonly any[] | undefined;
|
|
3361
3361
|
dataKey?: string;
|
|
3362
3362
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3363
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3363
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3364
3364
|
hideTooltip?: boolean;
|
|
3365
3365
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3366
3366
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3400,7 +3400,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3400
3400
|
width?: undefined;
|
|
3401
3401
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3402
3402
|
scaleType: 'band';
|
|
3403
|
-
ordinalTimeTicks?: import("
|
|
3403
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3404
3404
|
categoryGapRatio: number;
|
|
3405
3405
|
barGapRatio: number;
|
|
3406
3406
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3409,7 +3409,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3409
3409
|
data?: readonly any[] | undefined;
|
|
3410
3410
|
dataKey?: string;
|
|
3411
3411
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3412
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3412
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3413
3413
|
hideTooltip?: boolean;
|
|
3414
3414
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3415
3415
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3449,7 +3449,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3449
3449
|
width?: undefined;
|
|
3450
3450
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3451
3451
|
scaleType: 'band';
|
|
3452
|
-
ordinalTimeTicks?: import("
|
|
3452
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3453
3453
|
categoryGapRatio: number;
|
|
3454
3454
|
barGapRatio: number;
|
|
3455
3455
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3458,7 +3458,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3458
3458
|
data?: readonly any[] | undefined;
|
|
3459
3459
|
dataKey?: string;
|
|
3460
3460
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3461
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3461
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3462
3462
|
hideTooltip?: boolean;
|
|
3463
3463
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3464
3464
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3498,7 +3498,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3498
3498
|
width?: undefined;
|
|
3499
3499
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3500
3500
|
scaleType: 'band';
|
|
3501
|
-
ordinalTimeTicks?: import("
|
|
3501
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3502
3502
|
categoryGapRatio: number;
|
|
3503
3503
|
barGapRatio: number;
|
|
3504
3504
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3507,7 +3507,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3507
3507
|
data?: readonly any[] | undefined;
|
|
3508
3508
|
dataKey?: string;
|
|
3509
3509
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3510
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3510
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3511
3511
|
hideTooltip?: boolean;
|
|
3512
3512
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3513
3513
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3547,7 +3547,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3547
3547
|
width?: undefined;
|
|
3548
3548
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3549
3549
|
scaleType: 'band';
|
|
3550
|
-
ordinalTimeTicks?: import("
|
|
3550
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3551
3551
|
categoryGapRatio: number;
|
|
3552
3552
|
barGapRatio: number;
|
|
3553
3553
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3556,7 +3556,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3556
3556
|
data?: readonly any[] | undefined;
|
|
3557
3557
|
dataKey?: string;
|
|
3558
3558
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3559
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3559
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3560
3560
|
hideTooltip?: boolean;
|
|
3561
3561
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3562
3562
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3596,7 +3596,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3596
3596
|
width?: undefined;
|
|
3597
3597
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3598
3598
|
scaleType: 'band';
|
|
3599
|
-
ordinalTimeTicks?: import("
|
|
3599
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3600
3600
|
categoryGapRatio: number;
|
|
3601
3601
|
barGapRatio: number;
|
|
3602
3602
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3605,7 +3605,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3605
3605
|
data?: readonly any[] | undefined;
|
|
3606
3606
|
dataKey?: string;
|
|
3607
3607
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3608
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3608
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3609
3609
|
hideTooltip?: boolean;
|
|
3610
3610
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3611
3611
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3645,7 +3645,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3645
3645
|
width?: undefined;
|
|
3646
3646
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3647
3647
|
scaleType: 'band';
|
|
3648
|
-
ordinalTimeTicks?: import("
|
|
3648
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3649
3649
|
categoryGapRatio: number;
|
|
3650
3650
|
barGapRatio: number;
|
|
3651
3651
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3654,7 +3654,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3654
3654
|
data?: readonly any[] | undefined;
|
|
3655
3655
|
dataKey?: string;
|
|
3656
3656
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3657
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3657
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3658
3658
|
hideTooltip?: boolean;
|
|
3659
3659
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3660
3660
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3694,7 +3694,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3694
3694
|
width?: undefined;
|
|
3695
3695
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3696
3696
|
scaleType: 'band';
|
|
3697
|
-
ordinalTimeTicks?: import("
|
|
3697
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3698
3698
|
categoryGapRatio: number;
|
|
3699
3699
|
barGapRatio: number;
|
|
3700
3700
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3703,7 +3703,7 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3703
3703
|
data?: readonly any[] | undefined;
|
|
3704
3704
|
dataKey?: string;
|
|
3705
3705
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3706
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3706
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3707
3707
|
hideTooltip?: boolean;
|
|
3708
3708
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3709
3709
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3719,8 +3719,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3719
3719
|
tickNumber: number;
|
|
3720
3720
|
positionSign: number;
|
|
3721
3721
|
classes: Record<"label" | "line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
3722
|
-
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement> & import("
|
|
3723
|
-
TickLabel: typeof ChartsText | import("react").JSXElementConstructor<ChartsTextProps & import("
|
|
3722
|
+
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement> & import("@mui/x-charts/models").AxisTickPropsOverrides>;
|
|
3723
|
+
TickLabel: typeof ChartsText | import("react").JSXElementConstructor<ChartsTextProps & import("@mui/x-charts/models").AxisTickLabelPropsOverrides>;
|
|
3724
3724
|
axisTickLabelProps: {
|
|
3725
3725
|
key?: import("react").Key | null | undefined;
|
|
3726
3726
|
children?: import("react").ReactNode | undefined;
|