@mui/x-charts 8.26.0 → 9.0.0-alpha.0
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/AnimatedBarElement.d.ts +2 -2
- package/BarChart/AnimatedBarElement.js +1 -1
- package/BarChart/BarChart.js +9 -4
- package/BarChart/BarElement.d.ts +2 -2
- package/BarChart/BarElement.js +9 -9
- package/BarChart/BarLabel/BarLabel.js +1 -1
- package/BarChart/FocusedBar.js +4 -6
- package/BarChart/IndividualBarPlot.js +1 -1
- package/BarChart/barClasses.d.ts +1 -1
- package/BarChart/barClasses.js +2 -2
- package/BarChart/barElementClasses.d.ts +2 -1
- package/BarChart/barElementClasses.js +2 -2
- package/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
- package/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +2 -2
- package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +2 -1
- package/BarChart/seriesConfig/bar/keyboardFocusHandler.js +4 -5
- package/BarChart/seriesConfig/bar/legend.d.ts +1 -1
- package/BarChart/seriesConfig/bar/legend.js +0 -1
- package/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
- package/BarChart/seriesConfig/bar/tooltip.d.ts +1 -1
- package/BarChart/seriesConfig/bar/tooltipPosition.d.ts +1 -1
- package/BarChart/seriesConfig/bar/tooltipPosition.js +5 -6
- package/BarChart/seriesConfig/index.d.ts +1 -1
- package/BarChart/seriesConfig/index.js +3 -1
- package/BarChart/useBarPlotData.d.ts +1 -1
- package/BarChart/useBarPlotData.js +9 -10
- package/BarChart/useRegisterItemClickHandlers.js +2 -2
- package/CHANGELOG.md +355 -3
- package/ChartContainer/ChartContainer.d.ts +16 -29
- package/ChartContainer/ChartContainer.js +14 -1691
- package/ChartContainer/index.d.ts +1 -8
- package/ChartContainer/useChartContainerProps.d.ts +9 -10
- package/ChartContainer/useChartContainerProps.js +9 -94
- package/ChartDataProvider/ChartDataProvider.d.ts +5 -3
- package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/ChartDataProvider/useChartDataProviderProps.js +7 -6
- package/ChartsAxis/ChartsAxis.d.ts +1 -0
- package/ChartsAxis/ChartsAxis.js +4 -2
- package/ChartsAxis/axisClasses.d.ts +0 -5
- package/ChartsAxis/axisClasses.js +1 -1
- package/ChartsContainer/ChartsContainer.d.ts +37 -0
- package/ChartsContainer/ChartsContainer.js +1698 -0
- package/ChartsContainer/index.d.ts +1 -0
- package/ChartsContainer/index.js +16 -0
- package/ChartsContainer/useChartsContainerProps.d.ts +15 -0
- package/ChartsContainer/useChartsContainerProps.js +106 -0
- package/ChartsLabel/ChartsLabelMark.js +34 -32
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -3
- package/ChartsLabel/labelMarkClasses.js +1 -2
- package/ChartsLegend/ChartsLegend.js +1 -7
- package/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/ChartsLegend/legendContext.types.d.ts +1 -8
- package/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/ChartsSurface/ChartsSurface.js +5 -3
- package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +1 -0
- package/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -0
- package/ChartsTooltip/ChartsTooltipContainer.d.ts +16 -1
- package/ChartsTooltip/index.d.ts +1 -2
- package/ChartsTooltip/index.js +0 -12
- package/ChartsTooltip/useAxesTooltip.d.ts +29 -3
- package/ChartsTooltip/useAxesTooltip.js +173 -6
- package/ChartsTooltip/useItemTooltip.d.ts +1 -1
- package/ChartsTooltip/useItemTooltip.js +2 -2
- package/ChartsXAxis/ChartsXAxis.d.ts +3 -1
- package/ChartsXAxis/ChartsXAxis.js +2 -1
- package/ChartsXAxis/ChartsXAxisImpl.js +2 -1
- package/ChartsXAxis/getVisibleLabels.d.ts +2 -2
- package/ChartsXAxis/shortenLabels.d.ts +2 -2
- package/ChartsXAxis/useAxisTicksProps.d.ts +674 -671
- package/ChartsXAxis/useAxisTicksProps.js +1 -1
- package/ChartsXAxis/utilities.d.ts +1 -1
- package/ChartsXAxis/utilities.js +2 -3
- package/ChartsYAxis/ChartsYAxis.d.ts +3 -1
- package/ChartsYAxis/ChartsYAxis.js +2 -1
- package/ChartsYAxis/ChartsYAxisImpl.js +2 -1
- package/ChartsYAxis/shortenLabels.d.ts +2 -2
- package/ChartsYAxis/useAxisTicksProps.d.ts +674 -671
- package/ChartsYAxis/useAxisTicksProps.js +1 -1
- package/ChartsYAxis/utilities.js +2 -3
- package/Gauge/GaugeContainer.d.ts +1 -1
- package/Gauge/GaugeContainer.js +3 -1
- package/LineChart/AnimatedArea.js +3 -3
- package/LineChart/AnimatedLine.js +4 -4
- package/LineChart/AppearingMask.d.ts +1 -1
- package/LineChart/AppearingMask.js +1 -1
- package/LineChart/AreaElement.d.ts +2 -2
- package/LineChart/AreaElement.js +8 -8
- package/LineChart/AreaPlot.js +1 -1
- package/LineChart/CircleMarkElement.d.ts +1 -1
- package/LineChart/CircleMarkElement.js +5 -5
- package/LineChart/LineChart.js +9 -4
- package/LineChart/LineElement.d.ts +2 -2
- package/LineChart/LineElement.js +8 -8
- package/LineChart/LineHighlightElement.d.ts +3 -3
- package/LineChart/LineHighlightElement.js +4 -4
- package/LineChart/LineHighlightPlot.js +1 -1
- package/LineChart/LinePlot.js +1 -1
- package/LineChart/MarkElement.d.ts +1 -1
- package/LineChart/MarkElement.js +5 -5
- package/LineChart/MarkPlot.js +1 -1
- package/LineChart/markElementClasses.d.ts +1 -1
- package/LineChart/markElementClasses.js +2 -2
- package/LineChart/seriesConfig/extremums.d.ts +1 -1
- package/LineChart/seriesConfig/getColor.d.ts +1 -1
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/LineChart/seriesConfig/index.d.ts +1 -1
- package/LineChart/seriesConfig/index.js +3 -1
- package/LineChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
- package/LineChart/seriesConfig/keyboardFocusHandler.js +4 -5
- package/LineChart/seriesConfig/legend.d.ts +1 -1
- package/LineChart/seriesConfig/legend.js +0 -1
- package/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/LineChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/PieChart/FocusedPieArc.d.ts +1 -1
- package/PieChart/FocusedPieArc.js +1 -1
- package/PieChart/PieArc.d.ts +4 -4
- package/PieChart/PieArc.js +7 -7
- package/PieChart/PieArcLabel.d.ts +4 -4
- package/PieChart/PieArcLabel.js +6 -6
- package/PieChart/PieArcLabelPlot.d.ts +5 -1
- package/PieChart/PieArcLabelPlot.js +5 -5
- package/PieChart/PieArcPlot.d.ts +5 -1
- package/PieChart/PieArcPlot.js +6 -6
- package/PieChart/PieChart.js +4 -4
- package/PieChart/PiePlot.js +2 -2
- package/PieChart/index.d.ts +1 -0
- package/PieChart/index.js +12 -0
- package/PieChart/pieClasses.d.ts +1 -1
- package/PieChart/seriesConfig/getColor.d.ts +1 -1
- package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/PieChart/seriesConfig/index.d.ts +1 -1
- package/PieChart/seriesConfig/index.js +3 -1
- package/PieChart/seriesConfig/legend.d.ts +1 -1
- package/PieChart/seriesConfig/legend.js +0 -1
- package/PieChart/seriesConfig/seriesLayout.d.ts +1 -1
- package/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/PieChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/RadarChart/RadarAxisHighlight/index.d.ts +2 -1
- package/RadarChart/RadarChart.d.ts +1 -1
- package/RadarChart/RadarChart.js +4 -4
- package/RadarChart/RadarGrid/index.d.ts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -0
- package/RadarChart/RadarSeriesPlot/useRadarRotationIndex.js +2 -2
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
- package/RadarChart/seriesConfig/extremums.d.ts +1 -1
- package/RadarChart/seriesConfig/getColor.d.ts +1 -1
- package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/RadarChart/seriesConfig/index.d.ts +1 -1
- package/RadarChart/seriesConfig/index.js +3 -1
- package/RadarChart/seriesConfig/legend.d.ts +1 -1
- package/RadarChart/seriesConfig/legend.js +0 -1
- package/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadarChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/RadarChart/useRadarChartProps.js +1 -1
- package/ScatterChart/BatchScatter.d.ts +1 -1
- package/ScatterChart/Scatter.d.ts +1 -1
- package/ScatterChart/ScatterChart.js +9 -4
- package/ScatterChart/scatterClasses.js +2 -2
- package/ScatterChart/seriesConfig/extremums.d.ts +1 -1
- package/ScatterChart/seriesConfig/getColor.d.ts +1 -1
- package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/ScatterChart/seriesConfig/index.js +3 -1
- package/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
- package/ScatterChart/seriesConfig/keyboardFocusHandler.js +4 -5
- package/ScatterChart/seriesConfig/legend.d.ts +1 -1
- package/ScatterChart/seriesConfig/legend.js +0 -1
- package/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/ScatterChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/SparkLineChart/SparkLineChart.d.ts +1 -1
- package/SparkLineChart/SparkLineChart.js +16 -16
- package/context/ChartProvider/ChartProvider.d.ts +3 -4
- package/context/ChartProvider/ChartProvider.js +2 -15
- package/context/ChartProvider/ChartProvider.types.d.ts +3 -18
- package/context/index.d.ts +2 -1
- package/esm/BarChart/AnimatedBarElement.d.ts +2 -2
- package/esm/BarChart/AnimatedBarElement.js +1 -1
- package/esm/BarChart/BarChart.js +9 -4
- package/esm/BarChart/BarElement.d.ts +2 -2
- package/esm/BarChart/BarElement.js +9 -9
- package/esm/BarChart/BarLabel/BarLabel.js +1 -1
- package/esm/BarChart/FocusedBar.js +4 -6
- package/esm/BarChart/IndividualBarPlot.js +1 -1
- package/esm/BarChart/barClasses.d.ts +1 -1
- package/esm/BarChart/barClasses.js +2 -2
- package/esm/BarChart/barElementClasses.d.ts +2 -1
- package/esm/BarChart/barElementClasses.js +2 -2
- package/esm/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +2 -2
- package/esm/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +2 -1
- package/esm/BarChart/seriesConfig/bar/keyboardFocusHandler.js +5 -6
- package/esm/BarChart/seriesConfig/bar/legend.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/legend.js +0 -1
- package/esm/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltip.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltipPosition.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltipPosition.js +5 -6
- package/esm/BarChart/seriesConfig/index.d.ts +1 -1
- package/esm/BarChart/seriesConfig/index.js +3 -1
- package/esm/BarChart/useBarPlotData.d.ts +1 -1
- package/esm/BarChart/useBarPlotData.js +9 -10
- package/esm/BarChart/useRegisterItemClickHandlers.js +2 -2
- package/esm/ChartContainer/ChartContainer.d.ts +16 -29
- package/esm/ChartContainer/ChartContainer.js +15 -1690
- package/esm/ChartContainer/index.d.ts +1 -8
- package/esm/ChartContainer/index.js +1 -6
- package/esm/ChartContainer/useChartContainerProps.d.ts +9 -10
- package/esm/ChartContainer/useChartContainerProps.js +10 -93
- package/esm/ChartDataProvider/ChartDataProvider.d.ts +5 -3
- package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/esm/ChartDataProvider/useChartDataProviderProps.js +7 -6
- package/esm/ChartsAxis/ChartsAxis.d.ts +1 -0
- package/esm/ChartsAxis/ChartsAxis.js +4 -2
- package/esm/ChartsAxis/axisClasses.d.ts +0 -5
- package/esm/ChartsAxis/axisClasses.js +1 -1
- package/esm/ChartsContainer/ChartsContainer.d.ts +37 -0
- package/esm/ChartsContainer/ChartsContainer.js +1692 -0
- package/esm/ChartsContainer/index.d.ts +1 -0
- package/esm/ChartsContainer/index.js +1 -0
- package/esm/ChartsContainer/useChartsContainerProps.d.ts +15 -0
- package/esm/ChartsContainer/useChartsContainerProps.js +99 -0
- package/esm/ChartsLabel/ChartsLabelMark.js +35 -33
- package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -3
- package/esm/ChartsLabel/labelMarkClasses.js +1 -2
- package/esm/ChartsLegend/ChartsLegend.js +1 -7
- package/esm/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/esm/ChartsLegend/legendContext.types.d.ts +1 -8
- package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/esm/ChartsSurface/ChartsSurface.js +6 -4
- package/esm/ChartsTooltip/ChartsAxisTooltipContent.d.ts +1 -0
- package/esm/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -0
- package/esm/ChartsTooltip/ChartsTooltipContainer.d.ts +16 -1
- package/esm/ChartsTooltip/index.d.ts +1 -2
- package/esm/ChartsTooltip/index.js +0 -1
- package/esm/ChartsTooltip/useAxesTooltip.d.ts +29 -3
- package/esm/ChartsTooltip/useAxesTooltip.js +173 -5
- package/esm/ChartsTooltip/useItemTooltip.d.ts +1 -1
- package/esm/ChartsTooltip/useItemTooltip.js +1 -1
- package/esm/ChartsXAxis/ChartsXAxis.d.ts +3 -1
- package/esm/ChartsXAxis/ChartsXAxis.js +1 -2
- package/esm/ChartsXAxis/ChartsXAxisImpl.js +2 -1
- package/esm/ChartsXAxis/getVisibleLabels.d.ts +2 -2
- package/esm/ChartsXAxis/shortenLabels.d.ts +2 -2
- package/esm/ChartsXAxis/useAxisTicksProps.d.ts +674 -671
- package/esm/ChartsXAxis/useAxisTicksProps.js +1 -1
- package/esm/ChartsXAxis/utilities.d.ts +1 -1
- package/esm/ChartsXAxis/utilities.js +2 -3
- package/esm/ChartsYAxis/ChartsYAxis.d.ts +3 -1
- package/esm/ChartsYAxis/ChartsYAxis.js +1 -2
- package/esm/ChartsYAxis/ChartsYAxisImpl.js +2 -1
- package/esm/ChartsYAxis/shortenLabels.d.ts +2 -2
- package/esm/ChartsYAxis/useAxisTicksProps.d.ts +674 -671
- package/esm/ChartsYAxis/useAxisTicksProps.js +1 -1
- package/esm/ChartsYAxis/utilities.js +2 -3
- package/esm/Gauge/GaugeContainer.d.ts +1 -1
- package/esm/Gauge/GaugeContainer.js +3 -1
- package/esm/LineChart/AnimatedArea.js +3 -3
- package/esm/LineChart/AnimatedLine.js +4 -4
- package/esm/LineChart/AppearingMask.d.ts +1 -1
- package/esm/LineChart/AppearingMask.js +1 -1
- package/esm/LineChart/AreaElement.d.ts +2 -2
- package/esm/LineChart/AreaElement.js +8 -8
- package/esm/LineChart/AreaPlot.js +1 -1
- package/esm/LineChart/CircleMarkElement.d.ts +1 -1
- package/esm/LineChart/CircleMarkElement.js +5 -5
- package/esm/LineChart/LineChart.js +9 -4
- package/esm/LineChart/LineElement.d.ts +2 -2
- package/esm/LineChart/LineElement.js +8 -8
- package/esm/LineChart/LineHighlightElement.d.ts +3 -3
- package/esm/LineChart/LineHighlightElement.js +4 -4
- package/esm/LineChart/LineHighlightPlot.js +1 -1
- package/esm/LineChart/LinePlot.js +1 -1
- package/esm/LineChart/MarkElement.d.ts +1 -1
- package/esm/LineChart/MarkElement.js +5 -5
- package/esm/LineChart/MarkPlot.js +1 -1
- package/esm/LineChart/markElementClasses.d.ts +1 -1
- package/esm/LineChart/markElementClasses.js +2 -2
- package/esm/LineChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/LineChart/seriesConfig/index.d.ts +1 -1
- package/esm/LineChart/seriesConfig/index.js +3 -1
- package/esm/LineChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
- package/esm/LineChart/seriesConfig/keyboardFocusHandler.js +5 -6
- package/esm/LineChart/seriesConfig/legend.d.ts +1 -1
- package/esm/LineChart/seriesConfig/legend.js +0 -1
- package/esm/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/LineChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/esm/PieChart/FocusedPieArc.d.ts +1 -1
- package/esm/PieChart/FocusedPieArc.js +1 -1
- package/esm/PieChart/PieArc.d.ts +4 -4
- package/esm/PieChart/PieArc.js +7 -7
- package/esm/PieChart/PieArcLabel.d.ts +4 -4
- package/esm/PieChart/PieArcLabel.js +6 -6
- package/esm/PieChart/PieArcLabelPlot.d.ts +5 -1
- package/esm/PieChart/PieArcLabelPlot.js +5 -5
- package/esm/PieChart/PieArcPlot.d.ts +5 -1
- package/esm/PieChart/PieArcPlot.js +6 -6
- package/esm/PieChart/PieChart.js +4 -4
- package/esm/PieChart/PiePlot.js +2 -2
- package/esm/PieChart/index.d.ts +1 -0
- package/esm/PieChart/index.js +1 -0
- package/esm/PieChart/pieClasses.d.ts +1 -1
- package/esm/PieChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/PieChart/seriesConfig/index.d.ts +1 -1
- package/esm/PieChart/seriesConfig/index.js +3 -1
- package/esm/PieChart/seriesConfig/legend.d.ts +1 -1
- package/esm/PieChart/seriesConfig/legend.js +0 -1
- package/esm/PieChart/seriesConfig/seriesLayout.d.ts +1 -1
- package/esm/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/PieChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/esm/RadarChart/RadarAxisHighlight/index.d.ts +2 -1
- package/esm/RadarChart/RadarAxisHighlight/index.js +2 -1
- package/esm/RadarChart/RadarChart.d.ts +1 -1
- package/esm/RadarChart/RadarChart.js +4 -4
- package/esm/RadarChart/RadarGrid/index.d.ts +2 -1
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -0
- package/esm/RadarChart/RadarSeriesPlot/useRadarRotationIndex.js +2 -2
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +2 -2
- package/esm/RadarChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/index.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/index.js +3 -1
- package/esm/RadarChart/seriesConfig/legend.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/legend.js +0 -1
- package/esm/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/esm/RadarChart/useRadarChartProps.js +1 -1
- package/esm/ScatterChart/BatchScatter.d.ts +1 -1
- package/esm/ScatterChart/Scatter.d.ts +1 -1
- package/esm/ScatterChart/ScatterChart.js +9 -4
- package/esm/ScatterChart/scatterClasses.js +2 -2
- package/esm/ScatterChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/index.js +3 -1
- package/esm/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +2 -1
- package/esm/ScatterChart/seriesConfig/keyboardFocusHandler.js +5 -6
- package/esm/ScatterChart/seriesConfig/legend.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/legend.js +0 -1
- package/esm/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/esm/SparkLineChart/SparkLineChart.d.ts +1 -1
- package/esm/SparkLineChart/SparkLineChart.js +16 -16
- package/esm/context/ChartProvider/ChartProvider.d.ts +3 -4
- package/esm/context/ChartProvider/ChartProvider.js +2 -14
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +3 -18
- package/esm/context/index.d.ts +2 -1
- package/esm/hooks/index.d.ts +4 -1
- package/esm/hooks/index.js +3 -1
- package/esm/hooks/useAxisCoordinates.d.ts +30 -0
- package/esm/hooks/useAxisCoordinates.js +105 -0
- package/esm/hooks/useAxisTicks.d.ts +14 -0
- package/esm/hooks/useAxisTicks.js +68 -0
- package/esm/hooks/useChartRootRef.d.ts +1 -1
- package/esm/hooks/useChartRootRef.js +4 -2
- package/esm/hooks/useInteractionItemProps.d.ts +1 -1
- package/esm/hooks/useLegend.js +1 -1
- package/esm/hooks/useSvgRef.js +4 -5
- package/esm/hooks/useTicks.d.ts +19 -4
- package/esm/index.d.ts +3 -1
- package/esm/index.js +2 -1
- package/esm/internals/commonNextFocusItem.d.ts +2 -0
- package/esm/internals/commonNextFocusItem.js +3 -2
- package/esm/internals/components/WebGLContext.d.ts +3 -0
- package/esm/internals/components/WebGLContext.js +108 -0
- package/esm/internals/consumeSlots.js +1 -1
- package/esm/internals/consumeThemeProps.js +1 -1
- package/esm/internals/{getBarDimensions.d.ts → createGetBarDimensions.d.ts} +2 -4
- package/esm/internals/createGetBarDimensions.js +55 -0
- package/esm/internals/getChartPoint.d.ts +7 -0
- package/esm/internals/getChartPoint.js +13 -0
- package/esm/internals/getSeriesColorFn.d.ts +3 -2
- package/esm/internals/identifierCleaner.d.ts +11 -0
- package/esm/internals/identifierCleaner.js +12 -0
- package/esm/internals/index.d.ts +8 -2
- package/esm/internals/index.js +8 -3
- package/esm/internals/plugins/corePlugins/corePlugins.d.ts +5 -3
- package/esm/internals/plugins/corePlugins/corePlugins.js +3 -1
- package/esm/internals/plugins/corePlugins/index.d.ts +2 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +4 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +5 -5
- package/esm/internals/plugins/corePlugins/useChartElementRef/index.d.ts +2 -0
- package/esm/internals/plugins/corePlugins/useChartElementRef/index.js +1 -0
- package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +3 -0
- package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.js +14 -0
- package/esm/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +15 -0
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +6 -14
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -7
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +3 -16
- package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/index.d.ts +4 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/index.js +3 -0
- package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/cartesianExtremumGetter.types.d.ts +3 -3
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/colorProcessor.types.d.ts +4 -4
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.d.ts +8 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.d.ts +3 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierCleaner.types.d.ts +3 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierSerializer.types.d.ts +3 -0
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.d.ts +3 -1
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.js +3 -1
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/legendGetter.types.d.ts +4 -0
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/polarExtremumGetter.types.d.ts +3 -3
- package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesConfig.types.d.ts +20 -3
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/seriesLayout.types.d.ts +3 -3
- package/{internals/plugins/models/seriesConfig → esm/internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesProcessor.types.d.ts +4 -4
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesProcessor.types.js +1 -0
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +5 -5
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +1 -0
- package/esm/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipItemPositionGetter.types.d.ts +6 -6
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.js +1 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +3 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.js +35 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +6 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.js +3 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +48 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js +1 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.d.ts +15 -0
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.js +18 -0
- package/esm/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.ts +3 -2
- package/esm/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +6 -4
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +14 -14
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +22 -9
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +18 -12
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +7 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPosition.selectors.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +50 -51
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +6 -6
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +8 -8
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +5 -3
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +11 -7
- package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightStates.js +3 -3
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +17 -19
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +4 -4
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +6 -6
- package/esm/internals/plugins/featurePlugins/useChartItemClick/index.d.ts +2 -0
- package/esm/internals/plugins/featurePlugins/useChartItemClick/index.js +1 -0
- package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.d.ts +3 -0
- package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.js +48 -0
- package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +23 -0
- package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.js +1 -0
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +8 -3
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +7 -7
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +8 -7
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +6 -6
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.js +4 -4
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.d.ts +3 -5
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.js +9 -4
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +1 -1
- package/esm/internals/plugins/models/index.d.ts +1 -2
- package/esm/internals/plugins/models/index.js +1 -2
- package/esm/internals/plugins/models/plugin.d.ts +1 -16
- package/esm/internals/plugins/utils/defaultSeriesConfig.d.ts +2 -0
- package/esm/internals/plugins/utils/defaultSeriesConfig.js +10 -0
- package/esm/internals/seriesSelectorOfType.d.ts +8 -8
- package/esm/internals/seriesSelectorOfType.js +1 -1
- package/esm/internals/stacking/stackSeries.d.ts +3 -2
- package/esm/internals/stacking/stackSeries.js +0 -1
- package/esm/internals/store/useCharts.d.ts +2 -7
- package/esm/internals/store/useCharts.js +4 -12
- package/esm/internals/store/useCharts.types.d.ts +6 -0
- package/esm/models/axis.d.ts +16 -3
- package/esm/models/index.d.ts +1 -0
- package/esm/models/seriesType/bar.d.ts +1 -1
- package/esm/models/seriesType/common.d.ts +5 -5
- package/esm/models/seriesType/config.d.ts +8 -1
- package/esm/models/seriesType/index.d.ts +5 -30
- package/esm/models/seriesType/index.js +1 -32
- package/esm/models/seriesType/line.d.ts +1 -1
- package/esm/models/seriesType/pie.d.ts +1 -1
- package/esm/models/seriesType/radar.d.ts +1 -1
- package/esm/models/seriesType/scatter.d.ts +1 -1
- package/hooks/index.d.ts +4 -1
- package/hooks/index.js +28 -1
- package/hooks/useAxisCoordinates.d.ts +30 -0
- package/hooks/useAxisCoordinates.js +115 -0
- package/hooks/useAxisTicks.d.ts +14 -0
- package/hooks/useAxisTicks.js +75 -0
- package/hooks/useChartRootRef.d.ts +1 -1
- package/hooks/useChartRootRef.js +4 -2
- package/hooks/useInteractionItemProps.d.ts +1 -1
- package/hooks/useLegend.js +2 -2
- package/hooks/useSvgRef.js +4 -5
- package/hooks/useTicks.d.ts +19 -4
- package/index.d.ts +3 -1
- package/index.js +9 -1
- package/internals/commonNextFocusItem.d.ts +2 -0
- package/internals/commonNextFocusItem.js +4 -2
- package/internals/components/WebGLContext.d.ts +3 -0
- package/internals/components/WebGLContext.js +116 -0
- package/internals/consumeSlots.js +1 -1
- package/internals/consumeThemeProps.js +1 -1
- package/internals/{getBarDimensions.d.ts → createGetBarDimensions.d.ts} +2 -4
- package/internals/createGetBarDimensions.js +61 -0
- package/internals/getChartPoint.d.ts +7 -0
- package/internals/getChartPoint.js +19 -0
- package/internals/getSeriesColorFn.d.ts +3 -2
- package/internals/identifierCleaner.d.ts +11 -0
- package/internals/identifierCleaner.js +19 -0
- package/internals/index.d.ts +8 -2
- package/internals/index.js +76 -4
- package/internals/plugins/corePlugins/corePlugins.d.ts +5 -3
- package/internals/plugins/corePlugins/corePlugins.js +3 -1
- package/internals/plugins/corePlugins/index.d.ts +2 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +4 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +5 -5
- package/internals/plugins/corePlugins/useChartElementRef/index.d.ts +2 -0
- package/internals/plugins/corePlugins/useChartElementRef/index.js +12 -0
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +3 -0
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.js +21 -0
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +15 -0
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -2
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +6 -14
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -7
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +5 -5
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +3 -16
- package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.js +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/index.d.ts +4 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/index.js +39 -0
- package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/cartesianExtremumGetter.types.d.ts +3 -3
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/colorProcessor.types.d.ts +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.d.ts +8 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.d.ts +3 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierCleaner.types.d.ts +3 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/identifierSerializer.types.d.ts +3 -0
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.d.ts +3 -1
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/index.js +22 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/legendGetter.types.d.ts +4 -0
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/polarExtremumGetter.types.d.ts +3 -3
- package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesConfig.types.d.ts +20 -3
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/seriesLayout.types.d.ts +3 -3
- package/{esm/internals/plugins/models/seriesConfig → internals/plugins/corePlugins/useChartSeriesConfig/types}/seriesProcessor.types.d.ts +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesProcessor.types.js +5 -0
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +5 -5
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +5 -0
- package/internals/plugins/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipItemPositionGetter.types.d.ts +6 -6
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.js +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +3 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.js +42 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +6 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.js +10 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +48 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.js +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.d.ts +15 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/utils/cleanIdentifier.js +25 -0
- package/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.d.ts +2 -2
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.ts +3 -2
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.js +2 -2
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +6 -4
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +14 -14
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +21 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +18 -12
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +7 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +4 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPosition.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +3 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +50 -51
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +7 -6
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +6 -6
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +8 -8
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +5 -3
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/highlightConfig.types.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +11 -7
- package/internals/plugins/featurePlugins/useChartHighlight/highlightStates.js +5 -5
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +17 -19
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +3 -3
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +6 -6
- package/internals/plugins/featurePlugins/useChartItemClick/index.d.ts +2 -0
- package/internals/plugins/featurePlugins/useChartItemClick/index.js +12 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.d.ts +3 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.js +54 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +23 -0
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.js +5 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +8 -3
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +7 -7
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +8 -7
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +3 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +6 -6
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +2 -1
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.js +4 -4
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.d.ts +3 -5
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.selectors.js +9 -4
- package/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartVisibilityManager/visibilityParamToMap.js +1 -1
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +1 -1
- package/internals/plugins/models/index.d.ts +1 -2
- package/internals/plugins/models/index.js +0 -11
- package/internals/plugins/models/plugin.d.ts +1 -16
- package/internals/plugins/utils/defaultSeriesConfig.d.ts +2 -0
- package/internals/plugins/utils/defaultSeriesConfig.js +16 -0
- package/internals/seriesSelectorOfType.d.ts +8 -8
- package/internals/seriesSelectorOfType.js +1 -1
- package/internals/stacking/stackSeries.d.ts +3 -2
- package/internals/stacking/stackSeries.js +0 -1
- package/internals/store/useCharts.d.ts +2 -7
- package/internals/store/useCharts.js +4 -12
- package/internals/store/useCharts.types.d.ts +6 -0
- package/models/axis.d.ts +16 -3
- package/models/index.d.ts +1 -0
- package/models/seriesType/bar.d.ts +1 -1
- package/models/seriesType/common.d.ts +5 -5
- package/models/seriesType/config.d.ts +8 -1
- package/models/seriesType/index.d.ts +5 -30
- package/models/seriesType/index.js +1 -48
- package/models/seriesType/line.d.ts +1 -1
- package/models/seriesType/pie.d.ts +1 -1
- package/models/seriesType/radar.d.ts +1 -1
- package/models/seriesType/scatter.d.ts +1 -1
- package/package.json +6 -6
- package/ChartsTooltip/useAxisTooltip.d.ts +0 -42
- package/ChartsTooltip/useAxisTooltip.js +0 -181
- package/esm/ChartsTooltip/useAxisTooltip.d.ts +0 -42
- package/esm/ChartsTooltip/useAxisTooltip.js +0 -176
- package/esm/internals/getBarDimensions.js +0 -55
- package/esm/internals/getSVGPoint.d.ts +0 -6
- package/esm/internals/getSVGPoint.js +0 -11
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.d.ts +0 -4
- package/esm/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.js +0 -5
- package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +0 -3
- package/esm/internals/plugins/models/seriesConfig/identifierSerializer.types.d.ts +0 -2
- package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +0 -4
- package/internals/getBarDimensions.js +0 -61
- package/internals/getSVGPoint.d.ts +0 -6
- package/internals/getSVGPoint.js +0 -17
- package/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.d.ts +0 -4
- package/internals/plugins/featurePlugins/useChartVisibilityManager/isIdentifierVisible.js +0 -12
- package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +0 -3
- package/internals/plugins/models/seriesConfig/identifierSerializer.types.d.ts +0 -2
- package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +0 -4
- /package/esm/internals/plugins/{models/seriesConfig/cartesianExtremumGetter.types.js → corePlugins/useChartElementRef/useChartElementRef.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/colorProcessor.types.js → corePlugins/useChartSeriesConfig/types/cartesianExtremumGetter.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
- /package/esm/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.js +0 -0
- /package/internals/plugins/{models/seriesConfig/cartesianExtremumGetter.types.js → corePlugins/useChartElementRef/useChartElementRef.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/colorProcessor.types.js → corePlugins/useChartSeriesConfig/types/cartesianExtremumGetter.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
- /package/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.js +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { type ChartsXAxisProps } from "../models/axis.js";
|
|
2
2
|
import { ChartsText, type ChartsTextProps } from "../ChartsText/index.js";
|
|
3
3
|
export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
4
|
-
xScale: import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").
|
|
4
|
+
xScale: import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLogarithmic<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleBand<{
|
|
5
5
|
toString(): string;
|
|
6
6
|
}> | import("@mui/x-charts-vendor/d3-scale").ScalePoint<{
|
|
7
7
|
toString(): string;
|
|
8
|
-
}>;
|
|
8
|
+
}> | import("@mui/x-charts-vendor/d3-scale").ScaleSymLog<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScalePower<number, number, never>;
|
|
9
9
|
defaultizedProps: {
|
|
10
10
|
axis?: "x";
|
|
11
11
|
tickLabelMinGap: number;
|
|
@@ -19,8 +19,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
19
19
|
label?: string;
|
|
20
20
|
tickSize: number;
|
|
21
21
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
22
|
-
slots?: Partial<import("../
|
|
23
|
-
slotProps?: Partial<import("../
|
|
22
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
23
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
24
24
|
sx?: import("@mui/system").SxProps;
|
|
25
25
|
tickMaxStep?: number;
|
|
26
26
|
tickMinStep?: number;
|
|
@@ -33,13 +33,13 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
33
33
|
position?: "top" | "bottom" | "none";
|
|
34
34
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
35
35
|
id: import("../internals/index.js").AxisId;
|
|
36
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
37
36
|
dataKey?: string | undefined;
|
|
38
37
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
38
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
39
39
|
hideTooltip?: boolean | undefined;
|
|
40
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
41
|
-
min:
|
|
42
|
-
max:
|
|
40
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
41
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
42
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
43
43
|
}) | undefined;
|
|
44
44
|
ignoreTooltip?: boolean | undefined;
|
|
45
45
|
offset: number;
|
|
@@ -59,8 +59,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
59
59
|
label?: string;
|
|
60
60
|
tickSize: number;
|
|
61
61
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
62
|
-
slots?: Partial<import("../
|
|
63
|
-
slotProps?: Partial<import("../
|
|
62
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
63
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
64
64
|
sx?: import("@mui/system").SxProps;
|
|
65
65
|
tickMaxStep?: number;
|
|
66
66
|
tickMinStep?: number;
|
|
@@ -73,13 +73,13 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
73
73
|
position?: "top" | "bottom" | "none";
|
|
74
74
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
75
75
|
id: import("../internals/index.js").AxisId;
|
|
76
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
77
76
|
dataKey?: string | undefined;
|
|
78
77
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
78
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
79
79
|
hideTooltip?: boolean | undefined;
|
|
80
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
81
|
-
min:
|
|
82
|
-
max:
|
|
80
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
81
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
82
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
83
83
|
}) | undefined;
|
|
84
84
|
ignoreTooltip?: boolean | undefined;
|
|
85
85
|
offset: number;
|
|
@@ -99,8 +99,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
99
99
|
label?: string;
|
|
100
100
|
tickSize: number;
|
|
101
101
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
102
|
-
slots?: Partial<import("../
|
|
103
|
-
slotProps?: Partial<import("../
|
|
102
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
103
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
104
104
|
sx?: import("@mui/system").SxProps;
|
|
105
105
|
tickMaxStep?: number;
|
|
106
106
|
tickMinStep?: number;
|
|
@@ -113,13 +113,13 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
113
113
|
position?: "top" | "bottom" | "none";
|
|
114
114
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
115
115
|
id: import("../internals/index.js").AxisId;
|
|
116
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
117
116
|
dataKey?: string | undefined;
|
|
118
117
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
118
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
119
119
|
hideTooltip?: boolean | undefined;
|
|
120
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
121
|
-
min:
|
|
122
|
-
max:
|
|
120
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
121
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
122
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
123
123
|
}) | undefined;
|
|
124
124
|
ignoreTooltip?: boolean | undefined;
|
|
125
125
|
offset: number;
|
|
@@ -139,8 +139,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
139
139
|
label?: string;
|
|
140
140
|
tickSize: number;
|
|
141
141
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
142
|
-
slots?: Partial<import("../
|
|
143
|
-
slotProps?: Partial<import("../
|
|
142
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
143
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
144
144
|
sx?: import("@mui/system").SxProps;
|
|
145
145
|
tickMaxStep?: number;
|
|
146
146
|
tickMinStep?: number;
|
|
@@ -153,18 +153,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
153
153
|
position?: "top" | "bottom" | "none";
|
|
154
154
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
155
155
|
id: import("../internals/index.js").AxisId;
|
|
156
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
157
156
|
dataKey?: string | undefined;
|
|
158
157
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
158
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
159
159
|
hideTooltip?: boolean | undefined;
|
|
160
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
161
|
-
min:
|
|
162
|
-
max:
|
|
160
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
161
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
162
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
163
163
|
}) | undefined;
|
|
164
164
|
ignoreTooltip?: boolean | undefined;
|
|
165
165
|
offset: number;
|
|
166
166
|
scaleType: "time";
|
|
167
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
167
|
+
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>;
|
|
168
168
|
triggerTooltip?: boolean;
|
|
169
169
|
} | {
|
|
170
170
|
axis?: "x";
|
|
@@ -179,8 +179,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
179
179
|
label?: string;
|
|
180
180
|
tickSize: number;
|
|
181
181
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
182
|
-
slots?: Partial<import("../
|
|
183
|
-
slotProps?: Partial<import("../
|
|
182
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
183
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
184
184
|
sx?: import("@mui/system").SxProps;
|
|
185
185
|
tickMaxStep?: number;
|
|
186
186
|
tickMinStep?: number;
|
|
@@ -193,18 +193,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
193
193
|
position?: "top" | "bottom" | "none";
|
|
194
194
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
195
195
|
id: import("../internals/index.js").AxisId;
|
|
196
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
197
196
|
dataKey?: string | undefined;
|
|
198
197
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
198
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
199
199
|
hideTooltip?: boolean | undefined;
|
|
200
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
201
|
-
min:
|
|
202
|
-
max:
|
|
200
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
201
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
202
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
203
203
|
}) | undefined;
|
|
204
204
|
ignoreTooltip?: boolean | undefined;
|
|
205
205
|
offset: number;
|
|
206
206
|
scaleType: "time";
|
|
207
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
207
|
+
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>;
|
|
208
208
|
triggerTooltip?: boolean;
|
|
209
209
|
} | {
|
|
210
210
|
axis?: "x";
|
|
@@ -219,8 +219,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
219
219
|
label?: string;
|
|
220
220
|
tickSize: number;
|
|
221
221
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
222
|
-
slots?: Partial<import("../
|
|
223
|
-
slotProps?: Partial<import("../
|
|
222
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
223
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
224
224
|
sx?: import("@mui/system").SxProps;
|
|
225
225
|
tickMaxStep?: number;
|
|
226
226
|
tickMinStep?: number;
|
|
@@ -233,13 +233,13 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
233
233
|
position?: "top" | "bottom" | "none";
|
|
234
234
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
235
235
|
id: import("../internals/index.js").AxisId;
|
|
236
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
237
236
|
dataKey?: string | undefined;
|
|
238
237
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
238
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
239
239
|
hideTooltip?: boolean | undefined;
|
|
240
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
241
|
-
min:
|
|
242
|
-
max:
|
|
240
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
241
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
242
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
243
243
|
}) | undefined;
|
|
244
244
|
ignoreTooltip?: boolean | undefined;
|
|
245
245
|
offset: number;
|
|
@@ -259,8 +259,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
259
259
|
label?: string;
|
|
260
260
|
tickSize: number;
|
|
261
261
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
262
|
-
slots?: Partial<import("../
|
|
263
|
-
slotProps?: Partial<import("../
|
|
262
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
263
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
264
264
|
sx?: import("@mui/system").SxProps;
|
|
265
265
|
tickMaxStep?: number;
|
|
266
266
|
tickMinStep?: number;
|
|
@@ -273,18 +273,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
273
273
|
position?: "top" | "bottom" | "none";
|
|
274
274
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
275
275
|
id: import("../internals/index.js").AxisId;
|
|
276
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
277
276
|
dataKey?: string | undefined;
|
|
278
277
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
278
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
279
279
|
hideTooltip?: boolean | undefined;
|
|
280
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
281
|
-
min:
|
|
282
|
-
max:
|
|
280
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
281
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
282
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
283
283
|
}) | undefined;
|
|
284
284
|
ignoreTooltip?: boolean | undefined;
|
|
285
285
|
offset: number;
|
|
286
286
|
scaleType: "time";
|
|
287
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
287
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
288
288
|
triggerTooltip?: boolean;
|
|
289
289
|
} | {
|
|
290
290
|
axis?: "x";
|
|
@@ -299,8 +299,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
299
299
|
label?: string;
|
|
300
300
|
tickSize: number;
|
|
301
301
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
302
|
-
slots?: Partial<import("../
|
|
303
|
-
slotProps?: Partial<import("../
|
|
302
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
303
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
304
304
|
sx?: import("@mui/system").SxProps;
|
|
305
305
|
tickMaxStep?: number;
|
|
306
306
|
tickMinStep?: number;
|
|
@@ -313,18 +313,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
313
313
|
position?: "top" | "bottom" | "none";
|
|
314
314
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
315
315
|
id: import("../internals/index.js").AxisId;
|
|
316
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
317
316
|
dataKey?: string | undefined;
|
|
318
317
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
318
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
319
319
|
hideTooltip?: boolean | undefined;
|
|
320
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
321
|
-
min:
|
|
322
|
-
max:
|
|
320
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
321
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
322
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
323
323
|
}) | undefined;
|
|
324
324
|
ignoreTooltip?: boolean | undefined;
|
|
325
325
|
offset: number;
|
|
326
326
|
scaleType: "time";
|
|
327
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
327
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
328
328
|
triggerTooltip?: boolean;
|
|
329
329
|
} | {
|
|
330
330
|
axis?: "x";
|
|
@@ -339,8 +339,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
339
339
|
label?: string;
|
|
340
340
|
tickSize: number;
|
|
341
341
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
342
|
-
slots?: Partial<import("../
|
|
343
|
-
slotProps?: Partial<import("../
|
|
342
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
343
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
344
344
|
sx?: import("@mui/system").SxProps;
|
|
345
345
|
tickMaxStep?: number;
|
|
346
346
|
tickMinStep?: number;
|
|
@@ -353,18 +353,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
353
353
|
position?: "top" | "bottom" | "none";
|
|
354
354
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
355
355
|
id: import("../internals/index.js").AxisId;
|
|
356
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
357
356
|
dataKey?: string | undefined;
|
|
358
357
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
358
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
359
359
|
hideTooltip?: boolean | undefined;
|
|
360
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
361
|
-
min:
|
|
362
|
-
max:
|
|
360
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
361
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
362
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
363
363
|
}) | undefined;
|
|
364
364
|
ignoreTooltip?: boolean | undefined;
|
|
365
365
|
offset: number;
|
|
366
366
|
scaleType: "time";
|
|
367
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
367
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
368
368
|
triggerTooltip?: boolean;
|
|
369
369
|
} | {
|
|
370
370
|
axis?: "x";
|
|
@@ -379,8 +379,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
379
379
|
label?: string;
|
|
380
380
|
tickSize: number;
|
|
381
381
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
382
|
-
slots?: Partial<import("../
|
|
383
|
-
slotProps?: Partial<import("../
|
|
382
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
383
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
384
384
|
sx?: import("@mui/system").SxProps;
|
|
385
385
|
tickMaxStep?: number;
|
|
386
386
|
tickMinStep?: number;
|
|
@@ -393,17 +393,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
393
393
|
position?: "top" | "bottom" | "none";
|
|
394
394
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
395
395
|
id: import("../internals/index.js").AxisId;
|
|
396
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
397
396
|
dataKey?: string | undefined;
|
|
398
397
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
398
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
399
399
|
hideTooltip?: boolean | undefined;
|
|
400
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
401
|
-
min:
|
|
402
|
-
max:
|
|
400
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
401
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
402
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
403
403
|
}) | undefined;
|
|
404
404
|
ignoreTooltip?: boolean | undefined;
|
|
405
405
|
offset: number;
|
|
406
|
-
scaleType: "
|
|
406
|
+
scaleType: "linear";
|
|
407
407
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
408
408
|
triggerTooltip?: boolean;
|
|
409
409
|
} | {
|
|
@@ -419,8 +419,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
419
419
|
label?: string;
|
|
420
420
|
tickSize: number;
|
|
421
421
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
422
|
-
slots?: Partial<import("../
|
|
423
|
-
slotProps?: Partial<import("../
|
|
422
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
423
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
424
424
|
sx?: import("@mui/system").SxProps;
|
|
425
425
|
tickMaxStep?: number;
|
|
426
426
|
tickMinStep?: number;
|
|
@@ -433,17 +433,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
433
433
|
position?: "top" | "bottom" | "none";
|
|
434
434
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
435
435
|
id: import("../internals/index.js").AxisId;
|
|
436
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
437
436
|
dataKey?: string | undefined;
|
|
438
437
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
438
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
439
439
|
hideTooltip?: boolean | undefined;
|
|
440
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
441
|
-
min:
|
|
442
|
-
max:
|
|
440
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
441
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
442
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
443
443
|
}) | undefined;
|
|
444
444
|
ignoreTooltip?: boolean | undefined;
|
|
445
445
|
offset: number;
|
|
446
|
-
scaleType: "
|
|
446
|
+
scaleType: "linear";
|
|
447
447
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
448
448
|
triggerTooltip?: boolean;
|
|
449
449
|
} | {
|
|
@@ -459,8 +459,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
459
459
|
label?: string;
|
|
460
460
|
tickSize: number;
|
|
461
461
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
462
|
-
slots?: Partial<import("../
|
|
463
|
-
slotProps?: Partial<import("../
|
|
462
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
463
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
464
464
|
sx?: import("@mui/system").SxProps;
|
|
465
465
|
tickMaxStep?: number;
|
|
466
466
|
tickMinStep?: number;
|
|
@@ -473,17 +473,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
473
473
|
position?: "top" | "bottom" | "none";
|
|
474
474
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
475
475
|
id: import("../internals/index.js").AxisId;
|
|
476
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
477
476
|
dataKey?: string | undefined;
|
|
478
477
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
478
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
479
479
|
hideTooltip?: boolean | undefined;
|
|
480
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
481
|
-
min:
|
|
482
|
-
max:
|
|
480
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
481
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
482
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
483
483
|
}) | undefined;
|
|
484
484
|
ignoreTooltip?: boolean | undefined;
|
|
485
485
|
offset: number;
|
|
486
|
-
scaleType: "
|
|
486
|
+
scaleType: "linear";
|
|
487
487
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
488
488
|
triggerTooltip?: boolean;
|
|
489
489
|
} | {
|
|
@@ -499,8 +499,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
499
499
|
label?: string;
|
|
500
500
|
tickSize: number;
|
|
501
501
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
502
|
-
slots?: Partial<import("../
|
|
503
|
-
slotProps?: Partial<import("../
|
|
502
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
503
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
504
504
|
sx?: import("@mui/system").SxProps;
|
|
505
505
|
tickMaxStep?: number;
|
|
506
506
|
tickMinStep?: number;
|
|
@@ -513,18 +513,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
513
513
|
position?: "top" | "bottom" | "none";
|
|
514
514
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
515
515
|
id: import("../internals/index.js").AxisId;
|
|
516
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
517
516
|
dataKey?: string | undefined;
|
|
518
517
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
518
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
519
519
|
hideTooltip?: boolean | undefined;
|
|
520
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
521
|
-
min:
|
|
522
|
-
max:
|
|
520
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
521
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
522
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
523
523
|
}) | undefined;
|
|
524
524
|
ignoreTooltip?: boolean | undefined;
|
|
525
525
|
offset: number;
|
|
526
|
-
scaleType: "
|
|
527
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
526
|
+
scaleType: "linear";
|
|
527
|
+
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>;
|
|
528
528
|
triggerTooltip?: boolean;
|
|
529
529
|
} | {
|
|
530
530
|
axis?: "x";
|
|
@@ -539,8 +539,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
539
539
|
label?: string;
|
|
540
540
|
tickSize: number;
|
|
541
541
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
542
|
-
slots?: Partial<import("../
|
|
543
|
-
slotProps?: Partial<import("../
|
|
542
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
543
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
544
544
|
sx?: import("@mui/system").SxProps;
|
|
545
545
|
tickMaxStep?: number;
|
|
546
546
|
tickMinStep?: number;
|
|
@@ -553,18 +553,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
553
553
|
position?: "top" | "bottom" | "none";
|
|
554
554
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
555
555
|
id: import("../internals/index.js").AxisId;
|
|
556
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
557
556
|
dataKey?: string | undefined;
|
|
558
557
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
558
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
559
559
|
hideTooltip?: boolean | undefined;
|
|
560
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
561
|
-
min:
|
|
562
|
-
max:
|
|
560
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
561
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
562
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
563
563
|
}) | undefined;
|
|
564
564
|
ignoreTooltip?: boolean | undefined;
|
|
565
565
|
offset: number;
|
|
566
|
-
scaleType: "
|
|
567
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
566
|
+
scaleType: "linear";
|
|
567
|
+
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>;
|
|
568
568
|
triggerTooltip?: boolean;
|
|
569
569
|
} | {
|
|
570
570
|
axis?: "x";
|
|
@@ -579,8 +579,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
579
579
|
label?: string;
|
|
580
580
|
tickSize: number;
|
|
581
581
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
582
|
-
slots?: Partial<import("../
|
|
583
|
-
slotProps?: Partial<import("../
|
|
582
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
583
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
584
584
|
sx?: import("@mui/system").SxProps;
|
|
585
585
|
tickMaxStep?: number;
|
|
586
586
|
tickMinStep?: number;
|
|
@@ -593,17 +593,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
593
593
|
position?: "top" | "bottom" | "none";
|
|
594
594
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
595
595
|
id: import("../internals/index.js").AxisId;
|
|
596
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
597
596
|
dataKey?: string | undefined;
|
|
598
597
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
598
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
599
599
|
hideTooltip?: boolean | undefined;
|
|
600
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
601
|
-
min:
|
|
602
|
-
max:
|
|
600
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
601
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
602
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
603
603
|
}) | undefined;
|
|
604
604
|
ignoreTooltip?: boolean | undefined;
|
|
605
605
|
offset: number;
|
|
606
|
-
scaleType: "
|
|
606
|
+
scaleType: "linear";
|
|
607
607
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
608
608
|
triggerTooltip?: boolean;
|
|
609
609
|
} | {
|
|
@@ -619,8 +619,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
619
619
|
label?: string;
|
|
620
620
|
tickSize: number;
|
|
621
621
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
622
|
-
slots?: Partial<import("../
|
|
623
|
-
slotProps?: Partial<import("../
|
|
622
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
623
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
624
624
|
sx?: import("@mui/system").SxProps;
|
|
625
625
|
tickMaxStep?: number;
|
|
626
626
|
tickMinStep?: number;
|
|
@@ -633,18 +633,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
633
633
|
position?: "top" | "bottom" | "none";
|
|
634
634
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
635
635
|
id: import("../internals/index.js").AxisId;
|
|
636
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
637
636
|
dataKey?: string | undefined;
|
|
638
637
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
638
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
639
639
|
hideTooltip?: boolean | undefined;
|
|
640
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
641
|
-
min:
|
|
642
|
-
max:
|
|
640
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
641
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
642
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
643
643
|
}) | undefined;
|
|
644
644
|
ignoreTooltip?: boolean | undefined;
|
|
645
645
|
offset: number;
|
|
646
|
-
scaleType: "
|
|
647
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
646
|
+
scaleType: "linear";
|
|
647
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
648
648
|
triggerTooltip?: boolean;
|
|
649
649
|
} | {
|
|
650
650
|
axis?: "x";
|
|
@@ -659,8 +659,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
659
659
|
label?: string;
|
|
660
660
|
tickSize: number;
|
|
661
661
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
662
|
-
slots?: Partial<import("../
|
|
663
|
-
slotProps?: Partial<import("../
|
|
662
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
663
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
664
664
|
sx?: import("@mui/system").SxProps;
|
|
665
665
|
tickMaxStep?: number;
|
|
666
666
|
tickMinStep?: number;
|
|
@@ -673,18 +673,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
673
673
|
position?: "top" | "bottom" | "none";
|
|
674
674
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
675
675
|
id: import("../internals/index.js").AxisId;
|
|
676
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
677
676
|
dataKey?: string | undefined;
|
|
678
677
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
678
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
679
679
|
hideTooltip?: boolean | undefined;
|
|
680
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
681
|
-
min:
|
|
682
|
-
max:
|
|
680
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
681
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
682
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
683
683
|
}) | undefined;
|
|
684
684
|
ignoreTooltip?: boolean | undefined;
|
|
685
685
|
offset: number;
|
|
686
|
-
scaleType: "
|
|
687
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
686
|
+
scaleType: "linear";
|
|
687
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
688
688
|
triggerTooltip?: boolean;
|
|
689
689
|
} | {
|
|
690
690
|
axis?: "x";
|
|
@@ -699,8 +699,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
699
699
|
label?: string;
|
|
700
700
|
tickSize: number;
|
|
701
701
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
702
|
-
slots?: Partial<import("../
|
|
703
|
-
slotProps?: Partial<import("../
|
|
702
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
703
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
704
704
|
sx?: import("@mui/system").SxProps;
|
|
705
705
|
tickMaxStep?: number;
|
|
706
706
|
tickMinStep?: number;
|
|
@@ -713,18 +713,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
713
713
|
position?: "top" | "bottom" | "none";
|
|
714
714
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
715
715
|
id: import("../internals/index.js").AxisId;
|
|
716
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
717
716
|
dataKey?: string | undefined;
|
|
718
717
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
718
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
719
719
|
hideTooltip?: boolean | undefined;
|
|
720
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
721
|
-
min:
|
|
722
|
-
max:
|
|
720
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
721
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
722
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
723
723
|
}) | undefined;
|
|
724
724
|
ignoreTooltip?: boolean | undefined;
|
|
725
725
|
offset: number;
|
|
726
|
-
scaleType: "
|
|
727
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
726
|
+
scaleType: "linear";
|
|
727
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
728
728
|
triggerTooltip?: boolean;
|
|
729
729
|
} | {
|
|
730
730
|
axis?: "x";
|
|
@@ -739,8 +739,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
739
739
|
label?: string;
|
|
740
740
|
tickSize: number;
|
|
741
741
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
742
|
-
slots?: Partial<import("../
|
|
743
|
-
slotProps?: Partial<import("../
|
|
742
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
743
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
744
744
|
sx?: import("@mui/system").SxProps;
|
|
745
745
|
tickMaxStep?: number;
|
|
746
746
|
tickMinStep?: number;
|
|
@@ -753,17 +753,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
753
753
|
position?: "top" | "bottom" | "none";
|
|
754
754
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
755
755
|
id: import("../internals/index.js").AxisId;
|
|
756
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
757
756
|
dataKey?: string | undefined;
|
|
758
757
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
758
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
759
759
|
hideTooltip?: boolean | undefined;
|
|
760
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
761
|
-
min:
|
|
762
|
-
max:
|
|
760
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
761
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
762
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
763
763
|
}) | undefined;
|
|
764
764
|
ignoreTooltip?: boolean | undefined;
|
|
765
765
|
offset: number;
|
|
766
|
-
scaleType: "
|
|
766
|
+
scaleType: "log";
|
|
767
767
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
768
768
|
triggerTooltip?: boolean;
|
|
769
769
|
} | {
|
|
@@ -779,8 +779,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
779
779
|
label?: string;
|
|
780
780
|
tickSize: number;
|
|
781
781
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
782
|
-
slots?: Partial<import("../
|
|
783
|
-
slotProps?: Partial<import("../
|
|
782
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
783
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
784
784
|
sx?: import("@mui/system").SxProps;
|
|
785
785
|
tickMaxStep?: number;
|
|
786
786
|
tickMinStep?: number;
|
|
@@ -793,17 +793,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
793
793
|
position?: "top" | "bottom" | "none";
|
|
794
794
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
795
795
|
id: import("../internals/index.js").AxisId;
|
|
796
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
797
796
|
dataKey?: string | undefined;
|
|
798
797
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
798
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
799
799
|
hideTooltip?: boolean | undefined;
|
|
800
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
801
|
-
min:
|
|
802
|
-
max:
|
|
800
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
801
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
802
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
803
803
|
}) | undefined;
|
|
804
804
|
ignoreTooltip?: boolean | undefined;
|
|
805
805
|
offset: number;
|
|
806
|
-
scaleType: "
|
|
806
|
+
scaleType: "log";
|
|
807
807
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
808
808
|
triggerTooltip?: boolean;
|
|
809
809
|
} | {
|
|
@@ -819,8 +819,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
819
819
|
label?: string;
|
|
820
820
|
tickSize: number;
|
|
821
821
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
822
|
-
slots?: Partial<import("../
|
|
823
|
-
slotProps?: Partial<import("../
|
|
822
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
823
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
824
824
|
sx?: import("@mui/system").SxProps;
|
|
825
825
|
tickMaxStep?: number;
|
|
826
826
|
tickMinStep?: number;
|
|
@@ -833,17 +833,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
833
833
|
position?: "top" | "bottom" | "none";
|
|
834
834
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
835
835
|
id: import("../internals/index.js").AxisId;
|
|
836
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
837
836
|
dataKey?: string | undefined;
|
|
838
837
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
838
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
839
839
|
hideTooltip?: boolean | undefined;
|
|
840
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
841
|
-
min:
|
|
842
|
-
max:
|
|
840
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
841
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
842
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
843
843
|
}) | undefined;
|
|
844
844
|
ignoreTooltip?: boolean | undefined;
|
|
845
845
|
offset: number;
|
|
846
|
-
scaleType: "
|
|
846
|
+
scaleType: "log";
|
|
847
847
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
848
848
|
triggerTooltip?: boolean;
|
|
849
849
|
} | {
|
|
@@ -859,8 +859,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
859
859
|
label?: string;
|
|
860
860
|
tickSize: number;
|
|
861
861
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
862
|
-
slots?: Partial<import("../
|
|
863
|
-
slotProps?: Partial<import("../
|
|
862
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
863
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
864
864
|
sx?: import("@mui/system").SxProps;
|
|
865
865
|
tickMaxStep?: number;
|
|
866
866
|
tickMinStep?: number;
|
|
@@ -873,18 +873,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
873
873
|
position?: "top" | "bottom" | "none";
|
|
874
874
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
875
875
|
id: import("../internals/index.js").AxisId;
|
|
876
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
877
876
|
dataKey?: string | undefined;
|
|
878
877
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
878
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
879
879
|
hideTooltip?: boolean | undefined;
|
|
880
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
881
|
-
min:
|
|
882
|
-
max:
|
|
880
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
881
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
882
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
883
883
|
}) | undefined;
|
|
884
884
|
ignoreTooltip?: boolean | undefined;
|
|
885
885
|
offset: number;
|
|
886
|
-
scaleType: "
|
|
887
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
886
|
+
scaleType: "log";
|
|
887
|
+
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>;
|
|
888
888
|
triggerTooltip?: boolean;
|
|
889
889
|
} | {
|
|
890
890
|
axis?: "x";
|
|
@@ -899,8 +899,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
899
899
|
label?: string;
|
|
900
900
|
tickSize: number;
|
|
901
901
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
902
|
-
slots?: Partial<import("../
|
|
903
|
-
slotProps?: Partial<import("../
|
|
902
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
903
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
904
904
|
sx?: import("@mui/system").SxProps;
|
|
905
905
|
tickMaxStep?: number;
|
|
906
906
|
tickMinStep?: number;
|
|
@@ -913,18 +913,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
913
913
|
position?: "top" | "bottom" | "none";
|
|
914
914
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
915
915
|
id: import("../internals/index.js").AxisId;
|
|
916
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
917
916
|
dataKey?: string | undefined;
|
|
918
917
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
918
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
919
919
|
hideTooltip?: boolean | undefined;
|
|
920
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
921
|
-
min:
|
|
922
|
-
max:
|
|
920
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
921
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
922
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
923
923
|
}) | undefined;
|
|
924
924
|
ignoreTooltip?: boolean | undefined;
|
|
925
925
|
offset: number;
|
|
926
|
-
scaleType: "
|
|
927
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
926
|
+
scaleType: "log";
|
|
927
|
+
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>;
|
|
928
928
|
triggerTooltip?: boolean;
|
|
929
929
|
} | {
|
|
930
930
|
axis?: "x";
|
|
@@ -939,8 +939,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
939
939
|
label?: string;
|
|
940
940
|
tickSize: number;
|
|
941
941
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
942
|
-
slots?: Partial<import("../
|
|
943
|
-
slotProps?: Partial<import("../
|
|
942
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
943
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
944
944
|
sx?: import("@mui/system").SxProps;
|
|
945
945
|
tickMaxStep?: number;
|
|
946
946
|
tickMinStep?: number;
|
|
@@ -953,17 +953,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
953
953
|
position?: "top" | "bottom" | "none";
|
|
954
954
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
955
955
|
id: import("../internals/index.js").AxisId;
|
|
956
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
957
956
|
dataKey?: string | undefined;
|
|
958
957
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
958
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
959
959
|
hideTooltip?: boolean | undefined;
|
|
960
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
961
|
-
min:
|
|
962
|
-
max:
|
|
960
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
961
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
962
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
963
963
|
}) | undefined;
|
|
964
964
|
ignoreTooltip?: boolean | undefined;
|
|
965
965
|
offset: number;
|
|
966
|
-
scaleType: "
|
|
966
|
+
scaleType: "log";
|
|
967
967
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
968
968
|
triggerTooltip?: boolean;
|
|
969
969
|
} | {
|
|
@@ -979,8 +979,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
979
979
|
label?: string;
|
|
980
980
|
tickSize: number;
|
|
981
981
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
982
|
-
slots?: Partial<import("../
|
|
983
|
-
slotProps?: Partial<import("../
|
|
982
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
983
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
984
984
|
sx?: import("@mui/system").SxProps;
|
|
985
985
|
tickMaxStep?: number;
|
|
986
986
|
tickMinStep?: number;
|
|
@@ -993,18 +993,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
993
993
|
position?: "top" | "bottom" | "none";
|
|
994
994
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
995
995
|
id: import("../internals/index.js").AxisId;
|
|
996
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
997
996
|
dataKey?: string | undefined;
|
|
998
997
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
998
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
999
999
|
hideTooltip?: boolean | undefined;
|
|
1000
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1001
|
-
min:
|
|
1002
|
-
max:
|
|
1000
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1001
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1002
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1003
1003
|
}) | undefined;
|
|
1004
1004
|
ignoreTooltip?: boolean | undefined;
|
|
1005
1005
|
offset: number;
|
|
1006
|
-
scaleType: "
|
|
1007
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
1006
|
+
scaleType: "log";
|
|
1007
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1008
1008
|
triggerTooltip?: boolean;
|
|
1009
1009
|
} | {
|
|
1010
1010
|
axis?: "x";
|
|
@@ -1019,8 +1019,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1019
1019
|
label?: string;
|
|
1020
1020
|
tickSize: number;
|
|
1021
1021
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1022
|
-
slots?: Partial<import("../
|
|
1023
|
-
slotProps?: Partial<import("../
|
|
1022
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1023
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1024
1024
|
sx?: import("@mui/system").SxProps;
|
|
1025
1025
|
tickMaxStep?: number;
|
|
1026
1026
|
tickMinStep?: number;
|
|
@@ -1033,18 +1033,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1033
1033
|
position?: "top" | "bottom" | "none";
|
|
1034
1034
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1035
1035
|
id: import("../internals/index.js").AxisId;
|
|
1036
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1037
1036
|
dataKey?: string | undefined;
|
|
1038
1037
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1038
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1039
1039
|
hideTooltip?: boolean | undefined;
|
|
1040
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1041
|
-
min:
|
|
1042
|
-
max:
|
|
1040
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1041
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1042
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1043
1043
|
}) | undefined;
|
|
1044
1044
|
ignoreTooltip?: boolean | undefined;
|
|
1045
1045
|
offset: number;
|
|
1046
|
-
scaleType: "
|
|
1047
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
1046
|
+
scaleType: "log";
|
|
1047
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1048
1048
|
triggerTooltip?: boolean;
|
|
1049
1049
|
} | {
|
|
1050
1050
|
axis?: "x";
|
|
@@ -1059,8 +1059,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1059
1059
|
label?: string;
|
|
1060
1060
|
tickSize: number;
|
|
1061
1061
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1062
|
-
slots?: Partial<import("../
|
|
1063
|
-
slotProps?: Partial<import("../
|
|
1062
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1063
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1064
1064
|
sx?: import("@mui/system").SxProps;
|
|
1065
1065
|
tickMaxStep?: number;
|
|
1066
1066
|
tickMinStep?: number;
|
|
@@ -1073,18 +1073,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1073
1073
|
position?: "top" | "bottom" | "none";
|
|
1074
1074
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1075
1075
|
id: import("../internals/index.js").AxisId;
|
|
1076
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1077
1076
|
dataKey?: string | undefined;
|
|
1078
1077
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1078
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1079
1079
|
hideTooltip?: boolean | undefined;
|
|
1080
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1081
|
-
min:
|
|
1082
|
-
max:
|
|
1080
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1081
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1082
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1083
1083
|
}) | undefined;
|
|
1084
1084
|
ignoreTooltip?: boolean | undefined;
|
|
1085
1085
|
offset: number;
|
|
1086
|
-
scaleType: "
|
|
1087
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
1086
|
+
scaleType: "log";
|
|
1087
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1088
1088
|
triggerTooltip?: boolean;
|
|
1089
1089
|
} | {
|
|
1090
1090
|
axis?: "x";
|
|
@@ -1099,8 +1099,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1099
1099
|
label?: string;
|
|
1100
1100
|
tickSize: number;
|
|
1101
1101
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1102
|
-
slots?: Partial<import("../
|
|
1103
|
-
slotProps?: Partial<import("../
|
|
1102
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1103
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1104
1104
|
sx?: import("@mui/system").SxProps;
|
|
1105
1105
|
tickMaxStep?: number;
|
|
1106
1106
|
tickMinStep?: number;
|
|
@@ -1113,18 +1113,21 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1113
1113
|
position?: "top" | "bottom" | "none";
|
|
1114
1114
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1115
1115
|
id: import("../internals/index.js").AxisId;
|
|
1116
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1117
1116
|
dataKey?: string | undefined;
|
|
1118
1117
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1118
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1119
1119
|
hideTooltip?: boolean | undefined;
|
|
1120
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1121
|
-
min:
|
|
1122
|
-
max:
|
|
1120
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1121
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1122
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1123
1123
|
}) | undefined;
|
|
1124
1124
|
ignoreTooltip?: boolean | undefined;
|
|
1125
1125
|
offset: number;
|
|
1126
|
-
scaleType: "
|
|
1127
|
-
|
|
1126
|
+
scaleType: "band";
|
|
1127
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1128
|
+
categoryGapRatio: number;
|
|
1129
|
+
barGapRatio: number;
|
|
1130
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1128
1131
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1129
1132
|
triggerTooltip?: boolean;
|
|
1130
1133
|
} | {
|
|
@@ -1140,8 +1143,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1140
1143
|
label?: string;
|
|
1141
1144
|
tickSize: number;
|
|
1142
1145
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1143
|
-
slots?: Partial<import("../
|
|
1144
|
-
slotProps?: Partial<import("../
|
|
1146
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1147
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1145
1148
|
sx?: import("@mui/system").SxProps;
|
|
1146
1149
|
tickMaxStep?: number;
|
|
1147
1150
|
tickMinStep?: number;
|
|
@@ -1154,18 +1157,21 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1154
1157
|
position?: "top" | "bottom" | "none";
|
|
1155
1158
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1156
1159
|
id: import("../internals/index.js").AxisId;
|
|
1157
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1158
1160
|
dataKey?: string | undefined;
|
|
1159
1161
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1162
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1160
1163
|
hideTooltip?: boolean | undefined;
|
|
1161
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1162
|
-
min:
|
|
1163
|
-
max:
|
|
1164
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1165
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1166
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1164
1167
|
}) | undefined;
|
|
1165
1168
|
ignoreTooltip?: boolean | undefined;
|
|
1166
1169
|
offset: number;
|
|
1167
|
-
scaleType: "
|
|
1168
|
-
|
|
1170
|
+
scaleType: "band";
|
|
1171
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1172
|
+
categoryGapRatio: number;
|
|
1173
|
+
barGapRatio: number;
|
|
1174
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1169
1175
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1170
1176
|
triggerTooltip?: boolean;
|
|
1171
1177
|
} | {
|
|
@@ -1181,8 +1187,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1181
1187
|
label?: string;
|
|
1182
1188
|
tickSize: number;
|
|
1183
1189
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1184
|
-
slots?: Partial<import("../
|
|
1185
|
-
slotProps?: Partial<import("../
|
|
1190
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1191
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1186
1192
|
sx?: import("@mui/system").SxProps;
|
|
1187
1193
|
tickMaxStep?: number;
|
|
1188
1194
|
tickMinStep?: number;
|
|
@@ -1195,18 +1201,21 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1195
1201
|
position?: "top" | "bottom" | "none";
|
|
1196
1202
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1197
1203
|
id: import("../internals/index.js").AxisId;
|
|
1198
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1199
1204
|
dataKey?: string | undefined;
|
|
1200
1205
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1206
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1201
1207
|
hideTooltip?: boolean | undefined;
|
|
1202
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1203
|
-
min:
|
|
1204
|
-
max:
|
|
1208
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1209
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1210
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1205
1211
|
}) | undefined;
|
|
1206
1212
|
ignoreTooltip?: boolean | undefined;
|
|
1207
1213
|
offset: number;
|
|
1208
|
-
scaleType: "
|
|
1209
|
-
|
|
1214
|
+
scaleType: "band";
|
|
1215
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1216
|
+
categoryGapRatio: number;
|
|
1217
|
+
barGapRatio: number;
|
|
1218
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1210
1219
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1211
1220
|
triggerTooltip?: boolean;
|
|
1212
1221
|
} | {
|
|
@@ -1222,8 +1231,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1222
1231
|
label?: string;
|
|
1223
1232
|
tickSize: number;
|
|
1224
1233
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1225
|
-
slots?: Partial<import("../
|
|
1226
|
-
slotProps?: Partial<import("../
|
|
1234
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1235
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1227
1236
|
sx?: import("@mui/system").SxProps;
|
|
1228
1237
|
tickMaxStep?: number;
|
|
1229
1238
|
tickMinStep?: number;
|
|
@@ -1236,19 +1245,22 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1236
1245
|
position?: "top" | "bottom" | "none";
|
|
1237
1246
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1238
1247
|
id: import("../internals/index.js").AxisId;
|
|
1239
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1240
1248
|
dataKey?: string | undefined;
|
|
1241
1249
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1250
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1242
1251
|
hideTooltip?: boolean | undefined;
|
|
1243
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1244
|
-
min:
|
|
1245
|
-
max:
|
|
1252
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1253
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1254
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1246
1255
|
}) | undefined;
|
|
1247
1256
|
ignoreTooltip?: boolean | undefined;
|
|
1248
1257
|
offset: number;
|
|
1249
|
-
scaleType: "
|
|
1250
|
-
|
|
1251
|
-
|
|
1258
|
+
scaleType: "band";
|
|
1259
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1260
|
+
categoryGapRatio: number;
|
|
1261
|
+
barGapRatio: number;
|
|
1262
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1263
|
+
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>;
|
|
1252
1264
|
triggerTooltip?: boolean;
|
|
1253
1265
|
} | {
|
|
1254
1266
|
axis?: "x";
|
|
@@ -1263,8 +1275,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1263
1275
|
label?: string;
|
|
1264
1276
|
tickSize: number;
|
|
1265
1277
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1266
|
-
slots?: Partial<import("../
|
|
1267
|
-
slotProps?: Partial<import("../
|
|
1278
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1279
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1268
1280
|
sx?: import("@mui/system").SxProps;
|
|
1269
1281
|
tickMaxStep?: number;
|
|
1270
1282
|
tickMinStep?: number;
|
|
@@ -1277,19 +1289,22 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1277
1289
|
position?: "top" | "bottom" | "none";
|
|
1278
1290
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1279
1291
|
id: import("../internals/index.js").AxisId;
|
|
1280
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1281
1292
|
dataKey?: string | undefined;
|
|
1282
1293
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1294
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1283
1295
|
hideTooltip?: boolean | undefined;
|
|
1284
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1285
|
-
min:
|
|
1286
|
-
max:
|
|
1296
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1297
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1298
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1287
1299
|
}) | undefined;
|
|
1288
1300
|
ignoreTooltip?: boolean | undefined;
|
|
1289
1301
|
offset: number;
|
|
1290
|
-
scaleType: "
|
|
1291
|
-
|
|
1292
|
-
|
|
1302
|
+
scaleType: "band";
|
|
1303
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1304
|
+
categoryGapRatio: number;
|
|
1305
|
+
barGapRatio: number;
|
|
1306
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1307
|
+
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>;
|
|
1293
1308
|
triggerTooltip?: boolean;
|
|
1294
1309
|
} | {
|
|
1295
1310
|
axis?: "x";
|
|
@@ -1304,8 +1319,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1304
1319
|
label?: string;
|
|
1305
1320
|
tickSize: number;
|
|
1306
1321
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1307
|
-
slots?: Partial<import("../
|
|
1308
|
-
slotProps?: Partial<import("../
|
|
1322
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1323
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1309
1324
|
sx?: import("@mui/system").SxProps;
|
|
1310
1325
|
tickMaxStep?: number;
|
|
1311
1326
|
tickMinStep?: number;
|
|
@@ -1318,18 +1333,21 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1318
1333
|
position?: "top" | "bottom" | "none";
|
|
1319
1334
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1320
1335
|
id: import("../internals/index.js").AxisId;
|
|
1321
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1322
1336
|
dataKey?: string | undefined;
|
|
1323
1337
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1338
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1324
1339
|
hideTooltip?: boolean | undefined;
|
|
1325
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1326
|
-
min:
|
|
1327
|
-
max:
|
|
1340
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1341
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1342
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1328
1343
|
}) | undefined;
|
|
1329
1344
|
ignoreTooltip?: boolean | undefined;
|
|
1330
1345
|
offset: number;
|
|
1331
|
-
scaleType: "
|
|
1332
|
-
|
|
1346
|
+
scaleType: "band";
|
|
1347
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1348
|
+
categoryGapRatio: number;
|
|
1349
|
+
barGapRatio: number;
|
|
1350
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1333
1351
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1334
1352
|
triggerTooltip?: boolean;
|
|
1335
1353
|
} | {
|
|
@@ -1345,8 +1363,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1345
1363
|
label?: string;
|
|
1346
1364
|
tickSize: number;
|
|
1347
1365
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1348
|
-
slots?: Partial<import("../
|
|
1349
|
-
slotProps?: Partial<import("../
|
|
1366
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1367
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1350
1368
|
sx?: import("@mui/system").SxProps;
|
|
1351
1369
|
tickMaxStep?: number;
|
|
1352
1370
|
tickMinStep?: number;
|
|
@@ -1359,19 +1377,22 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1359
1377
|
position?: "top" | "bottom" | "none";
|
|
1360
1378
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1361
1379
|
id: import("../internals/index.js").AxisId;
|
|
1362
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1363
1380
|
dataKey?: string | undefined;
|
|
1364
1381
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1382
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1365
1383
|
hideTooltip?: boolean | undefined;
|
|
1366
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1367
|
-
min:
|
|
1368
|
-
max:
|
|
1384
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1385
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1386
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1369
1387
|
}) | undefined;
|
|
1370
1388
|
ignoreTooltip?: boolean | undefined;
|
|
1371
1389
|
offset: number;
|
|
1372
|
-
scaleType: "
|
|
1373
|
-
|
|
1374
|
-
|
|
1390
|
+
scaleType: "band";
|
|
1391
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1392
|
+
categoryGapRatio: number;
|
|
1393
|
+
barGapRatio: number;
|
|
1394
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1395
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1375
1396
|
triggerTooltip?: boolean;
|
|
1376
1397
|
} | {
|
|
1377
1398
|
axis?: "x";
|
|
@@ -1386,8 +1407,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1386
1407
|
label?: string;
|
|
1387
1408
|
tickSize: number;
|
|
1388
1409
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1389
|
-
slots?: Partial<import("../
|
|
1390
|
-
slotProps?: Partial<import("../
|
|
1410
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1411
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1391
1412
|
sx?: import("@mui/system").SxProps;
|
|
1392
1413
|
tickMaxStep?: number;
|
|
1393
1414
|
tickMinStep?: number;
|
|
@@ -1400,19 +1421,22 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1400
1421
|
position?: "top" | "bottom" | "none";
|
|
1401
1422
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1402
1423
|
id: import("../internals/index.js").AxisId;
|
|
1403
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1404
1424
|
dataKey?: string | undefined;
|
|
1405
1425
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1426
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1406
1427
|
hideTooltip?: boolean | undefined;
|
|
1407
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1408
|
-
min:
|
|
1409
|
-
max:
|
|
1428
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1429
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1430
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1410
1431
|
}) | undefined;
|
|
1411
1432
|
ignoreTooltip?: boolean | undefined;
|
|
1412
1433
|
offset: number;
|
|
1413
|
-
scaleType: "
|
|
1414
|
-
|
|
1415
|
-
|
|
1434
|
+
scaleType: "band";
|
|
1435
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1436
|
+
categoryGapRatio: number;
|
|
1437
|
+
barGapRatio: number;
|
|
1438
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1439
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1416
1440
|
triggerTooltip?: boolean;
|
|
1417
1441
|
} | {
|
|
1418
1442
|
axis?: "x";
|
|
@@ -1427,8 +1451,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1427
1451
|
label?: string;
|
|
1428
1452
|
tickSize: number;
|
|
1429
1453
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1430
|
-
slots?: Partial<import("../
|
|
1431
|
-
slotProps?: Partial<import("../
|
|
1454
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1455
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1432
1456
|
sx?: import("@mui/system").SxProps;
|
|
1433
1457
|
tickMaxStep?: number;
|
|
1434
1458
|
tickMinStep?: number;
|
|
@@ -1441,19 +1465,22 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1441
1465
|
position?: "top" | "bottom" | "none";
|
|
1442
1466
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1443
1467
|
id: import("../internals/index.js").AxisId;
|
|
1444
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1445
1468
|
dataKey?: string | undefined;
|
|
1446
1469
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1470
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1447
1471
|
hideTooltip?: boolean | undefined;
|
|
1448
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1449
|
-
min:
|
|
1450
|
-
max:
|
|
1472
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1473
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1474
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1451
1475
|
}) | undefined;
|
|
1452
1476
|
ignoreTooltip?: boolean | undefined;
|
|
1453
1477
|
offset: number;
|
|
1454
|
-
scaleType: "
|
|
1455
|
-
|
|
1456
|
-
|
|
1478
|
+
scaleType: "band";
|
|
1479
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1480
|
+
categoryGapRatio: number;
|
|
1481
|
+
barGapRatio: number;
|
|
1482
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1483
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1457
1484
|
triggerTooltip?: boolean;
|
|
1458
1485
|
} | {
|
|
1459
1486
|
axis?: "x";
|
|
@@ -1468,8 +1495,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1468
1495
|
label?: string;
|
|
1469
1496
|
tickSize: number;
|
|
1470
1497
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1471
|
-
slots?: Partial<import("../
|
|
1472
|
-
slotProps?: Partial<import("../
|
|
1498
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1499
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1473
1500
|
sx?: import("@mui/system").SxProps;
|
|
1474
1501
|
tickMaxStep?: number;
|
|
1475
1502
|
tickMinStep?: number;
|
|
@@ -1482,17 +1509,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1482
1509
|
position?: "top" | "bottom" | "none";
|
|
1483
1510
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1484
1511
|
id: import("../internals/index.js").AxisId;
|
|
1485
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1486
1512
|
dataKey?: string | undefined;
|
|
1487
1513
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1514
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1488
1515
|
hideTooltip?: boolean | undefined;
|
|
1489
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1490
|
-
min:
|
|
1491
|
-
max:
|
|
1516
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1517
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1518
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1492
1519
|
}) | undefined;
|
|
1493
1520
|
ignoreTooltip?: boolean | undefined;
|
|
1494
1521
|
offset: number;
|
|
1495
|
-
scaleType: "
|
|
1522
|
+
scaleType: "point";
|
|
1523
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1524
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1496
1525
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1497
1526
|
triggerTooltip?: boolean;
|
|
1498
1527
|
} | {
|
|
@@ -1508,8 +1537,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1508
1537
|
label?: string;
|
|
1509
1538
|
tickSize: number;
|
|
1510
1539
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1511
|
-
slots?: Partial<import("../
|
|
1512
|
-
slotProps?: Partial<import("../
|
|
1540
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1541
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1513
1542
|
sx?: import("@mui/system").SxProps;
|
|
1514
1543
|
tickMaxStep?: number;
|
|
1515
1544
|
tickMinStep?: number;
|
|
@@ -1522,17 +1551,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1522
1551
|
position?: "top" | "bottom" | "none";
|
|
1523
1552
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1524
1553
|
id: import("../internals/index.js").AxisId;
|
|
1525
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1526
1554
|
dataKey?: string | undefined;
|
|
1527
1555
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1556
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1528
1557
|
hideTooltip?: boolean | undefined;
|
|
1529
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1530
|
-
min:
|
|
1531
|
-
max:
|
|
1558
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1559
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1560
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1532
1561
|
}) | undefined;
|
|
1533
1562
|
ignoreTooltip?: boolean | undefined;
|
|
1534
1563
|
offset: number;
|
|
1535
|
-
scaleType: "
|
|
1564
|
+
scaleType: "point";
|
|
1565
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1566
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1536
1567
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1537
1568
|
triggerTooltip?: boolean;
|
|
1538
1569
|
} | {
|
|
@@ -1548,8 +1579,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1548
1579
|
label?: string;
|
|
1549
1580
|
tickSize: number;
|
|
1550
1581
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1551
|
-
slots?: Partial<import("../
|
|
1552
|
-
slotProps?: Partial<import("../
|
|
1582
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1583
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1553
1584
|
sx?: import("@mui/system").SxProps;
|
|
1554
1585
|
tickMaxStep?: number;
|
|
1555
1586
|
tickMinStep?: number;
|
|
@@ -1562,17 +1593,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1562
1593
|
position?: "top" | "bottom" | "none";
|
|
1563
1594
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1564
1595
|
id: import("../internals/index.js").AxisId;
|
|
1565
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1566
1596
|
dataKey?: string | undefined;
|
|
1567
1597
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1598
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1568
1599
|
hideTooltip?: boolean | undefined;
|
|
1569
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1570
|
-
min:
|
|
1571
|
-
max:
|
|
1600
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1601
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1602
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1572
1603
|
}) | undefined;
|
|
1573
1604
|
ignoreTooltip?: boolean | undefined;
|
|
1574
1605
|
offset: number;
|
|
1575
|
-
scaleType: "
|
|
1606
|
+
scaleType: "point";
|
|
1607
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1608
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1576
1609
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1577
1610
|
triggerTooltip?: boolean;
|
|
1578
1611
|
} | {
|
|
@@ -1588,8 +1621,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1588
1621
|
label?: string;
|
|
1589
1622
|
tickSize: number;
|
|
1590
1623
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1591
|
-
slots?: Partial<import("../
|
|
1592
|
-
slotProps?: Partial<import("../
|
|
1624
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1625
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1593
1626
|
sx?: import("@mui/system").SxProps;
|
|
1594
1627
|
tickMaxStep?: number;
|
|
1595
1628
|
tickMinStep?: number;
|
|
@@ -1602,18 +1635,20 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1602
1635
|
position?: "top" | "bottom" | "none";
|
|
1603
1636
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1604
1637
|
id: import("../internals/index.js").AxisId;
|
|
1605
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1606
1638
|
dataKey?: string | undefined;
|
|
1607
1639
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1640
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1608
1641
|
hideTooltip?: boolean | undefined;
|
|
1609
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1610
|
-
min:
|
|
1611
|
-
max:
|
|
1642
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1643
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1644
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1612
1645
|
}) | undefined;
|
|
1613
1646
|
ignoreTooltip?: boolean | undefined;
|
|
1614
1647
|
offset: number;
|
|
1615
|
-
scaleType: "
|
|
1616
|
-
|
|
1648
|
+
scaleType: "point";
|
|
1649
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1650
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1651
|
+
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>;
|
|
1617
1652
|
triggerTooltip?: boolean;
|
|
1618
1653
|
} | {
|
|
1619
1654
|
axis?: "x";
|
|
@@ -1628,8 +1663,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1628
1663
|
label?: string;
|
|
1629
1664
|
tickSize: number;
|
|
1630
1665
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1631
|
-
slots?: Partial<import("../
|
|
1632
|
-
slotProps?: Partial<import("../
|
|
1666
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1667
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1633
1668
|
sx?: import("@mui/system").SxProps;
|
|
1634
1669
|
tickMaxStep?: number;
|
|
1635
1670
|
tickMinStep?: number;
|
|
@@ -1642,18 +1677,20 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1642
1677
|
position?: "top" | "bottom" | "none";
|
|
1643
1678
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1644
1679
|
id: import("../internals/index.js").AxisId;
|
|
1645
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1646
1680
|
dataKey?: string | undefined;
|
|
1647
1681
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1682
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1648
1683
|
hideTooltip?: boolean | undefined;
|
|
1649
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1650
|
-
min:
|
|
1651
|
-
max:
|
|
1684
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1685
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1686
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1652
1687
|
}) | undefined;
|
|
1653
1688
|
ignoreTooltip?: boolean | undefined;
|
|
1654
1689
|
offset: number;
|
|
1655
|
-
scaleType: "
|
|
1656
|
-
|
|
1690
|
+
scaleType: "point";
|
|
1691
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1692
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1693
|
+
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>;
|
|
1657
1694
|
triggerTooltip?: boolean;
|
|
1658
1695
|
} | {
|
|
1659
1696
|
axis?: "x";
|
|
@@ -1668,8 +1705,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1668
1705
|
label?: string;
|
|
1669
1706
|
tickSize: number;
|
|
1670
1707
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1671
|
-
slots?: Partial<import("../
|
|
1672
|
-
slotProps?: Partial<import("../
|
|
1708
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1709
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1673
1710
|
sx?: import("@mui/system").SxProps;
|
|
1674
1711
|
tickMaxStep?: number;
|
|
1675
1712
|
tickMinStep?: number;
|
|
@@ -1682,17 +1719,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1682
1719
|
position?: "top" | "bottom" | "none";
|
|
1683
1720
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1684
1721
|
id: import("../internals/index.js").AxisId;
|
|
1685
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1686
1722
|
dataKey?: string | undefined;
|
|
1687
1723
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1724
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1688
1725
|
hideTooltip?: boolean | undefined;
|
|
1689
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1690
|
-
min:
|
|
1691
|
-
max:
|
|
1726
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1727
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1728
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1692
1729
|
}) | undefined;
|
|
1693
1730
|
ignoreTooltip?: boolean | undefined;
|
|
1694
1731
|
offset: number;
|
|
1695
|
-
scaleType: "
|
|
1732
|
+
scaleType: "point";
|
|
1733
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1734
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1696
1735
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1697
1736
|
triggerTooltip?: boolean;
|
|
1698
1737
|
} | {
|
|
@@ -1708,8 +1747,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1708
1747
|
label?: string;
|
|
1709
1748
|
tickSize: number;
|
|
1710
1749
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1711
|
-
slots?: Partial<import("../
|
|
1712
|
-
slotProps?: Partial<import("../
|
|
1750
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1751
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1713
1752
|
sx?: import("@mui/system").SxProps;
|
|
1714
1753
|
tickMaxStep?: number;
|
|
1715
1754
|
tickMinStep?: number;
|
|
@@ -1722,18 +1761,20 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1722
1761
|
position?: "top" | "bottom" | "none";
|
|
1723
1762
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1724
1763
|
id: import("../internals/index.js").AxisId;
|
|
1725
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1726
1764
|
dataKey?: string | undefined;
|
|
1727
1765
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1766
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1728
1767
|
hideTooltip?: boolean | undefined;
|
|
1729
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1730
|
-
min:
|
|
1731
|
-
max:
|
|
1768
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1769
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1770
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1732
1771
|
}) | undefined;
|
|
1733
1772
|
ignoreTooltip?: boolean | undefined;
|
|
1734
1773
|
offset: number;
|
|
1735
|
-
scaleType: "
|
|
1736
|
-
|
|
1774
|
+
scaleType: "point";
|
|
1775
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1776
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1777
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1737
1778
|
triggerTooltip?: boolean;
|
|
1738
1779
|
} | {
|
|
1739
1780
|
axis?: "x";
|
|
@@ -1748,8 +1789,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1748
1789
|
label?: string;
|
|
1749
1790
|
tickSize: number;
|
|
1750
1791
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1751
|
-
slots?: Partial<import("../
|
|
1752
|
-
slotProps?: Partial<import("../
|
|
1792
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1793
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1753
1794
|
sx?: import("@mui/system").SxProps;
|
|
1754
1795
|
tickMaxStep?: number;
|
|
1755
1796
|
tickMinStep?: number;
|
|
@@ -1762,18 +1803,20 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1762
1803
|
position?: "top" | "bottom" | "none";
|
|
1763
1804
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1764
1805
|
id: import("../internals/index.js").AxisId;
|
|
1765
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1766
1806
|
dataKey?: string | undefined;
|
|
1767
1807
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1808
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1768
1809
|
hideTooltip?: boolean | undefined;
|
|
1769
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1770
|
-
min:
|
|
1771
|
-
max:
|
|
1810
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1811
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1812
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1772
1813
|
}) | undefined;
|
|
1773
1814
|
ignoreTooltip?: boolean | undefined;
|
|
1774
1815
|
offset: number;
|
|
1775
|
-
scaleType: "
|
|
1776
|
-
|
|
1816
|
+
scaleType: "point";
|
|
1817
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1818
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1819
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1777
1820
|
triggerTooltip?: boolean;
|
|
1778
1821
|
} | {
|
|
1779
1822
|
axis?: "x";
|
|
@@ -1788,8 +1831,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1788
1831
|
label?: string;
|
|
1789
1832
|
tickSize: number;
|
|
1790
1833
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1791
|
-
slots?: Partial<import("../
|
|
1792
|
-
slotProps?: Partial<import("../
|
|
1834
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1835
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1793
1836
|
sx?: import("@mui/system").SxProps;
|
|
1794
1837
|
tickMaxStep?: number;
|
|
1795
1838
|
tickMinStep?: number;
|
|
@@ -1802,18 +1845,20 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1802
1845
|
position?: "top" | "bottom" | "none";
|
|
1803
1846
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1804
1847
|
id: import("../internals/index.js").AxisId;
|
|
1805
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1806
1848
|
dataKey?: string | undefined;
|
|
1807
1849
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1850
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1808
1851
|
hideTooltip?: boolean | undefined;
|
|
1809
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1810
|
-
min:
|
|
1811
|
-
max:
|
|
1852
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1853
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1854
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1812
1855
|
}) | undefined;
|
|
1813
1856
|
ignoreTooltip?: boolean | undefined;
|
|
1814
1857
|
offset: number;
|
|
1815
|
-
scaleType: "
|
|
1816
|
-
|
|
1858
|
+
scaleType: "point";
|
|
1859
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1860
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1861
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1817
1862
|
triggerTooltip?: boolean;
|
|
1818
1863
|
} | {
|
|
1819
1864
|
axis?: "x";
|
|
@@ -1828,8 +1873,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1828
1873
|
label?: string;
|
|
1829
1874
|
tickSize: number;
|
|
1830
1875
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1831
|
-
slots?: Partial<import("../
|
|
1832
|
-
slotProps?: Partial<import("../
|
|
1876
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1877
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1833
1878
|
sx?: import("@mui/system").SxProps;
|
|
1834
1879
|
tickMaxStep?: number;
|
|
1835
1880
|
tickMinStep?: number;
|
|
@@ -1842,17 +1887,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1842
1887
|
position?: "top" | "bottom" | "none";
|
|
1843
1888
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1844
1889
|
id: import("../internals/index.js").AxisId;
|
|
1845
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1846
1890
|
dataKey?: string | undefined;
|
|
1847
1891
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1892
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1848
1893
|
hideTooltip?: boolean | undefined;
|
|
1849
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1850
|
-
min:
|
|
1851
|
-
max:
|
|
1894
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1895
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1896
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1852
1897
|
}) | undefined;
|
|
1853
1898
|
ignoreTooltip?: boolean | undefined;
|
|
1854
1899
|
offset: number;
|
|
1855
|
-
scaleType: "
|
|
1900
|
+
scaleType: "symlog";
|
|
1901
|
+
constant?: number;
|
|
1856
1902
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1857
1903
|
triggerTooltip?: boolean;
|
|
1858
1904
|
} | {
|
|
@@ -1868,8 +1914,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1868
1914
|
label?: string;
|
|
1869
1915
|
tickSize: number;
|
|
1870
1916
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1871
|
-
slots?: Partial<import("../
|
|
1872
|
-
slotProps?: Partial<import("../
|
|
1917
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1918
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1873
1919
|
sx?: import("@mui/system").SxProps;
|
|
1874
1920
|
tickMaxStep?: number;
|
|
1875
1921
|
tickMinStep?: number;
|
|
@@ -1882,17 +1928,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1882
1928
|
position?: "top" | "bottom" | "none";
|
|
1883
1929
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1884
1930
|
id: import("../internals/index.js").AxisId;
|
|
1885
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1886
1931
|
dataKey?: string | undefined;
|
|
1887
1932
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1933
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1888
1934
|
hideTooltip?: boolean | undefined;
|
|
1889
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1890
|
-
min:
|
|
1891
|
-
max:
|
|
1935
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1936
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1937
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1892
1938
|
}) | undefined;
|
|
1893
1939
|
ignoreTooltip?: boolean | undefined;
|
|
1894
1940
|
offset: number;
|
|
1895
|
-
scaleType: "
|
|
1941
|
+
scaleType: "symlog";
|
|
1942
|
+
constant?: number;
|
|
1896
1943
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1897
1944
|
triggerTooltip?: boolean;
|
|
1898
1945
|
} | {
|
|
@@ -1908,8 +1955,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1908
1955
|
label?: string;
|
|
1909
1956
|
tickSize: number;
|
|
1910
1957
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1911
|
-
slots?: Partial<import("../
|
|
1912
|
-
slotProps?: Partial<import("../
|
|
1958
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1959
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1913
1960
|
sx?: import("@mui/system").SxProps;
|
|
1914
1961
|
tickMaxStep?: number;
|
|
1915
1962
|
tickMinStep?: number;
|
|
@@ -1922,17 +1969,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1922
1969
|
position?: "top" | "bottom" | "none";
|
|
1923
1970
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1924
1971
|
id: import("../internals/index.js").AxisId;
|
|
1925
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1926
1972
|
dataKey?: string | undefined;
|
|
1927
1973
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1974
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1928
1975
|
hideTooltip?: boolean | undefined;
|
|
1929
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1930
|
-
min:
|
|
1931
|
-
max:
|
|
1976
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1977
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1978
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1932
1979
|
}) | undefined;
|
|
1933
1980
|
ignoreTooltip?: boolean | undefined;
|
|
1934
1981
|
offset: number;
|
|
1935
|
-
scaleType: "
|
|
1982
|
+
scaleType: "symlog";
|
|
1983
|
+
constant?: number;
|
|
1936
1984
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1937
1985
|
triggerTooltip?: boolean;
|
|
1938
1986
|
} | {
|
|
@@ -1948,8 +1996,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1948
1996
|
label?: string;
|
|
1949
1997
|
tickSize: number;
|
|
1950
1998
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1951
|
-
slots?: Partial<import("../
|
|
1952
|
-
slotProps?: Partial<import("../
|
|
1999
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2000
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1953
2001
|
sx?: import("@mui/system").SxProps;
|
|
1954
2002
|
tickMaxStep?: number;
|
|
1955
2003
|
tickMinStep?: number;
|
|
@@ -1962,18 +2010,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1962
2010
|
position?: "top" | "bottom" | "none";
|
|
1963
2011
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1964
2012
|
id: import("../internals/index.js").AxisId;
|
|
1965
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1966
2013
|
dataKey?: string | undefined;
|
|
1967
2014
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2015
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1968
2016
|
hideTooltip?: boolean | undefined;
|
|
1969
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1970
|
-
min:
|
|
1971
|
-
max:
|
|
2017
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2018
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2019
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1972
2020
|
}) | undefined;
|
|
1973
2021
|
ignoreTooltip?: boolean | undefined;
|
|
1974
2022
|
offset: number;
|
|
1975
|
-
scaleType: "
|
|
1976
|
-
|
|
2023
|
+
scaleType: "symlog";
|
|
2024
|
+
constant?: number;
|
|
2025
|
+
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>;
|
|
1977
2026
|
triggerTooltip?: boolean;
|
|
1978
2027
|
} | {
|
|
1979
2028
|
axis?: "x";
|
|
@@ -1988,8 +2037,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
1988
2037
|
label?: string;
|
|
1989
2038
|
tickSize: number;
|
|
1990
2039
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1991
|
-
slots?: Partial<import("../
|
|
1992
|
-
slotProps?: Partial<import("../
|
|
2040
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2041
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1993
2042
|
sx?: import("@mui/system").SxProps;
|
|
1994
2043
|
tickMaxStep?: number;
|
|
1995
2044
|
tickMinStep?: number;
|
|
@@ -2002,18 +2051,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2002
2051
|
position?: "top" | "bottom" | "none";
|
|
2003
2052
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2004
2053
|
id: import("../internals/index.js").AxisId;
|
|
2005
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2006
2054
|
dataKey?: string | undefined;
|
|
2007
2055
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2056
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2008
2057
|
hideTooltip?: boolean | undefined;
|
|
2009
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2010
|
-
min:
|
|
2011
|
-
max:
|
|
2058
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2059
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2060
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2012
2061
|
}) | undefined;
|
|
2013
2062
|
ignoreTooltip?: boolean | undefined;
|
|
2014
2063
|
offset: number;
|
|
2015
|
-
scaleType: "
|
|
2016
|
-
|
|
2064
|
+
scaleType: "symlog";
|
|
2065
|
+
constant?: number;
|
|
2066
|
+
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>;
|
|
2017
2067
|
triggerTooltip?: boolean;
|
|
2018
2068
|
} | {
|
|
2019
2069
|
axis?: "x";
|
|
@@ -2028,8 +2078,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2028
2078
|
label?: string;
|
|
2029
2079
|
tickSize: number;
|
|
2030
2080
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2031
|
-
slots?: Partial<import("../
|
|
2032
|
-
slotProps?: Partial<import("../
|
|
2081
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2082
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2033
2083
|
sx?: import("@mui/system").SxProps;
|
|
2034
2084
|
tickMaxStep?: number;
|
|
2035
2085
|
tickMinStep?: number;
|
|
@@ -2042,17 +2092,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2042
2092
|
position?: "top" | "bottom" | "none";
|
|
2043
2093
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2044
2094
|
id: import("../internals/index.js").AxisId;
|
|
2045
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2046
2095
|
dataKey?: string | undefined;
|
|
2047
2096
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2097
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2048
2098
|
hideTooltip?: boolean | undefined;
|
|
2049
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2050
|
-
min:
|
|
2051
|
-
max:
|
|
2099
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2100
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2101
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2052
2102
|
}) | undefined;
|
|
2053
2103
|
ignoreTooltip?: boolean | undefined;
|
|
2054
2104
|
offset: number;
|
|
2055
|
-
scaleType: "
|
|
2105
|
+
scaleType: "symlog";
|
|
2106
|
+
constant?: number;
|
|
2056
2107
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2057
2108
|
triggerTooltip?: boolean;
|
|
2058
2109
|
} | {
|
|
@@ -2068,8 +2119,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2068
2119
|
label?: string;
|
|
2069
2120
|
tickSize: number;
|
|
2070
2121
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2071
|
-
slots?: Partial<import("../
|
|
2072
|
-
slotProps?: Partial<import("../
|
|
2122
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2123
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2073
2124
|
sx?: import("@mui/system").SxProps;
|
|
2074
2125
|
tickMaxStep?: number;
|
|
2075
2126
|
tickMinStep?: number;
|
|
@@ -2082,18 +2133,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2082
2133
|
position?: "top" | "bottom" | "none";
|
|
2083
2134
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2084
2135
|
id: import("../internals/index.js").AxisId;
|
|
2085
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2086
2136
|
dataKey?: string | undefined;
|
|
2087
2137
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2138
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2088
2139
|
hideTooltip?: boolean | undefined;
|
|
2089
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2090
|
-
min:
|
|
2091
|
-
max:
|
|
2140
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2141
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2142
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2092
2143
|
}) | undefined;
|
|
2093
2144
|
ignoreTooltip?: boolean | undefined;
|
|
2094
2145
|
offset: number;
|
|
2095
|
-
scaleType: "
|
|
2096
|
-
|
|
2146
|
+
scaleType: "symlog";
|
|
2147
|
+
constant?: number;
|
|
2148
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2097
2149
|
triggerTooltip?: boolean;
|
|
2098
2150
|
} | {
|
|
2099
2151
|
axis?: "x";
|
|
@@ -2108,8 +2160,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2108
2160
|
label?: string;
|
|
2109
2161
|
tickSize: number;
|
|
2110
2162
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2111
|
-
slots?: Partial<import("../
|
|
2112
|
-
slotProps?: Partial<import("../
|
|
2163
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2164
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2113
2165
|
sx?: import("@mui/system").SxProps;
|
|
2114
2166
|
tickMaxStep?: number;
|
|
2115
2167
|
tickMinStep?: number;
|
|
@@ -2122,18 +2174,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2122
2174
|
position?: "top" | "bottom" | "none";
|
|
2123
2175
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2124
2176
|
id: import("../internals/index.js").AxisId;
|
|
2125
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2126
2177
|
dataKey?: string | undefined;
|
|
2127
2178
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2179
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2128
2180
|
hideTooltip?: boolean | undefined;
|
|
2129
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2130
|
-
min:
|
|
2131
|
-
max:
|
|
2181
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2182
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2183
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2132
2184
|
}) | undefined;
|
|
2133
2185
|
ignoreTooltip?: boolean | undefined;
|
|
2134
2186
|
offset: number;
|
|
2135
|
-
scaleType: "
|
|
2136
|
-
|
|
2187
|
+
scaleType: "symlog";
|
|
2188
|
+
constant?: number;
|
|
2189
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2137
2190
|
triggerTooltip?: boolean;
|
|
2138
2191
|
} | {
|
|
2139
2192
|
axis?: "x";
|
|
@@ -2148,8 +2201,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2148
2201
|
label?: string;
|
|
2149
2202
|
tickSize: number;
|
|
2150
2203
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2151
|
-
slots?: Partial<import("../
|
|
2152
|
-
slotProps?: Partial<import("../
|
|
2204
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2205
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2153
2206
|
sx?: import("@mui/system").SxProps;
|
|
2154
2207
|
tickMaxStep?: number;
|
|
2155
2208
|
tickMinStep?: number;
|
|
@@ -2162,18 +2215,19 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2162
2215
|
position?: "top" | "bottom" | "none";
|
|
2163
2216
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2164
2217
|
id: import("../internals/index.js").AxisId;
|
|
2165
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2166
2218
|
dataKey?: string | undefined;
|
|
2167
2219
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2220
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2168
2221
|
hideTooltip?: boolean | undefined;
|
|
2169
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2170
|
-
min:
|
|
2171
|
-
max:
|
|
2222
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2223
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2224
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2172
2225
|
}) | undefined;
|
|
2173
2226
|
ignoreTooltip?: boolean | undefined;
|
|
2174
2227
|
offset: number;
|
|
2175
|
-
scaleType: "
|
|
2176
|
-
|
|
2228
|
+
scaleType: "symlog";
|
|
2229
|
+
constant?: number;
|
|
2230
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2177
2231
|
triggerTooltip?: boolean;
|
|
2178
2232
|
} | {
|
|
2179
2233
|
axis?: "x";
|
|
@@ -2188,8 +2242,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2188
2242
|
label?: string;
|
|
2189
2243
|
tickSize: number;
|
|
2190
2244
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2191
|
-
slots?: Partial<import("../
|
|
2192
|
-
slotProps?: Partial<import("../
|
|
2245
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2246
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2193
2247
|
sx?: import("@mui/system").SxProps;
|
|
2194
2248
|
tickMaxStep?: number;
|
|
2195
2249
|
tickMinStep?: number;
|
|
@@ -2202,17 +2256,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2202
2256
|
position?: "top" | "bottom" | "none";
|
|
2203
2257
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2204
2258
|
id: import("../internals/index.js").AxisId;
|
|
2205
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2206
2259
|
dataKey?: string | undefined;
|
|
2207
2260
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2261
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2208
2262
|
hideTooltip?: boolean | undefined;
|
|
2209
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2210
|
-
min:
|
|
2211
|
-
max:
|
|
2263
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2264
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2265
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2212
2266
|
}) | undefined;
|
|
2213
2267
|
ignoreTooltip?: boolean | undefined;
|
|
2214
2268
|
offset: number;
|
|
2215
|
-
scaleType: "
|
|
2269
|
+
scaleType: "pow";
|
|
2216
2270
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2217
2271
|
triggerTooltip?: boolean;
|
|
2218
2272
|
} | {
|
|
@@ -2228,8 +2282,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2228
2282
|
label?: string;
|
|
2229
2283
|
tickSize: number;
|
|
2230
2284
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2231
|
-
slots?: Partial<import("../
|
|
2232
|
-
slotProps?: Partial<import("../
|
|
2285
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2286
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2233
2287
|
sx?: import("@mui/system").SxProps;
|
|
2234
2288
|
tickMaxStep?: number;
|
|
2235
2289
|
tickMinStep?: number;
|
|
@@ -2242,17 +2296,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2242
2296
|
position?: "top" | "bottom" | "none";
|
|
2243
2297
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2244
2298
|
id: import("../internals/index.js").AxisId;
|
|
2245
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2246
2299
|
dataKey?: string | undefined;
|
|
2247
2300
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2301
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2248
2302
|
hideTooltip?: boolean | undefined;
|
|
2249
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2250
|
-
min:
|
|
2251
|
-
max:
|
|
2303
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2304
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2305
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2252
2306
|
}) | undefined;
|
|
2253
2307
|
ignoreTooltip?: boolean | undefined;
|
|
2254
2308
|
offset: number;
|
|
2255
|
-
scaleType: "
|
|
2309
|
+
scaleType: "pow";
|
|
2256
2310
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2257
2311
|
triggerTooltip?: boolean;
|
|
2258
2312
|
} | {
|
|
@@ -2268,8 +2322,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2268
2322
|
label?: string;
|
|
2269
2323
|
tickSize: number;
|
|
2270
2324
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2271
|
-
slots?: Partial<import("../
|
|
2272
|
-
slotProps?: Partial<import("../
|
|
2325
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2326
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2273
2327
|
sx?: import("@mui/system").SxProps;
|
|
2274
2328
|
tickMaxStep?: number;
|
|
2275
2329
|
tickMinStep?: number;
|
|
@@ -2282,17 +2336,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2282
2336
|
position?: "top" | "bottom" | "none";
|
|
2283
2337
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2284
2338
|
id: import("../internals/index.js").AxisId;
|
|
2285
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2286
2339
|
dataKey?: string | undefined;
|
|
2287
2340
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2341
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2288
2342
|
hideTooltip?: boolean | undefined;
|
|
2289
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2290
|
-
min:
|
|
2291
|
-
max:
|
|
2343
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2344
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2345
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2292
2346
|
}) | undefined;
|
|
2293
2347
|
ignoreTooltip?: boolean | undefined;
|
|
2294
2348
|
offset: number;
|
|
2295
|
-
scaleType: "
|
|
2349
|
+
scaleType: "pow";
|
|
2296
2350
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2297
2351
|
triggerTooltip?: boolean;
|
|
2298
2352
|
} | {
|
|
@@ -2308,8 +2362,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2308
2362
|
label?: string;
|
|
2309
2363
|
tickSize: number;
|
|
2310
2364
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2311
|
-
slots?: Partial<import("../
|
|
2312
|
-
slotProps?: Partial<import("../
|
|
2365
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2366
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2313
2367
|
sx?: import("@mui/system").SxProps;
|
|
2314
2368
|
tickMaxStep?: number;
|
|
2315
2369
|
tickMinStep?: number;
|
|
@@ -2322,18 +2376,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2322
2376
|
position?: "top" | "bottom" | "none";
|
|
2323
2377
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2324
2378
|
id: import("../internals/index.js").AxisId;
|
|
2325
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2326
2379
|
dataKey?: string | undefined;
|
|
2327
2380
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2381
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2328
2382
|
hideTooltip?: boolean | undefined;
|
|
2329
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2330
|
-
min:
|
|
2331
|
-
max:
|
|
2383
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2384
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2385
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2332
2386
|
}) | undefined;
|
|
2333
2387
|
ignoreTooltip?: boolean | undefined;
|
|
2334
2388
|
offset: number;
|
|
2335
|
-
scaleType: "
|
|
2336
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2389
|
+
scaleType: "pow";
|
|
2390
|
+
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>;
|
|
2337
2391
|
triggerTooltip?: boolean;
|
|
2338
2392
|
} | {
|
|
2339
2393
|
axis?: "x";
|
|
@@ -2348,8 +2402,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2348
2402
|
label?: string;
|
|
2349
2403
|
tickSize: number;
|
|
2350
2404
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2351
|
-
slots?: Partial<import("../
|
|
2352
|
-
slotProps?: Partial<import("../
|
|
2405
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2406
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2353
2407
|
sx?: import("@mui/system").SxProps;
|
|
2354
2408
|
tickMaxStep?: number;
|
|
2355
2409
|
tickMinStep?: number;
|
|
@@ -2362,18 +2416,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2362
2416
|
position?: "top" | "bottom" | "none";
|
|
2363
2417
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2364
2418
|
id: import("../internals/index.js").AxisId;
|
|
2365
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2366
2419
|
dataKey?: string | undefined;
|
|
2367
2420
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2421
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2368
2422
|
hideTooltip?: boolean | undefined;
|
|
2369
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2370
|
-
min:
|
|
2371
|
-
max:
|
|
2423
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2424
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2425
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2372
2426
|
}) | undefined;
|
|
2373
2427
|
ignoreTooltip?: boolean | undefined;
|
|
2374
2428
|
offset: number;
|
|
2375
|
-
scaleType: "
|
|
2376
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2429
|
+
scaleType: "pow";
|
|
2430
|
+
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>;
|
|
2377
2431
|
triggerTooltip?: boolean;
|
|
2378
2432
|
} | {
|
|
2379
2433
|
axis?: "x";
|
|
@@ -2388,8 +2442,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2388
2442
|
label?: string;
|
|
2389
2443
|
tickSize: number;
|
|
2390
2444
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2391
|
-
slots?: Partial<import("../
|
|
2392
|
-
slotProps?: Partial<import("../
|
|
2445
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2446
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2393
2447
|
sx?: import("@mui/system").SxProps;
|
|
2394
2448
|
tickMaxStep?: number;
|
|
2395
2449
|
tickMinStep?: number;
|
|
@@ -2402,17 +2456,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2402
2456
|
position?: "top" | "bottom" | "none";
|
|
2403
2457
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2404
2458
|
id: import("../internals/index.js").AxisId;
|
|
2405
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2406
2459
|
dataKey?: string | undefined;
|
|
2407
2460
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2461
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2408
2462
|
hideTooltip?: boolean | undefined;
|
|
2409
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2410
|
-
min:
|
|
2411
|
-
max:
|
|
2463
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2464
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2465
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2412
2466
|
}) | undefined;
|
|
2413
2467
|
ignoreTooltip?: boolean | undefined;
|
|
2414
2468
|
offset: number;
|
|
2415
|
-
scaleType: "
|
|
2469
|
+
scaleType: "pow";
|
|
2416
2470
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2417
2471
|
triggerTooltip?: boolean;
|
|
2418
2472
|
} | {
|
|
@@ -2428,8 +2482,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2428
2482
|
label?: string;
|
|
2429
2483
|
tickSize: number;
|
|
2430
2484
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2431
|
-
slots?: Partial<import("../
|
|
2432
|
-
slotProps?: Partial<import("../
|
|
2485
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2486
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2433
2487
|
sx?: import("@mui/system").SxProps;
|
|
2434
2488
|
tickMaxStep?: number;
|
|
2435
2489
|
tickMinStep?: number;
|
|
@@ -2442,18 +2496,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2442
2496
|
position?: "top" | "bottom" | "none";
|
|
2443
2497
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2444
2498
|
id: import("../internals/index.js").AxisId;
|
|
2445
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2446
2499
|
dataKey?: string | undefined;
|
|
2447
2500
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2501
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2448
2502
|
hideTooltip?: boolean | undefined;
|
|
2449
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2450
|
-
min:
|
|
2451
|
-
max:
|
|
2503
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2504
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2505
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2452
2506
|
}) | undefined;
|
|
2453
2507
|
ignoreTooltip?: boolean | undefined;
|
|
2454
2508
|
offset: number;
|
|
2455
|
-
scaleType: "
|
|
2456
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
2509
|
+
scaleType: "pow";
|
|
2510
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2457
2511
|
triggerTooltip?: boolean;
|
|
2458
2512
|
} | {
|
|
2459
2513
|
axis?: "x";
|
|
@@ -2468,8 +2522,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2468
2522
|
label?: string;
|
|
2469
2523
|
tickSize: number;
|
|
2470
2524
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2471
|
-
slots?: Partial<import("../
|
|
2472
|
-
slotProps?: Partial<import("../
|
|
2525
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2526
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2473
2527
|
sx?: import("@mui/system").SxProps;
|
|
2474
2528
|
tickMaxStep?: number;
|
|
2475
2529
|
tickMinStep?: number;
|
|
@@ -2482,18 +2536,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2482
2536
|
position?: "top" | "bottom" | "none";
|
|
2483
2537
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2484
2538
|
id: import("../internals/index.js").AxisId;
|
|
2485
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2486
2539
|
dataKey?: string | undefined;
|
|
2487
2540
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2541
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2488
2542
|
hideTooltip?: boolean | undefined;
|
|
2489
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2490
|
-
min:
|
|
2491
|
-
max:
|
|
2543
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2544
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2545
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2492
2546
|
}) | undefined;
|
|
2493
2547
|
ignoreTooltip?: boolean | undefined;
|
|
2494
2548
|
offset: number;
|
|
2495
|
-
scaleType: "
|
|
2496
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
2549
|
+
scaleType: "pow";
|
|
2550
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2497
2551
|
triggerTooltip?: boolean;
|
|
2498
2552
|
} | {
|
|
2499
2553
|
axis?: "x";
|
|
@@ -2508,8 +2562,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2508
2562
|
label?: string;
|
|
2509
2563
|
tickSize: number;
|
|
2510
2564
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2511
|
-
slots?: Partial<import("../
|
|
2512
|
-
slotProps?: Partial<import("../
|
|
2565
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2566
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2513
2567
|
sx?: import("@mui/system").SxProps;
|
|
2514
2568
|
tickMaxStep?: number;
|
|
2515
2569
|
tickMinStep?: number;
|
|
@@ -2522,18 +2576,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2522
2576
|
position?: "top" | "bottom" | "none";
|
|
2523
2577
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2524
2578
|
id: import("../internals/index.js").AxisId;
|
|
2525
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2526
2579
|
dataKey?: string | undefined;
|
|
2527
2580
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2581
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2528
2582
|
hideTooltip?: boolean | undefined;
|
|
2529
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2530
|
-
min:
|
|
2531
|
-
max:
|
|
2583
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2584
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2585
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2532
2586
|
}) | undefined;
|
|
2533
2587
|
ignoreTooltip?: boolean | undefined;
|
|
2534
2588
|
offset: number;
|
|
2535
|
-
scaleType: "
|
|
2536
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
2589
|
+
scaleType: "pow";
|
|
2590
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2537
2591
|
triggerTooltip?: boolean;
|
|
2538
2592
|
} | {
|
|
2539
2593
|
axis?: "x";
|
|
@@ -2548,8 +2602,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2548
2602
|
label?: string;
|
|
2549
2603
|
tickSize: number;
|
|
2550
2604
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2551
|
-
slots?: Partial<import("../
|
|
2552
|
-
slotProps?: Partial<import("../
|
|
2605
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2606
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2553
2607
|
sx?: import("@mui/system").SxProps;
|
|
2554
2608
|
tickMaxStep?: number;
|
|
2555
2609
|
tickMinStep?: number;
|
|
@@ -2562,21 +2616,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2562
2616
|
position?: "top" | "bottom" | "none";
|
|
2563
2617
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2564
2618
|
id: import("../internals/index.js").AxisId;
|
|
2565
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2566
2619
|
dataKey?: string | undefined;
|
|
2567
2620
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2621
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2568
2622
|
hideTooltip?: boolean | undefined;
|
|
2569
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2570
|
-
min:
|
|
2571
|
-
max:
|
|
2623
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2624
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2625
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2572
2626
|
}) | undefined;
|
|
2573
2627
|
ignoreTooltip?: boolean | undefined;
|
|
2574
2628
|
offset: number;
|
|
2575
|
-
scaleType: "
|
|
2576
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2577
|
-
categoryGapRatio: number;
|
|
2578
|
-
barGapRatio: number;
|
|
2579
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2629
|
+
scaleType: "sqrt";
|
|
2580
2630
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2581
2631
|
triggerTooltip?: boolean;
|
|
2582
2632
|
} | {
|
|
@@ -2592,8 +2642,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2592
2642
|
label?: string;
|
|
2593
2643
|
tickSize: number;
|
|
2594
2644
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2595
|
-
slots?: Partial<import("../
|
|
2596
|
-
slotProps?: Partial<import("../
|
|
2645
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2646
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2597
2647
|
sx?: import("@mui/system").SxProps;
|
|
2598
2648
|
tickMaxStep?: number;
|
|
2599
2649
|
tickMinStep?: number;
|
|
@@ -2606,21 +2656,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2606
2656
|
position?: "top" | "bottom" | "none";
|
|
2607
2657
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2608
2658
|
id: import("../internals/index.js").AxisId;
|
|
2609
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2610
2659
|
dataKey?: string | undefined;
|
|
2611
2660
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2661
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2612
2662
|
hideTooltip?: boolean | undefined;
|
|
2613
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2614
|
-
min:
|
|
2615
|
-
max:
|
|
2663
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2664
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2665
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2616
2666
|
}) | undefined;
|
|
2617
2667
|
ignoreTooltip?: boolean | undefined;
|
|
2618
2668
|
offset: number;
|
|
2619
|
-
scaleType: "
|
|
2620
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2621
|
-
categoryGapRatio: number;
|
|
2622
|
-
barGapRatio: number;
|
|
2623
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2669
|
+
scaleType: "sqrt";
|
|
2624
2670
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2625
2671
|
triggerTooltip?: boolean;
|
|
2626
2672
|
} | {
|
|
@@ -2636,8 +2682,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2636
2682
|
label?: string;
|
|
2637
2683
|
tickSize: number;
|
|
2638
2684
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2639
|
-
slots?: Partial<import("../
|
|
2640
|
-
slotProps?: Partial<import("../
|
|
2685
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2686
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2641
2687
|
sx?: import("@mui/system").SxProps;
|
|
2642
2688
|
tickMaxStep?: number;
|
|
2643
2689
|
tickMinStep?: number;
|
|
@@ -2650,21 +2696,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2650
2696
|
position?: "top" | "bottom" | "none";
|
|
2651
2697
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2652
2698
|
id: import("../internals/index.js").AxisId;
|
|
2653
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2654
2699
|
dataKey?: string | undefined;
|
|
2655
2700
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2701
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2656
2702
|
hideTooltip?: boolean | undefined;
|
|
2657
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2658
|
-
min:
|
|
2659
|
-
max:
|
|
2703
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2704
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2705
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2660
2706
|
}) | undefined;
|
|
2661
2707
|
ignoreTooltip?: boolean | undefined;
|
|
2662
2708
|
offset: number;
|
|
2663
|
-
scaleType: "
|
|
2664
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2665
|
-
categoryGapRatio: number;
|
|
2666
|
-
barGapRatio: number;
|
|
2667
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2709
|
+
scaleType: "sqrt";
|
|
2668
2710
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2669
2711
|
triggerTooltip?: boolean;
|
|
2670
2712
|
} | {
|
|
@@ -2680,8 +2722,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2680
2722
|
label?: string;
|
|
2681
2723
|
tickSize: number;
|
|
2682
2724
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2683
|
-
slots?: Partial<import("../
|
|
2684
|
-
slotProps?: Partial<import("../
|
|
2725
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2726
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2685
2727
|
sx?: import("@mui/system").SxProps;
|
|
2686
2728
|
tickMaxStep?: number;
|
|
2687
2729
|
tickMinStep?: number;
|
|
@@ -2694,22 +2736,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2694
2736
|
position?: "top" | "bottom" | "none";
|
|
2695
2737
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2696
2738
|
id: import("../internals/index.js").AxisId;
|
|
2697
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2698
2739
|
dataKey?: string | undefined;
|
|
2699
2740
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2741
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2700
2742
|
hideTooltip?: boolean | undefined;
|
|
2701
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2702
|
-
min:
|
|
2703
|
-
max:
|
|
2743
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2744
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2745
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2704
2746
|
}) | undefined;
|
|
2705
2747
|
ignoreTooltip?: boolean | undefined;
|
|
2706
2748
|
offset: number;
|
|
2707
|
-
scaleType: "
|
|
2708
|
-
|
|
2709
|
-
categoryGapRatio: number;
|
|
2710
|
-
barGapRatio: number;
|
|
2711
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2712
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2749
|
+
scaleType: "sqrt";
|
|
2750
|
+
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>;
|
|
2713
2751
|
triggerTooltip?: boolean;
|
|
2714
2752
|
} | {
|
|
2715
2753
|
axis?: "x";
|
|
@@ -2724,8 +2762,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2724
2762
|
label?: string;
|
|
2725
2763
|
tickSize: number;
|
|
2726
2764
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2727
|
-
slots?: Partial<import("../
|
|
2728
|
-
slotProps?: Partial<import("../
|
|
2765
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2766
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2729
2767
|
sx?: import("@mui/system").SxProps;
|
|
2730
2768
|
tickMaxStep?: number;
|
|
2731
2769
|
tickMinStep?: number;
|
|
@@ -2738,22 +2776,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2738
2776
|
position?: "top" | "bottom" | "none";
|
|
2739
2777
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2740
2778
|
id: import("../internals/index.js").AxisId;
|
|
2741
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2742
2779
|
dataKey?: string | undefined;
|
|
2743
2780
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2781
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2744
2782
|
hideTooltip?: boolean | undefined;
|
|
2745
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2746
|
-
min:
|
|
2747
|
-
max:
|
|
2783
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2784
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2785
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2748
2786
|
}) | undefined;
|
|
2749
2787
|
ignoreTooltip?: boolean | undefined;
|
|
2750
2788
|
offset: number;
|
|
2751
|
-
scaleType: "
|
|
2752
|
-
|
|
2753
|
-
categoryGapRatio: number;
|
|
2754
|
-
barGapRatio: number;
|
|
2755
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2756
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2789
|
+
scaleType: "sqrt";
|
|
2790
|
+
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>;
|
|
2757
2791
|
triggerTooltip?: boolean;
|
|
2758
2792
|
} | {
|
|
2759
2793
|
axis?: "x";
|
|
@@ -2768,8 +2802,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2768
2802
|
label?: string;
|
|
2769
2803
|
tickSize: number;
|
|
2770
2804
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2771
|
-
slots?: Partial<import("../
|
|
2772
|
-
slotProps?: Partial<import("../
|
|
2805
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2806
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2773
2807
|
sx?: import("@mui/system").SxProps;
|
|
2774
2808
|
tickMaxStep?: number;
|
|
2775
2809
|
tickMinStep?: number;
|
|
@@ -2782,21 +2816,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2782
2816
|
position?: "top" | "bottom" | "none";
|
|
2783
2817
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2784
2818
|
id: import("../internals/index.js").AxisId;
|
|
2785
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2786
2819
|
dataKey?: string | undefined;
|
|
2787
2820
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2821
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2788
2822
|
hideTooltip?: boolean | undefined;
|
|
2789
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2790
|
-
min:
|
|
2791
|
-
max:
|
|
2823
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2824
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2825
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2792
2826
|
}) | undefined;
|
|
2793
2827
|
ignoreTooltip?: boolean | undefined;
|
|
2794
2828
|
offset: number;
|
|
2795
|
-
scaleType: "
|
|
2796
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2797
|
-
categoryGapRatio: number;
|
|
2798
|
-
barGapRatio: number;
|
|
2799
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2829
|
+
scaleType: "sqrt";
|
|
2800
2830
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2801
2831
|
triggerTooltip?: boolean;
|
|
2802
2832
|
} | {
|
|
@@ -2812,8 +2842,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2812
2842
|
label?: string;
|
|
2813
2843
|
tickSize: number;
|
|
2814
2844
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2815
|
-
slots?: Partial<import("../
|
|
2816
|
-
slotProps?: Partial<import("../
|
|
2845
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2846
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2817
2847
|
sx?: import("@mui/system").SxProps;
|
|
2818
2848
|
tickMaxStep?: number;
|
|
2819
2849
|
tickMinStep?: number;
|
|
@@ -2826,22 +2856,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2826
2856
|
position?: "top" | "bottom" | "none";
|
|
2827
2857
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2828
2858
|
id: import("../internals/index.js").AxisId;
|
|
2829
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2830
2859
|
dataKey?: string | undefined;
|
|
2831
2860
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2861
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2832
2862
|
hideTooltip?: boolean | undefined;
|
|
2833
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2834
|
-
min:
|
|
2835
|
-
max:
|
|
2863
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2864
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2865
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2836
2866
|
}) | undefined;
|
|
2837
2867
|
ignoreTooltip?: boolean | undefined;
|
|
2838
2868
|
offset: number;
|
|
2839
|
-
scaleType: "
|
|
2840
|
-
|
|
2841
|
-
categoryGapRatio: number;
|
|
2842
|
-
barGapRatio: number;
|
|
2843
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2844
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2869
|
+
scaleType: "sqrt";
|
|
2870
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2845
2871
|
triggerTooltip?: boolean;
|
|
2846
2872
|
} | {
|
|
2847
2873
|
axis?: "x";
|
|
@@ -2856,8 +2882,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2856
2882
|
label?: string;
|
|
2857
2883
|
tickSize: number;
|
|
2858
2884
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2859
|
-
slots?: Partial<import("../
|
|
2860
|
-
slotProps?: Partial<import("../
|
|
2885
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2886
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2861
2887
|
sx?: import("@mui/system").SxProps;
|
|
2862
2888
|
tickMaxStep?: number;
|
|
2863
2889
|
tickMinStep?: number;
|
|
@@ -2870,22 +2896,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2870
2896
|
position?: "top" | "bottom" | "none";
|
|
2871
2897
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2872
2898
|
id: import("../internals/index.js").AxisId;
|
|
2873
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2874
2899
|
dataKey?: string | undefined;
|
|
2875
2900
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2901
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2876
2902
|
hideTooltip?: boolean | undefined;
|
|
2877
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2878
|
-
min:
|
|
2879
|
-
max:
|
|
2903
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2904
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2905
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2880
2906
|
}) | undefined;
|
|
2881
2907
|
ignoreTooltip?: boolean | undefined;
|
|
2882
2908
|
offset: number;
|
|
2883
|
-
scaleType: "
|
|
2884
|
-
|
|
2885
|
-
categoryGapRatio: number;
|
|
2886
|
-
barGapRatio: number;
|
|
2887
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2888
|
-
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>;
|
|
2909
|
+
scaleType: "sqrt";
|
|
2910
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2889
2911
|
triggerTooltip?: boolean;
|
|
2890
2912
|
} | {
|
|
2891
2913
|
axis?: "x";
|
|
@@ -2900,8 +2922,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2900
2922
|
label?: string;
|
|
2901
2923
|
tickSize: number;
|
|
2902
2924
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2903
|
-
slots?: Partial<import("../
|
|
2904
|
-
slotProps?: Partial<import("../
|
|
2925
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2926
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2905
2927
|
sx?: import("@mui/system").SxProps;
|
|
2906
2928
|
tickMaxStep?: number;
|
|
2907
2929
|
tickMinStep?: number;
|
|
@@ -2914,22 +2936,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2914
2936
|
position?: "top" | "bottom" | "none";
|
|
2915
2937
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2916
2938
|
id: import("../internals/index.js").AxisId;
|
|
2917
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2918
2939
|
dataKey?: string | undefined;
|
|
2919
2940
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2941
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2920
2942
|
hideTooltip?: boolean | undefined;
|
|
2921
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2922
|
-
min:
|
|
2923
|
-
max:
|
|
2943
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2944
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2945
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2924
2946
|
}) | undefined;
|
|
2925
2947
|
ignoreTooltip?: boolean | undefined;
|
|
2926
2948
|
offset: number;
|
|
2927
|
-
scaleType: "
|
|
2928
|
-
|
|
2929
|
-
categoryGapRatio: number;
|
|
2930
|
-
barGapRatio: number;
|
|
2931
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2932
|
-
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>;
|
|
2949
|
+
scaleType: "sqrt";
|
|
2950
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2933
2951
|
triggerTooltip?: boolean;
|
|
2934
2952
|
} | {
|
|
2935
2953
|
axis?: "x";
|
|
@@ -2944,8 +2962,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2944
2962
|
label?: string;
|
|
2945
2963
|
tickSize: number;
|
|
2946
2964
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2947
|
-
slots?: Partial<import("../
|
|
2948
|
-
slotProps?: Partial<import("../
|
|
2965
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2966
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2949
2967
|
sx?: import("@mui/system").SxProps;
|
|
2950
2968
|
tickMaxStep?: number;
|
|
2951
2969
|
tickMinStep?: number;
|
|
@@ -2958,19 +2976,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2958
2976
|
position?: "top" | "bottom" | "none";
|
|
2959
2977
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2960
2978
|
id: import("../internals/index.js").AxisId;
|
|
2961
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2962
2979
|
dataKey?: string | undefined;
|
|
2963
2980
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2981
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2964
2982
|
hideTooltip?: boolean | undefined;
|
|
2965
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2966
|
-
min:
|
|
2967
|
-
max:
|
|
2983
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2984
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2985
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2968
2986
|
}) | undefined;
|
|
2969
2987
|
ignoreTooltip?: boolean | undefined;
|
|
2970
2988
|
offset: number;
|
|
2971
|
-
scaleType: "
|
|
2972
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2973
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2989
|
+
scaleType: "utc";
|
|
2974
2990
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2975
2991
|
triggerTooltip?: boolean;
|
|
2976
2992
|
} | {
|
|
@@ -2986,8 +3002,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
2986
3002
|
label?: string;
|
|
2987
3003
|
tickSize: number;
|
|
2988
3004
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2989
|
-
slots?: Partial<import("../
|
|
2990
|
-
slotProps?: Partial<import("../
|
|
3005
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3006
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2991
3007
|
sx?: import("@mui/system").SxProps;
|
|
2992
3008
|
tickMaxStep?: number;
|
|
2993
3009
|
tickMinStep?: number;
|
|
@@ -3000,19 +3016,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3000
3016
|
position?: "top" | "bottom" | "none";
|
|
3001
3017
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3002
3018
|
id: import("../internals/index.js").AxisId;
|
|
3003
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3004
3019
|
dataKey?: string | undefined;
|
|
3005
3020
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3021
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3006
3022
|
hideTooltip?: boolean | undefined;
|
|
3007
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3008
|
-
min:
|
|
3009
|
-
max:
|
|
3023
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3024
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3025
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3010
3026
|
}) | undefined;
|
|
3011
3027
|
ignoreTooltip?: boolean | undefined;
|
|
3012
3028
|
offset: number;
|
|
3013
|
-
scaleType: "
|
|
3014
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3015
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3029
|
+
scaleType: "utc";
|
|
3016
3030
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3017
3031
|
triggerTooltip?: boolean;
|
|
3018
3032
|
} | {
|
|
@@ -3028,8 +3042,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3028
3042
|
label?: string;
|
|
3029
3043
|
tickSize: number;
|
|
3030
3044
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3031
|
-
slots?: Partial<import("../
|
|
3032
|
-
slotProps?: Partial<import("../
|
|
3045
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3046
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3033
3047
|
sx?: import("@mui/system").SxProps;
|
|
3034
3048
|
tickMaxStep?: number;
|
|
3035
3049
|
tickMinStep?: number;
|
|
@@ -3042,19 +3056,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3042
3056
|
position?: "top" | "bottom" | "none";
|
|
3043
3057
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3044
3058
|
id: import("../internals/index.js").AxisId;
|
|
3045
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3046
3059
|
dataKey?: string | undefined;
|
|
3047
3060
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3061
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3048
3062
|
hideTooltip?: boolean | undefined;
|
|
3049
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3050
|
-
min:
|
|
3051
|
-
max:
|
|
3063
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3064
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3065
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3052
3066
|
}) | undefined;
|
|
3053
3067
|
ignoreTooltip?: boolean | undefined;
|
|
3054
3068
|
offset: number;
|
|
3055
|
-
scaleType: "
|
|
3056
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3057
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3069
|
+
scaleType: "utc";
|
|
3058
3070
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3059
3071
|
triggerTooltip?: boolean;
|
|
3060
3072
|
} | {
|
|
@@ -3070,8 +3082,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3070
3082
|
label?: string;
|
|
3071
3083
|
tickSize: number;
|
|
3072
3084
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3073
|
-
slots?: Partial<import("../
|
|
3074
|
-
slotProps?: Partial<import("../
|
|
3085
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3086
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3075
3087
|
sx?: import("@mui/system").SxProps;
|
|
3076
3088
|
tickMaxStep?: number;
|
|
3077
3089
|
tickMinStep?: number;
|
|
@@ -3084,20 +3096,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3084
3096
|
position?: "top" | "bottom" | "none";
|
|
3085
3097
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3086
3098
|
id: import("../internals/index.js").AxisId;
|
|
3087
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3088
3099
|
dataKey?: string | undefined;
|
|
3089
3100
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3101
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3090
3102
|
hideTooltip?: boolean | undefined;
|
|
3091
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3092
|
-
min:
|
|
3093
|
-
max:
|
|
3103
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3104
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3105
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3094
3106
|
}) | undefined;
|
|
3095
3107
|
ignoreTooltip?: boolean | undefined;
|
|
3096
3108
|
offset: number;
|
|
3097
|
-
scaleType: "
|
|
3098
|
-
|
|
3099
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3100
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3109
|
+
scaleType: "utc";
|
|
3110
|
+
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>;
|
|
3101
3111
|
triggerTooltip?: boolean;
|
|
3102
3112
|
} | {
|
|
3103
3113
|
axis?: "x";
|
|
@@ -3112,8 +3122,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3112
3122
|
label?: string;
|
|
3113
3123
|
tickSize: number;
|
|
3114
3124
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3115
|
-
slots?: Partial<import("../
|
|
3116
|
-
slotProps?: Partial<import("../
|
|
3125
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3126
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3117
3127
|
sx?: import("@mui/system").SxProps;
|
|
3118
3128
|
tickMaxStep?: number;
|
|
3119
3129
|
tickMinStep?: number;
|
|
@@ -3126,20 +3136,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3126
3136
|
position?: "top" | "bottom" | "none";
|
|
3127
3137
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3128
3138
|
id: import("../internals/index.js").AxisId;
|
|
3129
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3130
3139
|
dataKey?: string | undefined;
|
|
3131
3140
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3141
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3132
3142
|
hideTooltip?: boolean | undefined;
|
|
3133
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3134
|
-
min:
|
|
3135
|
-
max:
|
|
3143
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3144
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3145
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3136
3146
|
}) | undefined;
|
|
3137
3147
|
ignoreTooltip?: boolean | undefined;
|
|
3138
3148
|
offset: number;
|
|
3139
|
-
scaleType: "
|
|
3140
|
-
|
|
3141
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3142
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3149
|
+
scaleType: "utc";
|
|
3150
|
+
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>;
|
|
3143
3151
|
triggerTooltip?: boolean;
|
|
3144
3152
|
} | {
|
|
3145
3153
|
axis?: "x";
|
|
@@ -3154,8 +3162,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3154
3162
|
label?: string;
|
|
3155
3163
|
tickSize: number;
|
|
3156
3164
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3157
|
-
slots?: Partial<import("../
|
|
3158
|
-
slotProps?: Partial<import("../
|
|
3165
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3166
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3159
3167
|
sx?: import("@mui/system").SxProps;
|
|
3160
3168
|
tickMaxStep?: number;
|
|
3161
3169
|
tickMinStep?: number;
|
|
@@ -3168,19 +3176,17 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3168
3176
|
position?: "top" | "bottom" | "none";
|
|
3169
3177
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3170
3178
|
id: import("../internals/index.js").AxisId;
|
|
3171
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3172
3179
|
dataKey?: string | undefined;
|
|
3173
3180
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3181
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3174
3182
|
hideTooltip?: boolean | undefined;
|
|
3175
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3176
|
-
min:
|
|
3177
|
-
max:
|
|
3183
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3184
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3185
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3178
3186
|
}) | undefined;
|
|
3179
3187
|
ignoreTooltip?: boolean | undefined;
|
|
3180
3188
|
offset: number;
|
|
3181
|
-
scaleType: "
|
|
3182
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3183
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3189
|
+
scaleType: "utc";
|
|
3184
3190
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3185
3191
|
triggerTooltip?: boolean;
|
|
3186
3192
|
} | {
|
|
@@ -3196,8 +3202,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3196
3202
|
label?: string;
|
|
3197
3203
|
tickSize: number;
|
|
3198
3204
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3199
|
-
slots?: Partial<import("../
|
|
3200
|
-
slotProps?: Partial<import("../
|
|
3205
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3206
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3201
3207
|
sx?: import("@mui/system").SxProps;
|
|
3202
3208
|
tickMaxStep?: number;
|
|
3203
3209
|
tickMinStep?: number;
|
|
@@ -3210,20 +3216,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3210
3216
|
position?: "top" | "bottom" | "none";
|
|
3211
3217
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3212
3218
|
id: import("../internals/index.js").AxisId;
|
|
3213
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3214
3219
|
dataKey?: string | undefined;
|
|
3215
3220
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3221
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3216
3222
|
hideTooltip?: boolean | undefined;
|
|
3217
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3218
|
-
min:
|
|
3219
|
-
max:
|
|
3223
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3224
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3225
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3220
3226
|
}) | undefined;
|
|
3221
3227
|
ignoreTooltip?: boolean | undefined;
|
|
3222
3228
|
offset: number;
|
|
3223
|
-
scaleType: "
|
|
3224
|
-
|
|
3225
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3226
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3229
|
+
scaleType: "utc";
|
|
3230
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3227
3231
|
triggerTooltip?: boolean;
|
|
3228
3232
|
} | {
|
|
3229
3233
|
axis?: "x";
|
|
@@ -3238,8 +3242,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3238
3242
|
label?: string;
|
|
3239
3243
|
tickSize: number;
|
|
3240
3244
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3241
|
-
slots?: Partial<import("../
|
|
3242
|
-
slotProps?: Partial<import("../
|
|
3245
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3246
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3243
3247
|
sx?: import("@mui/system").SxProps;
|
|
3244
3248
|
tickMaxStep?: number;
|
|
3245
3249
|
tickMinStep?: number;
|
|
@@ -3252,20 +3256,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3252
3256
|
position?: "top" | "bottom" | "none";
|
|
3253
3257
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3254
3258
|
id: import("../internals/index.js").AxisId;
|
|
3255
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3256
3259
|
dataKey?: string | undefined;
|
|
3257
3260
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3261
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3258
3262
|
hideTooltip?: boolean | undefined;
|
|
3259
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3260
|
-
min:
|
|
3261
|
-
max:
|
|
3263
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3264
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3265
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3262
3266
|
}) | undefined;
|
|
3263
3267
|
ignoreTooltip?: boolean | undefined;
|
|
3264
3268
|
offset: number;
|
|
3265
|
-
scaleType: "
|
|
3266
|
-
|
|
3267
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3268
|
-
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>;
|
|
3269
|
+
scaleType: "utc";
|
|
3270
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3269
3271
|
triggerTooltip?: boolean;
|
|
3270
3272
|
} | {
|
|
3271
3273
|
axis?: "x";
|
|
@@ -3280,8 +3282,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3280
3282
|
label?: string;
|
|
3281
3283
|
tickSize: number;
|
|
3282
3284
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3283
|
-
slots?: Partial<import("../
|
|
3284
|
-
slotProps?: Partial<import("../
|
|
3285
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3286
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3285
3287
|
sx?: import("@mui/system").SxProps;
|
|
3286
3288
|
tickMaxStep?: number;
|
|
3287
3289
|
tickMinStep?: number;
|
|
@@ -3294,20 +3296,18 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3294
3296
|
position?: "top" | "bottom" | "none";
|
|
3295
3297
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3296
3298
|
id: import("../internals/index.js").AxisId;
|
|
3297
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3298
3299
|
dataKey?: string | undefined;
|
|
3299
3300
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3301
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3300
3302
|
hideTooltip?: boolean | undefined;
|
|
3301
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3302
|
-
min:
|
|
3303
|
-
max:
|
|
3303
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3304
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3305
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3304
3306
|
}) | undefined;
|
|
3305
3307
|
ignoreTooltip?: boolean | undefined;
|
|
3306
3308
|
offset: number;
|
|
3307
|
-
scaleType: "
|
|
3308
|
-
|
|
3309
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3310
|
-
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>;
|
|
3309
|
+
scaleType: "utc";
|
|
3310
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3311
3311
|
triggerTooltip?: boolean;
|
|
3312
3312
|
};
|
|
3313
3313
|
tickNumber: number;
|
|
@@ -3319,12 +3319,13 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3319
3319
|
lineHeight?: number | undefined;
|
|
3320
3320
|
ownerState: any;
|
|
3321
3321
|
string?: number | string | undefined | undefined;
|
|
3322
|
-
mask?: string | undefined | undefined;
|
|
3323
3322
|
fill?: string | undefined | undefined;
|
|
3324
3323
|
type?: string | undefined | undefined;
|
|
3325
3324
|
filter?: string | undefined | undefined;
|
|
3326
3325
|
values?: string | undefined | undefined;
|
|
3326
|
+
slot?: string | undefined | undefined;
|
|
3327
3327
|
clipPath?: string | undefined | undefined;
|
|
3328
|
+
mask?: string | undefined | undefined;
|
|
3328
3329
|
path?: string | undefined | undefined;
|
|
3329
3330
|
direction?: number | string | undefined | undefined;
|
|
3330
3331
|
spacing?: number | string | undefined | undefined;
|
|
@@ -3399,8 +3400,10 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3399
3400
|
className?: string | undefined | undefined;
|
|
3400
3401
|
id?: string | undefined | undefined;
|
|
3401
3402
|
lang?: string | undefined | undefined;
|
|
3403
|
+
nonce?: string | undefined | undefined;
|
|
3402
3404
|
tabIndex?: number | undefined | undefined;
|
|
3403
3405
|
role?: import("react").AriaRole | undefined;
|
|
3406
|
+
part?: string | undefined | undefined;
|
|
3404
3407
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
3405
3408
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3406
3409
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -3626,6 +3629,8 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3626
3629
|
onTransitionRunCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3627
3630
|
onTransitionStart?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3628
3631
|
onTransitionStartCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3632
|
+
min?: number | string | undefined | undefined;
|
|
3633
|
+
max?: number | string | undefined | undefined;
|
|
3629
3634
|
href?: string | undefined | undefined;
|
|
3630
3635
|
media?: string | undefined | undefined;
|
|
3631
3636
|
target?: string | undefined | undefined;
|
|
@@ -3636,8 +3641,6 @@ export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
|
3636
3641
|
hanging?: number | string | undefined | undefined;
|
|
3637
3642
|
mathematical?: number | string | undefined | undefined;
|
|
3638
3643
|
origin?: number | string | undefined | undefined;
|
|
3639
|
-
min?: number | string | undefined | undefined;
|
|
3640
|
-
max?: number | string | undefined | undefined;
|
|
3641
3644
|
radius?: number | string | undefined | undefined;
|
|
3642
3645
|
method?: string | undefined | undefined;
|
|
3643
3646
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|