@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
|
@@ -39,7 +39,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
39
39
|
data?: readonly any[] | undefined;
|
|
40
40
|
dataKey?: string;
|
|
41
41
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
42
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
42
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
43
43
|
hideTooltip?: boolean;
|
|
44
44
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
45
45
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -83,7 +83,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
83
83
|
data?: readonly any[] | undefined;
|
|
84
84
|
dataKey?: string;
|
|
85
85
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
86
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
86
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
87
87
|
hideTooltip?: boolean;
|
|
88
88
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
89
89
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -127,7 +127,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
127
127
|
data?: readonly any[] | undefined;
|
|
128
128
|
dataKey?: string;
|
|
129
129
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
130
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
130
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
131
131
|
hideTooltip?: boolean;
|
|
132
132
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
133
133
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -171,7 +171,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
171
171
|
data?: readonly any[] | undefined;
|
|
172
172
|
dataKey?: string;
|
|
173
173
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
174
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
174
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
175
175
|
hideTooltip?: boolean;
|
|
176
176
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
177
177
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -215,7 +215,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
215
215
|
data?: readonly any[] | undefined;
|
|
216
216
|
dataKey?: string;
|
|
217
217
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
218
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
218
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
219
219
|
hideTooltip?: boolean;
|
|
220
220
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
221
221
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -259,7 +259,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
259
259
|
data?: readonly any[] | undefined;
|
|
260
260
|
dataKey?: string;
|
|
261
261
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
262
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
262
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
263
263
|
hideTooltip?: boolean;
|
|
264
264
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
265
265
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -303,7 +303,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
303
303
|
data?: readonly any[] | undefined;
|
|
304
304
|
dataKey?: string;
|
|
305
305
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
306
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
306
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
307
307
|
hideTooltip?: boolean;
|
|
308
308
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
309
309
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -347,7 +347,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
347
347
|
data?: readonly any[] | undefined;
|
|
348
348
|
dataKey?: string;
|
|
349
349
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
350
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
350
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
351
351
|
hideTooltip?: boolean;
|
|
352
352
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
353
353
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -391,7 +391,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
391
391
|
data?: readonly any[] | undefined;
|
|
392
392
|
dataKey?: string;
|
|
393
393
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
394
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
394
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
395
395
|
hideTooltip?: boolean;
|
|
396
396
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
397
397
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -436,7 +436,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
436
436
|
data?: readonly any[] | undefined;
|
|
437
437
|
dataKey?: string;
|
|
438
438
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
439
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
439
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
440
440
|
hideTooltip?: boolean;
|
|
441
441
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
442
442
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -481,7 +481,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
481
481
|
data?: readonly any[] | undefined;
|
|
482
482
|
dataKey?: string;
|
|
483
483
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
484
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
484
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
485
485
|
hideTooltip?: boolean;
|
|
486
486
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
487
487
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -526,7 +526,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
526
526
|
data?: readonly any[] | undefined;
|
|
527
527
|
dataKey?: string;
|
|
528
528
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
529
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
529
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
530
530
|
hideTooltip?: boolean;
|
|
531
531
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
532
532
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -571,7 +571,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
571
571
|
data?: readonly any[] | undefined;
|
|
572
572
|
dataKey?: string;
|
|
573
573
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
574
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
574
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
575
575
|
hideTooltip?: boolean;
|
|
576
576
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
577
577
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -616,7 +616,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
616
616
|
data?: readonly any[] | undefined;
|
|
617
617
|
dataKey?: string;
|
|
618
618
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
619
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
619
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
620
620
|
hideTooltip?: boolean;
|
|
621
621
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
622
622
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -661,7 +661,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
661
661
|
data?: readonly any[] | undefined;
|
|
662
662
|
dataKey?: string;
|
|
663
663
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
664
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
664
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
665
665
|
hideTooltip?: boolean;
|
|
666
666
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
667
667
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -706,7 +706,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
706
706
|
data?: readonly any[] | undefined;
|
|
707
707
|
dataKey?: string;
|
|
708
708
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
709
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
709
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
710
710
|
hideTooltip?: boolean;
|
|
711
711
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
712
712
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -751,7 +751,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
751
751
|
data?: readonly any[] | undefined;
|
|
752
752
|
dataKey?: string;
|
|
753
753
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
754
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
754
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
755
755
|
hideTooltip?: boolean;
|
|
756
756
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
757
757
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -796,7 +796,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
796
796
|
data?: readonly any[] | undefined;
|
|
797
797
|
dataKey?: string;
|
|
798
798
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
799
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
799
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
800
800
|
hideTooltip?: boolean;
|
|
801
801
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
802
802
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -840,7 +840,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
840
840
|
data?: readonly any[] | undefined;
|
|
841
841
|
dataKey?: string;
|
|
842
842
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
843
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
843
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
844
844
|
hideTooltip?: boolean;
|
|
845
845
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
846
846
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -884,7 +884,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
884
884
|
data?: readonly any[] | undefined;
|
|
885
885
|
dataKey?: string;
|
|
886
886
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
887
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
887
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
888
888
|
hideTooltip?: boolean;
|
|
889
889
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
890
890
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -928,7 +928,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
928
928
|
data?: readonly any[] | undefined;
|
|
929
929
|
dataKey?: string;
|
|
930
930
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
931
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
931
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
932
932
|
hideTooltip?: boolean;
|
|
933
933
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
934
934
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -972,7 +972,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
972
972
|
data?: readonly any[] | undefined;
|
|
973
973
|
dataKey?: string;
|
|
974
974
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
975
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
975
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
976
976
|
hideTooltip?: boolean;
|
|
977
977
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
978
978
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1016,7 +1016,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1016
1016
|
data?: readonly any[] | undefined;
|
|
1017
1017
|
dataKey?: string;
|
|
1018
1018
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1019
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1019
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1020
1020
|
hideTooltip?: boolean;
|
|
1021
1021
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1022
1022
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1060,7 +1060,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1060
1060
|
data?: readonly any[] | undefined;
|
|
1061
1061
|
dataKey?: string;
|
|
1062
1062
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1063
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1063
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1064
1064
|
hideTooltip?: boolean;
|
|
1065
1065
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1066
1066
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1104,7 +1104,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1104
1104
|
data?: readonly any[] | undefined;
|
|
1105
1105
|
dataKey?: string;
|
|
1106
1106
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1107
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1107
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1108
1108
|
hideTooltip?: boolean;
|
|
1109
1109
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1110
1110
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1148,7 +1148,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1148
1148
|
data?: readonly any[] | undefined;
|
|
1149
1149
|
dataKey?: string;
|
|
1150
1150
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1151
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1151
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1152
1152
|
hideTooltip?: boolean;
|
|
1153
1153
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1154
1154
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1192,7 +1192,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1192
1192
|
data?: readonly any[] | undefined;
|
|
1193
1193
|
dataKey?: string;
|
|
1194
1194
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1195
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1195
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1196
1196
|
hideTooltip?: boolean;
|
|
1197
1197
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1198
1198
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1236,7 +1236,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1236
1236
|
data?: readonly any[] | undefined;
|
|
1237
1237
|
dataKey?: string;
|
|
1238
1238
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1239
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1239
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1240
1240
|
hideTooltip?: boolean;
|
|
1241
1241
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1242
1242
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1280,7 +1280,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1280
1280
|
data?: readonly any[] | undefined;
|
|
1281
1281
|
dataKey?: string;
|
|
1282
1282
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1283
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1283
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1284
1284
|
hideTooltip?: boolean;
|
|
1285
1285
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1286
1286
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1324,7 +1324,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1324
1324
|
data?: readonly any[] | undefined;
|
|
1325
1325
|
dataKey?: string;
|
|
1326
1326
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1327
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1327
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1328
1328
|
hideTooltip?: boolean;
|
|
1329
1329
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1330
1330
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1368,7 +1368,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1368
1368
|
data?: readonly any[] | undefined;
|
|
1369
1369
|
dataKey?: string;
|
|
1370
1370
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1371
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1371
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1372
1372
|
hideTooltip?: boolean;
|
|
1373
1373
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1374
1374
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1412,7 +1412,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1412
1412
|
data?: readonly any[] | undefined;
|
|
1413
1413
|
dataKey?: string;
|
|
1414
1414
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1415
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1415
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1416
1416
|
hideTooltip?: boolean;
|
|
1417
1417
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1418
1418
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1456,7 +1456,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1456
1456
|
data?: readonly any[] | undefined;
|
|
1457
1457
|
dataKey?: string;
|
|
1458
1458
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1459
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1459
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1460
1460
|
hideTooltip?: boolean;
|
|
1461
1461
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1462
1462
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1500,7 +1500,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1500
1500
|
data?: readonly any[] | undefined;
|
|
1501
1501
|
dataKey?: string;
|
|
1502
1502
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1503
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1503
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1504
1504
|
hideTooltip?: boolean;
|
|
1505
1505
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1506
1506
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1544,7 +1544,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1544
1544
|
data?: readonly any[] | undefined;
|
|
1545
1545
|
dataKey?: string;
|
|
1546
1546
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1547
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1547
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1548
1548
|
hideTooltip?: boolean;
|
|
1549
1549
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1550
1550
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1588,7 +1588,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1588
1588
|
data?: readonly any[] | undefined;
|
|
1589
1589
|
dataKey?: string;
|
|
1590
1590
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1591
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1591
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1592
1592
|
hideTooltip?: boolean;
|
|
1593
1593
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1594
1594
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1632,7 +1632,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1632
1632
|
data?: readonly any[] | undefined;
|
|
1633
1633
|
dataKey?: string;
|
|
1634
1634
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1635
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1635
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1636
1636
|
hideTooltip?: boolean;
|
|
1637
1637
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1638
1638
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1676,7 +1676,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1676
1676
|
data?: readonly any[] | undefined;
|
|
1677
1677
|
dataKey?: string;
|
|
1678
1678
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1679
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1679
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1680
1680
|
hideTooltip?: boolean;
|
|
1681
1681
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1682
1682
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1720,7 +1720,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1720
1720
|
data?: readonly any[] | undefined;
|
|
1721
1721
|
dataKey?: string;
|
|
1722
1722
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1723
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1723
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1724
1724
|
hideTooltip?: boolean;
|
|
1725
1725
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1726
1726
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1764,7 +1764,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1764
1764
|
data?: readonly any[] | undefined;
|
|
1765
1765
|
dataKey?: string;
|
|
1766
1766
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1767
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1767
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1768
1768
|
hideTooltip?: boolean;
|
|
1769
1769
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1770
1770
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1808,7 +1808,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1808
1808
|
data?: readonly any[] | undefined;
|
|
1809
1809
|
dataKey?: string;
|
|
1810
1810
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1811
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1811
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1812
1812
|
hideTooltip?: boolean;
|
|
1813
1813
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1814
1814
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1852,7 +1852,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1852
1852
|
data?: readonly any[] | undefined;
|
|
1853
1853
|
dataKey?: string;
|
|
1854
1854
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1855
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1855
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1856
1856
|
hideTooltip?: boolean;
|
|
1857
1857
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1858
1858
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1896,7 +1896,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1896
1896
|
data?: readonly any[] | undefined;
|
|
1897
1897
|
dataKey?: string;
|
|
1898
1898
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1899
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1899
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1900
1900
|
hideTooltip?: boolean;
|
|
1901
1901
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1902
1902
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1940,7 +1940,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1940
1940
|
data?: readonly any[] | undefined;
|
|
1941
1941
|
dataKey?: string;
|
|
1942
1942
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
1943
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
1943
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1944
1944
|
hideTooltip?: boolean;
|
|
1945
1945
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1946
1946
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -1984,7 +1984,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
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;
|
|
@@ -2028,7 +2028,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2028
2028
|
data?: readonly any[] | undefined;
|
|
2029
2029
|
dataKey?: string;
|
|
2030
2030
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2031
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2031
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2032
2032
|
hideTooltip?: boolean;
|
|
2033
2033
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2034
2034
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2072,7 +2072,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2072
2072
|
data?: readonly any[] | undefined;
|
|
2073
2073
|
dataKey?: string;
|
|
2074
2074
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2075
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2075
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2076
2076
|
hideTooltip?: boolean;
|
|
2077
2077
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2078
2078
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2116,7 +2116,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2116
2116
|
data?: readonly any[] | undefined;
|
|
2117
2117
|
dataKey?: string;
|
|
2118
2118
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2119
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2119
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2120
2120
|
hideTooltip?: boolean;
|
|
2121
2121
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2122
2122
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2160,7 +2160,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2160
2160
|
data?: readonly any[] | undefined;
|
|
2161
2161
|
dataKey?: string;
|
|
2162
2162
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2163
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2163
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2164
2164
|
hideTooltip?: boolean;
|
|
2165
2165
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2166
2166
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2204,7 +2204,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2204
2204
|
data?: readonly any[] | undefined;
|
|
2205
2205
|
dataKey?: string;
|
|
2206
2206
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2207
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2207
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2208
2208
|
hideTooltip?: boolean;
|
|
2209
2209
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2210
2210
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2248,7 +2248,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2248
2248
|
data?: readonly any[] | undefined;
|
|
2249
2249
|
dataKey?: string;
|
|
2250
2250
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2251
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2251
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2252
2252
|
hideTooltip?: boolean;
|
|
2253
2253
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2254
2254
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2292,7 +2292,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2292
2292
|
data?: readonly any[] | undefined;
|
|
2293
2293
|
dataKey?: string;
|
|
2294
2294
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2295
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2295
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2296
2296
|
hideTooltip?: boolean;
|
|
2297
2297
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2298
2298
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2336,7 +2336,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2336
2336
|
data?: readonly any[] | undefined;
|
|
2337
2337
|
dataKey?: string;
|
|
2338
2338
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2339
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2339
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2340
2340
|
hideTooltip?: boolean;
|
|
2341
2341
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2342
2342
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2380,7 +2380,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2380
2380
|
data?: readonly any[] | undefined;
|
|
2381
2381
|
dataKey?: string;
|
|
2382
2382
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2383
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2383
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2384
2384
|
hideTooltip?: boolean;
|
|
2385
2385
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2386
2386
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2424,7 +2424,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2424
2424
|
data?: readonly any[] | undefined;
|
|
2425
2425
|
dataKey?: string;
|
|
2426
2426
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2427
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2427
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2428
2428
|
hideTooltip?: boolean;
|
|
2429
2429
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2430
2430
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2468,7 +2468,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2468
2468
|
data?: readonly any[] | undefined;
|
|
2469
2469
|
dataKey?: string;
|
|
2470
2470
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2471
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2471
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2472
2472
|
hideTooltip?: boolean;
|
|
2473
2473
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2474
2474
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2512,7 +2512,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2512
2512
|
data?: readonly any[] | undefined;
|
|
2513
2513
|
dataKey?: string;
|
|
2514
2514
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2515
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2515
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2516
2516
|
hideTooltip?: boolean;
|
|
2517
2517
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2518
2518
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2556,7 +2556,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2556
2556
|
data?: readonly any[] | undefined;
|
|
2557
2557
|
dataKey?: string;
|
|
2558
2558
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2559
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2559
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2560
2560
|
hideTooltip?: boolean;
|
|
2561
2561
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2562
2562
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2600,7 +2600,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2600
2600
|
data?: readonly any[] | undefined;
|
|
2601
2601
|
dataKey?: string;
|
|
2602
2602
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2603
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2603
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2604
2604
|
hideTooltip?: boolean;
|
|
2605
2605
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2606
2606
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2644,7 +2644,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2644
2644
|
data?: readonly any[] | undefined;
|
|
2645
2645
|
dataKey?: string;
|
|
2646
2646
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2647
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2647
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2648
2648
|
hideTooltip?: boolean;
|
|
2649
2649
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2650
2650
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2688,7 +2688,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2688
2688
|
data?: readonly any[] | undefined;
|
|
2689
2689
|
dataKey?: string;
|
|
2690
2690
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2691
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2691
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2692
2692
|
hideTooltip?: boolean;
|
|
2693
2693
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2694
2694
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2732,7 +2732,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2732
2732
|
data?: readonly any[] | undefined;
|
|
2733
2733
|
dataKey?: string;
|
|
2734
2734
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2735
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2735
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2736
2736
|
hideTooltip?: boolean;
|
|
2737
2737
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2738
2738
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2776,7 +2776,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2776
2776
|
data?: readonly any[] | undefined;
|
|
2777
2777
|
dataKey?: string;
|
|
2778
2778
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2779
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2779
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2780
2780
|
hideTooltip?: boolean;
|
|
2781
2781
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2782
2782
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2815,14 +2815,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2815
2815
|
width: number;
|
|
2816
2816
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2817
2817
|
scaleType: 'point';
|
|
2818
|
-
ordinalTimeTicks?: import("
|
|
2818
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2819
2819
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2820
2820
|
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>;
|
|
2821
2821
|
id: import("../internals/index.mjs").AxisId;
|
|
2822
2822
|
data?: readonly any[] | undefined;
|
|
2823
2823
|
dataKey?: string;
|
|
2824
2824
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2825
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2825
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2826
2826
|
hideTooltip?: boolean;
|
|
2827
2827
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2828
2828
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2861,14 +2861,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2861
2861
|
width: number;
|
|
2862
2862
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2863
2863
|
scaleType: 'point';
|
|
2864
|
-
ordinalTimeTicks?: import("
|
|
2864
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2865
2865
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2866
2866
|
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>;
|
|
2867
2867
|
id: import("../internals/index.mjs").AxisId;
|
|
2868
2868
|
data?: readonly any[] | undefined;
|
|
2869
2869
|
dataKey?: string;
|
|
2870
2870
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2871
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2871
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2872
2872
|
hideTooltip?: boolean;
|
|
2873
2873
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2874
2874
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2907,14 +2907,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2907
2907
|
width: number;
|
|
2908
2908
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2909
2909
|
scaleType: 'point';
|
|
2910
|
-
ordinalTimeTicks?: import("
|
|
2910
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2911
2911
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2912
2912
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2913
2913
|
id: import("../internals/index.mjs").AxisId;
|
|
2914
2914
|
data?: readonly any[] | undefined;
|
|
2915
2915
|
dataKey?: string;
|
|
2916
2916
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2917
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2917
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2918
2918
|
hideTooltip?: boolean;
|
|
2919
2919
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2920
2920
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2953,14 +2953,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2953
2953
|
width: number;
|
|
2954
2954
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
2955
2955
|
scaleType: 'point';
|
|
2956
|
-
ordinalTimeTicks?: import("
|
|
2956
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
2957
2957
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
2958
2958
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2959
2959
|
id: import("../internals/index.mjs").AxisId;
|
|
2960
2960
|
data?: readonly any[] | undefined;
|
|
2961
2961
|
dataKey?: string;
|
|
2962
2962
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
2963
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
2963
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2964
2964
|
hideTooltip?: boolean;
|
|
2965
2965
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2966
2966
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -2999,14 +2999,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2999
2999
|
width: number;
|
|
3000
3000
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3001
3001
|
scaleType: 'point';
|
|
3002
|
-
ordinalTimeTicks?: import("
|
|
3002
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3003
3003
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3004
3004
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3005
3005
|
id: import("../internals/index.mjs").AxisId;
|
|
3006
3006
|
data?: readonly any[] | undefined;
|
|
3007
3007
|
dataKey?: string;
|
|
3008
3008
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3009
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3009
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3010
3010
|
hideTooltip?: boolean;
|
|
3011
3011
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3012
3012
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3045,14 +3045,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3045
3045
|
width: number;
|
|
3046
3046
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3047
3047
|
scaleType: 'point';
|
|
3048
|
-
ordinalTimeTicks?: import("
|
|
3048
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3049
3049
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3050
3050
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3051
3051
|
id: import("../internals/index.mjs").AxisId;
|
|
3052
3052
|
data?: readonly any[] | undefined;
|
|
3053
3053
|
dataKey?: string;
|
|
3054
3054
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3055
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3055
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3056
3056
|
hideTooltip?: boolean;
|
|
3057
3057
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3058
3058
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3091,14 +3091,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3091
3091
|
width: number;
|
|
3092
3092
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3093
3093
|
scaleType: 'point';
|
|
3094
|
-
ordinalTimeTicks?: import("
|
|
3094
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3095
3095
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3096
3096
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3097
3097
|
id: import("../internals/index.mjs").AxisId;
|
|
3098
3098
|
data?: readonly any[] | undefined;
|
|
3099
3099
|
dataKey?: string;
|
|
3100
3100
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3101
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3101
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3102
3102
|
hideTooltip?: boolean;
|
|
3103
3103
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3104
3104
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3137,14 +3137,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3137
3137
|
width: number;
|
|
3138
3138
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3139
3139
|
scaleType: 'point';
|
|
3140
|
-
ordinalTimeTicks?: import("
|
|
3140
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3141
3141
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3142
3142
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3143
3143
|
id: import("../internals/index.mjs").AxisId;
|
|
3144
3144
|
data?: readonly any[] | undefined;
|
|
3145
3145
|
dataKey?: string;
|
|
3146
3146
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3147
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3147
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3148
3148
|
hideTooltip?: boolean;
|
|
3149
3149
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3150
3150
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3183,14 +3183,14 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3183
3183
|
width: number;
|
|
3184
3184
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3185
3185
|
scaleType: 'point';
|
|
3186
|
-
ordinalTimeTicks?: import("
|
|
3186
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3187
3187
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
3188
3188
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3189
3189
|
id: import("../internals/index.mjs").AxisId;
|
|
3190
3190
|
data?: readonly any[] | undefined;
|
|
3191
3191
|
dataKey?: string;
|
|
3192
3192
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3193
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3193
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3194
3194
|
hideTooltip?: boolean;
|
|
3195
3195
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3196
3196
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3229,7 +3229,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3229
3229
|
width: number;
|
|
3230
3230
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3231
3231
|
scaleType: 'band';
|
|
3232
|
-
ordinalTimeTicks?: import("
|
|
3232
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3233
3233
|
categoryGapRatio: number;
|
|
3234
3234
|
barGapRatio: number;
|
|
3235
3235
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3238,7 +3238,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3238
3238
|
data?: readonly any[] | undefined;
|
|
3239
3239
|
dataKey?: string;
|
|
3240
3240
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3241
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3241
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3242
3242
|
hideTooltip?: boolean;
|
|
3243
3243
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3244
3244
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3277,7 +3277,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3277
3277
|
width: number;
|
|
3278
3278
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3279
3279
|
scaleType: 'band';
|
|
3280
|
-
ordinalTimeTicks?: import("
|
|
3280
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3281
3281
|
categoryGapRatio: number;
|
|
3282
3282
|
barGapRatio: number;
|
|
3283
3283
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3286,7 +3286,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3286
3286
|
data?: readonly any[] | undefined;
|
|
3287
3287
|
dataKey?: string;
|
|
3288
3288
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3289
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3289
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3290
3290
|
hideTooltip?: boolean;
|
|
3291
3291
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3292
3292
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3325,7 +3325,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3325
3325
|
width: number;
|
|
3326
3326
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3327
3327
|
scaleType: 'band';
|
|
3328
|
-
ordinalTimeTicks?: import("
|
|
3328
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3329
3329
|
categoryGapRatio: number;
|
|
3330
3330
|
barGapRatio: number;
|
|
3331
3331
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3334,7 +3334,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3334
3334
|
data?: readonly any[] | undefined;
|
|
3335
3335
|
dataKey?: string;
|
|
3336
3336
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3337
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3337
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3338
3338
|
hideTooltip?: boolean;
|
|
3339
3339
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3340
3340
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3373,7 +3373,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3373
3373
|
width: number;
|
|
3374
3374
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3375
3375
|
scaleType: 'band';
|
|
3376
|
-
ordinalTimeTicks?: import("
|
|
3376
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3377
3377
|
categoryGapRatio: number;
|
|
3378
3378
|
barGapRatio: number;
|
|
3379
3379
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3382,7 +3382,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3382
3382
|
data?: readonly any[] | undefined;
|
|
3383
3383
|
dataKey?: string;
|
|
3384
3384
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3385
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3385
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3386
3386
|
hideTooltip?: boolean;
|
|
3387
3387
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3388
3388
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3421,7 +3421,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3421
3421
|
width: number;
|
|
3422
3422
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3423
3423
|
scaleType: 'band';
|
|
3424
|
-
ordinalTimeTicks?: import("
|
|
3424
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3425
3425
|
categoryGapRatio: number;
|
|
3426
3426
|
barGapRatio: number;
|
|
3427
3427
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3430,7 +3430,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3430
3430
|
data?: readonly any[] | undefined;
|
|
3431
3431
|
dataKey?: string;
|
|
3432
3432
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3433
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3433
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3434
3434
|
hideTooltip?: boolean;
|
|
3435
3435
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3436
3436
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3469,7 +3469,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3469
3469
|
width: number;
|
|
3470
3470
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3471
3471
|
scaleType: 'band';
|
|
3472
|
-
ordinalTimeTicks?: import("
|
|
3472
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3473
3473
|
categoryGapRatio: number;
|
|
3474
3474
|
barGapRatio: number;
|
|
3475
3475
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3478,7 +3478,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3478
3478
|
data?: readonly any[] | undefined;
|
|
3479
3479
|
dataKey?: string;
|
|
3480
3480
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3481
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3481
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3482
3482
|
hideTooltip?: boolean;
|
|
3483
3483
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3484
3484
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3517,7 +3517,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3517
3517
|
width: number;
|
|
3518
3518
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3519
3519
|
scaleType: 'band';
|
|
3520
|
-
ordinalTimeTicks?: import("
|
|
3520
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3521
3521
|
categoryGapRatio: number;
|
|
3522
3522
|
barGapRatio: number;
|
|
3523
3523
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3526,7 +3526,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3526
3526
|
data?: readonly any[] | undefined;
|
|
3527
3527
|
dataKey?: string;
|
|
3528
3528
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3529
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3529
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3530
3530
|
hideTooltip?: boolean;
|
|
3531
3531
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3532
3532
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3565,7 +3565,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3565
3565
|
width: number;
|
|
3566
3566
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3567
3567
|
scaleType: 'band';
|
|
3568
|
-
ordinalTimeTicks?: import("
|
|
3568
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3569
3569
|
categoryGapRatio: number;
|
|
3570
3570
|
barGapRatio: number;
|
|
3571
3571
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3574,7 +3574,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3574
3574
|
data?: readonly any[] | undefined;
|
|
3575
3575
|
dataKey?: string;
|
|
3576
3576
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3577
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3577
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3578
3578
|
hideTooltip?: boolean;
|
|
3579
3579
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3580
3580
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3613,7 +3613,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3613
3613
|
width: number;
|
|
3614
3614
|
groups?: import("../internals/index.mjs").AxisGroup[];
|
|
3615
3615
|
scaleType: 'band';
|
|
3616
|
-
ordinalTimeTicks?: import("
|
|
3616
|
+
ordinalTimeTicks?: import("@mui/x-charts/models").OrdinalTimeTicks;
|
|
3617
3617
|
categoryGapRatio: number;
|
|
3618
3618
|
barGapRatio: number;
|
|
3619
3619
|
colorMap?: import("../models/colorMapping.mjs").OrdinalColorConfig | import("../models/colorMapping.mjs").ContinuousColorConfig | import("../models/colorMapping.mjs").PiecewiseColorConfig;
|
|
@@ -3622,7 +3622,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3622
3622
|
data?: readonly any[] | undefined;
|
|
3623
3623
|
dataKey?: string;
|
|
3624
3624
|
valueGetter?: ((item: import("../internals/index.mjs").DatasetElementType<unknown>) => any) | undefined;
|
|
3625
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("
|
|
3625
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.mjs").AxisScaleConfig>(value: any, context: import("@mui/x-charts/models").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3626
3626
|
hideTooltip?: boolean;
|
|
3627
3627
|
domainLimit?: 'nice' | 'strict' | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3628
3628
|
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
@@ -3638,8 +3638,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3638
3638
|
tickNumber: number;
|
|
3639
3639
|
positionSign: number;
|
|
3640
3640
|
classes: Record<"label" | "line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
3641
|
-
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement> & import("
|
|
3642
|
-
TickLabel: typeof ChartsText | import("react").JSXElementConstructor<ChartsTextProps & import("
|
|
3641
|
+
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement> & import("@mui/x-charts/models").AxisTickPropsOverrides>;
|
|
3642
|
+
TickLabel: typeof ChartsText | import("react").JSXElementConstructor<ChartsTextProps & import("@mui/x-charts/models").AxisTickLabelPropsOverrides>;
|
|
3643
3643
|
axisTickLabelProps: {
|
|
3644
3644
|
key?: import("react").Key | null | undefined;
|
|
3645
3645
|
children?: import("react").ReactNode | undefined;
|