@mui/x-charts 9.6.0 → 9.8.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.mts +2 -2
- package/BarChart/AnimatedBarElement.d.ts +2 -2
- package/BarChart/BarChart.d.mts +12 -12
- package/BarChart/BarChart.d.ts +12 -12
- package/BarChart/BarChart.plugins.d.mts +9 -9
- package/BarChart/BarChart.plugins.d.ts +9 -9
- package/BarChart/BarElement.d.mts +3 -3
- package/BarChart/BarElement.d.ts +3 -3
- package/BarChart/BarLabel/BarLabel.d.mts +1 -1
- package/BarChart/BarLabel/BarLabel.d.ts +1 -1
- package/BarChart/BarLabel/BarLabel.types.d.mts +2 -2
- package/BarChart/BarLabel/BarLabel.types.d.ts +2 -2
- package/BarChart/BarLabel/BarLabelItem.d.mts +4 -4
- package/BarChart/BarLabel/BarLabelItem.d.ts +4 -4
- package/BarChart/BarLabel/BarLabelPlot.d.mts +3 -3
- package/BarChart/BarLabel/BarLabelPlot.d.ts +3 -3
- package/BarChart/BarLabel/getBarLabel.d.mts +3 -3
- package/BarChart/BarLabel/getBarLabel.d.ts +3 -3
- package/BarChart/BarPlot.d.mts +4 -4
- package/BarChart/BarPlot.d.ts +4 -4
- package/BarChart/BatchBarPlot/BatchBarPlot.d.mts +1 -1
- package/BarChart/BatchBarPlot/BatchBarPlot.d.ts +1 -1
- package/BarChart/IndividualBarPlot.d.mts +3 -3
- package/BarChart/IndividualBarPlot.d.ts +3 -3
- package/BarChart/barClasses.d.mts +1 -1
- package/BarChart/barClasses.d.ts +1 -1
- package/BarChart/checkBarChartScaleErrors.d.mts +2 -2
- package/BarChart/checkBarChartScaleErrors.d.ts +2 -2
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +1 -1
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +1 -1
- package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.mts +1 -1
- package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +1 -1
- package/BarChart/useBarChartProps.d.mts +10 -10
- package/BarChart/useBarChartProps.d.ts +10 -10
- package/BarChart/useBarPlotData.d.mts +5 -5
- package/BarChart/useBarPlotData.d.ts +5 -5
- package/BarChart/useRegisterItemClickHandlers.d.mts +1 -1
- package/BarChart/useRegisterItemClickHandlers.d.ts +1 -1
- package/CHANGELOG.md +241 -2
- package/ChartsAxis/ChartsAxis.d.mts +1 -1
- package/ChartsAxis/ChartsAxis.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.mts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.mts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.mts +2 -2
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +2 -2
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.mts +2 -2
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +2 -2
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.mts +2 -2
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.ts +2 -2
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.mts +1 -1
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.ts +1 -1
- package/ChartsContainer/ChartsContainer.d.mts +5 -5
- package/ChartsContainer/ChartsContainer.d.ts +5 -5
- package/ChartsContainer/useChartsContainerProps.d.mts +5 -5
- package/ChartsContainer/useChartsContainerProps.d.ts +5 -5
- package/ChartsDataProvider/ChartsDataProvider.d.mts +6 -6
- package/ChartsDataProvider/ChartsDataProvider.d.ts +6 -6
- package/ChartsDataProvider/useChartsDataProviderProps.d.mts +5 -5
- package/ChartsDataProvider/useChartsDataProviderProps.d.ts +5 -5
- package/ChartsGrid/ChartsGrid.d.mts +1 -1
- package/ChartsGrid/ChartsGrid.d.ts +1 -1
- package/ChartsGrid/ChartsHorizontalGrid.d.mts +2 -2
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/ChartsGrid/ChartsVerticalGrid.d.mts +2 -2
- package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/ChartsLabel/ChartsLabel.d.mts +2 -2
- package/ChartsLabel/ChartsLabel.d.ts +2 -2
- package/ChartsLabel/ChartsLabelGradient.d.mts +2 -2
- package/ChartsLabel/ChartsLabelGradient.d.ts +2 -2
- package/ChartsLabel/ChartsLabelMark.d.mts +2 -2
- package/ChartsLabel/ChartsLabelMark.d.ts +2 -2
- package/ChartsLayerContainer/ChartsLayerContainer.d.mts +1 -1
- package/ChartsLayerContainer/ChartsLayerContainer.d.ts +1 -1
- package/ChartsLegend/ChartsLegend.d.mts +3 -3
- package/ChartsLegend/ChartsLegend.d.ts +3 -3
- package/ChartsLegend/ContinuousColorLegend.d.mts +6 -6
- package/ChartsLegend/ContinuousColorLegend.d.ts +6 -6
- package/ChartsLegend/PiecewiseColorLegend.d.mts +8 -8
- package/ChartsLegend/PiecewiseColorLegend.d.ts +8 -8
- package/ChartsLegend/chartsLegend.types.d.mts +3 -3
- package/ChartsLegend/chartsLegend.types.d.ts +3 -3
- package/ChartsLegend/colorLegend.types.d.mts +1 -1
- package/ChartsLegend/colorLegend.types.d.ts +1 -1
- package/ChartsLegend/legend.types.d.mts +1 -1
- package/ChartsLegend/legend.types.d.ts +1 -1
- package/ChartsLegend/legendContext.types.d.mts +2 -2
- package/ChartsLegend/legendContext.types.d.ts +2 -2
- package/ChartsLegend/onClickContextBuilder.d.mts +1 -1
- package/ChartsLegend/onClickContextBuilder.d.ts +1 -1
- package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.mts +1 -1
- package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +1 -1
- package/ChartsLegend/useAxis.d.mts +3 -3
- package/ChartsLegend/useAxis.d.ts +3 -3
- package/ChartsOverlay/ChartsOverlay.d.mts +2 -2
- package/ChartsOverlay/ChartsOverlay.d.ts +2 -2
- package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.mts +1 -1
- package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.ts +1 -1
- package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.mts +2 -2
- package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.ts +2 -2
- package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.mts +2 -2
- package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.ts +2 -2
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.mts +6 -6
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.ts +6 -6
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.plugins.d.mts +6 -6
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.plugins.d.ts +6 -6
- package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.mts +5 -5
- package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.ts +5 -5
- package/ChartsRadialGrid/ChartsRadialGrid.d.mts +1 -1
- package/ChartsRadialGrid/ChartsRadialGrid.d.ts +1 -1
- package/ChartsRadialGrid/ChartsRadiusGrid.d.mts +2 -2
- package/ChartsRadialGrid/ChartsRadiusGrid.d.ts +2 -2
- package/ChartsRadialGrid/ChartsRotationGrid.d.mts +2 -2
- package/ChartsRadialGrid/ChartsRotationGrid.d.ts +2 -2
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.mts +1 -1
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.ts +1 -1
- package/ChartsReferenceLine/ChartsReferenceLine.d.mts +3 -3
- package/ChartsReferenceLine/ChartsReferenceLine.d.ts +3 -3
- package/ChartsReferenceLine/ChartsXReferenceLine.d.mts +2 -2
- package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +2 -2
- package/ChartsReferenceLine/ChartsYReferenceLine.d.mts +2 -2
- package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +2 -2
- package/ChartsReferenceLine/common.d.mts +3 -3
- package/ChartsReferenceLine/common.d.ts +3 -3
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.mts +1 -1
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.ts +1 -1
- package/ChartsSurface/ChartsSurface.d.mts +2 -2
- package/ChartsSurface/ChartsSurface.d.ts +2 -2
- package/ChartsSvgLayer/ChartsSvgLayer.d.mts +1 -1
- package/ChartsSvgLayer/ChartsSvgLayer.d.ts +1 -1
- package/ChartsText/ChartsText.d.mts +1 -1
- package/ChartsText/ChartsText.d.ts +1 -1
- package/ChartsText/defaultTextPlacement.d.mts +1 -1
- package/ChartsText/defaultTextPlacement.d.ts +1 -1
- package/ChartsTooltip/ChartTooltip.types.d.mts +2 -2
- package/ChartsTooltip/ChartTooltip.types.d.ts +2 -2
- package/ChartsTooltip/ChartsAxisTooltipContent.d.mts +2 -2
- package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +2 -2
- package/ChartsTooltip/ChartsAxisTooltipContent.js +9 -2
- package/ChartsTooltip/ChartsAxisTooltipContent.mjs +9 -2
- package/ChartsTooltip/ChartsItemTooltipContent.d.mts +2 -2
- package/ChartsTooltip/ChartsItemTooltipContent.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltip.d.mts +2 -2
- package/ChartsTooltip/ChartsTooltip.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltipContainer.d.mts +3 -3
- package/ChartsTooltip/ChartsTooltipContainer.d.ts +3 -3
- package/ChartsTooltip/ChartsTooltipContainer.js +14 -3
- package/ChartsTooltip/ChartsTooltipContainer.mjs +15 -4
- package/ChartsTooltip/useAxesTooltip.d.mts +4 -4
- package/ChartsTooltip/useAxesTooltip.d.ts +4 -4
- package/ChartsTooltip/useItemTooltip.d.mts +1 -1
- package/ChartsTooltip/useItemTooltip.d.ts +1 -1
- package/ChartsWrapper/ChartsWrapper.d.mts +3 -3
- package/ChartsWrapper/ChartsWrapper.d.ts +3 -3
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.mts +1 -1
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -1
- package/ChartsXAxis/ChartsGroupedXAxisTicks.js +3 -13
- package/ChartsXAxis/ChartsGroupedXAxisTicks.mjs +2 -12
- package/ChartsXAxis/ChartsXAxis.d.mts +1 -1
- package/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/ChartsXAxis/getVisibleLabels.d.mts +2 -2
- package/ChartsXAxis/getVisibleLabels.d.ts +2 -2
- package/ChartsXAxis/shortenLabels.d.mts +3 -3
- package/ChartsXAxis/shortenLabels.d.ts +3 -3
- package/ChartsXAxis/useAxisTicksProps.d.mts +3 -2
- package/ChartsXAxis/useAxisTicksProps.d.ts +3 -2
- package/ChartsXAxis/utilities.d.mts +1 -1
- package/ChartsXAxis/utilities.d.ts +1 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.mts +1 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.js +4 -16
- package/ChartsYAxis/ChartsGroupedYAxisTicks.mjs +3 -13
- package/ChartsYAxis/ChartsYAxis.d.mts +1 -1
- package/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/ChartsYAxis/shortenLabels.d.mts +3 -3
- package/ChartsYAxis/shortenLabels.d.ts +3 -3
- package/ChartsYAxis/useAxisTicksProps.d.mts +3 -2
- package/ChartsYAxis/useAxisTicksProps.d.ts +3 -2
- package/ChartsYAxis/utilities.d.mts +1 -1
- package/ChartsYAxis/utilities.d.ts +1 -1
- package/Gauge/Gauge.d.mts +3 -3
- package/Gauge/Gauge.d.ts +3 -3
- package/Gauge/GaugeContainer.d.mts +4 -4
- package/Gauge/GaugeContainer.d.ts +4 -4
- package/Gauge/GaugeValueText.d.mts +1 -1
- package/Gauge/GaugeValueText.d.ts +1 -1
- package/LineChart/AppearingMask.d.mts +1 -1
- package/LineChart/AppearingMask.d.ts +1 -1
- package/LineChart/AreaElement.d.mts +5 -5
- package/LineChart/AreaElement.d.ts +5 -5
- package/LineChart/AreaElement.js +1 -1
- package/LineChart/AreaElement.mjs +1 -1
- package/LineChart/AreaPlot.d.mts +2 -2
- package/LineChart/AreaPlot.d.ts +2 -2
- package/LineChart/CircleMarkElement.d.mts +2 -2
- package/LineChart/CircleMarkElement.d.ts +2 -2
- package/LineChart/LineChart.d.mts +14 -14
- package/LineChart/LineChart.d.ts +14 -14
- package/LineChart/LineChart.plugins.d.mts +9 -9
- package/LineChart/LineChart.plugins.d.ts +9 -9
- package/LineChart/LineElement.d.mts +5 -5
- package/LineChart/LineElement.d.ts +5 -5
- package/LineChart/LineHighlightElement.d.mts +1 -1
- package/LineChart/LineHighlightElement.d.ts +1 -1
- package/LineChart/LineHighlightPlot.d.mts +2 -2
- package/LineChart/LineHighlightPlot.d.ts +2 -2
- package/LineChart/LinePlot.d.mts +2 -2
- package/LineChart/LinePlot.d.ts +2 -2
- package/LineChart/MarkElement.d.mts +9 -1
- package/LineChart/MarkElement.d.ts +9 -1
- package/LineChart/MarkPlot.d.mts +2 -2
- package/LineChart/MarkPlot.d.ts +2 -2
- package/LineChart/lineClasses.d.mts +0 -9
- package/LineChart/lineClasses.d.ts +0 -9
- package/LineChart/lineClasses.js +0 -1
- package/LineChart/lineClasses.mjs +1 -1
- package/LineChart/seriesConfig/extremums.d.mts +1 -1
- package/LineChart/seriesConfig/extremums.d.ts +1 -1
- package/LineChart/seriesConfig/getColor.d.mts +1 -1
- package/LineChart/seriesConfig/getColor.d.ts +1 -1
- package/LineChart/seriesConfig/index.d.mts +1 -1
- package/LineChart/seriesConfig/index.d.ts +1 -1
- package/LineChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/LineChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/LineChart/seriesConfig/legend.d.mts +1 -1
- package/LineChart/seriesConfig/legend.d.ts +1 -1
- package/LineChart/useAreaPlotData.d.mts +3 -3
- package/LineChart/useAreaPlotData.d.ts +3 -3
- package/LineChart/useLineChartProps.d.mts +12 -12
- package/LineChart/useLineChartProps.d.ts +12 -12
- package/LineChart/useLineChartProps.mjs +0 -1
- package/LineChart/useLinePlotData.d.mts +3 -3
- package/LineChart/useLinePlotData.d.ts +3 -3
- package/LineChart/useMarkPlotData.d.mts +4 -4
- package/LineChart/useMarkPlotData.d.ts +4 -4
- package/PieChart/FocusedPieArc.d.mts +1 -1
- package/PieChart/FocusedPieArc.d.ts +1 -1
- package/PieChart/PieArc.d.mts +1 -1
- package/PieChart/PieArc.d.ts +1 -1
- package/PieChart/PieArcLabel.d.mts +2 -2
- package/PieChart/PieArcLabel.d.ts +2 -2
- package/PieChart/PieArcLabelPlot.d.mts +2 -2
- package/PieChart/PieArcLabelPlot.d.ts +2 -2
- package/PieChart/PieArcPlot.d.mts +2 -2
- package/PieChart/PieArcPlot.d.ts +2 -2
- package/PieChart/PieChart.d.mts +11 -11
- package/PieChart/PieChart.d.ts +11 -11
- package/PieChart/PieChart.plugins.d.mts +6 -6
- package/PieChart/PieChart.plugins.d.ts +6 -6
- package/PieChart/PiePlot.d.mts +2 -2
- package/PieChart/PiePlot.d.ts +2 -2
- package/PieChart/dataTransform/useTransformData.d.mts +1 -1
- package/PieChart/dataTransform/useTransformData.d.ts +1 -1
- package/PieChart/getPieCoordinates.d.mts +2 -2
- package/PieChart/getPieCoordinates.d.ts +2 -2
- package/PieChart/pieClasses.d.mts +1 -1
- package/PieChart/pieClasses.d.ts +1 -1
- package/PieChart/seriesConfig/getColor.d.mts +1 -1
- package/PieChart/seriesConfig/getColor.d.ts +1 -1
- package/PieChart/seriesConfig/index.d.mts +1 -1
- package/PieChart/seriesConfig/index.d.ts +1 -1
- package/PieChart/seriesConfig/legend.d.mts +1 -1
- package/PieChart/seriesConfig/legend.d.ts +1 -1
- package/PieChart/seriesConfig/seriesProcessor.d.mts +1 -1
- package/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.d.mts +2 -2
- package/RadarChart/RadarAxis/RadarAxis.d.ts +2 -2
- package/RadarChart/RadarAxis/RadarAxis.utils.d.mts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +1 -1
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.mts +1 -1
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -1
- package/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.mts +4 -4
- package/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.ts +4 -4
- package/RadarChart/RadarChart.d.mts +11 -11
- package/RadarChart/RadarChart.d.ts +11 -11
- package/RadarChart/RadarChart.plugins.d.mts +6 -6
- package/RadarChart/RadarChart.plugins.d.ts +6 -6
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.mts +6 -6
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +6 -6
- package/RadarChart/RadarDataProvider/radar.types.d.mts +1 -1
- package/RadarChart/RadarDataProvider/radar.types.d.ts +1 -1
- package/RadarChart/RadarGrid/CircularRadarGrid.d.mts +1 -1
- package/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/CircularRadarStripes.d.mts +1 -1
- package/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.d.mts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.types.d.mts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.types.d.ts +1 -1
- package/RadarChart/RadarGrid/SharpRadarGrid.d.mts +1 -1
- package/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/SharpRadarStripes.d.mts +1 -1
- package/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.mts +2 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +2 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.mts +3 -3
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +3 -3
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.mts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.mts +2 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -2
- package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.mts +1 -1
- package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.mts +1 -1
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +1 -1
- package/RadarChart/seriesConfig/extremums.d.mts +1 -1
- package/RadarChart/seriesConfig/extremums.d.ts +1 -1
- package/RadarChart/seriesConfig/getColor.d.mts +1 -1
- package/RadarChart/seriesConfig/getColor.d.ts +1 -1
- package/RadarChart/seriesConfig/index.d.mts +1 -1
- package/RadarChart/seriesConfig/index.d.ts +1 -1
- package/RadarChart/seriesConfig/legend.d.mts +1 -1
- package/RadarChart/seriesConfig/legend.d.ts +1 -1
- package/RadarChart/seriesConfig/seriesProcessor.d.mts +1 -1
- package/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/RadarChart/useRadarChartProps.d.mts +7 -7
- package/RadarChart/useRadarChartProps.d.ts +7 -7
- package/ScatterChart/BatchScatter.d.mts +3 -3
- package/ScatterChart/BatchScatter.d.ts +3 -3
- package/ScatterChart/Scatter.d.mts +4 -4
- package/ScatterChart/Scatter.d.ts +4 -4
- package/ScatterChart/ScatterChart.d.mts +13 -13
- package/ScatterChart/ScatterChart.d.ts +13 -13
- package/ScatterChart/ScatterChart.plugins.d.mts +11 -11
- package/ScatterChart/ScatterChart.plugins.d.ts +11 -11
- package/ScatterChart/ScatterMarker.d.mts +1 -1
- package/ScatterChart/ScatterMarker.d.ts +1 -1
- package/ScatterChart/ScatterPlot.d.mts +1 -1
- package/ScatterChart/ScatterPlot.d.ts +1 -1
- package/ScatterChart/async/ScatterAsync.d.mts +7 -1
- package/ScatterChart/async/ScatterAsync.d.ts +7 -1
- package/ScatterChart/async/ScatterAsync.js +32 -10
- package/ScatterChart/async/ScatterAsync.mjs +31 -10
- package/ScatterChart/async/ScatterAsyncBatch.d.mts +13 -8
- package/ScatterChart/async/ScatterAsyncBatch.d.ts +13 -8
- package/ScatterChart/async/ScatterAsyncBatch.js +17 -11
- package/ScatterChart/async/ScatterAsyncBatch.mjs +18 -12
- package/ScatterChart/async/scatterRenderData.selectors.d.mts +22 -25
- package/ScatterChart/async/scatterRenderData.selectors.d.ts +22 -25
- package/ScatterChart/async/scatterRenderData.selectors.js +34 -49
- package/ScatterChart/async/scatterRenderData.selectors.mjs +33 -48
- package/ScatterChart/seriesConfig/extremums.d.mts +1 -1
- package/ScatterChart/seriesConfig/extremums.d.ts +1 -1
- package/ScatterChart/seriesConfig/getColor.d.mts +1 -1
- package/ScatterChart/seriesConfig/getColor.d.ts +1 -1
- package/ScatterChart/seriesConfig/getMarkerSize.d.mts +2 -2
- package/ScatterChart/seriesConfig/getMarkerSize.d.ts +2 -2
- package/ScatterChart/seriesConfig/index.d.mts +1 -1
- package/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/ScatterChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/ScatterChart/seriesConfig/legend.d.mts +1 -1
- package/ScatterChart/seriesConfig/legend.d.ts +1 -1
- package/ScatterChart/seriesConfig/seriesProcessor.d.mts +1 -1
- package/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/ScatterChart/useScatterChartProps.d.mts +7 -7
- package/ScatterChart/useScatterChartProps.d.ts +7 -7
- package/ScatterChart/useScatterItemPosition.d.mts +1 -1
- package/ScatterChart/useScatterItemPosition.d.ts +1 -1
- package/ScatterChart/useScatterPlotData.d.mts +3 -3
- package/ScatterChart/useScatterPlotData.d.ts +3 -3
- package/SparkLineChart/SparkLineChart.d.mts +3 -3
- package/SparkLineChart/SparkLineChart.d.ts +3 -3
- package/Toolbar/Toolbar.d.mts +1 -1
- package/Toolbar/Toolbar.d.ts +1 -1
- package/Toolbar/ToolbarButton.d.mts +2 -2
- package/Toolbar/ToolbarButton.d.ts +2 -2
- package/colorPalettes/categorical/blueberryTwilight.d.mts +1 -1
- package/colorPalettes/categorical/blueberryTwilight.d.ts +1 -1
- package/colorPalettes/categorical/cheerfulFiesta.d.mts +1 -1
- package/colorPalettes/categorical/cheerfulFiesta.d.ts +1 -1
- package/colorPalettes/categorical/mangoFusion.d.mts +1 -1
- package/colorPalettes/categorical/mangoFusion.d.ts +1 -1
- package/colorPalettes/categorical/rainbowSurge.d.mts +1 -1
- package/colorPalettes/categorical/rainbowSurge.d.ts +1 -1
- package/colorPalettes/sequential/blue.d.mts +1 -1
- package/colorPalettes/sequential/blue.d.ts +1 -1
- package/colorPalettes/sequential/cyan.d.mts +1 -1
- package/colorPalettes/sequential/cyan.d.ts +1 -1
- package/colorPalettes/sequential/green.d.mts +1 -1
- package/colorPalettes/sequential/green.d.ts +1 -1
- package/colorPalettes/sequential/orange.d.mts +1 -1
- package/colorPalettes/sequential/orange.d.ts +1 -1
- package/colorPalettes/sequential/pink.d.mts +1 -1
- package/colorPalettes/sequential/pink.d.ts +1 -1
- package/colorPalettes/sequential/purple.d.mts +1 -1
- package/colorPalettes/sequential/purple.d.ts +1 -1
- package/colorPalettes/sequential/red.d.mts +1 -1
- package/colorPalettes/sequential/red.d.ts +1 -1
- package/colorPalettes/sequential/strawberrySky.d.mts +1 -1
- package/colorPalettes/sequential/strawberrySky.d.ts +1 -1
- package/colorPalettes/sequential/yellow.d.mts +1 -1
- package/colorPalettes/sequential/yellow.d.ts +1 -1
- package/context/ChartsProvider/ChartsProvider.d.mts +1 -1
- package/context/ChartsProvider/ChartsProvider.d.ts +1 -1
- package/context/ChartsProvider/ChartsProvider.types.d.mts +1 -1
- package/context/ChartsProvider/ChartsProvider.types.d.ts +1 -1
- package/context/ChartsProvider/useChartsContext.d.mts +2 -2
- package/context/ChartsProvider/useChartsContext.d.ts +2 -2
- package/context/ChartsSlotsContext.d.mts +1 -1
- package/context/ChartsSlotsContext.d.ts +1 -1
- package/context/useChartApiContext.d.mts +1 -1
- package/context/useChartApiContext.d.ts +1 -1
- package/hooks/index.d.mts +2 -1
- package/hooks/index.d.ts +2 -1
- package/hooks/index.js +10 -2
- package/hooks/index.mjs +2 -1
- package/hooks/useAxis.d.mts +1 -1
- package/hooks/useAxis.d.ts +1 -1
- package/hooks/useAxisCoordinates.d.mts +2 -2
- package/hooks/useAxisCoordinates.d.ts +2 -2
- package/hooks/useAxisTicks.d.mts +2 -2
- package/hooks/useAxisTicks.d.ts +2 -2
- package/hooks/useBarSeries.d.mts +3 -3
- package/hooks/useBarSeries.d.ts +3 -3
- package/hooks/useChartGradientId.d.mts +1 -1
- package/hooks/useChartGradientId.d.ts +1 -1
- package/hooks/useColorScale.d.mts +1 -1
- package/hooks/useColorScale.d.ts +1 -1
- package/hooks/useDataset.d.mts +1 -1
- package/hooks/useDataset.d.ts +1 -1
- package/hooks/useItemHighlightStateGetter.d.mts +1 -1
- package/hooks/useItemHighlightStateGetter.d.ts +1 -1
- package/hooks/useLineSeries.d.mts +3 -3
- package/hooks/useLineSeries.d.ts +3 -3
- package/hooks/usePolarGeometry.d.mts +51 -0
- package/hooks/usePolarGeometry.d.ts +51 -0
- package/hooks/usePolarGeometry.js +47 -0
- package/hooks/usePolarGeometry.mjs +41 -0
- package/hooks/useRadarSeries.d.mts +3 -3
- package/hooks/useRadarSeries.d.ts +3 -3
- package/hooks/useScatterSeries.d.mts +3 -3
- package/hooks/useScatterSeries.d.ts +3 -3
- package/hooks/useTicksGrouped.d.mts +1 -1
- package/hooks/useTicksGrouped.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/animation/Transition.mjs +0 -1
- package/internals/animation/animation.d.mts +1 -1
- package/internals/animation/animation.d.ts +1 -1
- package/internals/colorScale.d.mts +2 -2
- package/internals/colorScale.d.ts +2 -2
- package/internals/commonNextFocusItem.d.mts +15 -5
- package/internals/commonNextFocusItem.d.ts +15 -5
- package/internals/commonNextFocusItem.js +6 -0
- package/internals/commonNextFocusItem.mjs +7 -0
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.mts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.mts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.mts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -1
- package/internals/configInit.d.mts +1 -1
- package/internals/configInit.d.ts +1 -1
- package/internals/createCommonKeyboardFocusHandler.d.mts +5 -1
- package/internals/createCommonKeyboardFocusHandler.d.ts +5 -1
- package/internals/createSvgIcon.d.mts +1 -1
- package/internals/createSvgIcon.d.ts +1 -1
- package/internals/dateHelpers.d.mts +3 -3
- package/internals/dateHelpers.d.ts +3 -3
- package/internals/defaultValueFormatters.d.mts +1 -1
- package/internals/defaultValueFormatters.d.ts +1 -1
- package/internals/getCurve.d.mts +1 -1
- package/internals/getCurve.d.ts +1 -1
- package/internals/getGroupingConfig.d.mts +6 -0
- package/internals/getGroupingConfig.d.ts +6 -0
- package/internals/getGroupingConfig.js +20 -0
- package/internals/getGroupingConfig.mjs +12 -0
- package/internals/getScale.d.mts +2 -2
- package/internals/getScale.d.ts +2 -2
- package/internals/getSeriesColorFn.d.mts +2 -2
- package/internals/getSeriesColorFn.d.ts +2 -2
- package/internals/invertScale.d.mts +1 -1
- package/internals/invertScale.d.ts +1 -1
- package/internals/invertTextAnchor.d.mts +1 -1
- package/internals/invertTextAnchor.d.ts +1 -1
- package/internals/isCartesian.d.mts +1 -1
- package/internals/isCartesian.d.ts +1 -1
- package/internals/isPolar.d.mts +1 -1
- package/internals/isPolar.d.ts +1 -1
- package/internals/material/index.d.mts +2 -2
- package/internals/material/index.d.ts +2 -2
- package/internals/plugins/allPlugins.d.mts +12 -12
- package/internals/plugins/allPlugins.d.ts +12 -12
- package/internals/plugins/corePlugins/corePlugins.d.mts +8 -8
- package/internals/plugins/corePlugins/corePlugins.d.ts +8 -8
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartId/useChartId.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartId/useChartId.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.mts +5 -5
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +5 -5
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.mts +4 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.mts +6 -6
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +6 -6
- package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/TooltipContent.types.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/TooltipContent.types.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.mts +19 -13
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.ts +19 -13
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesLayout.types.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesLayout.types.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.d.mts +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.d.ts +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.mts +22 -11
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.ts +22 -11
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.mts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.mts +5 -5
- package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.mts +8 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +8 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.mts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.mjs +0 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.mts +7 -7
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.ts +7 -7
- package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.mts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.mts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +3 -7
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.mjs +3 -7
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.mts +4 -4
- package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.mts +5 -5
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +5 -5
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.mts +3 -4
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.ts +3 -4
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.mts +11 -2
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.ts +11 -2
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.d.mts +6 -10
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.d.ts +6 -10
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.js +48 -27
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.mjs +49 -28
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.mts +11 -8
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.ts +11 -8
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.js +30 -41
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.mjs +29 -41
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.types.d.mts +2 -2
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.types.d.ts +2 -2
- package/internals/plugins/models/plugin.d.mts +2 -2
- package/internals/plugins/models/plugin.d.ts +2 -2
- package/internals/plugins/utils/selectors.d.mts +2 -2
- package/internals/plugins/utils/selectors.d.ts +2 -2
- package/internals/plugins/utils/useLazySelectorEffect.d.mts +1 -1
- package/internals/plugins/utils/useLazySelectorEffect.d.ts +1 -1
- package/internals/processLineLikeSeries.d.mts +1 -1
- package/internals/processLineLikeSeries.d.ts +1 -1
- package/internals/scaleGuards.d.mts +1 -1
- package/internals/scaleGuards.d.ts +1 -1
- package/internals/scales/scaleBand.js +4 -1
- package/internals/scales/scaleBand.mjs +4 -1
- package/internals/scales/scaleSymlog.d.mts +1 -1
- package/internals/scales/scaleSymlog.d.ts +1 -1
- package/internals/seriesSelectorOfType.d.mts +2 -2
- package/internals/seriesSelectorOfType.d.ts +2 -2
- package/internals/shallowEqual.d.mts +1 -1
- package/internals/shallowEqual.d.ts +1 -1
- package/internals/shallowEqual.js +1 -1
- package/internals/shallowEqual.mjs +1 -1
- package/internals/sizeScale.d.mts +2 -2
- package/internals/sizeScale.d.ts +2 -2
- package/internals/stacking/stackSeries.d.mts +3 -2
- package/internals/stacking/stackSeries.d.ts +3 -2
- package/internals/store/extractPluginParamsFromProps.d.mts +3 -3
- package/internals/store/extractPluginParamsFromProps.d.ts +3 -3
- package/internals/store/useCharts.d.mts +2 -2
- package/internals/store/useCharts.d.ts +2 -2
- package/internals/store/useCharts.types.d.mts +1 -1
- package/internals/store/useCharts.types.d.ts +1 -1
- package/internals/store/useStore.d.mts +2 -2
- package/internals/store/useStore.d.ts +2 -2
- package/locales/elGR.d.mts +1 -1
- package/locales/elGR.d.ts +1 -1
- package/locales/enUS.d.mts +1 -1
- package/locales/enUS.d.ts +1 -1
- package/locales/frFR.d.mts +1 -1
- package/locales/frFR.d.ts +1 -1
- package/locales/nbNO.d.mts +1 -1
- package/locales/nbNO.d.ts +1 -1
- package/locales/ptBR.d.mts +1 -1
- package/locales/ptBR.d.ts +1 -1
- package/locales/ptPT.d.mts +1 -1
- package/locales/ptPT.d.ts +1 -1
- package/locales/svSE.d.mts +1 -1
- package/locales/svSE.d.ts +1 -1
- package/locales/utils/chartsLocaleTextApi.d.mts +1 -1
- package/locales/utils/chartsLocaleTextApi.d.ts +1 -1
- package/locales/utils/getChartsLocalization.d.mts +1 -1
- package/locales/utils/getChartsLocalization.d.ts +1 -1
- package/models/axis.d.mts +6 -6
- package/models/axis.d.ts +6 -6
- package/models/seriesType/bar.d.mts +4 -4
- package/models/seriesType/bar.d.ts +4 -4
- package/models/seriesType/line.d.mts +3 -3
- package/models/seriesType/line.d.ts +3 -3
- package/models/seriesType/pie.d.mts +3 -3
- package/models/seriesType/pie.d.ts +3 -3
- package/models/seriesType/radar.d.mts +1 -1
- package/models/seriesType/radar.d.ts +1 -1
- package/models/seriesType/scatter.d.mts +3 -3
- package/models/seriesType/scatter.d.ts +3 -3
- package/models/slots/chartsBaseSlots.d.mts +1 -1
- package/models/slots/chartsBaseSlots.d.ts +1 -1
- package/models/z-axis.d.mts +1 -1
- package/models/z-axis.d.ts +1 -1
- package/package.json +5 -5
- package/themeAugmentation/components.d.mts +1 -1
- package/themeAugmentation/components.d.ts +1 -1
- package/themeAugmentation/overrides.d.mts +7 -7
- package/themeAugmentation/overrides.d.ts +7 -7
- package/themeAugmentation/props.d.mts +15 -15
- package/themeAugmentation/props.d.ts +15 -15
- package/utils/niceDomain.d.mts +2 -2
- package/utils/niceDomain.d.ts +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsRadialAxisClasses } from "../ChartsRadiusAxis/sharedRadialAxisClasses.js";
|
|
2
2
|
export declare const useUtilityClasses: (props: {
|
|
3
3
|
classes?: Partial<ChartsRadialAxisClasses>;
|
|
4
4
|
}) => Record<"root" | "line" | "tickContainer" | "tick" | "tickLabel", string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import type { ChartsLayerContainerProps } from "../ChartsLayerContainer/index.mjs";
|
|
4
4
|
export interface ChartsSurfaceProps extends Omit<React.SVGProps<SVGSVGElement>, 'id' | 'children' | 'className' | 'height' | 'width' | 'cx' | 'cy' | 'viewBox' | 'color' | 'ref'>, Pick<ChartsLayerContainerProps, 'title' | 'desc'> {
|
|
5
5
|
className?: string;
|
|
6
6
|
sx?: SxProps<Theme>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import type { ChartsLayerContainerProps } from "../ChartsLayerContainer/index.js";
|
|
4
4
|
export interface ChartsSurfaceProps extends Omit<React.SVGProps<SVGSVGElement>, 'id' | 'children' | 'className' | 'height' | 'width' | 'cx' | 'cy' | 'viewBox' | 'color' | 'ref'>, Pick<ChartsLayerContainerProps, 'title' | 'desc'> {
|
|
5
5
|
className?: string;
|
|
6
6
|
sx?: SxProps<Theme>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
export interface ChartsSvgLayerProps extends Omit<React.SVGProps<SVGSVGElement>, 'id' | 'children' | 'className' | 'height' | 'width' | 'cx' | 'cy' | 'viewBox' | 'color' | 'ref'> {
|
|
4
4
|
className?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
export interface ChartsSvgLayerProps extends Omit<React.SVGProps<SVGSVGElement>, 'id' | 'children' | 'className' | 'height' | 'width' | 'cx' | 'cy' | 'viewBox' | 'color' | 'ref'> {
|
|
4
4
|
className?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { GetWordsByLinesParams } from "../internals/getWordsByLines.mjs";
|
|
3
3
|
export interface ChartsTextProps extends Omit<React.SVGTextElementAttributes<SVGTextElement>, 'width' | 'ref' | 'style' | 'dominantBaseline'>, GetWordsByLinesParams {
|
|
4
4
|
/**
|
|
5
5
|
* Height of a text line (in `em`).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { GetWordsByLinesParams } from "../internals/getWordsByLines.js";
|
|
3
3
|
export interface ChartsTextProps extends Omit<React.SVGTextElementAttributes<SVGTextElement>, 'width' | 'ref' | 'style' | 'dominantBaseline'>, GetWordsByLinesParams {
|
|
4
4
|
/**
|
|
5
5
|
* Height of a text line (in `em`).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsTextStyle } from "../internals/getWordsByLines.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* Provide the text-anchor based on the angle between the text and the associated element.
|
|
4
4
|
* - 0 means the element is on top of the text, 180 bellow, and 90 on the right of the text.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsTextStyle } from "../internals/getWordsByLines.js";
|
|
2
2
|
/**
|
|
3
3
|
* Provide the text-anchor based on the angle between the text and the associated element.
|
|
4
4
|
* - 0 means the element is on top of the text, 180 bellow, and 90 on the right of the text.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartsTooltipProps } from "./ChartsTooltip.mjs";
|
|
2
|
+
import type { TriggerOptions } from "./utils.mjs";
|
|
3
3
|
import type { TooltipPropsOverrides } from "../models/chartsSlotsComponentsProps.mjs";
|
|
4
4
|
export interface ChartsTooltipSlots<T extends TriggerOptions = TriggerOptions> {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartsTooltipProps } from "./ChartsTooltip.js";
|
|
2
|
+
import type { TriggerOptions } from "./utils.js";
|
|
3
3
|
import type { TooltipPropsOverrides } from "../models/chartsSlotsComponentsProps.js";
|
|
4
4
|
export interface ChartsTooltipSlots<T extends TriggerOptions = TriggerOptions> {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.mjs";
|
|
3
3
|
export interface ChartsAxisTooltipContentClasses extends ChartsTooltipClasses {}
|
|
4
4
|
export interface ChartsAxisTooltipContentProps {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.js";
|
|
3
3
|
export interface ChartsAxisTooltipContentClasses extends ChartsTooltipClasses {}
|
|
4
4
|
export interface ChartsAxisTooltipContentProps {
|
|
5
5
|
/**
|
|
@@ -113,11 +113,18 @@ process.env.NODE_ENV !== "production" ? DefaultContent.propTypes /* remove-propt
|
|
|
113
113
|
item: _propTypes.default.shape({
|
|
114
114
|
color: _propTypes.default.string.isRequired,
|
|
115
115
|
formattedLabel: _propTypes.default.string,
|
|
116
|
-
formattedValue: _propTypes.default.
|
|
116
|
+
formattedValue: _propTypes.default.string.isRequired,
|
|
117
117
|
markShape: _propTypes.default.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']),
|
|
118
118
|
markType: _propTypes.default.oneOfType([_propTypes.default.oneOf(['circle', 'line', 'line+mark', 'square']), _propTypes.default.func]),
|
|
119
119
|
seriesId: _propTypes.default.string.isRequired,
|
|
120
|
-
value: _propTypes.default.
|
|
120
|
+
value: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.shape({
|
|
121
|
+
colorValue: _propTypes.default.any,
|
|
122
|
+
id: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]),
|
|
123
|
+
sizeValue: _propTypes.default.any,
|
|
124
|
+
x: _propTypes.default.number.isRequired,
|
|
125
|
+
y: _propTypes.default.number.isRequired,
|
|
126
|
+
z: _propTypes.default.any
|
|
127
|
+
})])
|
|
121
128
|
}).isRequired
|
|
122
129
|
} : void 0;
|
|
123
130
|
process.env.NODE_ENV !== "production" ? ChartsAxisTooltipContent.propTypes /* remove-proptypes */ = {
|
|
@@ -107,11 +107,18 @@ process.env.NODE_ENV !== "production" ? DefaultContent.propTypes /* remove-propt
|
|
|
107
107
|
item: PropTypes.shape({
|
|
108
108
|
color: PropTypes.string.isRequired,
|
|
109
109
|
formattedLabel: PropTypes.string,
|
|
110
|
-
formattedValue: PropTypes.
|
|
110
|
+
formattedValue: PropTypes.string.isRequired,
|
|
111
111
|
markShape: PropTypes.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']),
|
|
112
112
|
markType: PropTypes.oneOfType([PropTypes.oneOf(['circle', 'line', 'line+mark', 'square']), PropTypes.func]),
|
|
113
113
|
seriesId: PropTypes.string.isRequired,
|
|
114
|
-
value: PropTypes.
|
|
114
|
+
value: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
|
|
115
|
+
colorValue: PropTypes.any,
|
|
116
|
+
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
117
|
+
sizeValue: PropTypes.any,
|
|
118
|
+
x: PropTypes.number.isRequired,
|
|
119
|
+
y: PropTypes.number.isRequired,
|
|
120
|
+
z: PropTypes.any
|
|
121
|
+
})])
|
|
115
122
|
}).isRequired
|
|
116
123
|
} : void 0;
|
|
117
124
|
process.env.NODE_ENV !== "production" ? ChartsAxisTooltipContent.propTypes /* remove-proptypes */ = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.mjs";
|
|
3
3
|
export interface ChartsItemTooltipContentClasses extends ChartsTooltipClasses {}
|
|
4
4
|
export interface ChartsItemTooltipContentProps {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.js";
|
|
3
3
|
export interface ChartsItemTooltipContentClasses extends ChartsTooltipClasses {}
|
|
4
4
|
export interface ChartsItemTooltipContentProps {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartsTooltipContainerProps } from "./ChartsTooltipContainer.mjs";
|
|
2
|
+
import type { TriggerOptions } from "./utils.mjs";
|
|
3
3
|
export type ChartsTooltipProps<T extends TriggerOptions = TriggerOptions> = T extends TriggerOptions ? Omit<ChartsTooltipContainerProps<T>, 'children'> & {
|
|
4
4
|
/**
|
|
5
5
|
* Defines the sort order in which series items are displayed in the axis tooltip.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartsTooltipContainerProps } from "./ChartsTooltipContainer.js";
|
|
2
|
+
import type { TriggerOptions } from "./utils.js";
|
|
3
3
|
export type ChartsTooltipProps<T extends TriggerOptions = TriggerOptions> = T extends TriggerOptions ? Omit<ChartsTooltipContainerProps<T>, 'children'> & {
|
|
4
4
|
/**
|
|
5
5
|
* Defines the sort order in which series items are displayed in the axis tooltip.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import type { PopperProps } from '@mui/material/Popper';
|
|
3
|
+
import type { TriggerOptions } from "./utils.mjs";
|
|
4
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.mjs";
|
|
5
5
|
type PopperSlots = NonNullable<PopperProps['slots']>;
|
|
6
6
|
type PopperSlotProps = NonNullable<PopperProps['slotProps']>;
|
|
7
7
|
export interface ChartsTooltipContainerSlots extends PopperSlots {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import type { PopperProps } from '@mui/material/Popper';
|
|
3
|
+
import type { TriggerOptions } from "./utils.js";
|
|
4
|
+
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.js";
|
|
5
5
|
type PopperSlots = NonNullable<PopperProps['slots']>;
|
|
6
6
|
type PopperSlotProps = NonNullable<PopperProps['slotProps']>;
|
|
7
7
|
export interface ChartsTooltipContainerSlots extends PopperSlots {}
|
|
@@ -25,6 +25,7 @@ var _warning = require("@mui/x-internals/warning");
|
|
|
25
25
|
var _utils = require("./utils");
|
|
26
26
|
var _chartsTooltipClasses = require("./chartsTooltipClasses");
|
|
27
27
|
var _useStore = require("../internals/store/useStore");
|
|
28
|
+
var _useChartSeriesConfig = require("../internals/plugins/corePlugins/useChartSeriesConfig");
|
|
28
29
|
var _useChartInteraction = require("../internals/plugins/featurePlugins/useChartInteraction");
|
|
29
30
|
var _useChartTooltip = require("../internals/plugins/featurePlugins/useChartTooltip");
|
|
30
31
|
var _useChartCartesianTooltip = require("../internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors");
|
|
@@ -56,10 +57,13 @@ const defaultAnchorByTrigger = {
|
|
|
56
57
|
axis: 'chart',
|
|
57
58
|
none: 'pointer'
|
|
58
59
|
};
|
|
59
|
-
|
|
60
|
+
|
|
61
|
+
// The axis and null selectors take a state the item selector's state is
|
|
62
|
+
// assignable to, so they all converge to `TooltipItemPositionSelector`.
|
|
63
|
+
const getPositionSelectorByAnchor = (anchor, selectorItemPosition) => {
|
|
60
64
|
switch (anchor) {
|
|
61
65
|
case 'node':
|
|
62
|
-
return
|
|
66
|
+
return selectorItemPosition;
|
|
63
67
|
case 'chart':
|
|
64
68
|
return _useChartCartesianTooltip.selectorChartsTooltipAxisPosition;
|
|
65
69
|
default:
|
|
@@ -125,7 +129,14 @@ function ChartsTooltipContainer(inProps) {
|
|
|
125
129
|
const lastInteraction = store.use(_useChartInteraction.selectorChartsLastInteraction);
|
|
126
130
|
const pointerAnchorUnavailable = lastInteraction === 'keyboard' || pointerType === null;
|
|
127
131
|
const computedAnchor = pointerAnchorUnavailable ? defaultAnchorByTrigger[trigger] : anchor;
|
|
128
|
-
|
|
132
|
+
|
|
133
|
+
// A series type can override how its item tooltip is positioned (e.g. map
|
|
134
|
+
// shapes position from the geo projection); otherwise the generic item
|
|
135
|
+
// selector is used.
|
|
136
|
+
const tooltipItem = store.use(_useChartTooltip.selectorChartsTooltipItem);
|
|
137
|
+
const seriesConfig = store.use(_useChartSeriesConfig.selectorChartSeriesConfig);
|
|
138
|
+
const selectorItemPosition = tooltipItem && seriesConfig[tooltipItem.type]?.selectorTooltipItemPosition || _useChartTooltip.selectorChartsTooltipItemPosition;
|
|
139
|
+
const itemPosition = store.use(getPositionSelectorByAnchor(computedAnchor, selectorItemPosition), props.position);
|
|
129
140
|
const isTooltipNodeAnchored = itemPosition !== null;
|
|
130
141
|
React.useEffect(() => {
|
|
131
142
|
const svgElement = chartsLayerContainerRef.current;
|
|
@@ -18,8 +18,9 @@ import { warnOnce } from '@mui/x-internals/warning';
|
|
|
18
18
|
import { useIsFineMainPointer } from "./utils.mjs";
|
|
19
19
|
import { useUtilityClasses } from "./chartsTooltipClasses.mjs";
|
|
20
20
|
import { useStore } from "../internals/store/useStore.mjs";
|
|
21
|
+
import { selectorChartSeriesConfig } from "../internals/plugins/corePlugins/useChartSeriesConfig/index.mjs";
|
|
21
22
|
import { selectorChartsLastInteraction, selectorChartsPointerType } from "../internals/plugins/featurePlugins/useChartInteraction/index.mjs";
|
|
22
|
-
import { selectorChartsTooltipItemIsDefined, selectorChartsTooltipItemPosition } from "../internals/plugins/featurePlugins/useChartTooltip/index.mjs";
|
|
23
|
+
import { selectorChartsTooltipItem, selectorChartsTooltipItemIsDefined, selectorChartsTooltipItemPosition } from "../internals/plugins/featurePlugins/useChartTooltip/index.mjs";
|
|
23
24
|
import { selectorChartsInteractionAxisTooltip, selectorChartsTooltipAxisPosition } from "../internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.mjs";
|
|
24
25
|
import { selectorChartsInteractionPolarAxisTooltip } from "../internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.mjs";
|
|
25
26
|
import { useAxisSystem } from "../hooks/useAxisSystem.mjs";
|
|
@@ -49,10 +50,13 @@ const defaultAnchorByTrigger = {
|
|
|
49
50
|
axis: 'chart',
|
|
50
51
|
none: 'pointer'
|
|
51
52
|
};
|
|
52
|
-
|
|
53
|
+
|
|
54
|
+
// The axis and null selectors take a state the item selector's state is
|
|
55
|
+
// assignable to, so they all converge to `TooltipItemPositionSelector`.
|
|
56
|
+
const getPositionSelectorByAnchor = (anchor, selectorItemPosition) => {
|
|
53
57
|
switch (anchor) {
|
|
54
58
|
case 'node':
|
|
55
|
-
return
|
|
59
|
+
return selectorItemPosition;
|
|
56
60
|
case 'chart':
|
|
57
61
|
return selectorChartsTooltipAxisPosition;
|
|
58
62
|
default:
|
|
@@ -118,7 +122,14 @@ function ChartsTooltipContainer(inProps) {
|
|
|
118
122
|
const lastInteraction = store.use(selectorChartsLastInteraction);
|
|
119
123
|
const pointerAnchorUnavailable = lastInteraction === 'keyboard' || pointerType === null;
|
|
120
124
|
const computedAnchor = pointerAnchorUnavailable ? defaultAnchorByTrigger[trigger] : anchor;
|
|
121
|
-
|
|
125
|
+
|
|
126
|
+
// A series type can override how its item tooltip is positioned (e.g. map
|
|
127
|
+
// shapes position from the geo projection); otherwise the generic item
|
|
128
|
+
// selector is used.
|
|
129
|
+
const tooltipItem = store.use(selectorChartsTooltipItem);
|
|
130
|
+
const seriesConfig = store.use(selectorChartSeriesConfig);
|
|
131
|
+
const selectorItemPosition = tooltipItem && seriesConfig[tooltipItem.type]?.selectorTooltipItemPosition || selectorChartsTooltipItemPosition;
|
|
132
|
+
const itemPosition = store.use(getPositionSelectorByAnchor(computedAnchor, selectorItemPosition), props.position);
|
|
122
133
|
const isTooltipNodeAnchored = itemPosition !== null;
|
|
123
134
|
React.useEffect(() => {
|
|
124
135
|
const svgElement = chartsLayerContainerRef.current;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { SeriesId } from "../models/seriesType/common.mjs";
|
|
2
|
+
import type { CartesianChartSeriesType, ChartsSeriesConfig, PolarChartSeriesType } from "../models/seriesType/config.mjs";
|
|
3
|
+
import type { ComputedAxis, PolarAxisDefaultized, AxisId } from "../models/axis.mjs";
|
|
4
|
+
import type { ChartsLabelMarkProps } from "../ChartsLabel/index.mjs";
|
|
5
5
|
export interface UseAxesTooltipReturnValue<SeriesType extends CartesianChartSeriesType | PolarChartSeriesType = Exclude<CartesianChartSeriesType, 'ohlc'> | PolarChartSeriesType, AxisValueT extends string | number | Date = string | number | Date> {
|
|
6
6
|
axisDirection: SeriesType extends CartesianChartSeriesType ? 'x' | 'y' : 'rotation' | 'radius';
|
|
7
7
|
mainAxis: SeriesType extends CartesianChartSeriesType ? ComputedAxis : PolarAxisDefaultized;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { SeriesId } from "../models/seriesType/common.js";
|
|
2
|
+
import type { CartesianChartSeriesType, ChartsSeriesConfig, PolarChartSeriesType } from "../models/seriesType/config.js";
|
|
3
|
+
import type { ComputedAxis, PolarAxisDefaultized, AxisId } from "../models/axis.js";
|
|
4
|
+
import type { ChartsLabelMarkProps } from "../ChartsLabel/index.js";
|
|
5
5
|
export interface UseAxesTooltipReturnValue<SeriesType extends CartesianChartSeriesType | PolarChartSeriesType = Exclude<CartesianChartSeriesType, 'ohlc'> | PolarChartSeriesType, AxisValueT extends string | number | Date = string | number | Date> {
|
|
6
6
|
axisDirection: SeriesType extends CartesianChartSeriesType ? 'x' | 'y' : 'rotation' | 'radius';
|
|
7
7
|
mainAxis: SeriesType extends CartesianChartSeriesType ? ComputedAxis : PolarAxisDefaultized;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ChartSeriesType } from "../models/seriesType/config.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import type { ItemTooltip, ItemTooltipWithMultipleValues } from "../internals/plugins/corePlugins/useChartSeriesConfig/index.mjs";
|
|
3
3
|
export type UseItemTooltipReturnValue<SeriesType extends ChartSeriesType> = ItemTooltip<SeriesType>;
|
|
4
4
|
export type UseRadarItemTooltipReturnValue = ItemTooltipWithMultipleValues<'radar'>;
|
|
5
5
|
export declare function useInternalItemTooltip<SeriesType extends ChartSeriesType>(): (SeriesType extends 'radar' ? ItemTooltipWithMultipleValues<SeriesType> : ItemTooltip<SeriesType>) | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ChartSeriesType } from "../models/seriesType/config.js";
|
|
2
|
-
import {
|
|
2
|
+
import type { ItemTooltip, ItemTooltipWithMultipleValues } from "../internals/plugins/corePlugins/useChartSeriesConfig/index.js";
|
|
3
3
|
export type UseItemTooltipReturnValue<SeriesType extends ChartSeriesType> = ItemTooltip<SeriesType>;
|
|
4
4
|
export type UseRadarItemTooltipReturnValue = ItemTooltipWithMultipleValues<'radar'>;
|
|
5
5
|
export declare function useInternalItemTooltip<SeriesType extends ChartSeriesType>(): (SeriesType extends 'radar' ? ItemTooltipWithMultipleValues<SeriesType> : ItemTooltip<SeriesType>) | null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
3
|
+
import type { Direction } from "../ChartsLegend/index.mjs";
|
|
4
|
+
import type { Position } from "../models/index.mjs";
|
|
5
5
|
export interface ChartsWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
6
6
|
/**
|
|
7
7
|
* The position of the legend.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
3
|
+
import type { Direction } from "../ChartsLegend/index.js";
|
|
4
|
+
import type { Position } from "../models/index.js";
|
|
5
5
|
export interface ChartsWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
6
6
|
/**
|
|
7
7
|
* The position of the legend.
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
value: true
|
|
8
8
|
});
|
|
9
9
|
exports.ChartsGroupedXAxisTicks = ChartsGroupedXAxisTicks;
|
|
10
|
-
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
11
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
12
12
|
var React = _interopRequireWildcard(require("react"));
|
|
13
13
|
var _scaleGuards = require("../internals/scaleGuards");
|
|
14
14
|
var _useChartsContext = require("../context/ChartsProvider/useChartsContext");
|
|
@@ -17,18 +17,8 @@ var _useTicksGrouped = require("../hooks/useTicksGrouped");
|
|
|
17
17
|
var _useAxisTicksProps = require("./useAxisTicksProps");
|
|
18
18
|
var _useStore = require("../internals/store/useStore");
|
|
19
19
|
var _useChartAxisAutoSize = require("../internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors");
|
|
20
|
+
var _getGroupingConfig = require("../internals/getGroupingConfig");
|
|
20
21
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
|
-
const DEFAULT_GROUPING_CONFIG = {
|
|
22
|
-
tickSize: 6
|
|
23
|
-
};
|
|
24
|
-
const getGroupingConfig = (groups, groupIndex, tickSize, computedGroupTickSizes) => {
|
|
25
|
-
const config = groups[groupIndex] ?? {};
|
|
26
|
-
const defaultTickSize = tickSize ?? DEFAULT_GROUPING_CONFIG.tickSize;
|
|
27
|
-
const calculatedTickSize = defaultTickSize * groupIndex * 2 + defaultTickSize;
|
|
28
|
-
return (0, _extends2.default)({}, DEFAULT_GROUPING_CONFIG, config, {
|
|
29
|
-
tickSize: computedGroupTickSizes?.[groupIndex] ?? config.tickSize ?? calculatedTickSize
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
22
|
/**
|
|
33
23
|
* @ignore - internal component.
|
|
34
24
|
*/
|
|
@@ -87,7 +77,7 @@ function ChartsGroupedXAxisTicks(inProps) {
|
|
|
87
77
|
const tickLabel = item.formattedValue;
|
|
88
78
|
const ignoreTick = item.ignoreTick ?? false;
|
|
89
79
|
const groupIndex = item.groupIndex ?? 0;
|
|
90
|
-
const groupConfig = getGroupingConfig(groups, groupIndex, tickSize, computedGroupTickSizes);
|
|
80
|
+
const groupConfig = (0, _getGroupingConfig.getGroupingConfig)(groups, groupIndex, tickSize, computedGroupTickSizes);
|
|
91
81
|
const tickYSize = positionSign * groupConfig.tickSize;
|
|
92
82
|
const labelPositionY = positionSign * (groupConfig.tickSize + _utilities.TICK_LABEL_GAP);
|
|
93
83
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
|
|
4
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { isOrdinalScale } from "../internals/scaleGuards.mjs";
|
|
7
7
|
import { useChartsContext } from "../context/ChartsProvider/useChartsContext.mjs";
|
|
@@ -10,18 +10,8 @@ import { useTicksGrouped } from "../hooks/useTicksGrouped.mjs";
|
|
|
10
10
|
import { useAxisTicksProps } from "./useAxisTicksProps.mjs";
|
|
11
11
|
import { useStore } from "../internals/store/useStore.mjs";
|
|
12
12
|
import { selectorChartXAxisAutoSizeResults } from "../internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.mjs";
|
|
13
|
+
import { getGroupingConfig } from "../internals/getGroupingConfig.mjs";
|
|
13
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
-
const DEFAULT_GROUPING_CONFIG = {
|
|
15
|
-
tickSize: 6
|
|
16
|
-
};
|
|
17
|
-
const getGroupingConfig = (groups, groupIndex, tickSize, computedGroupTickSizes) => {
|
|
18
|
-
const config = groups[groupIndex] ?? {};
|
|
19
|
-
const defaultTickSize = tickSize ?? DEFAULT_GROUPING_CONFIG.tickSize;
|
|
20
|
-
const calculatedTickSize = defaultTickSize * groupIndex * 2 + defaultTickSize;
|
|
21
|
-
return _extends({}, DEFAULT_GROUPING_CONFIG, config, {
|
|
22
|
-
tickSize: computedGroupTickSizes?.[groupIndex] ?? config.tickSize ?? calculatedTickSize
|
|
23
|
-
});
|
|
24
|
-
};
|
|
25
15
|
/**
|
|
26
16
|
* @ignore - internal component.
|
|
27
17
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsXAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.mjs";
|
|
2
2
|
export interface ChartsXAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsXAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsXAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.js";
|
|
2
2
|
export interface ChartsXAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsXAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { TickItem } from "../hooks/useTicks.mjs";
|
|
2
|
+
import type { ChartsXAxisProps, ComputedXAxis } from "../models/axis.mjs";
|
|
3
3
|
export declare function getVisibleLabels<T extends TickItem>(xTicks: T[], {
|
|
4
4
|
tickLabelStyle: style,
|
|
5
5
|
tickLabelInterval,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { TickItem } from "../hooks/useTicks.js";
|
|
2
|
+
import type { ChartsXAxisProps, ComputedXAxis } from "../models/axis.js";
|
|
3
3
|
export declare function getVisibleLabels<T extends TickItem>(xTicks: T[], {
|
|
4
4
|
tickLabelStyle: style,
|
|
5
5
|
tickLabelInterval,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { TickItem } from "../hooks/useTicks.mjs";
|
|
2
|
+
import type { ChartsXAxisProps } from "../models/axis.mjs";
|
|
3
|
+
import type { ChartDrawingArea } from "../hooks/useDrawingArea.mjs";
|
|
4
4
|
export declare function shortenLabels(visibleLabels: Set<TickItem>, drawingArea: Pick<ChartDrawingArea, 'left' | 'width' | 'right'>, maxHeight: number, isRtl: boolean, tickLabelStyle: ChartsXAxisProps['tickLabelStyle']): Map<TickItem, string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { TickItem } from "../hooks/useTicks.js";
|
|
2
|
+
import type { ChartsXAxisProps } from "../models/axis.js";
|
|
3
|
+
import type { ChartDrawingArea } from "../hooks/useDrawingArea.js";
|
|
4
4
|
export declare function shortenLabels(visibleLabels: Set<TickItem>, drawingArea: Pick<ChartDrawingArea, 'left' | 'width' | 'right'>, maxHeight: number, isRtl: boolean, tickLabelStyle: ChartsXAxisProps['tickLabelStyle']): Map<TickItem, string>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChartsText
|
|
1
|
+
import type { ChartsXAxisProps } from "../models/axis.mjs";
|
|
2
|
+
import { ChartsText } from "../ChartsText/index.mjs";
|
|
3
|
+
import type { ChartsTextProps } from "../ChartsText/index.mjs";
|
|
3
4
|
export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
4
5
|
xScale: import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleSymLog<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLogarithmic<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScalePower<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleBand<{
|
|
5
6
|
toString(): string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChartsText
|
|
1
|
+
import type { ChartsXAxisProps } from "../models/axis.js";
|
|
2
|
+
import { ChartsText } from "../ChartsText/index.js";
|
|
3
|
+
import type { ChartsTextProps } from "../ChartsText/index.js";
|
|
3
4
|
export declare function useAxisTicksProps(inProps: ChartsXAxisProps): {
|
|
4
5
|
xScale: import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleSymLog<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLogarithmic<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScalePower<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleBand<{
|
|
5
6
|
toString(): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AxisConfig, ChartsXAxisProps } from "../models/axis.mjs";
|
|
2
2
|
export declare const useUtilityClasses: (ownerState: Pick<AxisConfig<any, any, ChartsXAxisProps>, "position" | "classes">) => Record<"root" | "line" | "label" | "tickContainer" | "tick" | "tickLabel", string>;
|
|
3
3
|
export declare const TICK_LABEL_GAP = 3;
|
|
4
4
|
export declare const AXIS_LABEL_TICK_LABEL_GAP = 4;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AxisConfig, ChartsXAxisProps } from "../models/axis.js";
|
|
2
2
|
export declare const useUtilityClasses: (ownerState: Pick<AxisConfig<any, any, ChartsXAxisProps>, "position" | "classes">) => Record<"root" | "line" | "label" | "tickContainer" | "tick" | "tickLabel", string>;
|
|
3
3
|
export declare const TICK_LABEL_GAP = 3;
|
|
4
4
|
export declare const AXIS_LABEL_TICK_LABEL_GAP = 4;
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
value: true
|
|
8
8
|
});
|
|
9
9
|
exports.ChartsGroupedYAxisTicks = ChartsGroupedYAxisTicks;
|
|
10
|
-
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
11
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
12
12
|
var React = _interopRequireWildcard(require("react"));
|
|
13
13
|
var _scaleGuards = require("../internals/scaleGuards");
|
|
14
14
|
var _useChartsContext = require("../context/ChartsProvider/useChartsContext");
|
|
@@ -17,23 +17,11 @@ var _useTicksGrouped = require("../hooks/useTicksGrouped");
|
|
|
17
17
|
var _useAxisTicksProps = require("./useAxisTicksProps");
|
|
18
18
|
var _useStore = require("../internals/store/useStore");
|
|
19
19
|
var _useChartAxisAutoSize = require("../internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors");
|
|
20
|
+
var _getGroupingConfig = require("../internals/getGroupingConfig");
|
|
20
21
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
|
-
const DEFAULT_GROUPING_CONFIG = {
|
|
22
|
-
tickSize: 6
|
|
23
|
-
};
|
|
24
|
-
const getGroupingConfig = (groups, groupIndex, tickSize, computedGroupTickSizes) => {
|
|
25
|
-
const config = groups[groupIndex] ?? {};
|
|
26
|
-
const defaultTickSize = tickSize ?? DEFAULT_GROUPING_CONFIG.tickSize;
|
|
27
|
-
const calculatedTickSize = defaultTickSize * groupIndex * 2 + defaultTickSize;
|
|
28
|
-
return (0, _extends2.default)({}, DEFAULT_GROUPING_CONFIG, config, {
|
|
29
|
-
tickSize: computedGroupTickSizes?.[groupIndex] ?? config.tickSize ?? calculatedTickSize
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
|
-
|
|
33
22
|
/**
|
|
34
23
|
* @ignore - internal component.
|
|
35
|
-
*/
|
|
36
|
-
function ChartsGroupedYAxisTicks(inProps) {
|
|
24
|
+
*/function ChartsGroupedYAxisTicks(inProps) {
|
|
37
25
|
const {
|
|
38
26
|
yScale,
|
|
39
27
|
defaultizedProps,
|
|
@@ -88,7 +76,7 @@ function ChartsGroupedYAxisTicks(inProps) {
|
|
|
88
76
|
const tickLabel = item.formattedValue;
|
|
89
77
|
const ignoreTick = item.ignoreTick ?? false;
|
|
90
78
|
const groupIndex = item.groupIndex ?? 0;
|
|
91
|
-
const groupConfig = getGroupingConfig(groups, groupIndex, tickSize, computedGroupTickSizes);
|
|
79
|
+
const groupConfig = (0, _getGroupingConfig.getGroupingConfig)(groups, groupIndex, tickSize, computedGroupTickSizes);
|
|
92
80
|
const tickXSize = positionSign * groupConfig.tickSize;
|
|
93
81
|
const labelPositionX = positionSign * (groupConfig.tickSize + _utilities.TICK_LABEL_GAP);
|
|
94
82
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|