@mui/x-charts 8.27.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 +255 -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 -7
- 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 +1 -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 +1 -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 +1 -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.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/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 -7
- 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 +2 -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 +1 -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 +1 -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.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/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 +7 -2
- package/esm/internals/index.js +7 -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 +13 -5
- 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/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +5 -5
- package/esm/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +1 -0
- package/{internals/plugins/models/seriesConfig → esm/internals/plugins/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/useChartItemClick.js +4 -4
- package/esm/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +2 -1
- 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 +7 -2
- package/internals/index.js +64 -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 +13 -5
- 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/{models/seriesConfig → corePlugins/useChartSeriesConfig/types}/tooltipGetter.types.d.ts +5 -5
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.js +5 -0
- package/{esm/internals/plugins/models/seriesConfig → internals/plugins/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/useChartItemClick.js +4 -4
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.types.d.ts +2 -1
- 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 +5 -5
- 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/getItemAtPosition.types.d.ts +0 -8
- 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/getItemAtPosition.types.d.ts +0 -8
- 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/getItemAtPosition.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
- /package/esm/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesProcessor.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/getItemAtPosition.types.js → corePlugins/useChartSeriesConfig/types/colorProcessor.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/getSeriesWithDefaultValues.types.js → corePlugins/useChartSeriesConfig/types/getItemAtPosition.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/identifierSerializer.types.js → corePlugins/useChartSeriesConfig/types/getSeriesWithDefaultValues.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/legendGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierCleaner.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/polarExtremumGetter.types.js → corePlugins/useChartSeriesConfig/types/identifierSerializer.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesConfig.types.js → corePlugins/useChartSeriesConfig/types/legendGetter.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesLayout.types.js → corePlugins/useChartSeriesConfig/types/polarExtremumGetter.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/seriesProcessor.types.js → corePlugins/useChartSeriesConfig/types/seriesConfig.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/tooltipGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesLayout.types.js} +0 -0
- /package/internals/plugins/{models/seriesConfig/tooltipItemPositionGetter.types.js → corePlugins/useChartSeriesConfig/types/seriesProcessor.types.js} +0 -0
- /package/internals/plugins/corePlugins/{useChartSeries → useChartSeriesConfig/utils}/serializeIdentifier.js +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { type ChartsYAxisProps } from "../models/axis.js";
|
|
2
2
|
import { ChartsText, type ChartsTextProps } from "../ChartsText/index.js";
|
|
3
3
|
export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
4
|
-
yScale: import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").
|
|
4
|
+
yScale: 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?: "y";
|
|
11
11
|
axisId?: import("../internals/index.js").AxisId;
|
|
@@ -18,8 +18,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
18
18
|
label?: string;
|
|
19
19
|
tickSize: number;
|
|
20
20
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
21
|
-
slots?: Partial<import("../
|
|
22
|
-
slotProps?: Partial<import("../
|
|
21
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
22
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
23
23
|
sx?: import("@mui/system").SxProps;
|
|
24
24
|
tickMaxStep?: number;
|
|
25
25
|
tickMinStep?: number;
|
|
@@ -32,13 +32,13 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
32
32
|
width: number;
|
|
33
33
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
34
34
|
id: import("../internals/index.js").AxisId;
|
|
35
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
36
35
|
dataKey?: string | undefined;
|
|
37
36
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
37
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
38
38
|
hideTooltip?: boolean | undefined;
|
|
39
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
40
|
-
min:
|
|
41
|
-
max:
|
|
39
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
40
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
41
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
42
42
|
}) | undefined;
|
|
43
43
|
ignoreTooltip?: boolean | undefined;
|
|
44
44
|
offset: number;
|
|
@@ -57,8 +57,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
57
57
|
label?: string;
|
|
58
58
|
tickSize: number;
|
|
59
59
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
60
|
-
slots?: Partial<import("../
|
|
61
|
-
slotProps?: Partial<import("../
|
|
60
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
61
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
62
62
|
sx?: import("@mui/system").SxProps;
|
|
63
63
|
tickMaxStep?: number;
|
|
64
64
|
tickMinStep?: number;
|
|
@@ -71,13 +71,13 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
71
71
|
width: number;
|
|
72
72
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
73
73
|
id: import("../internals/index.js").AxisId;
|
|
74
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
75
74
|
dataKey?: string | undefined;
|
|
76
75
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
76
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
77
77
|
hideTooltip?: boolean | undefined;
|
|
78
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
79
|
-
min:
|
|
80
|
-
max:
|
|
78
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
79
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
80
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
81
81
|
}) | undefined;
|
|
82
82
|
ignoreTooltip?: boolean | undefined;
|
|
83
83
|
offset: number;
|
|
@@ -96,8 +96,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
96
96
|
label?: string;
|
|
97
97
|
tickSize: number;
|
|
98
98
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
99
|
-
slots?: Partial<import("../
|
|
100
|
-
slotProps?: Partial<import("../
|
|
99
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
100
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
101
101
|
sx?: import("@mui/system").SxProps;
|
|
102
102
|
tickMaxStep?: number;
|
|
103
103
|
tickMinStep?: number;
|
|
@@ -110,13 +110,13 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
110
110
|
width: number;
|
|
111
111
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
112
112
|
id: import("../internals/index.js").AxisId;
|
|
113
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
114
113
|
dataKey?: string | undefined;
|
|
115
114
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
115
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
116
116
|
hideTooltip?: boolean | undefined;
|
|
117
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
118
|
-
min:
|
|
119
|
-
max:
|
|
117
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
118
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
119
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
120
120
|
}) | undefined;
|
|
121
121
|
ignoreTooltip?: boolean | undefined;
|
|
122
122
|
offset: number;
|
|
@@ -135,8 +135,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
135
135
|
label?: string;
|
|
136
136
|
tickSize: number;
|
|
137
137
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
138
|
-
slots?: Partial<import("../
|
|
139
|
-
slotProps?: Partial<import("../
|
|
138
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
139
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
140
140
|
sx?: import("@mui/system").SxProps;
|
|
141
141
|
tickMaxStep?: number;
|
|
142
142
|
tickMinStep?: number;
|
|
@@ -149,18 +149,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
149
149
|
width: number;
|
|
150
150
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
151
151
|
id: import("../internals/index.js").AxisId;
|
|
152
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
153
152
|
dataKey?: string | undefined;
|
|
154
153
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
154
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
155
155
|
hideTooltip?: boolean | undefined;
|
|
156
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
157
|
-
min:
|
|
158
|
-
max:
|
|
156
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
157
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
158
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
159
159
|
}) | undefined;
|
|
160
160
|
ignoreTooltip?: boolean | undefined;
|
|
161
161
|
offset: number;
|
|
162
162
|
scaleType: "time";
|
|
163
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
163
|
+
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>;
|
|
164
164
|
triggerTooltip?: boolean;
|
|
165
165
|
} | {
|
|
166
166
|
axis?: "y";
|
|
@@ -174,8 +174,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
174
174
|
label?: string;
|
|
175
175
|
tickSize: number;
|
|
176
176
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
177
|
-
slots?: Partial<import("../
|
|
178
|
-
slotProps?: Partial<import("../
|
|
177
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
178
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
179
179
|
sx?: import("@mui/system").SxProps;
|
|
180
180
|
tickMaxStep?: number;
|
|
181
181
|
tickMinStep?: number;
|
|
@@ -188,18 +188,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
188
188
|
width: number;
|
|
189
189
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
190
190
|
id: import("../internals/index.js").AxisId;
|
|
191
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
192
191
|
dataKey?: string | undefined;
|
|
193
192
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
193
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
194
194
|
hideTooltip?: boolean | undefined;
|
|
195
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
196
|
-
min:
|
|
197
|
-
max:
|
|
195
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
196
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
197
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
198
198
|
}) | undefined;
|
|
199
199
|
ignoreTooltip?: boolean | undefined;
|
|
200
200
|
offset: number;
|
|
201
201
|
scaleType: "time";
|
|
202
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
202
|
+
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>;
|
|
203
203
|
triggerTooltip?: boolean;
|
|
204
204
|
} | {
|
|
205
205
|
axis?: "y";
|
|
@@ -213,8 +213,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
213
213
|
label?: string;
|
|
214
214
|
tickSize: number;
|
|
215
215
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
216
|
-
slots?: Partial<import("../
|
|
217
|
-
slotProps?: Partial<import("../
|
|
216
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
217
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
218
218
|
sx?: import("@mui/system").SxProps;
|
|
219
219
|
tickMaxStep?: number;
|
|
220
220
|
tickMinStep?: number;
|
|
@@ -227,13 +227,13 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
227
227
|
width: number;
|
|
228
228
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
229
229
|
id: import("../internals/index.js").AxisId;
|
|
230
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
231
230
|
dataKey?: string | undefined;
|
|
232
231
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
232
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
233
233
|
hideTooltip?: boolean | undefined;
|
|
234
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
235
|
-
min:
|
|
236
|
-
max:
|
|
234
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
235
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
236
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
237
237
|
}) | undefined;
|
|
238
238
|
ignoreTooltip?: boolean | undefined;
|
|
239
239
|
offset: number;
|
|
@@ -252,8 +252,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
252
252
|
label?: string;
|
|
253
253
|
tickSize: number;
|
|
254
254
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
255
|
-
slots?: Partial<import("../
|
|
256
|
-
slotProps?: Partial<import("../
|
|
255
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
256
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
257
257
|
sx?: import("@mui/system").SxProps;
|
|
258
258
|
tickMaxStep?: number;
|
|
259
259
|
tickMinStep?: number;
|
|
@@ -266,18 +266,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
266
266
|
width: number;
|
|
267
267
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
268
268
|
id: import("../internals/index.js").AxisId;
|
|
269
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
270
269
|
dataKey?: string | undefined;
|
|
271
270
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
271
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
272
272
|
hideTooltip?: boolean | undefined;
|
|
273
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
274
|
-
min:
|
|
275
|
-
max:
|
|
273
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
274
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
275
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
276
276
|
}) | undefined;
|
|
277
277
|
ignoreTooltip?: boolean | undefined;
|
|
278
278
|
offset: number;
|
|
279
279
|
scaleType: "time";
|
|
280
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
280
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
281
281
|
triggerTooltip?: boolean;
|
|
282
282
|
} | {
|
|
283
283
|
axis?: "y";
|
|
@@ -291,8 +291,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
291
291
|
label?: string;
|
|
292
292
|
tickSize: number;
|
|
293
293
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
294
|
-
slots?: Partial<import("../
|
|
295
|
-
slotProps?: Partial<import("../
|
|
294
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
295
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
296
296
|
sx?: import("@mui/system").SxProps;
|
|
297
297
|
tickMaxStep?: number;
|
|
298
298
|
tickMinStep?: number;
|
|
@@ -305,18 +305,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
305
305
|
width: number;
|
|
306
306
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
307
307
|
id: import("../internals/index.js").AxisId;
|
|
308
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
309
308
|
dataKey?: string | undefined;
|
|
310
309
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
310
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
311
311
|
hideTooltip?: boolean | undefined;
|
|
312
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
313
|
-
min:
|
|
314
|
-
max:
|
|
312
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
313
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
314
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
315
315
|
}) | undefined;
|
|
316
316
|
ignoreTooltip?: boolean | undefined;
|
|
317
317
|
offset: number;
|
|
318
318
|
scaleType: "time";
|
|
319
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
319
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
320
320
|
triggerTooltip?: boolean;
|
|
321
321
|
} | {
|
|
322
322
|
axis?: "y";
|
|
@@ -330,8 +330,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
330
330
|
label?: string;
|
|
331
331
|
tickSize: number;
|
|
332
332
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
333
|
-
slots?: Partial<import("../
|
|
334
|
-
slotProps?: Partial<import("../
|
|
333
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
334
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
335
335
|
sx?: import("@mui/system").SxProps;
|
|
336
336
|
tickMaxStep?: number;
|
|
337
337
|
tickMinStep?: number;
|
|
@@ -344,18 +344,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
344
344
|
width: number;
|
|
345
345
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
346
346
|
id: import("../internals/index.js").AxisId;
|
|
347
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
348
347
|
dataKey?: string | undefined;
|
|
349
348
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
349
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
350
350
|
hideTooltip?: boolean | undefined;
|
|
351
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
352
|
-
min:
|
|
353
|
-
max:
|
|
351
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
352
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
353
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
354
354
|
}) | undefined;
|
|
355
355
|
ignoreTooltip?: boolean | undefined;
|
|
356
356
|
offset: number;
|
|
357
357
|
scaleType: "time";
|
|
358
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
358
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
359
359
|
triggerTooltip?: boolean;
|
|
360
360
|
} | {
|
|
361
361
|
axis?: "y";
|
|
@@ -369,8 +369,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
369
369
|
label?: string;
|
|
370
370
|
tickSize: number;
|
|
371
371
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
372
|
-
slots?: Partial<import("../
|
|
373
|
-
slotProps?: Partial<import("../
|
|
372
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
373
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
374
374
|
sx?: import("@mui/system").SxProps;
|
|
375
375
|
tickMaxStep?: number;
|
|
376
376
|
tickMinStep?: number;
|
|
@@ -383,17 +383,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
383
383
|
width: number;
|
|
384
384
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
385
385
|
id: import("../internals/index.js").AxisId;
|
|
386
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
387
386
|
dataKey?: string | undefined;
|
|
388
387
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
388
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
389
389
|
hideTooltip?: boolean | undefined;
|
|
390
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
391
|
-
min:
|
|
392
|
-
max:
|
|
390
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
391
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
392
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
393
393
|
}) | undefined;
|
|
394
394
|
ignoreTooltip?: boolean | undefined;
|
|
395
395
|
offset: number;
|
|
396
|
-
scaleType: "
|
|
396
|
+
scaleType: "linear";
|
|
397
397
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
398
398
|
triggerTooltip?: boolean;
|
|
399
399
|
} | {
|
|
@@ -408,8 +408,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
408
408
|
label?: string;
|
|
409
409
|
tickSize: number;
|
|
410
410
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
411
|
-
slots?: Partial<import("../
|
|
412
|
-
slotProps?: Partial<import("../
|
|
411
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
412
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
413
413
|
sx?: import("@mui/system").SxProps;
|
|
414
414
|
tickMaxStep?: number;
|
|
415
415
|
tickMinStep?: number;
|
|
@@ -422,17 +422,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
422
422
|
width: number;
|
|
423
423
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
424
424
|
id: import("../internals/index.js").AxisId;
|
|
425
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
426
425
|
dataKey?: string | undefined;
|
|
427
426
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
427
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
428
428
|
hideTooltip?: boolean | undefined;
|
|
429
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
430
|
-
min:
|
|
431
|
-
max:
|
|
429
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
430
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
431
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
432
432
|
}) | undefined;
|
|
433
433
|
ignoreTooltip?: boolean | undefined;
|
|
434
434
|
offset: number;
|
|
435
|
-
scaleType: "
|
|
435
|
+
scaleType: "linear";
|
|
436
436
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
437
437
|
triggerTooltip?: boolean;
|
|
438
438
|
} | {
|
|
@@ -447,8 +447,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
447
447
|
label?: string;
|
|
448
448
|
tickSize: number;
|
|
449
449
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
450
|
-
slots?: Partial<import("../
|
|
451
|
-
slotProps?: Partial<import("../
|
|
450
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
451
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
452
452
|
sx?: import("@mui/system").SxProps;
|
|
453
453
|
tickMaxStep?: number;
|
|
454
454
|
tickMinStep?: number;
|
|
@@ -461,17 +461,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
461
461
|
width: number;
|
|
462
462
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
463
463
|
id: import("../internals/index.js").AxisId;
|
|
464
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
465
464
|
dataKey?: string | undefined;
|
|
466
465
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
466
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
467
467
|
hideTooltip?: boolean | undefined;
|
|
468
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
469
|
-
min:
|
|
470
|
-
max:
|
|
468
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
469
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
470
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
471
471
|
}) | undefined;
|
|
472
472
|
ignoreTooltip?: boolean | undefined;
|
|
473
473
|
offset: number;
|
|
474
|
-
scaleType: "
|
|
474
|
+
scaleType: "linear";
|
|
475
475
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
476
476
|
triggerTooltip?: boolean;
|
|
477
477
|
} | {
|
|
@@ -486,8 +486,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
486
486
|
label?: string;
|
|
487
487
|
tickSize: number;
|
|
488
488
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
489
|
-
slots?: Partial<import("../
|
|
490
|
-
slotProps?: Partial<import("../
|
|
489
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
490
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
491
491
|
sx?: import("@mui/system").SxProps;
|
|
492
492
|
tickMaxStep?: number;
|
|
493
493
|
tickMinStep?: number;
|
|
@@ -500,18 +500,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
500
500
|
width: number;
|
|
501
501
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
502
502
|
id: import("../internals/index.js").AxisId;
|
|
503
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
504
503
|
dataKey?: string | undefined;
|
|
505
504
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
505
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
506
506
|
hideTooltip?: boolean | undefined;
|
|
507
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
508
|
-
min:
|
|
509
|
-
max:
|
|
507
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
508
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
509
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
510
510
|
}) | undefined;
|
|
511
511
|
ignoreTooltip?: boolean | undefined;
|
|
512
512
|
offset: number;
|
|
513
|
-
scaleType: "
|
|
514
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
513
|
+
scaleType: "linear";
|
|
514
|
+
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>;
|
|
515
515
|
triggerTooltip?: boolean;
|
|
516
516
|
} | {
|
|
517
517
|
axis?: "y";
|
|
@@ -525,8 +525,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
525
525
|
label?: string;
|
|
526
526
|
tickSize: number;
|
|
527
527
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
528
|
-
slots?: Partial<import("../
|
|
529
|
-
slotProps?: Partial<import("../
|
|
528
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
529
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
530
530
|
sx?: import("@mui/system").SxProps;
|
|
531
531
|
tickMaxStep?: number;
|
|
532
532
|
tickMinStep?: number;
|
|
@@ -539,18 +539,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
539
539
|
width: number;
|
|
540
540
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
541
541
|
id: import("../internals/index.js").AxisId;
|
|
542
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
543
542
|
dataKey?: string | undefined;
|
|
544
543
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
544
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
545
545
|
hideTooltip?: boolean | undefined;
|
|
546
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
547
|
-
min:
|
|
548
|
-
max:
|
|
546
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
547
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
548
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
549
549
|
}) | undefined;
|
|
550
550
|
ignoreTooltip?: boolean | undefined;
|
|
551
551
|
offset: number;
|
|
552
|
-
scaleType: "
|
|
553
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
552
|
+
scaleType: "linear";
|
|
553
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
554
554
|
triggerTooltip?: boolean;
|
|
555
555
|
} | {
|
|
556
556
|
axis?: "y";
|
|
@@ -564,8 +564,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
564
564
|
label?: string;
|
|
565
565
|
tickSize: number;
|
|
566
566
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
567
|
-
slots?: Partial<import("../
|
|
568
|
-
slotProps?: Partial<import("../
|
|
567
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
568
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
569
569
|
sx?: import("@mui/system").SxProps;
|
|
570
570
|
tickMaxStep?: number;
|
|
571
571
|
tickMinStep?: number;
|
|
@@ -578,17 +578,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
578
578
|
width: number;
|
|
579
579
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
580
580
|
id: import("../internals/index.js").AxisId;
|
|
581
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
582
581
|
dataKey?: string | undefined;
|
|
583
582
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
583
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
584
584
|
hideTooltip?: boolean | undefined;
|
|
585
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
586
|
-
min:
|
|
587
|
-
max:
|
|
585
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
586
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
587
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
588
588
|
}) | undefined;
|
|
589
589
|
ignoreTooltip?: boolean | undefined;
|
|
590
590
|
offset: number;
|
|
591
|
-
scaleType: "
|
|
591
|
+
scaleType: "linear";
|
|
592
592
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
593
593
|
triggerTooltip?: boolean;
|
|
594
594
|
} | {
|
|
@@ -603,8 +603,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
603
603
|
label?: string;
|
|
604
604
|
tickSize: number;
|
|
605
605
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
606
|
-
slots?: Partial<import("../
|
|
607
|
-
slotProps?: Partial<import("../
|
|
606
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
607
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
608
608
|
sx?: import("@mui/system").SxProps;
|
|
609
609
|
tickMaxStep?: number;
|
|
610
610
|
tickMinStep?: number;
|
|
@@ -617,18 +617,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
617
617
|
width: number;
|
|
618
618
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
619
619
|
id: import("../internals/index.js").AxisId;
|
|
620
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
621
620
|
dataKey?: string | undefined;
|
|
622
621
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
622
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
623
623
|
hideTooltip?: boolean | undefined;
|
|
624
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
625
|
-
min:
|
|
626
|
-
max:
|
|
624
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
625
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
626
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
627
627
|
}) | undefined;
|
|
628
628
|
ignoreTooltip?: boolean | undefined;
|
|
629
629
|
offset: number;
|
|
630
|
-
scaleType: "
|
|
631
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
630
|
+
scaleType: "linear";
|
|
631
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
632
632
|
triggerTooltip?: boolean;
|
|
633
633
|
} | {
|
|
634
634
|
axis?: "y";
|
|
@@ -642,8 +642,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
642
642
|
label?: string;
|
|
643
643
|
tickSize: number;
|
|
644
644
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
645
|
-
slots?: Partial<import("../
|
|
646
|
-
slotProps?: Partial<import("../
|
|
645
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
646
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
647
647
|
sx?: import("@mui/system").SxProps;
|
|
648
648
|
tickMaxStep?: number;
|
|
649
649
|
tickMinStep?: number;
|
|
@@ -656,18 +656,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
656
656
|
width: number;
|
|
657
657
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
658
658
|
id: import("../internals/index.js").AxisId;
|
|
659
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
660
659
|
dataKey?: string | undefined;
|
|
661
660
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
661
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
662
662
|
hideTooltip?: boolean | undefined;
|
|
663
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
664
|
-
min:
|
|
665
|
-
max:
|
|
663
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
664
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
665
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
666
666
|
}) | undefined;
|
|
667
667
|
ignoreTooltip?: boolean | undefined;
|
|
668
668
|
offset: number;
|
|
669
|
-
scaleType: "
|
|
670
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
669
|
+
scaleType: "linear";
|
|
670
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
671
671
|
triggerTooltip?: boolean;
|
|
672
672
|
} | {
|
|
673
673
|
axis?: "y";
|
|
@@ -681,8 +681,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
681
681
|
label?: string;
|
|
682
682
|
tickSize: number;
|
|
683
683
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
684
|
-
slots?: Partial<import("../
|
|
685
|
-
slotProps?: Partial<import("../
|
|
684
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
685
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
686
686
|
sx?: import("@mui/system").SxProps;
|
|
687
687
|
tickMaxStep?: number;
|
|
688
688
|
tickMinStep?: number;
|
|
@@ -695,18 +695,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
695
695
|
width: number;
|
|
696
696
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
697
697
|
id: import("../internals/index.js").AxisId;
|
|
698
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
699
698
|
dataKey?: string | undefined;
|
|
700
699
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
700
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
701
701
|
hideTooltip?: boolean | undefined;
|
|
702
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
703
|
-
min:
|
|
704
|
-
max:
|
|
702
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
703
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
704
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
705
705
|
}) | undefined;
|
|
706
706
|
ignoreTooltip?: boolean | undefined;
|
|
707
707
|
offset: number;
|
|
708
|
-
scaleType: "
|
|
709
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
708
|
+
scaleType: "linear";
|
|
709
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
710
710
|
triggerTooltip?: boolean;
|
|
711
711
|
} | {
|
|
712
712
|
axis?: "y";
|
|
@@ -720,8 +720,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
720
720
|
label?: string;
|
|
721
721
|
tickSize: number;
|
|
722
722
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
723
|
-
slots?: Partial<import("../
|
|
724
|
-
slotProps?: Partial<import("../
|
|
723
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
724
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
725
725
|
sx?: import("@mui/system").SxProps;
|
|
726
726
|
tickMaxStep?: number;
|
|
727
727
|
tickMinStep?: number;
|
|
@@ -734,17 +734,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
734
734
|
width: number;
|
|
735
735
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
736
736
|
id: import("../internals/index.js").AxisId;
|
|
737
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
738
737
|
dataKey?: string | undefined;
|
|
739
738
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
739
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
740
740
|
hideTooltip?: boolean | undefined;
|
|
741
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
742
|
-
min:
|
|
743
|
-
max:
|
|
741
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
742
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
743
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
744
744
|
}) | undefined;
|
|
745
745
|
ignoreTooltip?: boolean | undefined;
|
|
746
746
|
offset: number;
|
|
747
|
-
scaleType: "
|
|
747
|
+
scaleType: "log";
|
|
748
748
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
749
749
|
triggerTooltip?: boolean;
|
|
750
750
|
} | {
|
|
@@ -759,8 +759,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
759
759
|
label?: string;
|
|
760
760
|
tickSize: number;
|
|
761
761
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
762
|
-
slots?: Partial<import("../
|
|
763
|
-
slotProps?: Partial<import("../
|
|
762
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
763
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
764
764
|
sx?: import("@mui/system").SxProps;
|
|
765
765
|
tickMaxStep?: number;
|
|
766
766
|
tickMinStep?: number;
|
|
@@ -773,17 +773,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
773
773
|
width: number;
|
|
774
774
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
775
775
|
id: import("../internals/index.js").AxisId;
|
|
776
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
777
776
|
dataKey?: string | undefined;
|
|
778
777
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
778
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
779
779
|
hideTooltip?: boolean | undefined;
|
|
780
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
781
|
-
min:
|
|
782
|
-
max:
|
|
780
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
781
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
782
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
783
783
|
}) | undefined;
|
|
784
784
|
ignoreTooltip?: boolean | undefined;
|
|
785
785
|
offset: number;
|
|
786
|
-
scaleType: "
|
|
786
|
+
scaleType: "log";
|
|
787
787
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
788
788
|
triggerTooltip?: boolean;
|
|
789
789
|
} | {
|
|
@@ -798,8 +798,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
798
798
|
label?: string;
|
|
799
799
|
tickSize: number;
|
|
800
800
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
801
|
-
slots?: Partial<import("../
|
|
802
|
-
slotProps?: Partial<import("../
|
|
801
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
802
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
803
803
|
sx?: import("@mui/system").SxProps;
|
|
804
804
|
tickMaxStep?: number;
|
|
805
805
|
tickMinStep?: number;
|
|
@@ -812,17 +812,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
812
812
|
width: number;
|
|
813
813
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
814
814
|
id: import("../internals/index.js").AxisId;
|
|
815
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
816
815
|
dataKey?: string | undefined;
|
|
817
816
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
817
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
818
818
|
hideTooltip?: boolean | undefined;
|
|
819
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
820
|
-
min:
|
|
821
|
-
max:
|
|
819
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
820
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
821
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
822
822
|
}) | undefined;
|
|
823
823
|
ignoreTooltip?: boolean | undefined;
|
|
824
824
|
offset: number;
|
|
825
|
-
scaleType: "
|
|
825
|
+
scaleType: "log";
|
|
826
826
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
827
827
|
triggerTooltip?: boolean;
|
|
828
828
|
} | {
|
|
@@ -837,8 +837,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
837
837
|
label?: string;
|
|
838
838
|
tickSize: number;
|
|
839
839
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
840
|
-
slots?: Partial<import("../
|
|
841
|
-
slotProps?: Partial<import("../
|
|
840
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
841
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
842
842
|
sx?: import("@mui/system").SxProps;
|
|
843
843
|
tickMaxStep?: number;
|
|
844
844
|
tickMinStep?: number;
|
|
@@ -851,18 +851,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
851
851
|
width: number;
|
|
852
852
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
853
853
|
id: import("../internals/index.js").AxisId;
|
|
854
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
855
854
|
dataKey?: string | undefined;
|
|
856
855
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
856
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
857
857
|
hideTooltip?: boolean | undefined;
|
|
858
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
859
|
-
min:
|
|
860
|
-
max:
|
|
858
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
859
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
860
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
861
861
|
}) | undefined;
|
|
862
862
|
ignoreTooltip?: boolean | undefined;
|
|
863
863
|
offset: number;
|
|
864
|
-
scaleType: "
|
|
865
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
864
|
+
scaleType: "log";
|
|
865
|
+
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>;
|
|
866
866
|
triggerTooltip?: boolean;
|
|
867
867
|
} | {
|
|
868
868
|
axis?: "y";
|
|
@@ -876,8 +876,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
876
876
|
label?: string;
|
|
877
877
|
tickSize: number;
|
|
878
878
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
879
|
-
slots?: Partial<import("../
|
|
880
|
-
slotProps?: Partial<import("../
|
|
879
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
880
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
881
881
|
sx?: import("@mui/system").SxProps;
|
|
882
882
|
tickMaxStep?: number;
|
|
883
883
|
tickMinStep?: number;
|
|
@@ -890,18 +890,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
890
890
|
width: number;
|
|
891
891
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
892
892
|
id: import("../internals/index.js").AxisId;
|
|
893
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
894
893
|
dataKey?: string | undefined;
|
|
895
894
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
895
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
896
896
|
hideTooltip?: boolean | undefined;
|
|
897
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
898
|
-
min:
|
|
899
|
-
max:
|
|
897
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
898
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
899
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
900
900
|
}) | undefined;
|
|
901
901
|
ignoreTooltip?: boolean | undefined;
|
|
902
902
|
offset: number;
|
|
903
|
-
scaleType: "
|
|
904
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
903
|
+
scaleType: "log";
|
|
904
|
+
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>;
|
|
905
905
|
triggerTooltip?: boolean;
|
|
906
906
|
} | {
|
|
907
907
|
axis?: "y";
|
|
@@ -915,8 +915,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
915
915
|
label?: string;
|
|
916
916
|
tickSize: number;
|
|
917
917
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
918
|
-
slots?: Partial<import("../
|
|
919
|
-
slotProps?: Partial<import("../
|
|
918
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
919
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
920
920
|
sx?: import("@mui/system").SxProps;
|
|
921
921
|
tickMaxStep?: number;
|
|
922
922
|
tickMinStep?: number;
|
|
@@ -929,17 +929,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
929
929
|
width: number;
|
|
930
930
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
931
931
|
id: import("../internals/index.js").AxisId;
|
|
932
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
933
932
|
dataKey?: string | undefined;
|
|
934
933
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
934
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
935
935
|
hideTooltip?: boolean | undefined;
|
|
936
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
937
|
-
min:
|
|
938
|
-
max:
|
|
936
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
937
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
938
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
939
939
|
}) | undefined;
|
|
940
940
|
ignoreTooltip?: boolean | undefined;
|
|
941
941
|
offset: number;
|
|
942
|
-
scaleType: "
|
|
942
|
+
scaleType: "log";
|
|
943
943
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
944
944
|
triggerTooltip?: boolean;
|
|
945
945
|
} | {
|
|
@@ -954,8 +954,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
954
954
|
label?: string;
|
|
955
955
|
tickSize: number;
|
|
956
956
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
957
|
-
slots?: Partial<import("../
|
|
958
|
-
slotProps?: Partial<import("../
|
|
957
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
958
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
959
959
|
sx?: import("@mui/system").SxProps;
|
|
960
960
|
tickMaxStep?: number;
|
|
961
961
|
tickMinStep?: number;
|
|
@@ -968,18 +968,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
968
968
|
width: number;
|
|
969
969
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
970
970
|
id: import("../internals/index.js").AxisId;
|
|
971
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
972
971
|
dataKey?: string | undefined;
|
|
973
972
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
973
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
974
974
|
hideTooltip?: boolean | undefined;
|
|
975
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
976
|
-
min:
|
|
977
|
-
max:
|
|
975
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
976
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
977
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
978
978
|
}) | undefined;
|
|
979
979
|
ignoreTooltip?: boolean | undefined;
|
|
980
980
|
offset: number;
|
|
981
|
-
scaleType: "
|
|
982
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
981
|
+
scaleType: "log";
|
|
982
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
983
983
|
triggerTooltip?: boolean;
|
|
984
984
|
} | {
|
|
985
985
|
axis?: "y";
|
|
@@ -993,8 +993,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
993
993
|
label?: string;
|
|
994
994
|
tickSize: number;
|
|
995
995
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
996
|
-
slots?: Partial<import("../
|
|
997
|
-
slotProps?: Partial<import("../
|
|
996
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
997
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
998
998
|
sx?: import("@mui/system").SxProps;
|
|
999
999
|
tickMaxStep?: number;
|
|
1000
1000
|
tickMinStep?: number;
|
|
@@ -1007,18 +1007,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1007
1007
|
width: number;
|
|
1008
1008
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1009
1009
|
id: import("../internals/index.js").AxisId;
|
|
1010
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1011
1010
|
dataKey?: string | undefined;
|
|
1012
1011
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1012
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1013
1013
|
hideTooltip?: boolean | undefined;
|
|
1014
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1015
|
-
min:
|
|
1016
|
-
max:
|
|
1014
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1015
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1016
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1017
1017
|
}) | undefined;
|
|
1018
1018
|
ignoreTooltip?: boolean | undefined;
|
|
1019
1019
|
offset: number;
|
|
1020
|
-
scaleType: "
|
|
1021
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
1020
|
+
scaleType: "log";
|
|
1021
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1022
1022
|
triggerTooltip?: boolean;
|
|
1023
1023
|
} | {
|
|
1024
1024
|
axis?: "y";
|
|
@@ -1032,8 +1032,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1032
1032
|
label?: string;
|
|
1033
1033
|
tickSize: number;
|
|
1034
1034
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1035
|
-
slots?: Partial<import("../
|
|
1036
|
-
slotProps?: Partial<import("../
|
|
1035
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1036
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1037
1037
|
sx?: import("@mui/system").SxProps;
|
|
1038
1038
|
tickMaxStep?: number;
|
|
1039
1039
|
tickMinStep?: number;
|
|
@@ -1046,18 +1046,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1046
1046
|
width: number;
|
|
1047
1047
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1048
1048
|
id: import("../internals/index.js").AxisId;
|
|
1049
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1050
1049
|
dataKey?: string | undefined;
|
|
1051
1050
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1051
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1052
1052
|
hideTooltip?: boolean | undefined;
|
|
1053
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1054
|
-
min:
|
|
1055
|
-
max:
|
|
1053
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1054
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1055
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1056
1056
|
}) | undefined;
|
|
1057
1057
|
ignoreTooltip?: boolean | undefined;
|
|
1058
1058
|
offset: number;
|
|
1059
|
-
scaleType: "
|
|
1060
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
1059
|
+
scaleType: "log";
|
|
1060
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1061
1061
|
triggerTooltip?: boolean;
|
|
1062
1062
|
} | {
|
|
1063
1063
|
axis?: "y";
|
|
@@ -1071,8 +1071,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1071
1071
|
label?: string;
|
|
1072
1072
|
tickSize: number;
|
|
1073
1073
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1074
|
-
slots?: Partial<import("../
|
|
1075
|
-
slotProps?: Partial<import("../
|
|
1074
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1075
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1076
1076
|
sx?: import("@mui/system").SxProps;
|
|
1077
1077
|
tickMaxStep?: number;
|
|
1078
1078
|
tickMinStep?: number;
|
|
@@ -1085,18 +1085,21 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1085
1085
|
width: number;
|
|
1086
1086
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1087
1087
|
id: import("../internals/index.js").AxisId;
|
|
1088
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1089
1088
|
dataKey?: string | undefined;
|
|
1090
1089
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1090
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1091
1091
|
hideTooltip?: boolean | undefined;
|
|
1092
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1093
|
-
min:
|
|
1094
|
-
max:
|
|
1092
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1093
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1094
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1095
1095
|
}) | undefined;
|
|
1096
1096
|
ignoreTooltip?: boolean | undefined;
|
|
1097
1097
|
offset: number;
|
|
1098
|
-
scaleType: "
|
|
1099
|
-
|
|
1098
|
+
scaleType: "band";
|
|
1099
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1100
|
+
categoryGapRatio: number;
|
|
1101
|
+
barGapRatio: number;
|
|
1102
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1100
1103
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1101
1104
|
triggerTooltip?: boolean;
|
|
1102
1105
|
} | {
|
|
@@ -1111,8 +1114,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1111
1114
|
label?: string;
|
|
1112
1115
|
tickSize: number;
|
|
1113
1116
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1114
|
-
slots?: Partial<import("../
|
|
1115
|
-
slotProps?: Partial<import("../
|
|
1117
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1118
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1116
1119
|
sx?: import("@mui/system").SxProps;
|
|
1117
1120
|
tickMaxStep?: number;
|
|
1118
1121
|
tickMinStep?: number;
|
|
@@ -1125,18 +1128,21 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1125
1128
|
width: number;
|
|
1126
1129
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1127
1130
|
id: import("../internals/index.js").AxisId;
|
|
1128
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1129
1131
|
dataKey?: string | undefined;
|
|
1130
1132
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1133
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1131
1134
|
hideTooltip?: boolean | undefined;
|
|
1132
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1133
|
-
min:
|
|
1134
|
-
max:
|
|
1135
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1136
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1137
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1135
1138
|
}) | undefined;
|
|
1136
1139
|
ignoreTooltip?: boolean | undefined;
|
|
1137
1140
|
offset: number;
|
|
1138
|
-
scaleType: "
|
|
1139
|
-
|
|
1141
|
+
scaleType: "band";
|
|
1142
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1143
|
+
categoryGapRatio: number;
|
|
1144
|
+
barGapRatio: number;
|
|
1145
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1140
1146
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1141
1147
|
triggerTooltip?: boolean;
|
|
1142
1148
|
} | {
|
|
@@ -1151,8 +1157,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1151
1157
|
label?: string;
|
|
1152
1158
|
tickSize: number;
|
|
1153
1159
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1154
|
-
slots?: Partial<import("../
|
|
1155
|
-
slotProps?: Partial<import("../
|
|
1160
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1161
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1156
1162
|
sx?: import("@mui/system").SxProps;
|
|
1157
1163
|
tickMaxStep?: number;
|
|
1158
1164
|
tickMinStep?: number;
|
|
@@ -1165,18 +1171,21 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1165
1171
|
width: number;
|
|
1166
1172
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1167
1173
|
id: import("../internals/index.js").AxisId;
|
|
1168
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1169
1174
|
dataKey?: string | undefined;
|
|
1170
1175
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1176
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1171
1177
|
hideTooltip?: boolean | undefined;
|
|
1172
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1173
|
-
min:
|
|
1174
|
-
max:
|
|
1178
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1179
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1180
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1175
1181
|
}) | undefined;
|
|
1176
1182
|
ignoreTooltip?: boolean | undefined;
|
|
1177
1183
|
offset: number;
|
|
1178
|
-
scaleType: "
|
|
1179
|
-
|
|
1184
|
+
scaleType: "band";
|
|
1185
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1186
|
+
categoryGapRatio: number;
|
|
1187
|
+
barGapRatio: number;
|
|
1188
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1180
1189
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1181
1190
|
triggerTooltip?: boolean;
|
|
1182
1191
|
} | {
|
|
@@ -1191,8 +1200,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1191
1200
|
label?: string;
|
|
1192
1201
|
tickSize: number;
|
|
1193
1202
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1194
|
-
slots?: Partial<import("../
|
|
1195
|
-
slotProps?: Partial<import("../
|
|
1203
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1204
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1196
1205
|
sx?: import("@mui/system").SxProps;
|
|
1197
1206
|
tickMaxStep?: number;
|
|
1198
1207
|
tickMinStep?: number;
|
|
@@ -1205,19 +1214,22 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1205
1214
|
width: number;
|
|
1206
1215
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1207
1216
|
id: import("../internals/index.js").AxisId;
|
|
1208
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1209
1217
|
dataKey?: string | undefined;
|
|
1210
1218
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1219
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1211
1220
|
hideTooltip?: boolean | undefined;
|
|
1212
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1213
|
-
min:
|
|
1214
|
-
max:
|
|
1221
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1222
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1223
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1215
1224
|
}) | undefined;
|
|
1216
1225
|
ignoreTooltip?: boolean | undefined;
|
|
1217
1226
|
offset: number;
|
|
1218
|
-
scaleType: "
|
|
1219
|
-
|
|
1220
|
-
|
|
1227
|
+
scaleType: "band";
|
|
1228
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1229
|
+
categoryGapRatio: number;
|
|
1230
|
+
barGapRatio: number;
|
|
1231
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1232
|
+
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>;
|
|
1221
1233
|
triggerTooltip?: boolean;
|
|
1222
1234
|
} | {
|
|
1223
1235
|
axis?: "y";
|
|
@@ -1231,8 +1243,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1231
1243
|
label?: string;
|
|
1232
1244
|
tickSize: number;
|
|
1233
1245
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1234
|
-
slots?: Partial<import("../
|
|
1235
|
-
slotProps?: Partial<import("../
|
|
1246
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1247
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1236
1248
|
sx?: import("@mui/system").SxProps;
|
|
1237
1249
|
tickMaxStep?: number;
|
|
1238
1250
|
tickMinStep?: number;
|
|
@@ -1245,19 +1257,22 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1245
1257
|
width: number;
|
|
1246
1258
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1247
1259
|
id: import("../internals/index.js").AxisId;
|
|
1248
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1249
1260
|
dataKey?: string | undefined;
|
|
1250
1261
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1262
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1251
1263
|
hideTooltip?: boolean | undefined;
|
|
1252
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1253
|
-
min:
|
|
1254
|
-
max:
|
|
1264
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1265
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1266
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1255
1267
|
}) | undefined;
|
|
1256
1268
|
ignoreTooltip?: boolean | undefined;
|
|
1257
1269
|
offset: number;
|
|
1258
|
-
scaleType: "
|
|
1259
|
-
|
|
1260
|
-
|
|
1270
|
+
scaleType: "band";
|
|
1271
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1272
|
+
categoryGapRatio: number;
|
|
1273
|
+
barGapRatio: number;
|
|
1274
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1275
|
+
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>;
|
|
1261
1276
|
triggerTooltip?: boolean;
|
|
1262
1277
|
} | {
|
|
1263
1278
|
axis?: "y";
|
|
@@ -1271,8 +1286,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1271
1286
|
label?: string;
|
|
1272
1287
|
tickSize: number;
|
|
1273
1288
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1274
|
-
slots?: Partial<import("../
|
|
1275
|
-
slotProps?: Partial<import("../
|
|
1289
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1290
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1276
1291
|
sx?: import("@mui/system").SxProps;
|
|
1277
1292
|
tickMaxStep?: number;
|
|
1278
1293
|
tickMinStep?: number;
|
|
@@ -1285,18 +1300,21 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1285
1300
|
width: number;
|
|
1286
1301
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1287
1302
|
id: import("../internals/index.js").AxisId;
|
|
1288
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1289
1303
|
dataKey?: string | undefined;
|
|
1290
1304
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1305
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1291
1306
|
hideTooltip?: boolean | undefined;
|
|
1292
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1293
|
-
min:
|
|
1294
|
-
max:
|
|
1307
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1308
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1309
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1295
1310
|
}) | undefined;
|
|
1296
1311
|
ignoreTooltip?: boolean | undefined;
|
|
1297
1312
|
offset: number;
|
|
1298
|
-
scaleType: "
|
|
1299
|
-
|
|
1313
|
+
scaleType: "band";
|
|
1314
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1315
|
+
categoryGapRatio: number;
|
|
1316
|
+
barGapRatio: number;
|
|
1317
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1300
1318
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1301
1319
|
triggerTooltip?: boolean;
|
|
1302
1320
|
} | {
|
|
@@ -1311,8 +1329,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1311
1329
|
label?: string;
|
|
1312
1330
|
tickSize: number;
|
|
1313
1331
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1314
|
-
slots?: Partial<import("../
|
|
1315
|
-
slotProps?: Partial<import("../
|
|
1332
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1333
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1316
1334
|
sx?: import("@mui/system").SxProps;
|
|
1317
1335
|
tickMaxStep?: number;
|
|
1318
1336
|
tickMinStep?: number;
|
|
@@ -1325,19 +1343,22 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1325
1343
|
width: number;
|
|
1326
1344
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1327
1345
|
id: import("../internals/index.js").AxisId;
|
|
1328
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1329
1346
|
dataKey?: string | undefined;
|
|
1330
1347
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1348
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1331
1349
|
hideTooltip?: boolean | undefined;
|
|
1332
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1333
|
-
min:
|
|
1334
|
-
max:
|
|
1350
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1351
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1352
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1335
1353
|
}) | undefined;
|
|
1336
1354
|
ignoreTooltip?: boolean | undefined;
|
|
1337
1355
|
offset: number;
|
|
1338
|
-
scaleType: "
|
|
1339
|
-
|
|
1340
|
-
|
|
1356
|
+
scaleType: "band";
|
|
1357
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1358
|
+
categoryGapRatio: number;
|
|
1359
|
+
barGapRatio: number;
|
|
1360
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1361
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1341
1362
|
triggerTooltip?: boolean;
|
|
1342
1363
|
} | {
|
|
1343
1364
|
axis?: "y";
|
|
@@ -1351,8 +1372,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1351
1372
|
label?: string;
|
|
1352
1373
|
tickSize: number;
|
|
1353
1374
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1354
|
-
slots?: Partial<import("../
|
|
1355
|
-
slotProps?: Partial<import("../
|
|
1375
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1376
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1356
1377
|
sx?: import("@mui/system").SxProps;
|
|
1357
1378
|
tickMaxStep?: number;
|
|
1358
1379
|
tickMinStep?: number;
|
|
@@ -1365,19 +1386,22 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1365
1386
|
width: number;
|
|
1366
1387
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1367
1388
|
id: import("../internals/index.js").AxisId;
|
|
1368
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1369
1389
|
dataKey?: string | undefined;
|
|
1370
1390
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1391
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1371
1392
|
hideTooltip?: boolean | undefined;
|
|
1372
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1373
|
-
min:
|
|
1374
|
-
max:
|
|
1393
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1394
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1395
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1375
1396
|
}) | undefined;
|
|
1376
1397
|
ignoreTooltip?: boolean | undefined;
|
|
1377
1398
|
offset: number;
|
|
1378
|
-
scaleType: "
|
|
1379
|
-
|
|
1380
|
-
|
|
1399
|
+
scaleType: "band";
|
|
1400
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1401
|
+
categoryGapRatio: number;
|
|
1402
|
+
barGapRatio: number;
|
|
1403
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1404
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1381
1405
|
triggerTooltip?: boolean;
|
|
1382
1406
|
} | {
|
|
1383
1407
|
axis?: "y";
|
|
@@ -1391,8 +1415,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1391
1415
|
label?: string;
|
|
1392
1416
|
tickSize: number;
|
|
1393
1417
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1394
|
-
slots?: Partial<import("../
|
|
1395
|
-
slotProps?: Partial<import("../
|
|
1418
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1419
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1396
1420
|
sx?: import("@mui/system").SxProps;
|
|
1397
1421
|
tickMaxStep?: number;
|
|
1398
1422
|
tickMinStep?: number;
|
|
@@ -1405,19 +1429,22 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1405
1429
|
width: number;
|
|
1406
1430
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1407
1431
|
id: import("../internals/index.js").AxisId;
|
|
1408
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1409
1432
|
dataKey?: string | undefined;
|
|
1410
1433
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1434
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1411
1435
|
hideTooltip?: boolean | undefined;
|
|
1412
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1413
|
-
min:
|
|
1414
|
-
max:
|
|
1436
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1437
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1438
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1415
1439
|
}) | undefined;
|
|
1416
1440
|
ignoreTooltip?: boolean | undefined;
|
|
1417
1441
|
offset: number;
|
|
1418
|
-
scaleType: "
|
|
1419
|
-
|
|
1420
|
-
|
|
1442
|
+
scaleType: "band";
|
|
1443
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1444
|
+
categoryGapRatio: number;
|
|
1445
|
+
barGapRatio: number;
|
|
1446
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1447
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1421
1448
|
triggerTooltip?: boolean;
|
|
1422
1449
|
} | {
|
|
1423
1450
|
axis?: "y";
|
|
@@ -1431,8 +1458,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1431
1458
|
label?: string;
|
|
1432
1459
|
tickSize: number;
|
|
1433
1460
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1434
|
-
slots?: Partial<import("../
|
|
1435
|
-
slotProps?: Partial<import("../
|
|
1461
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1462
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1436
1463
|
sx?: import("@mui/system").SxProps;
|
|
1437
1464
|
tickMaxStep?: number;
|
|
1438
1465
|
tickMinStep?: number;
|
|
@@ -1445,17 +1472,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1445
1472
|
width: number;
|
|
1446
1473
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1447
1474
|
id: import("../internals/index.js").AxisId;
|
|
1448
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1449
1475
|
dataKey?: string | undefined;
|
|
1450
1476
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1477
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1451
1478
|
hideTooltip?: boolean | undefined;
|
|
1452
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1453
|
-
min:
|
|
1454
|
-
max:
|
|
1479
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1480
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1481
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1455
1482
|
}) | undefined;
|
|
1456
1483
|
ignoreTooltip?: boolean | undefined;
|
|
1457
1484
|
offset: number;
|
|
1458
|
-
scaleType: "
|
|
1485
|
+
scaleType: "point";
|
|
1486
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1487
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1459
1488
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1460
1489
|
triggerTooltip?: boolean;
|
|
1461
1490
|
} | {
|
|
@@ -1470,8 +1499,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1470
1499
|
label?: string;
|
|
1471
1500
|
tickSize: number;
|
|
1472
1501
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1473
|
-
slots?: Partial<import("../
|
|
1474
|
-
slotProps?: Partial<import("../
|
|
1502
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1503
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1475
1504
|
sx?: import("@mui/system").SxProps;
|
|
1476
1505
|
tickMaxStep?: number;
|
|
1477
1506
|
tickMinStep?: number;
|
|
@@ -1484,17 +1513,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1484
1513
|
width: number;
|
|
1485
1514
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1486
1515
|
id: import("../internals/index.js").AxisId;
|
|
1487
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1488
1516
|
dataKey?: string | undefined;
|
|
1489
1517
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1518
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1490
1519
|
hideTooltip?: boolean | undefined;
|
|
1491
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1492
|
-
min:
|
|
1493
|
-
max:
|
|
1520
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1521
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1522
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1494
1523
|
}) | undefined;
|
|
1495
1524
|
ignoreTooltip?: boolean | undefined;
|
|
1496
1525
|
offset: number;
|
|
1497
|
-
scaleType: "
|
|
1526
|
+
scaleType: "point";
|
|
1527
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1528
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1498
1529
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1499
1530
|
triggerTooltip?: boolean;
|
|
1500
1531
|
} | {
|
|
@@ -1509,8 +1540,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1509
1540
|
label?: string;
|
|
1510
1541
|
tickSize: number;
|
|
1511
1542
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1512
|
-
slots?: Partial<import("../
|
|
1513
|
-
slotProps?: Partial<import("../
|
|
1543
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1544
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1514
1545
|
sx?: import("@mui/system").SxProps;
|
|
1515
1546
|
tickMaxStep?: number;
|
|
1516
1547
|
tickMinStep?: number;
|
|
@@ -1523,17 +1554,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1523
1554
|
width: number;
|
|
1524
1555
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1525
1556
|
id: import("../internals/index.js").AxisId;
|
|
1526
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1527
1557
|
dataKey?: string | undefined;
|
|
1528
1558
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1559
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1529
1560
|
hideTooltip?: boolean | undefined;
|
|
1530
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1531
|
-
min:
|
|
1532
|
-
max:
|
|
1561
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1562
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1563
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1533
1564
|
}) | undefined;
|
|
1534
1565
|
ignoreTooltip?: boolean | undefined;
|
|
1535
1566
|
offset: number;
|
|
1536
|
-
scaleType: "
|
|
1567
|
+
scaleType: "point";
|
|
1568
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1569
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1537
1570
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1538
1571
|
triggerTooltip?: boolean;
|
|
1539
1572
|
} | {
|
|
@@ -1548,8 +1581,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1548
1581
|
label?: string;
|
|
1549
1582
|
tickSize: number;
|
|
1550
1583
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1551
|
-
slots?: Partial<import("../
|
|
1552
|
-
slotProps?: Partial<import("../
|
|
1584
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1585
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1553
1586
|
sx?: import("@mui/system").SxProps;
|
|
1554
1587
|
tickMaxStep?: number;
|
|
1555
1588
|
tickMinStep?: number;
|
|
@@ -1562,18 +1595,20 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1562
1595
|
width: number;
|
|
1563
1596
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1564
1597
|
id: import("../internals/index.js").AxisId;
|
|
1565
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1566
1598
|
dataKey?: string | undefined;
|
|
1567
1599
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1600
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1568
1601
|
hideTooltip?: boolean | undefined;
|
|
1569
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1570
|
-
min:
|
|
1571
|
-
max:
|
|
1602
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1603
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1604
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1572
1605
|
}) | undefined;
|
|
1573
1606
|
ignoreTooltip?: boolean | undefined;
|
|
1574
1607
|
offset: number;
|
|
1575
|
-
scaleType: "
|
|
1576
|
-
|
|
1608
|
+
scaleType: "point";
|
|
1609
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1610
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1611
|
+
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>;
|
|
1577
1612
|
triggerTooltip?: boolean;
|
|
1578
1613
|
} | {
|
|
1579
1614
|
axis?: "y";
|
|
@@ -1587,8 +1622,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1587
1622
|
label?: string;
|
|
1588
1623
|
tickSize: number;
|
|
1589
1624
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1590
|
-
slots?: Partial<import("../
|
|
1591
|
-
slotProps?: Partial<import("../
|
|
1625
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1626
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1592
1627
|
sx?: import("@mui/system").SxProps;
|
|
1593
1628
|
tickMaxStep?: number;
|
|
1594
1629
|
tickMinStep?: number;
|
|
@@ -1601,18 +1636,20 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1601
1636
|
width: number;
|
|
1602
1637
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1603
1638
|
id: import("../internals/index.js").AxisId;
|
|
1604
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1605
1639
|
dataKey?: string | undefined;
|
|
1606
1640
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1641
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1607
1642
|
hideTooltip?: boolean | undefined;
|
|
1608
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1609
|
-
min:
|
|
1610
|
-
max:
|
|
1643
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1644
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1645
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1611
1646
|
}) | undefined;
|
|
1612
1647
|
ignoreTooltip?: boolean | undefined;
|
|
1613
1648
|
offset: number;
|
|
1614
|
-
scaleType: "
|
|
1615
|
-
|
|
1649
|
+
scaleType: "point";
|
|
1650
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1651
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1652
|
+
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>;
|
|
1616
1653
|
triggerTooltip?: boolean;
|
|
1617
1654
|
} | {
|
|
1618
1655
|
axis?: "y";
|
|
@@ -1626,8 +1663,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1626
1663
|
label?: string;
|
|
1627
1664
|
tickSize: number;
|
|
1628
1665
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1629
|
-
slots?: Partial<import("../
|
|
1630
|
-
slotProps?: Partial<import("../
|
|
1666
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1667
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1631
1668
|
sx?: import("@mui/system").SxProps;
|
|
1632
1669
|
tickMaxStep?: number;
|
|
1633
1670
|
tickMinStep?: number;
|
|
@@ -1640,17 +1677,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1640
1677
|
width: number;
|
|
1641
1678
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1642
1679
|
id: import("../internals/index.js").AxisId;
|
|
1643
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1644
1680
|
dataKey?: string | undefined;
|
|
1645
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;
|
|
1646
1683
|
hideTooltip?: boolean | undefined;
|
|
1647
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1648
|
-
min:
|
|
1649
|
-
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;
|
|
1650
1687
|
}) | undefined;
|
|
1651
1688
|
ignoreTooltip?: boolean | undefined;
|
|
1652
1689
|
offset: number;
|
|
1653
|
-
scaleType: "
|
|
1690
|
+
scaleType: "point";
|
|
1691
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1692
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1654
1693
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1655
1694
|
triggerTooltip?: boolean;
|
|
1656
1695
|
} | {
|
|
@@ -1665,8 +1704,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1665
1704
|
label?: string;
|
|
1666
1705
|
tickSize: number;
|
|
1667
1706
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1668
|
-
slots?: Partial<import("../
|
|
1669
|
-
slotProps?: Partial<import("../
|
|
1707
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1708
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1670
1709
|
sx?: import("@mui/system").SxProps;
|
|
1671
1710
|
tickMaxStep?: number;
|
|
1672
1711
|
tickMinStep?: number;
|
|
@@ -1679,18 +1718,20 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1679
1718
|
width: number;
|
|
1680
1719
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1681
1720
|
id: import("../internals/index.js").AxisId;
|
|
1682
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1683
1721
|
dataKey?: string | undefined;
|
|
1684
1722
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1723
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1685
1724
|
hideTooltip?: boolean | undefined;
|
|
1686
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1687
|
-
min:
|
|
1688
|
-
max:
|
|
1725
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1726
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1727
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1689
1728
|
}) | undefined;
|
|
1690
1729
|
ignoreTooltip?: boolean | undefined;
|
|
1691
1730
|
offset: number;
|
|
1692
|
-
scaleType: "
|
|
1693
|
-
|
|
1731
|
+
scaleType: "point";
|
|
1732
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1733
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1734
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1694
1735
|
triggerTooltip?: boolean;
|
|
1695
1736
|
} | {
|
|
1696
1737
|
axis?: "y";
|
|
@@ -1704,8 +1745,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1704
1745
|
label?: string;
|
|
1705
1746
|
tickSize: number;
|
|
1706
1747
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1707
|
-
slots?: Partial<import("../
|
|
1708
|
-
slotProps?: Partial<import("../
|
|
1748
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1749
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1709
1750
|
sx?: import("@mui/system").SxProps;
|
|
1710
1751
|
tickMaxStep?: number;
|
|
1711
1752
|
tickMinStep?: number;
|
|
@@ -1718,18 +1759,20 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1718
1759
|
width: number;
|
|
1719
1760
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1720
1761
|
id: import("../internals/index.js").AxisId;
|
|
1721
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1722
1762
|
dataKey?: string | undefined;
|
|
1723
1763
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1764
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1724
1765
|
hideTooltip?: boolean | undefined;
|
|
1725
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1726
|
-
min:
|
|
1727
|
-
max:
|
|
1766
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1767
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1768
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1728
1769
|
}) | undefined;
|
|
1729
1770
|
ignoreTooltip?: boolean | undefined;
|
|
1730
1771
|
offset: number;
|
|
1731
|
-
scaleType: "
|
|
1732
|
-
|
|
1772
|
+
scaleType: "point";
|
|
1773
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1774
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1775
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1733
1776
|
triggerTooltip?: boolean;
|
|
1734
1777
|
} | {
|
|
1735
1778
|
axis?: "y";
|
|
@@ -1743,8 +1786,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1743
1786
|
label?: string;
|
|
1744
1787
|
tickSize: number;
|
|
1745
1788
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1746
|
-
slots?: Partial<import("../
|
|
1747
|
-
slotProps?: Partial<import("../
|
|
1789
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1790
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1748
1791
|
sx?: import("@mui/system").SxProps;
|
|
1749
1792
|
tickMaxStep?: number;
|
|
1750
1793
|
tickMinStep?: number;
|
|
@@ -1757,18 +1800,20 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1757
1800
|
width: number;
|
|
1758
1801
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1759
1802
|
id: import("../internals/index.js").AxisId;
|
|
1760
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1761
1803
|
dataKey?: string | undefined;
|
|
1762
1804
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1805
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
1763
1806
|
hideTooltip?: boolean | undefined;
|
|
1764
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1765
|
-
min:
|
|
1766
|
-
max:
|
|
1807
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1808
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1809
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1767
1810
|
}) | undefined;
|
|
1768
1811
|
ignoreTooltip?: boolean | undefined;
|
|
1769
1812
|
offset: number;
|
|
1770
|
-
scaleType: "
|
|
1771
|
-
|
|
1813
|
+
scaleType: "point";
|
|
1814
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
1815
|
+
groups?: import("../internals/index.js").AxisGroup[];
|
|
1816
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1772
1817
|
triggerTooltip?: boolean;
|
|
1773
1818
|
} | {
|
|
1774
1819
|
axis?: "y";
|
|
@@ -1782,8 +1827,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1782
1827
|
label?: string;
|
|
1783
1828
|
tickSize: number;
|
|
1784
1829
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1785
|
-
slots?: Partial<import("../
|
|
1786
|
-
slotProps?: Partial<import("../
|
|
1830
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1831
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1787
1832
|
sx?: import("@mui/system").SxProps;
|
|
1788
1833
|
tickMaxStep?: number;
|
|
1789
1834
|
tickMinStep?: number;
|
|
@@ -1796,17 +1841,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1796
1841
|
width: number;
|
|
1797
1842
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1798
1843
|
id: import("../internals/index.js").AxisId;
|
|
1799
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1800
1844
|
dataKey?: string | undefined;
|
|
1801
1845
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1846
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1802
1847
|
hideTooltip?: boolean | undefined;
|
|
1803
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1804
|
-
min:
|
|
1805
|
-
max:
|
|
1848
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1849
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1850
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1806
1851
|
}) | undefined;
|
|
1807
1852
|
ignoreTooltip?: boolean | undefined;
|
|
1808
1853
|
offset: number;
|
|
1809
|
-
scaleType: "
|
|
1854
|
+
scaleType: "symlog";
|
|
1855
|
+
constant?: number;
|
|
1810
1856
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
1811
1857
|
triggerTooltip?: boolean;
|
|
1812
1858
|
} | {
|
|
@@ -1821,8 +1867,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1821
1867
|
label?: string;
|
|
1822
1868
|
tickSize: number;
|
|
1823
1869
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1824
|
-
slots?: Partial<import("../
|
|
1825
|
-
slotProps?: Partial<import("../
|
|
1870
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1871
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1826
1872
|
sx?: import("@mui/system").SxProps;
|
|
1827
1873
|
tickMaxStep?: number;
|
|
1828
1874
|
tickMinStep?: number;
|
|
@@ -1835,17 +1881,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1835
1881
|
width: number;
|
|
1836
1882
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1837
1883
|
id: import("../internals/index.js").AxisId;
|
|
1838
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1839
1884
|
dataKey?: string | undefined;
|
|
1840
1885
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1886
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1841
1887
|
hideTooltip?: boolean | undefined;
|
|
1842
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1843
|
-
min:
|
|
1844
|
-
max:
|
|
1888
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1889
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1890
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1845
1891
|
}) | undefined;
|
|
1846
1892
|
ignoreTooltip?: boolean | undefined;
|
|
1847
1893
|
offset: number;
|
|
1848
|
-
scaleType: "
|
|
1894
|
+
scaleType: "symlog";
|
|
1895
|
+
constant?: number;
|
|
1849
1896
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1850
1897
|
triggerTooltip?: boolean;
|
|
1851
1898
|
} | {
|
|
@@ -1860,8 +1907,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1860
1907
|
label?: string;
|
|
1861
1908
|
tickSize: number;
|
|
1862
1909
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1863
|
-
slots?: Partial<import("../
|
|
1864
|
-
slotProps?: Partial<import("../
|
|
1910
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1911
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1865
1912
|
sx?: import("@mui/system").SxProps;
|
|
1866
1913
|
tickMaxStep?: number;
|
|
1867
1914
|
tickMinStep?: number;
|
|
@@ -1874,17 +1921,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1874
1921
|
width: number;
|
|
1875
1922
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1876
1923
|
id: import("../internals/index.js").AxisId;
|
|
1877
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1878
1924
|
dataKey?: string | undefined;
|
|
1879
1925
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1926
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1880
1927
|
hideTooltip?: boolean | undefined;
|
|
1881
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1882
|
-
min:
|
|
1883
|
-
max:
|
|
1928
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1929
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1930
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1884
1931
|
}) | undefined;
|
|
1885
1932
|
ignoreTooltip?: boolean | undefined;
|
|
1886
1933
|
offset: number;
|
|
1887
|
-
scaleType: "
|
|
1934
|
+
scaleType: "symlog";
|
|
1935
|
+
constant?: number;
|
|
1888
1936
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
1889
1937
|
triggerTooltip?: boolean;
|
|
1890
1938
|
} | {
|
|
@@ -1899,8 +1947,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1899
1947
|
label?: string;
|
|
1900
1948
|
tickSize: number;
|
|
1901
1949
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1902
|
-
slots?: Partial<import("../
|
|
1903
|
-
slotProps?: Partial<import("../
|
|
1950
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1951
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1904
1952
|
sx?: import("@mui/system").SxProps;
|
|
1905
1953
|
tickMaxStep?: number;
|
|
1906
1954
|
tickMinStep?: number;
|
|
@@ -1913,18 +1961,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1913
1961
|
width: number;
|
|
1914
1962
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1915
1963
|
id: import("../internals/index.js").AxisId;
|
|
1916
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1917
1964
|
dataKey?: string | undefined;
|
|
1918
1965
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1966
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1919
1967
|
hideTooltip?: boolean | undefined;
|
|
1920
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1921
|
-
min:
|
|
1922
|
-
max:
|
|
1968
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
1969
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1970
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1923
1971
|
}) | undefined;
|
|
1924
1972
|
ignoreTooltip?: boolean | undefined;
|
|
1925
1973
|
offset: number;
|
|
1926
|
-
scaleType: "
|
|
1927
|
-
|
|
1974
|
+
scaleType: "symlog";
|
|
1975
|
+
constant?: number;
|
|
1976
|
+
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>;
|
|
1928
1977
|
triggerTooltip?: boolean;
|
|
1929
1978
|
} | {
|
|
1930
1979
|
axis?: "y";
|
|
@@ -1938,8 +1987,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1938
1987
|
label?: string;
|
|
1939
1988
|
tickSize: number;
|
|
1940
1989
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1941
|
-
slots?: Partial<import("../
|
|
1942
|
-
slotProps?: Partial<import("../
|
|
1990
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
1991
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1943
1992
|
sx?: import("@mui/system").SxProps;
|
|
1944
1993
|
tickMaxStep?: number;
|
|
1945
1994
|
tickMinStep?: number;
|
|
@@ -1952,18 +2001,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1952
2001
|
width: number;
|
|
1953
2002
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1954
2003
|
id: import("../internals/index.js").AxisId;
|
|
1955
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1956
2004
|
dataKey?: string | undefined;
|
|
1957
2005
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2006
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1958
2007
|
hideTooltip?: boolean | undefined;
|
|
1959
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1960
|
-
min:
|
|
1961
|
-
max:
|
|
2008
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2009
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2010
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
1962
2011
|
}) | undefined;
|
|
1963
2012
|
ignoreTooltip?: boolean | undefined;
|
|
1964
2013
|
offset: number;
|
|
1965
|
-
scaleType: "
|
|
1966
|
-
|
|
2014
|
+
scaleType: "symlog";
|
|
2015
|
+
constant?: number;
|
|
2016
|
+
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>;
|
|
1967
2017
|
triggerTooltip?: boolean;
|
|
1968
2018
|
} | {
|
|
1969
2019
|
axis?: "y";
|
|
@@ -1977,8 +2027,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1977
2027
|
label?: string;
|
|
1978
2028
|
tickSize: number;
|
|
1979
2029
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1980
|
-
slots?: Partial<import("../
|
|
1981
|
-
slotProps?: Partial<import("../
|
|
2030
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2031
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
1982
2032
|
sx?: import("@mui/system").SxProps;
|
|
1983
2033
|
tickMaxStep?: number;
|
|
1984
2034
|
tickMinStep?: number;
|
|
@@ -1991,17 +2041,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1991
2041
|
width: number;
|
|
1992
2042
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1993
2043
|
id: import("../internals/index.js").AxisId;
|
|
1994
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1995
2044
|
dataKey?: string | undefined;
|
|
1996
2045
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2046
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1997
2047
|
hideTooltip?: boolean | undefined;
|
|
1998
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
1999
|
-
min:
|
|
2000
|
-
max:
|
|
2048
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2049
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2050
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2001
2051
|
}) | undefined;
|
|
2002
2052
|
ignoreTooltip?: boolean | undefined;
|
|
2003
2053
|
offset: number;
|
|
2004
|
-
scaleType: "
|
|
2054
|
+
scaleType: "symlog";
|
|
2055
|
+
constant?: number;
|
|
2005
2056
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2006
2057
|
triggerTooltip?: boolean;
|
|
2007
2058
|
} | {
|
|
@@ -2016,8 +2067,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2016
2067
|
label?: string;
|
|
2017
2068
|
tickSize: number;
|
|
2018
2069
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2019
|
-
slots?: Partial<import("../
|
|
2020
|
-
slotProps?: Partial<import("../
|
|
2070
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2071
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2021
2072
|
sx?: import("@mui/system").SxProps;
|
|
2022
2073
|
tickMaxStep?: number;
|
|
2023
2074
|
tickMinStep?: number;
|
|
@@ -2030,18 +2081,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2030
2081
|
width: number;
|
|
2031
2082
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2032
2083
|
id: import("../internals/index.js").AxisId;
|
|
2033
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2034
2084
|
dataKey?: string | undefined;
|
|
2035
2085
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2086
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2036
2087
|
hideTooltip?: boolean | undefined;
|
|
2037
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2038
|
-
min:
|
|
2039
|
-
max:
|
|
2088
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2089
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2090
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2040
2091
|
}) | undefined;
|
|
2041
2092
|
ignoreTooltip?: boolean | undefined;
|
|
2042
2093
|
offset: number;
|
|
2043
|
-
scaleType: "
|
|
2044
|
-
|
|
2094
|
+
scaleType: "symlog";
|
|
2095
|
+
constant?: number;
|
|
2096
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2045
2097
|
triggerTooltip?: boolean;
|
|
2046
2098
|
} | {
|
|
2047
2099
|
axis?: "y";
|
|
@@ -2055,8 +2107,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2055
2107
|
label?: string;
|
|
2056
2108
|
tickSize: number;
|
|
2057
2109
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2058
|
-
slots?: Partial<import("../
|
|
2059
|
-
slotProps?: Partial<import("../
|
|
2110
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2111
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2060
2112
|
sx?: import("@mui/system").SxProps;
|
|
2061
2113
|
tickMaxStep?: number;
|
|
2062
2114
|
tickMinStep?: number;
|
|
@@ -2069,18 +2121,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2069
2121
|
width: number;
|
|
2070
2122
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2071
2123
|
id: import("../internals/index.js").AxisId;
|
|
2072
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2073
2124
|
dataKey?: string | undefined;
|
|
2074
2125
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2126
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2075
2127
|
hideTooltip?: boolean | undefined;
|
|
2076
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2077
|
-
min:
|
|
2078
|
-
max:
|
|
2128
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2129
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2130
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2079
2131
|
}) | undefined;
|
|
2080
2132
|
ignoreTooltip?: boolean | undefined;
|
|
2081
2133
|
offset: number;
|
|
2082
|
-
scaleType: "
|
|
2083
|
-
|
|
2134
|
+
scaleType: "symlog";
|
|
2135
|
+
constant?: number;
|
|
2136
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2084
2137
|
triggerTooltip?: boolean;
|
|
2085
2138
|
} | {
|
|
2086
2139
|
axis?: "y";
|
|
@@ -2094,8 +2147,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2094
2147
|
label?: string;
|
|
2095
2148
|
tickSize: number;
|
|
2096
2149
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2097
|
-
slots?: Partial<import("../
|
|
2098
|
-
slotProps?: Partial<import("../
|
|
2150
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2151
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2099
2152
|
sx?: import("@mui/system").SxProps;
|
|
2100
2153
|
tickMaxStep?: number;
|
|
2101
2154
|
tickMinStep?: number;
|
|
@@ -2108,18 +2161,19 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2108
2161
|
width: number;
|
|
2109
2162
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2110
2163
|
id: import("../internals/index.js").AxisId;
|
|
2111
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2112
2164
|
dataKey?: string | undefined;
|
|
2113
2165
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2166
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2114
2167
|
hideTooltip?: boolean | undefined;
|
|
2115
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2116
|
-
min:
|
|
2117
|
-
max:
|
|
2168
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2169
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2170
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2118
2171
|
}) | undefined;
|
|
2119
2172
|
ignoreTooltip?: boolean | undefined;
|
|
2120
2173
|
offset: number;
|
|
2121
|
-
scaleType: "
|
|
2122
|
-
|
|
2174
|
+
scaleType: "symlog";
|
|
2175
|
+
constant?: number;
|
|
2176
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2123
2177
|
triggerTooltip?: boolean;
|
|
2124
2178
|
} | {
|
|
2125
2179
|
axis?: "y";
|
|
@@ -2133,8 +2187,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2133
2187
|
label?: string;
|
|
2134
2188
|
tickSize: number;
|
|
2135
2189
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2136
|
-
slots?: Partial<import("../
|
|
2137
|
-
slotProps?: Partial<import("../
|
|
2190
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2191
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2138
2192
|
sx?: import("@mui/system").SxProps;
|
|
2139
2193
|
tickMaxStep?: number;
|
|
2140
2194
|
tickMinStep?: number;
|
|
@@ -2147,17 +2201,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2147
2201
|
width: number;
|
|
2148
2202
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2149
2203
|
id: import("../internals/index.js").AxisId;
|
|
2150
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2151
2204
|
dataKey?: string | undefined;
|
|
2152
2205
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2206
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2153
2207
|
hideTooltip?: boolean | undefined;
|
|
2154
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2155
|
-
min:
|
|
2156
|
-
max:
|
|
2208
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2209
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2210
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2157
2211
|
}) | undefined;
|
|
2158
2212
|
ignoreTooltip?: boolean | undefined;
|
|
2159
2213
|
offset: number;
|
|
2160
|
-
scaleType: "
|
|
2214
|
+
scaleType: "pow";
|
|
2161
2215
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2162
2216
|
triggerTooltip?: boolean;
|
|
2163
2217
|
} | {
|
|
@@ -2172,8 +2226,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2172
2226
|
label?: string;
|
|
2173
2227
|
tickSize: number;
|
|
2174
2228
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2175
|
-
slots?: Partial<import("../
|
|
2176
|
-
slotProps?: Partial<import("../
|
|
2229
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2230
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2177
2231
|
sx?: import("@mui/system").SxProps;
|
|
2178
2232
|
tickMaxStep?: number;
|
|
2179
2233
|
tickMinStep?: number;
|
|
@@ -2186,17 +2240,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2186
2240
|
width: number;
|
|
2187
2241
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2188
2242
|
id: import("../internals/index.js").AxisId;
|
|
2189
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2190
2243
|
dataKey?: string | undefined;
|
|
2191
2244
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2245
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2192
2246
|
hideTooltip?: boolean | undefined;
|
|
2193
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2194
|
-
min:
|
|
2195
|
-
max:
|
|
2247
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2248
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2249
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2196
2250
|
}) | undefined;
|
|
2197
2251
|
ignoreTooltip?: boolean | undefined;
|
|
2198
2252
|
offset: number;
|
|
2199
|
-
scaleType: "
|
|
2253
|
+
scaleType: "pow";
|
|
2200
2254
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2201
2255
|
triggerTooltip?: boolean;
|
|
2202
2256
|
} | {
|
|
@@ -2211,8 +2265,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2211
2265
|
label?: string;
|
|
2212
2266
|
tickSize: number;
|
|
2213
2267
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2214
|
-
slots?: Partial<import("../
|
|
2215
|
-
slotProps?: Partial<import("../
|
|
2268
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2269
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2216
2270
|
sx?: import("@mui/system").SxProps;
|
|
2217
2271
|
tickMaxStep?: number;
|
|
2218
2272
|
tickMinStep?: number;
|
|
@@ -2225,17 +2279,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2225
2279
|
width: number;
|
|
2226
2280
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2227
2281
|
id: import("../internals/index.js").AxisId;
|
|
2228
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2229
2282
|
dataKey?: string | undefined;
|
|
2230
2283
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2284
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2231
2285
|
hideTooltip?: boolean | undefined;
|
|
2232
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2233
|
-
min:
|
|
2234
|
-
max:
|
|
2286
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2287
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2288
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2235
2289
|
}) | undefined;
|
|
2236
2290
|
ignoreTooltip?: boolean | undefined;
|
|
2237
2291
|
offset: number;
|
|
2238
|
-
scaleType: "
|
|
2292
|
+
scaleType: "pow";
|
|
2239
2293
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2240
2294
|
triggerTooltip?: boolean;
|
|
2241
2295
|
} | {
|
|
@@ -2250,8 +2304,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2250
2304
|
label?: string;
|
|
2251
2305
|
tickSize: number;
|
|
2252
2306
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2253
|
-
slots?: Partial<import("../
|
|
2254
|
-
slotProps?: Partial<import("../
|
|
2307
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2308
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2255
2309
|
sx?: import("@mui/system").SxProps;
|
|
2256
2310
|
tickMaxStep?: number;
|
|
2257
2311
|
tickMinStep?: number;
|
|
@@ -2264,18 +2318,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2264
2318
|
width: number;
|
|
2265
2319
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2266
2320
|
id: import("../internals/index.js").AxisId;
|
|
2267
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2268
2321
|
dataKey?: string | undefined;
|
|
2269
2322
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2323
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2270
2324
|
hideTooltip?: boolean | undefined;
|
|
2271
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2272
|
-
min:
|
|
2273
|
-
max:
|
|
2325
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2326
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2327
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2274
2328
|
}) | undefined;
|
|
2275
2329
|
ignoreTooltip?: boolean | undefined;
|
|
2276
2330
|
offset: number;
|
|
2277
|
-
scaleType: "
|
|
2278
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2331
|
+
scaleType: "pow";
|
|
2332
|
+
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>;
|
|
2279
2333
|
triggerTooltip?: boolean;
|
|
2280
2334
|
} | {
|
|
2281
2335
|
axis?: "y";
|
|
@@ -2289,8 +2343,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2289
2343
|
label?: string;
|
|
2290
2344
|
tickSize: number;
|
|
2291
2345
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2292
|
-
slots?: Partial<import("../
|
|
2293
|
-
slotProps?: Partial<import("../
|
|
2346
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2347
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2294
2348
|
sx?: import("@mui/system").SxProps;
|
|
2295
2349
|
tickMaxStep?: number;
|
|
2296
2350
|
tickMinStep?: number;
|
|
@@ -2303,18 +2357,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2303
2357
|
width: number;
|
|
2304
2358
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2305
2359
|
id: import("../internals/index.js").AxisId;
|
|
2306
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2307
2360
|
dataKey?: string | undefined;
|
|
2308
2361
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2362
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2309
2363
|
hideTooltip?: boolean | undefined;
|
|
2310
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2311
|
-
min:
|
|
2312
|
-
max:
|
|
2364
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2365
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2366
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2313
2367
|
}) | undefined;
|
|
2314
2368
|
ignoreTooltip?: boolean | undefined;
|
|
2315
2369
|
offset: number;
|
|
2316
|
-
scaleType: "
|
|
2317
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2370
|
+
scaleType: "pow";
|
|
2371
|
+
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>;
|
|
2318
2372
|
triggerTooltip?: boolean;
|
|
2319
2373
|
} | {
|
|
2320
2374
|
axis?: "y";
|
|
@@ -2328,8 +2382,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2328
2382
|
label?: string;
|
|
2329
2383
|
tickSize: number;
|
|
2330
2384
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2331
|
-
slots?: Partial<import("../
|
|
2332
|
-
slotProps?: Partial<import("../
|
|
2385
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2386
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2333
2387
|
sx?: import("@mui/system").SxProps;
|
|
2334
2388
|
tickMaxStep?: number;
|
|
2335
2389
|
tickMinStep?: number;
|
|
@@ -2342,17 +2396,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2342
2396
|
width: number;
|
|
2343
2397
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2344
2398
|
id: import("../internals/index.js").AxisId;
|
|
2345
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2346
2399
|
dataKey?: string | undefined;
|
|
2347
2400
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2401
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2348
2402
|
hideTooltip?: boolean | undefined;
|
|
2349
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2350
|
-
min:
|
|
2351
|
-
max:
|
|
2403
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2404
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2405
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2352
2406
|
}) | undefined;
|
|
2353
2407
|
ignoreTooltip?: boolean | undefined;
|
|
2354
2408
|
offset: number;
|
|
2355
|
-
scaleType: "
|
|
2409
|
+
scaleType: "pow";
|
|
2356
2410
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2357
2411
|
triggerTooltip?: boolean;
|
|
2358
2412
|
} | {
|
|
@@ -2367,8 +2421,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2367
2421
|
label?: string;
|
|
2368
2422
|
tickSize: number;
|
|
2369
2423
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2370
|
-
slots?: Partial<import("../
|
|
2371
|
-
slotProps?: Partial<import("../
|
|
2424
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2425
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2372
2426
|
sx?: import("@mui/system").SxProps;
|
|
2373
2427
|
tickMaxStep?: number;
|
|
2374
2428
|
tickMinStep?: number;
|
|
@@ -2381,18 +2435,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2381
2435
|
width: number;
|
|
2382
2436
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2383
2437
|
id: import("../internals/index.js").AxisId;
|
|
2384
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2385
2438
|
dataKey?: string | undefined;
|
|
2386
2439
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2440
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2387
2441
|
hideTooltip?: boolean | undefined;
|
|
2388
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2389
|
-
min:
|
|
2390
|
-
max:
|
|
2442
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2443
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2444
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2391
2445
|
}) | undefined;
|
|
2392
2446
|
ignoreTooltip?: boolean | undefined;
|
|
2393
2447
|
offset: number;
|
|
2394
|
-
scaleType: "
|
|
2395
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number
|
|
2448
|
+
scaleType: "pow";
|
|
2449
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2396
2450
|
triggerTooltip?: boolean;
|
|
2397
2451
|
} | {
|
|
2398
2452
|
axis?: "y";
|
|
@@ -2406,8 +2460,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2406
2460
|
label?: string;
|
|
2407
2461
|
tickSize: number;
|
|
2408
2462
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2409
|
-
slots?: Partial<import("../
|
|
2410
|
-
slotProps?: Partial<import("../
|
|
2463
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2464
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2411
2465
|
sx?: import("@mui/system").SxProps;
|
|
2412
2466
|
tickMaxStep?: number;
|
|
2413
2467
|
tickMinStep?: number;
|
|
@@ -2420,18 +2474,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2420
2474
|
width: number;
|
|
2421
2475
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2422
2476
|
id: import("../internals/index.js").AxisId;
|
|
2423
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2424
2477
|
dataKey?: string | undefined;
|
|
2425
2478
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2479
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2426
2480
|
hideTooltip?: boolean | undefined;
|
|
2427
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2428
|
-
min:
|
|
2429
|
-
max:
|
|
2481
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2482
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2483
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2430
2484
|
}) | undefined;
|
|
2431
2485
|
ignoreTooltip?: boolean | undefined;
|
|
2432
2486
|
offset: number;
|
|
2433
|
-
scaleType: "
|
|
2434
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
2487
|
+
scaleType: "pow";
|
|
2488
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2435
2489
|
triggerTooltip?: boolean;
|
|
2436
2490
|
} | {
|
|
2437
2491
|
axis?: "y";
|
|
@@ -2445,8 +2499,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2445
2499
|
label?: string;
|
|
2446
2500
|
tickSize: number;
|
|
2447
2501
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2448
|
-
slots?: Partial<import("../
|
|
2449
|
-
slotProps?: Partial<import("../
|
|
2502
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2503
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2450
2504
|
sx?: import("@mui/system").SxProps;
|
|
2451
2505
|
tickMaxStep?: number;
|
|
2452
2506
|
tickMinStep?: number;
|
|
@@ -2459,18 +2513,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2459
2513
|
width: number;
|
|
2460
2514
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2461
2515
|
id: import("../internals/index.js").AxisId;
|
|
2462
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2463
2516
|
dataKey?: string | undefined;
|
|
2464
2517
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2518
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2465
2519
|
hideTooltip?: boolean | undefined;
|
|
2466
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2467
|
-
min:
|
|
2468
|
-
max:
|
|
2520
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2521
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2522
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2469
2523
|
}) | undefined;
|
|
2470
2524
|
ignoreTooltip?: boolean | undefined;
|
|
2471
2525
|
offset: number;
|
|
2472
|
-
scaleType: "
|
|
2473
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").
|
|
2526
|
+
scaleType: "pow";
|
|
2527
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2474
2528
|
triggerTooltip?: boolean;
|
|
2475
2529
|
} | {
|
|
2476
2530
|
axis?: "y";
|
|
@@ -2484,8 +2538,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2484
2538
|
label?: string;
|
|
2485
2539
|
tickSize: number;
|
|
2486
2540
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2487
|
-
slots?: Partial<import("../
|
|
2488
|
-
slotProps?: Partial<import("../
|
|
2541
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2542
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2489
2543
|
sx?: import("@mui/system").SxProps;
|
|
2490
2544
|
tickMaxStep?: number;
|
|
2491
2545
|
tickMinStep?: number;
|
|
@@ -2498,21 +2552,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2498
2552
|
width: number;
|
|
2499
2553
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2500
2554
|
id: import("../internals/index.js").AxisId;
|
|
2501
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2502
2555
|
dataKey?: string | undefined;
|
|
2503
2556
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2557
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2504
2558
|
hideTooltip?: boolean | undefined;
|
|
2505
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2506
|
-
min:
|
|
2507
|
-
max:
|
|
2559
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2560
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2561
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2508
2562
|
}) | undefined;
|
|
2509
2563
|
ignoreTooltip?: boolean | undefined;
|
|
2510
2564
|
offset: number;
|
|
2511
|
-
scaleType: "
|
|
2512
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2513
|
-
categoryGapRatio: number;
|
|
2514
|
-
barGapRatio: number;
|
|
2515
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2565
|
+
scaleType: "sqrt";
|
|
2516
2566
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2517
2567
|
triggerTooltip?: boolean;
|
|
2518
2568
|
} | {
|
|
@@ -2527,8 +2577,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2527
2577
|
label?: string;
|
|
2528
2578
|
tickSize: number;
|
|
2529
2579
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2530
|
-
slots?: Partial<import("../
|
|
2531
|
-
slotProps?: Partial<import("../
|
|
2580
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2581
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2532
2582
|
sx?: import("@mui/system").SxProps;
|
|
2533
2583
|
tickMaxStep?: number;
|
|
2534
2584
|
tickMinStep?: number;
|
|
@@ -2541,21 +2591,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2541
2591
|
width: number;
|
|
2542
2592
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2543
2593
|
id: import("../internals/index.js").AxisId;
|
|
2544
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2545
2594
|
dataKey?: string | undefined;
|
|
2546
2595
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2596
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2547
2597
|
hideTooltip?: boolean | undefined;
|
|
2548
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2549
|
-
min:
|
|
2550
|
-
max:
|
|
2598
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2599
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2600
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2551
2601
|
}) | undefined;
|
|
2552
2602
|
ignoreTooltip?: boolean | undefined;
|
|
2553
2603
|
offset: number;
|
|
2554
|
-
scaleType: "
|
|
2555
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2556
|
-
categoryGapRatio: number;
|
|
2557
|
-
barGapRatio: number;
|
|
2558
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2604
|
+
scaleType: "sqrt";
|
|
2559
2605
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2560
2606
|
triggerTooltip?: boolean;
|
|
2561
2607
|
} | {
|
|
@@ -2570,8 +2616,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2570
2616
|
label?: string;
|
|
2571
2617
|
tickSize: number;
|
|
2572
2618
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2573
|
-
slots?: Partial<import("../
|
|
2574
|
-
slotProps?: Partial<import("../
|
|
2619
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2620
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2575
2621
|
sx?: import("@mui/system").SxProps;
|
|
2576
2622
|
tickMaxStep?: number;
|
|
2577
2623
|
tickMinStep?: number;
|
|
@@ -2584,21 +2630,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2584
2630
|
width: number;
|
|
2585
2631
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2586
2632
|
id: import("../internals/index.js").AxisId;
|
|
2587
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2588
2633
|
dataKey?: string | undefined;
|
|
2589
2634
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2635
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2590
2636
|
hideTooltip?: boolean | undefined;
|
|
2591
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2592
|
-
min:
|
|
2593
|
-
max:
|
|
2637
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2638
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2639
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2594
2640
|
}) | undefined;
|
|
2595
2641
|
ignoreTooltip?: boolean | undefined;
|
|
2596
2642
|
offset: number;
|
|
2597
|
-
scaleType: "
|
|
2598
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2599
|
-
categoryGapRatio: number;
|
|
2600
|
-
barGapRatio: number;
|
|
2601
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2643
|
+
scaleType: "sqrt";
|
|
2602
2644
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2603
2645
|
triggerTooltip?: boolean;
|
|
2604
2646
|
} | {
|
|
@@ -2613,8 +2655,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2613
2655
|
label?: string;
|
|
2614
2656
|
tickSize: number;
|
|
2615
2657
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2616
|
-
slots?: Partial<import("../
|
|
2617
|
-
slotProps?: Partial<import("../
|
|
2658
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2659
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2618
2660
|
sx?: import("@mui/system").SxProps;
|
|
2619
2661
|
tickMaxStep?: number;
|
|
2620
2662
|
tickMinStep?: number;
|
|
@@ -2627,22 +2669,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2627
2669
|
width: number;
|
|
2628
2670
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2629
2671
|
id: import("../internals/index.js").AxisId;
|
|
2630
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2631
2672
|
dataKey?: string | undefined;
|
|
2632
2673
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2674
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2633
2675
|
hideTooltip?: boolean | undefined;
|
|
2634
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2635
|
-
min:
|
|
2636
|
-
max:
|
|
2676
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2677
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2678
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2637
2679
|
}) | undefined;
|
|
2638
2680
|
ignoreTooltip?: boolean | undefined;
|
|
2639
2681
|
offset: number;
|
|
2640
|
-
scaleType: "
|
|
2641
|
-
|
|
2642
|
-
categoryGapRatio: number;
|
|
2643
|
-
barGapRatio: number;
|
|
2644
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2645
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2682
|
+
scaleType: "sqrt";
|
|
2683
|
+
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>;
|
|
2646
2684
|
triggerTooltip?: boolean;
|
|
2647
2685
|
} | {
|
|
2648
2686
|
axis?: "y";
|
|
@@ -2656,8 +2694,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2656
2694
|
label?: string;
|
|
2657
2695
|
tickSize: number;
|
|
2658
2696
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2659
|
-
slots?: Partial<import("../
|
|
2660
|
-
slotProps?: Partial<import("../
|
|
2697
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2698
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2661
2699
|
sx?: import("@mui/system").SxProps;
|
|
2662
2700
|
tickMaxStep?: number;
|
|
2663
2701
|
tickMinStep?: number;
|
|
@@ -2670,22 +2708,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2670
2708
|
width: number;
|
|
2671
2709
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2672
2710
|
id: import("../internals/index.js").AxisId;
|
|
2673
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2674
2711
|
dataKey?: string | undefined;
|
|
2675
2712
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2713
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2676
2714
|
hideTooltip?: boolean | undefined;
|
|
2677
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2678
|
-
min:
|
|
2679
|
-
max:
|
|
2715
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2716
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2717
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2680
2718
|
}) | undefined;
|
|
2681
2719
|
ignoreTooltip?: boolean | undefined;
|
|
2682
2720
|
offset: number;
|
|
2683
|
-
scaleType: "
|
|
2684
|
-
|
|
2685
|
-
categoryGapRatio: number;
|
|
2686
|
-
barGapRatio: number;
|
|
2687
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2688
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2721
|
+
scaleType: "sqrt";
|
|
2722
|
+
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>;
|
|
2689
2723
|
triggerTooltip?: boolean;
|
|
2690
2724
|
} | {
|
|
2691
2725
|
axis?: "y";
|
|
@@ -2699,8 +2733,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2699
2733
|
label?: string;
|
|
2700
2734
|
tickSize: number;
|
|
2701
2735
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2702
|
-
slots?: Partial<import("../
|
|
2703
|
-
slotProps?: Partial<import("../
|
|
2736
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2737
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2704
2738
|
sx?: import("@mui/system").SxProps;
|
|
2705
2739
|
tickMaxStep?: number;
|
|
2706
2740
|
tickMinStep?: number;
|
|
@@ -2713,21 +2747,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2713
2747
|
width: number;
|
|
2714
2748
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2715
2749
|
id: import("../internals/index.js").AxisId;
|
|
2716
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2717
2750
|
dataKey?: string | undefined;
|
|
2718
2751
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2752
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2719
2753
|
hideTooltip?: boolean | undefined;
|
|
2720
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2721
|
-
min:
|
|
2722
|
-
max:
|
|
2754
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2755
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2756
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2723
2757
|
}) | undefined;
|
|
2724
2758
|
ignoreTooltip?: boolean | undefined;
|
|
2725
2759
|
offset: number;
|
|
2726
|
-
scaleType: "
|
|
2727
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2728
|
-
categoryGapRatio: number;
|
|
2729
|
-
barGapRatio: number;
|
|
2730
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2760
|
+
scaleType: "sqrt";
|
|
2731
2761
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2732
2762
|
triggerTooltip?: boolean;
|
|
2733
2763
|
} | {
|
|
@@ -2742,8 +2772,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2742
2772
|
label?: string;
|
|
2743
2773
|
tickSize: number;
|
|
2744
2774
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2745
|
-
slots?: Partial<import("../
|
|
2746
|
-
slotProps?: Partial<import("../
|
|
2775
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2776
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2747
2777
|
sx?: import("@mui/system").SxProps;
|
|
2748
2778
|
tickMaxStep?: number;
|
|
2749
2779
|
tickMinStep?: number;
|
|
@@ -2756,22 +2786,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2756
2786
|
width: number;
|
|
2757
2787
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2758
2788
|
id: import("../internals/index.js").AxisId;
|
|
2759
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2760
2789
|
dataKey?: string | undefined;
|
|
2761
2790
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2791
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2762
2792
|
hideTooltip?: boolean | undefined;
|
|
2763
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2764
|
-
min:
|
|
2765
|
-
max:
|
|
2793
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2794
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2795
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2766
2796
|
}) | undefined;
|
|
2767
2797
|
ignoreTooltip?: boolean | undefined;
|
|
2768
2798
|
offset: number;
|
|
2769
|
-
scaleType: "
|
|
2770
|
-
|
|
2771
|
-
categoryGapRatio: number;
|
|
2772
|
-
barGapRatio: number;
|
|
2773
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2774
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2799
|
+
scaleType: "sqrt";
|
|
2800
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2775
2801
|
triggerTooltip?: boolean;
|
|
2776
2802
|
} | {
|
|
2777
2803
|
axis?: "y";
|
|
@@ -2785,8 +2811,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2785
2811
|
label?: string;
|
|
2786
2812
|
tickSize: number;
|
|
2787
2813
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2788
|
-
slots?: Partial<import("../
|
|
2789
|
-
slotProps?: Partial<import("../
|
|
2814
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2815
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2790
2816
|
sx?: import("@mui/system").SxProps;
|
|
2791
2817
|
tickMaxStep?: number;
|
|
2792
2818
|
tickMinStep?: number;
|
|
@@ -2799,22 +2825,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2799
2825
|
width: number;
|
|
2800
2826
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2801
2827
|
id: import("../internals/index.js").AxisId;
|
|
2802
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2803
2828
|
dataKey?: string | undefined;
|
|
2804
2829
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2830
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2805
2831
|
hideTooltip?: boolean | undefined;
|
|
2806
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2807
|
-
min:
|
|
2808
|
-
max:
|
|
2832
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2833
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2834
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2809
2835
|
}) | undefined;
|
|
2810
2836
|
ignoreTooltip?: boolean | undefined;
|
|
2811
2837
|
offset: number;
|
|
2812
|
-
scaleType: "
|
|
2813
|
-
|
|
2814
|
-
categoryGapRatio: number;
|
|
2815
|
-
barGapRatio: number;
|
|
2816
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2817
|
-
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>;
|
|
2838
|
+
scaleType: "sqrt";
|
|
2839
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2818
2840
|
triggerTooltip?: boolean;
|
|
2819
2841
|
} | {
|
|
2820
2842
|
axis?: "y";
|
|
@@ -2828,8 +2850,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2828
2850
|
label?: string;
|
|
2829
2851
|
tickSize: number;
|
|
2830
2852
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2831
|
-
slots?: Partial<import("../
|
|
2832
|
-
slotProps?: Partial<import("../
|
|
2853
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2854
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2833
2855
|
sx?: import("@mui/system").SxProps;
|
|
2834
2856
|
tickMaxStep?: number;
|
|
2835
2857
|
tickMinStep?: number;
|
|
@@ -2842,22 +2864,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2842
2864
|
width: number;
|
|
2843
2865
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2844
2866
|
id: import("../internals/index.js").AxisId;
|
|
2845
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2846
2867
|
dataKey?: string | undefined;
|
|
2847
2868
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2869
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2848
2870
|
hideTooltip?: boolean | undefined;
|
|
2849
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2850
|
-
min:
|
|
2851
|
-
max:
|
|
2871
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2872
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2873
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2852
2874
|
}) | undefined;
|
|
2853
2875
|
ignoreTooltip?: boolean | undefined;
|
|
2854
2876
|
offset: number;
|
|
2855
|
-
scaleType: "
|
|
2856
|
-
|
|
2857
|
-
categoryGapRatio: number;
|
|
2858
|
-
barGapRatio: number;
|
|
2859
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2860
|
-
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>;
|
|
2877
|
+
scaleType: "sqrt";
|
|
2878
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2861
2879
|
triggerTooltip?: boolean;
|
|
2862
2880
|
} | {
|
|
2863
2881
|
axis?: "y";
|
|
@@ -2871,8 +2889,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2871
2889
|
label?: string;
|
|
2872
2890
|
tickSize: number;
|
|
2873
2891
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2874
|
-
slots?: Partial<import("../
|
|
2875
|
-
slotProps?: Partial<import("../
|
|
2892
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2893
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2876
2894
|
sx?: import("@mui/system").SxProps;
|
|
2877
2895
|
tickMaxStep?: number;
|
|
2878
2896
|
tickMinStep?: number;
|
|
@@ -2885,19 +2903,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2885
2903
|
width: number;
|
|
2886
2904
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2887
2905
|
id: import("../internals/index.js").AxisId;
|
|
2888
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2889
2906
|
dataKey?: string | undefined;
|
|
2890
2907
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2908
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2891
2909
|
hideTooltip?: boolean | undefined;
|
|
2892
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2893
|
-
min:
|
|
2894
|
-
max:
|
|
2910
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2911
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2912
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2895
2913
|
}) | undefined;
|
|
2896
2914
|
ignoreTooltip?: boolean | undefined;
|
|
2897
2915
|
offset: number;
|
|
2898
|
-
scaleType: "
|
|
2899
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2900
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2916
|
+
scaleType: "utc";
|
|
2901
2917
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2902
2918
|
triggerTooltip?: boolean;
|
|
2903
2919
|
} | {
|
|
@@ -2912,8 +2928,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2912
2928
|
label?: string;
|
|
2913
2929
|
tickSize: number;
|
|
2914
2930
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2915
|
-
slots?: Partial<import("../
|
|
2916
|
-
slotProps?: Partial<import("../
|
|
2931
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2932
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2917
2933
|
sx?: import("@mui/system").SxProps;
|
|
2918
2934
|
tickMaxStep?: number;
|
|
2919
2935
|
tickMinStep?: number;
|
|
@@ -2926,19 +2942,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2926
2942
|
width: number;
|
|
2927
2943
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2928
2944
|
id: import("../internals/index.js").AxisId;
|
|
2929
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2930
2945
|
dataKey?: string | undefined;
|
|
2931
2946
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2947
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2932
2948
|
hideTooltip?: boolean | undefined;
|
|
2933
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2934
|
-
min:
|
|
2935
|
-
max:
|
|
2949
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2950
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2951
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2936
2952
|
}) | undefined;
|
|
2937
2953
|
ignoreTooltip?: boolean | undefined;
|
|
2938
2954
|
offset: number;
|
|
2939
|
-
scaleType: "
|
|
2940
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2941
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2955
|
+
scaleType: "utc";
|
|
2942
2956
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2943
2957
|
triggerTooltip?: boolean;
|
|
2944
2958
|
} | {
|
|
@@ -2953,8 +2967,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2953
2967
|
label?: string;
|
|
2954
2968
|
tickSize: number;
|
|
2955
2969
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2956
|
-
slots?: Partial<import("../
|
|
2957
|
-
slotProps?: Partial<import("../
|
|
2970
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
2971
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2958
2972
|
sx?: import("@mui/system").SxProps;
|
|
2959
2973
|
tickMaxStep?: number;
|
|
2960
2974
|
tickMinStep?: number;
|
|
@@ -2967,19 +2981,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2967
2981
|
width: number;
|
|
2968
2982
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2969
2983
|
id: import("../internals/index.js").AxisId;
|
|
2970
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2971
2984
|
dataKey?: string | undefined;
|
|
2972
2985
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2986
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2973
2987
|
hideTooltip?: boolean | undefined;
|
|
2974
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
2975
|
-
min:
|
|
2976
|
-
max:
|
|
2988
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
2989
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2990
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
2977
2991
|
}) | undefined;
|
|
2978
2992
|
ignoreTooltip?: boolean | undefined;
|
|
2979
2993
|
offset: number;
|
|
2980
|
-
scaleType: "
|
|
2981
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2982
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
2994
|
+
scaleType: "utc";
|
|
2983
2995
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2984
2996
|
triggerTooltip?: boolean;
|
|
2985
2997
|
} | {
|
|
@@ -2994,8 +3006,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2994
3006
|
label?: string;
|
|
2995
3007
|
tickSize: number;
|
|
2996
3008
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2997
|
-
slots?: Partial<import("../
|
|
2998
|
-
slotProps?: Partial<import("../
|
|
3009
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3010
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
2999
3011
|
sx?: import("@mui/system").SxProps;
|
|
3000
3012
|
tickMaxStep?: number;
|
|
3001
3013
|
tickMinStep?: number;
|
|
@@ -3008,20 +3020,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3008
3020
|
width: number;
|
|
3009
3021
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3010
3022
|
id: import("../internals/index.js").AxisId;
|
|
3011
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3012
3023
|
dataKey?: string | undefined;
|
|
3013
3024
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3025
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3014
3026
|
hideTooltip?: boolean | undefined;
|
|
3015
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3016
|
-
min:
|
|
3017
|
-
max:
|
|
3027
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3028
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3029
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3018
3030
|
}) | undefined;
|
|
3019
3031
|
ignoreTooltip?: boolean | undefined;
|
|
3020
3032
|
offset: number;
|
|
3021
|
-
scaleType: "
|
|
3022
|
-
|
|
3023
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3024
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3033
|
+
scaleType: "utc";
|
|
3034
|
+
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>;
|
|
3025
3035
|
triggerTooltip?: boolean;
|
|
3026
3036
|
} | {
|
|
3027
3037
|
axis?: "y";
|
|
@@ -3035,8 +3045,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3035
3045
|
label?: string;
|
|
3036
3046
|
tickSize: number;
|
|
3037
3047
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3038
|
-
slots?: Partial<import("../
|
|
3039
|
-
slotProps?: Partial<import("../
|
|
3048
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3049
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3040
3050
|
sx?: import("@mui/system").SxProps;
|
|
3041
3051
|
tickMaxStep?: number;
|
|
3042
3052
|
tickMinStep?: number;
|
|
@@ -3049,20 +3059,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3049
3059
|
width: number;
|
|
3050
3060
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3051
3061
|
id: import("../internals/index.js").AxisId;
|
|
3052
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3053
3062
|
dataKey?: string | undefined;
|
|
3054
3063
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3064
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3055
3065
|
hideTooltip?: boolean | undefined;
|
|
3056
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3057
|
-
min:
|
|
3058
|
-
max:
|
|
3066
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3067
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3068
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3059
3069
|
}) | undefined;
|
|
3060
3070
|
ignoreTooltip?: boolean | undefined;
|
|
3061
3071
|
offset: number;
|
|
3062
|
-
scaleType: "
|
|
3063
|
-
|
|
3064
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3065
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3072
|
+
scaleType: "utc";
|
|
3073
|
+
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>;
|
|
3066
3074
|
triggerTooltip?: boolean;
|
|
3067
3075
|
} | {
|
|
3068
3076
|
axis?: "y";
|
|
@@ -3076,8 +3084,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3076
3084
|
label?: string;
|
|
3077
3085
|
tickSize: number;
|
|
3078
3086
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3079
|
-
slots?: Partial<import("../
|
|
3080
|
-
slotProps?: Partial<import("../
|
|
3087
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3088
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3081
3089
|
sx?: import("@mui/system").SxProps;
|
|
3082
3090
|
tickMaxStep?: number;
|
|
3083
3091
|
tickMinStep?: number;
|
|
@@ -3090,19 +3098,17 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3090
3098
|
width: number;
|
|
3091
3099
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3092
3100
|
id: import("../internals/index.js").AxisId;
|
|
3093
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3094
3101
|
dataKey?: string | undefined;
|
|
3095
3102
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3103
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3096
3104
|
hideTooltip?: boolean | undefined;
|
|
3097
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3098
|
-
min:
|
|
3099
|
-
max:
|
|
3105
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3106
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3107
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3100
3108
|
}) | undefined;
|
|
3101
3109
|
ignoreTooltip?: boolean | undefined;
|
|
3102
3110
|
offset: number;
|
|
3103
|
-
scaleType: "
|
|
3104
|
-
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3105
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3111
|
+
scaleType: "utc";
|
|
3106
3112
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3107
3113
|
triggerTooltip?: boolean;
|
|
3108
3114
|
} | {
|
|
@@ -3117,8 +3123,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3117
3123
|
label?: string;
|
|
3118
3124
|
tickSize: number;
|
|
3119
3125
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3120
|
-
slots?: Partial<import("../
|
|
3121
|
-
slotProps?: Partial<import("../
|
|
3126
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3127
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3122
3128
|
sx?: import("@mui/system").SxProps;
|
|
3123
3129
|
tickMaxStep?: number;
|
|
3124
3130
|
tickMinStep?: number;
|
|
@@ -3131,20 +3137,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3131
3137
|
width: number;
|
|
3132
3138
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3133
3139
|
id: import("../internals/index.js").AxisId;
|
|
3134
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3135
3140
|
dataKey?: string | undefined;
|
|
3136
3141
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3142
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3137
3143
|
hideTooltip?: boolean | undefined;
|
|
3138
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3139
|
-
min:
|
|
3140
|
-
max:
|
|
3144
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3145
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3146
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3141
3147
|
}) | undefined;
|
|
3142
3148
|
ignoreTooltip?: boolean | undefined;
|
|
3143
3149
|
offset: number;
|
|
3144
|
-
scaleType: "
|
|
3145
|
-
|
|
3146
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3147
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3150
|
+
scaleType: "utc";
|
|
3151
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3148
3152
|
triggerTooltip?: boolean;
|
|
3149
3153
|
} | {
|
|
3150
3154
|
axis?: "y";
|
|
@@ -3158,8 +3162,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3158
3162
|
label?: string;
|
|
3159
3163
|
tickSize: number;
|
|
3160
3164
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3161
|
-
slots?: Partial<import("../
|
|
3162
|
-
slotProps?: Partial<import("../
|
|
3165
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3166
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3163
3167
|
sx?: import("@mui/system").SxProps;
|
|
3164
3168
|
tickMaxStep?: number;
|
|
3165
3169
|
tickMinStep?: number;
|
|
@@ -3172,20 +3176,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3172
3176
|
width: number;
|
|
3173
3177
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3174
3178
|
id: import("../internals/index.js").AxisId;
|
|
3175
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3176
3179
|
dataKey?: string | undefined;
|
|
3177
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;
|
|
3178
3182
|
hideTooltip?: boolean | undefined;
|
|
3179
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3180
|
-
min:
|
|
3181
|
-
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;
|
|
3182
3186
|
}) | undefined;
|
|
3183
3187
|
ignoreTooltip?: boolean | undefined;
|
|
3184
3188
|
offset: number;
|
|
3185
|
-
scaleType: "
|
|
3186
|
-
|
|
3187
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3188
|
-
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>;
|
|
3189
|
+
scaleType: "utc";
|
|
3190
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3189
3191
|
triggerTooltip?: boolean;
|
|
3190
3192
|
} | {
|
|
3191
3193
|
axis?: "y";
|
|
@@ -3199,8 +3201,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3199
3201
|
label?: string;
|
|
3200
3202
|
tickSize: number;
|
|
3201
3203
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3202
|
-
slots?: Partial<import("../
|
|
3203
|
-
slotProps?: Partial<import("../
|
|
3204
|
+
slots?: Partial<import("../index.js").ChartsAxisSlots>;
|
|
3205
|
+
slotProps?: Partial<import("../index.js").ChartsAxisSlotProps>;
|
|
3204
3206
|
sx?: import("@mui/system").SxProps;
|
|
3205
3207
|
tickMaxStep?: number;
|
|
3206
3208
|
tickMinStep?: number;
|
|
@@ -3213,20 +3215,18 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3213
3215
|
width: number;
|
|
3214
3216
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3215
3217
|
id: import("../internals/index.js").AxisId;
|
|
3216
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3217
3218
|
dataKey?: string | undefined;
|
|
3218
3219
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3220
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
3219
3221
|
hideTooltip?: boolean | undefined;
|
|
3220
|
-
domainLimit?: "nice" | "strict" | ((min:
|
|
3221
|
-
min:
|
|
3222
|
-
max:
|
|
3222
|
+
domainLimit?: "nice" | "strict" | ((min: import("@mui/x-charts-vendor/d3-scale").NumberValue, max: import("@mui/x-charts-vendor/d3-scale").NumberValue) => {
|
|
3223
|
+
min: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3224
|
+
max: import("@mui/x-charts-vendor/d3-scale").NumberValue;
|
|
3223
3225
|
}) | undefined;
|
|
3224
3226
|
ignoreTooltip?: boolean | undefined;
|
|
3225
3227
|
offset: number;
|
|
3226
|
-
scaleType: "
|
|
3227
|
-
|
|
3228
|
-
groups?: import("../internals/index.js").AxisGroup[];
|
|
3229
|
-
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3228
|
+
scaleType: "utc";
|
|
3229
|
+
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3230
3230
|
triggerTooltip?: boolean;
|
|
3231
3231
|
};
|
|
3232
3232
|
tickNumber: number;
|
|
@@ -3238,12 +3238,13 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3238
3238
|
lineHeight?: number | undefined;
|
|
3239
3239
|
ownerState: any;
|
|
3240
3240
|
string?: number | string | undefined | undefined;
|
|
3241
|
-
mask?: string | undefined | undefined;
|
|
3242
3241
|
fill?: string | undefined | undefined;
|
|
3243
3242
|
type?: string | undefined | undefined;
|
|
3244
3243
|
filter?: string | undefined | undefined;
|
|
3245
3244
|
values?: string | undefined | undefined;
|
|
3245
|
+
slot?: string | undefined | undefined;
|
|
3246
3246
|
clipPath?: string | undefined | undefined;
|
|
3247
|
+
mask?: string | undefined | undefined;
|
|
3247
3248
|
path?: string | undefined | undefined;
|
|
3248
3249
|
direction?: number | string | undefined | undefined;
|
|
3249
3250
|
spacing?: number | string | undefined | undefined;
|
|
@@ -3318,8 +3319,10 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3318
3319
|
className?: string | undefined | undefined;
|
|
3319
3320
|
id?: string | undefined | undefined;
|
|
3320
3321
|
lang?: string | undefined | undefined;
|
|
3322
|
+
nonce?: string | undefined | undefined;
|
|
3321
3323
|
tabIndex?: number | undefined | undefined;
|
|
3322
3324
|
role?: import("react").AriaRole | undefined;
|
|
3325
|
+
part?: string | undefined | undefined;
|
|
3323
3326
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
3324
3327
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3325
3328
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -3545,6 +3548,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3545
3548
|
onTransitionRunCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3546
3549
|
onTransitionStart?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3547
3550
|
onTransitionStartCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3551
|
+
min?: number | string | undefined | undefined;
|
|
3552
|
+
max?: number | string | undefined | undefined;
|
|
3548
3553
|
href?: string | undefined | undefined;
|
|
3549
3554
|
media?: string | undefined | undefined;
|
|
3550
3555
|
target?: string | undefined | undefined;
|
|
@@ -3555,8 +3560,6 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3555
3560
|
hanging?: number | string | undefined | undefined;
|
|
3556
3561
|
mathematical?: number | string | undefined | undefined;
|
|
3557
3562
|
origin?: number | string | undefined | undefined;
|
|
3558
|
-
min?: number | string | undefined | undefined;
|
|
3559
|
-
max?: number | string | undefined | undefined;
|
|
3560
3563
|
radius?: number | string | undefined | undefined;
|
|
3561
3564
|
method?: string | undefined | undefined;
|
|
3562
3565
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|