@mui/x-charts 9.8.0 → 9.10.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 +1 -1
- package/BarChart/AnimatedBarElement.d.ts +1 -1
- package/BarChart/BarClipPath.d.mts +1 -1
- package/BarChart/BarClipPath.d.ts +1 -1
- package/BarChart/BarElement.d.mts +1 -1
- package/BarChart/BarElement.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelItem.d.mts +1 -1
- package/BarChart/BarLabel/BarLabelItem.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelPlot.d.mts +2 -1
- package/BarChart/BarLabel/BarLabelPlot.d.ts +2 -1
- package/BarChart/BatchBarPlot/BarGroup.d.mts +1 -1
- package/BarChart/BatchBarPlot/BarGroup.d.ts +1 -1
- package/BarChart/BatchBarPlot/BatchBarPlot.d.mts +2 -1
- package/BarChart/BatchBarPlot/BatchBarPlot.d.ts +2 -1
- package/BarChart/FocusedBar.d.mts +1 -1
- package/BarChart/FocusedBar.d.ts +1 -1
- package/BarChart/IndividualBarPlot.d.mts +2 -1
- package/BarChart/IndividualBarPlot.d.ts +2 -1
- package/BarChart/barClasses.d.mts +1 -1
- package/BarChart/barClasses.d.ts +1 -1
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +10 -10
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +10 -10
- package/BarChart/seriesConfig/bar/tooltipPosition.d.mts +2 -3
- package/BarChart/seriesConfig/bar/tooltipPosition.d.ts +2 -3
- package/BarChart/seriesConfig/bar/tooltipPosition.js +19 -15
- package/BarChart/seriesConfig/bar/tooltipPosition.mjs +18 -14
- package/BarChart/seriesConfig/index.js +2 -2
- package/BarChart/seriesConfig/index.mjs +2 -2
- package/BarChart/useBarPlotData.d.mts +5 -1
- package/BarChart/useBarPlotData.d.ts +5 -1
- package/BarChart/useBarPlotData.js +102 -25
- package/BarChart/useBarPlotData.mjs +102 -26
- package/CHANGELOG.md +230 -0
- package/ChartsAxis/ChartsAxis.d.mts +2 -1
- package/ChartsAxis/ChartsAxis.d.ts +2 -1
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.mts +2 -1
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +2 -1
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.mts +2 -1
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +2 -1
- package/ChartsAxisHighlight/ChartsXAxisHighlight.js +22 -5
- package/ChartsAxisHighlight/ChartsXAxisHighlight.mjs +23 -6
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.mts +2 -1
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +2 -1
- package/ChartsAxisHighlight/ChartsYAxisHighlight.js +22 -5
- package/ChartsAxisHighlight/ChartsYAxisHighlight.mjs +23 -6
- package/ChartsAxisHighlight/getSampledBandHighlight.d.mts +27 -0
- package/ChartsAxisHighlight/getSampledBandHighlight.d.ts +27 -0
- package/ChartsAxisHighlight/getSampledBandHighlight.js +35 -0
- package/ChartsAxisHighlight/getSampledBandHighlight.mjs +29 -0
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.mts +1 -1
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.ts +1 -1
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.mts +2 -1
- package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.ts +2 -1
- package/ChartsAxisHighlightValue/chartsAxisHighlightValueClasses.d.mts +1 -1
- package/ChartsAxisHighlightValue/chartsAxisHighlightValueClasses.d.ts +1 -1
- package/ChartsBrushOverlay/ChartsBrushOverlay.d.mts +2 -1
- package/ChartsBrushOverlay/ChartsBrushOverlay.d.ts +2 -1
- package/ChartsClipPath/ChartsClipPath.d.mts +1 -1
- package/ChartsClipPath/ChartsClipPath.d.ts +1 -1
- package/ChartsDataProvider/ChartsDataProvider.d.mts +1 -1
- package/ChartsDataProvider/ChartsDataProvider.d.ts +1 -1
- package/ChartsDataProvider/useChartsDataProviderProps.d.mts +1 -1
- package/ChartsDataProvider/useChartsDataProviderProps.d.ts +1 -1
- package/ChartsGrid/ChartsGrid.d.mts +1 -1
- package/ChartsGrid/ChartsGrid.d.ts +1 -1
- package/ChartsGrid/ChartsHorizontalGrid.d.mts +2 -1
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -1
- package/ChartsGrid/ChartsVerticalGrid.d.mts +2 -1
- package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -1
- package/ChartsLabel/labelGradientClasses.d.mts +1 -1
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.mts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/ChartsLegend/chartsLegend.types.d.mts +2 -1
- package/ChartsLegend/chartsLegend.types.d.ts +2 -1
- package/ChartsLegend/chartsLegendClasses.d.mts +1 -1
- package/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/ChartsLegend/continuousColorLegendClasses.d.mts +1 -1
- package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/ChartsLegend/piecewiseColorLegendClasses.d.mts +1 -1
- package/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.mts +1 -1
- package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/ChartsOverlay/ChartsLoadingOverlay.d.mts +1 -1
- package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
- package/ChartsOverlay/ChartsNoDataOverlay.d.mts +1 -1
- package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
- package/ChartsOverlay/ChartsOverlay.d.mts +1 -1
- package/ChartsOverlay/ChartsOverlay.d.ts +1 -1
- package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.mts +2 -1
- package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.ts +2 -1
- package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.mts +2 -1
- package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.ts +2 -1
- package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.mts +2 -1
- package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.ts +2 -1
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.mts +1 -1
- package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.ts +1 -1
- package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.mts +1 -1
- package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.ts +1 -1
- package/ChartsRadialGrid/ChartsRadialGrid.d.mts +1 -1
- package/ChartsRadialGrid/ChartsRadialGrid.d.ts +1 -1
- package/ChartsRadialGrid/ChartsRadiusGrid.d.mts +2 -1
- package/ChartsRadialGrid/ChartsRadiusGrid.d.ts +2 -1
- package/ChartsRadialGrid/ChartsRotationGrid.d.mts +2 -1
- package/ChartsRadialGrid/ChartsRotationGrid.d.ts +2 -1
- package/ChartsRadiusAxis/ChartsRadiusAxis.d.mts +1 -1
- package/ChartsRadiusAxis/ChartsRadiusAxis.d.ts +1 -1
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.mts +1 -1
- package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.ts +1 -1
- package/ChartsRadiusAxis/createGetLabelTextAnchors.d.mts +6 -6
- package/ChartsRadiusAxis/createGetLabelTextAnchors.d.ts +6 -6
- package/ChartsReferenceLine/ChartsReferenceLine.d.mts +1 -1
- package/ChartsReferenceLine/ChartsReferenceLine.d.ts +1 -1
- 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/ChartsRotationAxis/ChartsRotationAxis.d.mts +1 -1
- package/ChartsRotationAxis/ChartsRotationAxis.d.ts +1 -1
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.mts +1 -1
- package/ChartsRotationAxis/chartsRotationAxisClasses.d.ts +1 -1
- package/ChartsText/ChartsText.d.mts +1 -1
- package/ChartsText/ChartsText.d.ts +1 -1
- package/ChartsTooltip/ChartTooltip.types.d.mts +2 -1
- package/ChartsTooltip/ChartTooltip.types.d.ts +2 -1
- package/ChartsTooltip/ChartsAxisTooltipContent.d.mts +1 -1
- package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +1 -1
- package/ChartsTooltip/ChartsItemTooltipContent.d.mts +2 -1
- package/ChartsTooltip/ChartsItemTooltipContent.d.ts +2 -1
- package/ChartsTooltip/ChartsTooltip.d.mts +1 -1
- package/ChartsTooltip/ChartsTooltip.d.ts +1 -1
- package/ChartsTooltip/ChartsTooltipContainer.d.mts +5 -2
- package/ChartsTooltip/ChartsTooltipContainer.d.ts +5 -2
- package/ChartsTooltip/ChartsTooltipContainer.js +1 -5
- package/ChartsTooltip/ChartsTooltipContainer.mjs +2 -6
- package/ChartsTooltip/ChartsTooltipTable.d.mts +1 -1
- package/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/ChartsTooltip/chartsTooltipClasses.d.mts +1 -1
- package/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/ChartsTooltip/useItemTooltip.d.mts +1 -1
- package/ChartsTooltip/useItemTooltip.d.ts +1 -1
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.mts +2 -1
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +2 -1
- package/ChartsXAxis/ChartsSingleXAxisTicks.d.mts +2 -1
- package/ChartsXAxis/ChartsSingleXAxisTicks.d.ts +2 -1
- package/ChartsXAxis/ChartsXAxis.d.mts +1 -1
- package/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/ChartsXAxis/ChartsXAxisImpl.d.mts +2 -1
- package/ChartsXAxis/ChartsXAxisImpl.d.ts +2 -1
- package/ChartsXAxis/useAxisTicksProps.d.mts +2573 -2573
- package/ChartsXAxis/useAxisTicksProps.d.ts +2573 -2573
- package/ChartsXAxis/utilities.d.mts +1 -1
- package/ChartsXAxis/utilities.d.ts +1 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.mts +2 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +2 -1
- package/ChartsYAxis/ChartsSingleYAxisTicks.d.mts +2 -1
- package/ChartsYAxis/ChartsSingleYAxisTicks.d.ts +2 -1
- package/ChartsYAxis/ChartsYAxis.d.mts +1 -1
- package/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/ChartsYAxis/ChartsYAxisImpl.d.mts +2 -1
- package/ChartsYAxis/ChartsYAxisImpl.d.ts +2 -1
- package/ChartsYAxis/useAxisTicksProps.d.mts +2573 -2573
- package/ChartsYAxis/useAxisTicksProps.d.ts +2573 -2573
- package/ChartsYAxis/utilities.d.mts +1 -1
- package/ChartsYAxis/utilities.d.ts +1 -1
- package/Gauge/GaugeProvider.d.mts +1 -1
- package/Gauge/GaugeProvider.d.ts +1 -1
- package/Gauge/GaugeReferenceArc.d.mts +1 -1
- package/Gauge/GaugeReferenceArc.d.ts +1 -1
- package/Gauge/GaugeValueArc.d.mts +1 -1
- package/Gauge/GaugeValueArc.d.ts +1 -1
- package/Gauge/GaugeValueText.d.mts +1 -1
- package/Gauge/GaugeValueText.d.ts +1 -1
- package/LineChart/AnimatedArea.d.mts +1 -1
- package/LineChart/AnimatedArea.d.ts +1 -1
- package/LineChart/AppearingMask.d.mts +1 -1
- package/LineChart/AppearingMask.d.ts +1 -1
- package/LineChart/AreaElement.d.mts +1 -1
- package/LineChart/AreaElement.d.ts +1 -1
- package/LineChart/AreaPlot.d.mts +4 -4
- package/LineChart/AreaPlot.d.ts +4 -4
- package/LineChart/AreaPlot.js +4 -5
- package/LineChart/AreaPlot.mjs +4 -5
- package/LineChart/CircleMarkElement.d.mts +1 -1
- package/LineChart/CircleMarkElement.d.ts +1 -1
- package/LineChart/FocusedLineMark.d.mts +1 -1
- package/LineChart/FocusedLineMark.d.ts +1 -1
- package/LineChart/LineElement.d.mts +1 -1
- package/LineChart/LineElement.d.ts +1 -1
- package/LineChart/LineHighlightElement.d.mts +1 -1
- package/LineChart/LineHighlightElement.d.ts +1 -1
- package/LineChart/LineHighlightPlot.d.mts +1 -1
- package/LineChart/LineHighlightPlot.d.ts +1 -1
- package/LineChart/LinePlot.d.mts +4 -4
- package/LineChart/LinePlot.d.ts +4 -4
- package/LineChart/LinePlot.js +7 -7
- package/LineChart/LinePlot.mjs +7 -7
- package/LineChart/MarkElement.d.mts +1 -1
- package/LineChart/MarkElement.d.ts +1 -1
- package/LineChart/MarkPlot.d.mts +6 -5
- package/LineChart/MarkPlot.d.ts +6 -5
- package/LineChart/MarkPlot.js +1 -1
- package/LineChart/MarkPlot.mjs +1 -1
- package/LineChart/lineClasses.d.mts +1 -1
- package/LineChart/lineClasses.d.ts +1 -1
- package/LineChart/seriesConfig/index.js +2 -2
- package/LineChart/seriesConfig/index.mjs +2 -2
- package/LineChart/seriesConfig/tooltipPosition.d.mts +2 -3
- package/LineChart/seriesConfig/tooltipPosition.d.ts +2 -3
- package/LineChart/seriesConfig/tooltipPosition.js +14 -14
- package/LineChart/seriesConfig/tooltipPosition.mjs +13 -13
- package/LineChart/useLineItemClickHandler.d.mts +12 -0
- package/LineChart/useLineItemClickHandler.d.ts +12 -0
- package/LineChart/useLineItemClickHandler.js +54 -0
- package/LineChart/useLineItemClickHandler.mjs +48 -0
- package/LineChart/useLinePlotData.d.mts +13 -1
- package/LineChart/useLinePlotData.d.ts +13 -1
- package/LineChart/useLinePlotData.js +90 -33
- package/LineChart/useLinePlotData.mjs +92 -34
- package/PieChart/FocusedPieArc.d.mts +1 -1
- package/PieChart/FocusedPieArc.d.ts +1 -1
- package/PieChart/PieArcLabelPlot.d.mts +3 -2
- package/PieChart/PieArcLabelPlot.d.ts +3 -2
- package/PieChart/PieArcPlot.d.mts +3 -2
- package/PieChart/PieArcPlot.d.ts +3 -2
- package/PieChart/PiePlot.d.mts +1 -1
- package/PieChart/PiePlot.d.ts +1 -1
- package/PieChart/pieClasses.d.mts +1 -1
- package/PieChart/pieClasses.d.ts +1 -1
- package/PieChart/seriesConfig/index.js +2 -2
- package/PieChart/seriesConfig/index.mjs +2 -2
- package/PieChart/seriesConfig/tooltipPosition.d.mts +2 -3
- package/PieChart/seriesConfig/tooltipPosition.d.ts +2 -3
- package/PieChart/seriesConfig/tooltipPosition.js +7 -11
- package/PieChart/seriesConfig/tooltipPosition.mjs +6 -10
- package/RadarChart/FocusedRadarMark.d.mts +1 -1
- package/RadarChart/FocusedRadarMark.d.ts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.d.mts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.d.ts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.utils.d.mts +5 -5
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +5 -5
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.mts +1 -1
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -1
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.mts +2 -1
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +2 -1
- package/RadarChart/RadarGrid/CircularRadarGrid.d.mts +2 -1
- package/RadarChart/RadarGrid/CircularRadarGrid.d.ts +2 -1
- package/RadarChart/RadarGrid/CircularRadarStripes.d.mts +2 -1
- package/RadarChart/RadarGrid/CircularRadarStripes.d.ts +2 -1
- package/RadarChart/RadarGrid/RadarGrid.d.mts +2 -1
- package/RadarChart/RadarGrid/RadarGrid.d.ts +2 -1
- package/RadarChart/RadarGrid/SharpRadarGrid.d.mts +2 -1
- package/RadarChart/RadarGrid/SharpRadarGrid.d.ts +2 -1
- package/RadarChart/RadarGrid/SharpRadarStripes.d.mts +2 -1
- package/RadarChart/RadarGrid/SharpRadarStripes.d.ts +2 -1
- package/RadarChart/RadarMetricLabels/RadarMetricLabels.d.mts +2 -1
- package/RadarChart/RadarMetricLabels/RadarMetricLabels.d.ts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.mts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.mts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +2 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.mts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.mts +1 -1
- package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.mts +12 -12
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +12 -12
- package/RadarChart/radarClasses.d.mts +1 -1
- package/RadarChart/radarClasses.d.ts +1 -1
- package/RadarChart/seriesConfig/index.js +2 -2
- package/RadarChart/seriesConfig/index.mjs +2 -2
- package/RadarChart/seriesConfig/tooltipPosition.d.mts +2 -3
- package/RadarChart/seriesConfig/tooltipPosition.d.ts +2 -3
- package/RadarChart/seriesConfig/tooltipPosition.js +9 -16
- package/RadarChart/seriesConfig/tooltipPosition.mjs +8 -15
- package/RadarChart/useRadarChartProps.d.mts +1 -1
- package/RadarChart/useRadarChartProps.d.ts +1 -1
- package/ScatterChart/BatchScatter.d.mts +2 -1
- package/ScatterChart/BatchScatter.d.ts +2 -1
- package/ScatterChart/FocusedScatterMark.d.mts +1 -1
- package/ScatterChart/FocusedScatterMark.d.ts +1 -1
- package/ScatterChart/HighlightedScatterMark.d.mts +1 -1
- package/ScatterChart/HighlightedScatterMark.d.ts +1 -1
- package/ScatterChart/Scatter.d.mts +1 -1
- package/ScatterChart/Scatter.d.ts +1 -1
- package/ScatterChart/ScatterChart.d.mts +2 -1
- package/ScatterChart/ScatterChart.d.ts +2 -1
- package/ScatterChart/ScatterMarker.d.mts +1 -1
- package/ScatterChart/ScatterMarker.d.ts +1 -1
- package/ScatterChart/ScatterMarker.types.d.mts +2 -1
- package/ScatterChart/ScatterMarker.types.d.ts +2 -1
- package/ScatterChart/ScatterPlot.d.mts +1 -1
- package/ScatterChart/ScatterPlot.d.ts +1 -1
- package/ScatterChart/async/ScatterAsync.d.mts +2 -1
- package/ScatterChart/async/ScatterAsync.d.ts +2 -1
- package/ScatterChart/async/ScatterAsyncBatch.d.mts +1 -1
- package/ScatterChart/async/ScatterAsyncBatch.d.ts +1 -1
- package/ScatterChart/scatterClasses.d.mts +1 -1
- package/ScatterChart/scatterClasses.d.ts +1 -1
- package/ScatterChart/seriesConfig/index.js +2 -2
- package/ScatterChart/seriesConfig/index.mjs +2 -2
- package/ScatterChart/seriesConfig/tooltipPosition.d.mts +2 -3
- package/ScatterChart/seriesConfig/tooltipPosition.d.ts +2 -3
- package/ScatterChart/seriesConfig/tooltipPosition.js +13 -13
- package/ScatterChart/seriesConfig/tooltipPosition.mjs +12 -12
- package/ScatterChart/useScatterPlotData.d.mts +1 -1
- package/ScatterChart/useScatterPlotData.d.ts +1 -1
- package/SparkLineChart/SparkLineChart.d.mts +1 -1
- package/SparkLineChart/SparkLineChart.d.ts +1 -1
- package/Toolbar/Toolbar.types.d.mts +2 -1
- package/Toolbar/Toolbar.types.d.ts +2 -1
- package/context/ChartsProvider/ChartsProvider.d.mts +1 -1
- package/context/ChartsProvider/ChartsProvider.d.ts +1 -1
- package/context/ChartsSlotsContext.d.mts +1 -1
- package/context/ChartsSlotsContext.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/colorScale.d.mts +1 -1
- package/internals/colorScale.d.ts +1 -1
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.d.mts +2 -1
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.d.ts +2 -1
- package/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.mts +2 -1
- package/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +2 -1
- 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 +2 -1
- package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +2 -1
- package/internals/configInit.d.mts +1 -1
- package/internals/configInit.d.ts +1 -1
- package/internals/consumeSlots.d.mts +1 -1
- package/internals/consumeSlots.d.ts +1 -1
- package/internals/consumeThemeProps.d.mts +1 -1
- package/internals/consumeThemeProps.d.ts +1 -1
- package/internals/createCommonKeyboardFocusHandler.d.mts +1 -1
- package/internals/createCommonKeyboardFocusHandler.d.ts +1 -1
- package/internals/createGetBarDimensions.d.mts +14 -1
- package/internals/createGetBarDimensions.d.ts +14 -1
- package/internals/createGetBarDimensions.js +45 -0
- package/internals/createGetBarDimensions.mjs +45 -0
- package/internals/geometry.js +1 -1
- package/internals/geometry.mjs +1 -1
- package/internals/getGraphemeCount.d.mts +2 -2
- package/internals/getGraphemeCount.d.ts +2 -2
- package/internals/getGroupingConfig.d.mts +1 -1
- package/internals/getGroupingConfig.d.ts +1 -1
- package/internals/identifierCleaner.d.mts +1 -1
- package/internals/identifierCleaner.d.ts +1 -1
- package/internals/index.d.mts +1 -2
- package/internals/index.d.ts +1 -2
- package/internals/index.js +12 -8
- package/internals/index.mjs +1 -2
- package/internals/invertScale.d.mts +1 -1
- package/internals/invertScale.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.mts +4 -4
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.mts +1 -1
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.js +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.mjs +1 -1
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.mts +11 -6
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.ts +11 -6
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionSelector.types.d.mts +18 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionSelector.types.d.ts +18 -0
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.mts +3 -3
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +3 -3
- 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/defaultizeZoom.d.mts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.mts +2 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +2 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +12 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.mjs +1 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.selectors.d.mts +26 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.selectors.d.ts +26 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.selectors.js +89 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.selectors.mjs +81 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.types.d.mts +93 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/sampling.types.d.ts +93 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.mts +5 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +5 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.mts +70 -70
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +70 -70
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.mts +78 -78
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +78 -78
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.mts +7 -7
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +7 -7
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartItemClick/useChartItemClick.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.mts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +4 -9
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +4 -9
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +2 -53
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.mjs +2 -53
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.mts +1 -1
- package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.ts +1 -1
- package/internals/seriesSelectorOfType.d.mts +6 -6
- package/internals/seriesSelectorOfType.d.ts +6 -6
- package/internals/sizeScale.d.mts +1 -1
- package/internals/sizeScale.d.ts +1 -1
- package/internals/sliceUntil.d.mts +2 -2
- package/internals/sliceUntil.d.ts +2 -2
- package/models/axis.d.mts +5 -4
- package/models/axis.d.ts +5 -4
- package/models/seriesType/config.d.mts +8 -4
- package/models/seriesType/config.d.ts +8 -4
- package/models/seriesType/index.d.mts +1 -1
- package/models/seriesType/index.d.ts +1 -1
- package/models/seriesType/line.d.mts +14 -1
- package/models/seriesType/line.d.ts +14 -1
- package/package.json +4 -4
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.mts +0 -45
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.ts +0 -45
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.mts +0 -48
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.ts +0 -48
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.js +0 -124
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.mjs +0 -117
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.mts +0 -73
- package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.ts +0 -73
- /package/internals/plugins/corePlugins/useChartSeriesConfig/types/{tooltipItemPositionGetter.types.js → tooltipItemPositionSelector.types.js} +0 -0
- /package/internals/plugins/corePlugins/useChartSeriesConfig/types/{tooltipItemPositionGetter.types.mjs → tooltipItemPositionSelector.types.mjs} +0 -0
- /package/internals/plugins/featurePlugins/{useGeoProjection/useGeoProjection.types.js → useChartCartesianAxis/sampling.types.js} +0 -0
- /package/internals/plugins/featurePlugins/{useGeoProjection/useGeoProjection.types.mjs → useChartCartesianAxis/sampling.types.mjs} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { WithDataAttributes } from '@mui/utils/types';
|
|
1
2
|
import type { ChartsLegendProps } from "./ChartsLegend.js";
|
|
2
3
|
import type { ContinuousColorLegendProps } from "./ContinuousColorLegend.js";
|
|
3
4
|
import type { ChartsLegendPosition } from "./legend.types.js";
|
|
@@ -11,7 +12,7 @@ export interface ChartsLegendSlots {
|
|
|
11
12
|
legend?: React.JSXElementConstructor<ChartsLegendProps & LegendPropsOverrides> | React.JSXElementConstructor<ContinuousColorLegendProps & LegendPropsOverrides> | React.JSXElementConstructor<PiecewiseColorLegendProps & LegendPropsOverrides>;
|
|
12
13
|
}
|
|
13
14
|
export interface ChartsLegendSlotProps {
|
|
14
|
-
legend?: Partial<ChartsLegendProps | ContinuousColorLegendProps | PiecewiseColorLegendProps> & ChartsLegendPosition & LegendPropsOverrides
|
|
15
|
+
legend?: WithDataAttributes<Partial<ChartsLegendProps | ContinuousColorLegendProps | PiecewiseColorLegendProps> & ChartsLegendPosition & LegendPropsOverrides>;
|
|
15
16
|
}
|
|
16
17
|
export interface ChartsLegendSlotExtension {
|
|
17
18
|
/**
|
|
@@ -18,5 +18,5 @@ export interface ChartsLegendClasses {
|
|
|
18
18
|
/** Styles applied to the legend in row layout. */
|
|
19
19
|
horizontal: string;
|
|
20
20
|
}
|
|
21
|
-
export declare const useUtilityClasses: (props: ChartsLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
21
|
+
export declare const useUtilityClasses: (props: ChartsLegendProps & ChartsLegendSlotExtension) => Record<"hidden" | "item" | "label" | "mark" | "root" | "series", string>;
|
|
22
22
|
export declare const legendClasses: ChartsLegendClasses;
|
|
@@ -18,5 +18,5 @@ export interface ChartsLegendClasses {
|
|
|
18
18
|
/** Styles applied to the legend in row layout. */
|
|
19
19
|
horizontal: string;
|
|
20
20
|
}
|
|
21
|
-
export declare const useUtilityClasses: (props: ChartsLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
21
|
+
export declare const useUtilityClasses: (props: ChartsLegendProps & ChartsLegendSlotExtension) => Record<"hidden" | "item" | "label" | "mark" | "root" | "series", string>;
|
|
22
22
|
export declare const legendClasses: ChartsLegendClasses;
|
|
@@ -22,5 +22,5 @@ export interface ContinuousColorLegendClasses {
|
|
|
22
22
|
/** Styles applied to the series label. */
|
|
23
23
|
label: string;
|
|
24
24
|
}
|
|
25
|
-
export declare const useUtilityClasses: (props: ContinuousColorLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
25
|
+
export declare const useUtilityClasses: (props: ContinuousColorLegendProps & ChartsLegendSlotExtension) => Record<"gradient" | "label" | "mark" | "maxLabel" | "minLabel" | "root", string>;
|
|
26
26
|
export declare const continuousColorLegendClasses: ContinuousColorLegendClasses;
|
|
@@ -22,5 +22,5 @@ export interface ContinuousColorLegendClasses {
|
|
|
22
22
|
/** Styles applied to the series label. */
|
|
23
23
|
label: string;
|
|
24
24
|
}
|
|
25
|
-
export declare const useUtilityClasses: (props: ContinuousColorLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
25
|
+
export declare const useUtilityClasses: (props: ContinuousColorLegendProps & ChartsLegendSlotExtension) => Record<"gradient" | "label" | "mark" | "maxLabel" | "minLabel" | "root", string>;
|
|
26
26
|
export declare const continuousColorLegendClasses: ContinuousColorLegendClasses;
|
|
@@ -28,5 +28,5 @@ export interface PiecewiseColorLegendClasses {
|
|
|
28
28
|
/** Styles applied to the series label. */
|
|
29
29
|
label: string;
|
|
30
30
|
}
|
|
31
|
-
export declare const useUtilityClasses: (props: PiecewiseColorLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
31
|
+
export declare const useUtilityClasses: (props: PiecewiseColorLegendProps & ChartsLegendSlotExtension) => Record<"item" | "label" | "mark" | "maxLabel" | "minLabel" | "root", string>;
|
|
32
32
|
export declare const piecewiseColorLegendClasses: PiecewiseColorLegendClasses;
|
|
@@ -28,5 +28,5 @@ export interface PiecewiseColorLegendClasses {
|
|
|
28
28
|
/** Styles applied to the series label. */
|
|
29
29
|
label: string;
|
|
30
30
|
}
|
|
31
|
-
export declare const useUtilityClasses: (props: PiecewiseColorLegendProps & ChartsLegendSlotExtension) => Record<"
|
|
31
|
+
export declare const useUtilityClasses: (props: PiecewiseColorLegendProps & ChartsLegendSlotExtension) => Record<"item" | "label" | "mark" | "maxLabel" | "minLabel" | "root", string>;
|
|
32
32
|
export declare const piecewiseColorLegendClasses: PiecewiseColorLegendClasses;
|
|
@@ -20,7 +20,7 @@ export interface ChartsLocalizationProviderProps {
|
|
|
20
20
|
*
|
|
21
21
|
* - [ChartsLocalizationProvider API](https://mui.com/x/api/charts/charts-localization-provider/)
|
|
22
22
|
*/
|
|
23
|
-
declare function ChartsLocalizationProvider(inProps: ChartsLocalizationProviderProps):
|
|
23
|
+
declare function ChartsLocalizationProvider(inProps: ChartsLocalizationProviderProps): React.JSX.Element;
|
|
24
24
|
declare namespace ChartsLocalizationProvider {
|
|
25
25
|
var propTypes: any;
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@ export interface ChartsLocalizationProviderProps {
|
|
|
20
20
|
*
|
|
21
21
|
* - [ChartsLocalizationProvider API](https://mui.com/x/api/charts/charts-localization-provider/)
|
|
22
22
|
*/
|
|
23
|
-
declare function ChartsLocalizationProvider(inProps: ChartsLocalizationProviderProps):
|
|
23
|
+
declare function ChartsLocalizationProvider(inProps: ChartsLocalizationProviderProps): React.JSX.Element;
|
|
24
24
|
declare namespace ChartsLocalizationProvider {
|
|
25
25
|
var propTypes: any;
|
|
26
26
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { CommonOverlayProps } from "./ChartsOverlay.mjs";
|
|
2
|
-
export declare function ChartsLoadingOverlay(props: CommonOverlayProps): import("react
|
|
2
|
+
export declare function ChartsLoadingOverlay(props: CommonOverlayProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { CommonOverlayProps } from "./ChartsOverlay.js";
|
|
2
|
-
export declare function ChartsLoadingOverlay(props: CommonOverlayProps): import("react
|
|
2
|
+
export declare function ChartsLoadingOverlay(props: CommonOverlayProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { CommonOverlayProps } from "./ChartsOverlay.mjs";
|
|
2
|
-
export declare function ChartsNoDataOverlay(props: CommonOverlayProps): import("react
|
|
2
|
+
export declare function ChartsNoDataOverlay(props: CommonOverlayProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { CommonOverlayProps } from "./ChartsOverlay.js";
|
|
2
|
-
export declare function ChartsNoDataOverlay(props: CommonOverlayProps): import("react
|
|
2
|
+
export declare function ChartsNoDataOverlay(props: CommonOverlayProps): import("react").JSX.Element;
|
|
@@ -39,4 +39,4 @@ export interface ChartsOverlayProps {
|
|
|
39
39
|
*/
|
|
40
40
|
slotProps?: ChartsOverlaySlotProps;
|
|
41
41
|
}
|
|
42
|
-
export declare function ChartsOverlay(props: ChartsOverlayProps):
|
|
42
|
+
export declare function ChartsOverlay(props: ChartsOverlayProps): React.JSX.Element | null;
|
|
@@ -39,4 +39,4 @@ export interface ChartsOverlayProps {
|
|
|
39
39
|
*/
|
|
40
40
|
slotProps?: ChartsOverlaySlotProps;
|
|
41
41
|
}
|
|
42
|
-
export declare function ChartsOverlay(props: ChartsOverlayProps):
|
|
42
|
+
export declare function ChartsOverlay(props: ChartsOverlayProps): React.JSX.Element | null;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightProps } from "./ChartsRadialAxisHighlight.types.mjs";
|
|
2
3
|
/**
|
|
3
4
|
* Demos:
|
|
@@ -8,7 +9,7 @@ import type { ChartsRadialAxisHighlightProps } from "./ChartsRadialAxisHighlight
|
|
|
8
9
|
*
|
|
9
10
|
* - [ChartsRadialAxisHighlight API](https://mui.com/x/api/charts/charts-radial-axis-highlight/)
|
|
10
11
|
*/
|
|
11
|
-
declare function ChartsRadialAxisHighlight(props: ChartsRadialAxisHighlightProps):
|
|
12
|
+
declare function ChartsRadialAxisHighlight(props: ChartsRadialAxisHighlightProps): React.JSX.Element;
|
|
12
13
|
declare namespace ChartsRadialAxisHighlight {
|
|
13
14
|
var propTypes: any;
|
|
14
15
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightProps } from "./ChartsRadialAxisHighlight.types.js";
|
|
2
3
|
/**
|
|
3
4
|
* Demos:
|
|
@@ -8,7 +9,7 @@ import type { ChartsRadialAxisHighlightProps } from "./ChartsRadialAxisHighlight
|
|
|
8
9
|
*
|
|
9
10
|
* - [ChartsRadialAxisHighlight API](https://mui.com/x/api/charts/charts-radial-axis-highlight/)
|
|
10
11
|
*/
|
|
11
|
-
declare function ChartsRadialAxisHighlight(props: ChartsRadialAxisHighlightProps):
|
|
12
|
+
declare function ChartsRadialAxisHighlight(props: ChartsRadialAxisHighlightProps): React.JSX.Element;
|
|
12
13
|
declare namespace ChartsRadialAxisHighlight {
|
|
13
14
|
var propTypes: any;
|
|
14
15
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightRadiusType } from "./ChartsRadialAxisHighlight.types.mjs";
|
|
2
3
|
import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.mjs";
|
|
3
4
|
/**
|
|
@@ -6,4 +7,4 @@ import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlig
|
|
|
6
7
|
export default function ChartsRadiusAxisHighlight(props: {
|
|
7
8
|
type: ChartsRadialAxisHighlightRadiusType;
|
|
8
9
|
classes: ChartsRadialAxisHighlightClasses;
|
|
9
|
-
}):
|
|
10
|
+
}): React.JSX.Element | null;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightRadiusType } from "./ChartsRadialAxisHighlight.types.js";
|
|
2
3
|
import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.js";
|
|
3
4
|
/**
|
|
@@ -6,4 +7,4 @@ import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlig
|
|
|
6
7
|
export default function ChartsRadiusAxisHighlight(props: {
|
|
7
8
|
type: ChartsRadialAxisHighlightRadiusType;
|
|
8
9
|
classes: ChartsRadialAxisHighlightClasses;
|
|
9
|
-
}):
|
|
10
|
+
}): React.JSX.Element | null;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightRotationType } from "./ChartsRadialAxisHighlight.types.mjs";
|
|
2
3
|
import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.mjs";
|
|
3
4
|
/**
|
|
@@ -6,4 +7,4 @@ import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlig
|
|
|
6
7
|
export default function ChartsRotationAxisHighlight(props: {
|
|
7
8
|
type: ChartsRadialAxisHighlightRotationType;
|
|
8
9
|
classes: ChartsRadialAxisHighlightClasses;
|
|
9
|
-
}):
|
|
10
|
+
}): React.JSX.Element | null;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialAxisHighlightRotationType } from "./ChartsRadialAxisHighlight.types.js";
|
|
2
3
|
import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlightClasses.js";
|
|
3
4
|
/**
|
|
@@ -6,4 +7,4 @@ import type { ChartsRadialAxisHighlightClasses } from "./chartsRadialAxisHighlig
|
|
|
6
7
|
export default function ChartsRotationAxisHighlight(props: {
|
|
7
8
|
type: ChartsRadialAxisHighlightRotationType;
|
|
8
9
|
classes: ChartsRadialAxisHighlightClasses;
|
|
9
|
-
}):
|
|
10
|
+
}): React.JSX.Element | null;
|
|
@@ -31,7 +31,7 @@ export type ChartsRadialDataProviderProps<SeriesType extends PolarChartSeriesTyp
|
|
|
31
31
|
*
|
|
32
32
|
* - [ChartsRadialDataProvider API](https://mui.com/x/api/charts/charts-radial-data-provider/)
|
|
33
33
|
*/
|
|
34
|
-
declare function ChartsRadialDataProvider<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderProps<SeriesType, TSignatures>):
|
|
34
|
+
declare function ChartsRadialDataProvider<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderProps<SeriesType, TSignatures>): React.JSX.Element;
|
|
35
35
|
declare namespace ChartsRadialDataProvider {
|
|
36
36
|
var propTypes: any;
|
|
37
37
|
}
|
|
@@ -31,7 +31,7 @@ export type ChartsRadialDataProviderProps<SeriesType extends PolarChartSeriesTyp
|
|
|
31
31
|
*
|
|
32
32
|
* - [ChartsRadialDataProvider API](https://mui.com/x/api/charts/charts-radial-data-provider/)
|
|
33
33
|
*/
|
|
34
|
-
declare function ChartsRadialDataProvider<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderProps<SeriesType, TSignatures>):
|
|
34
|
+
declare function ChartsRadialDataProvider<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderProps<SeriesType, TSignatures>): React.JSX.Element;
|
|
35
35
|
declare namespace ChartsRadialDataProvider {
|
|
36
36
|
var propTypes: any;
|
|
37
37
|
}
|
|
@@ -4,7 +4,7 @@ import type { ChartAnyPluginSignature } from "../internals/plugins/models/index.
|
|
|
4
4
|
import type { RadialPluginSignatures } from "./ChartsRadialDataProvider.plugins.mjs";
|
|
5
5
|
import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.mjs";
|
|
6
6
|
import type { PolarChartSeriesType } from "../models/seriesType/config.mjs";
|
|
7
|
-
export declare const useChartsRadialDataProviderProps: <SeriesType extends PolarChartSeriesType =
|
|
7
|
+
export declare const useChartsRadialDataProviderProps: <SeriesType extends PolarChartSeriesType = "radar", TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(inProps: ChartsRadialDataProviderProps<SeriesType, TSignatures> & ChartsLocalizationProviderProps) => {
|
|
8
8
|
children: import("react").ReactNode;
|
|
9
9
|
localeText: Partial<import("../locales/index.mjs").ChartsLocaleText> | undefined;
|
|
10
10
|
chartProviderProps: ChartsProviderProps<SeriesType, TSignatures>;
|
|
@@ -4,7 +4,7 @@ import type { ChartAnyPluginSignature } from "../internals/plugins/models/index.
|
|
|
4
4
|
import type { RadialPluginSignatures } from "./ChartsRadialDataProvider.plugins.js";
|
|
5
5
|
import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.js";
|
|
6
6
|
import type { PolarChartSeriesType } from "../models/seriesType/config.js";
|
|
7
|
-
export declare const useChartsRadialDataProviderProps: <SeriesType extends PolarChartSeriesType =
|
|
7
|
+
export declare const useChartsRadialDataProviderProps: <SeriesType extends PolarChartSeriesType = "radar", TSignatures extends readonly ChartAnyPluginSignature[] = RadialPluginSignatures<SeriesType>>(inProps: ChartsRadialDataProviderProps<SeriesType, TSignatures> & ChartsLocalizationProviderProps) => {
|
|
8
8
|
children: import("react").ReactNode;
|
|
9
9
|
localeText: Partial<import("../locales/index.js").ChartsLocaleText> | undefined;
|
|
10
10
|
chartProviderProps: ChartsProviderProps<SeriesType, TSignatures>;
|
|
@@ -26,7 +26,7 @@ export interface ChartsRadialGridProps {
|
|
|
26
26
|
*
|
|
27
27
|
* - [ChartsRadialGrid API](https://mui.com/x/api/charts/charts-radial-grid/)
|
|
28
28
|
*/
|
|
29
|
-
declare function ChartsRadialGrid(inProps: ChartsRadialGridProps): import("react
|
|
29
|
+
declare function ChartsRadialGrid(inProps: ChartsRadialGridProps): import("react").JSX.Element;
|
|
30
30
|
declare namespace ChartsRadialGrid {
|
|
31
31
|
var propTypes: any;
|
|
32
32
|
}
|
|
@@ -26,7 +26,7 @@ export interface ChartsRadialGridProps {
|
|
|
26
26
|
*
|
|
27
27
|
* - [ChartsRadialGrid API](https://mui.com/x/api/charts/charts-radial-grid/)
|
|
28
28
|
*/
|
|
29
|
-
declare function ChartsRadialGrid(inProps: ChartsRadialGridProps): import("react
|
|
29
|
+
declare function ChartsRadialGrid(inProps: ChartsRadialGridProps): import("react").JSX.Element;
|
|
30
30
|
declare namespace ChartsRadialGrid {
|
|
31
31
|
var propTypes: any;
|
|
32
32
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialGridClasses } from "./chartsRadialGridClasses.mjs";
|
|
2
3
|
import type { PolarAxisDefaultized } from "../models/axis.mjs";
|
|
3
4
|
interface ChartsRadiusGridProps {
|
|
@@ -10,5 +11,5 @@ interface ChartsRadiusGridProps {
|
|
|
10
11
|
/**
|
|
11
12
|
* @ignore - internal component.
|
|
12
13
|
*/
|
|
13
|
-
export declare function ChartsRadiusGrid(props: ChartsRadiusGridProps):
|
|
14
|
+
export declare function ChartsRadiusGrid(props: ChartsRadiusGridProps): React.JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialGridClasses } from "./chartsRadialGridClasses.js";
|
|
2
3
|
import type { PolarAxisDefaultized } from "../models/axis.js";
|
|
3
4
|
interface ChartsRadiusGridProps {
|
|
@@ -10,5 +11,5 @@ interface ChartsRadiusGridProps {
|
|
|
10
11
|
/**
|
|
11
12
|
* @ignore - internal component.
|
|
12
13
|
*/
|
|
13
|
-
export declare function ChartsRadiusGrid(props: ChartsRadiusGridProps):
|
|
14
|
+
export declare function ChartsRadiusGrid(props: ChartsRadiusGridProps): React.JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialGridClasses } from "./chartsRadialGridClasses.mjs";
|
|
2
3
|
import type { PolarAxisDefaultized } from "../models/axis.mjs";
|
|
3
4
|
interface ChartsRotationGridProps {
|
|
@@ -9,5 +10,5 @@ interface ChartsRotationGridProps {
|
|
|
9
10
|
/**
|
|
10
11
|
* @ignore - internal component.
|
|
11
12
|
*/
|
|
12
|
-
export declare function ChartsRotationGrid(props: ChartsRotationGridProps):
|
|
13
|
+
export declare function ChartsRotationGrid(props: ChartsRotationGridProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { ChartsRadialGridClasses } from "./chartsRadialGridClasses.js";
|
|
2
3
|
import type { PolarAxisDefaultized } from "../models/axis.js";
|
|
3
4
|
interface ChartsRotationGridProps {
|
|
@@ -9,5 +10,5 @@ interface ChartsRotationGridProps {
|
|
|
9
10
|
/**
|
|
10
11
|
* @ignore - internal component.
|
|
11
12
|
*/
|
|
12
|
-
export declare function ChartsRotationGrid(props: ChartsRotationGridProps):
|
|
13
|
+
export declare function ChartsRotationGrid(props: ChartsRotationGridProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartsRadiusAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.mjs";
|
|
2
2
|
export interface ChartsRadiusAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsRadiusAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
|
-
declare function ChartsRadiusAxis(props: ChartsRadiusAxisProps): import("react
|
|
4
|
+
declare function ChartsRadiusAxis(props: ChartsRadiusAxisProps): import("react").JSX.Element | null;
|
|
5
5
|
declare namespace ChartsRadiusAxis {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartsRadiusAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.js";
|
|
2
2
|
export interface ChartsRadiusAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsRadiusAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
|
-
declare function ChartsRadiusAxis(props: ChartsRadiusAxisProps): import("react
|
|
4
|
+
declare function ChartsRadiusAxis(props: ChartsRadiusAxisProps): import("react").JSX.Element | null;
|
|
5
5
|
declare namespace ChartsRadiusAxis {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -2,5 +2,5 @@ import type { ChartsRadialAxisClasses } from "./sharedRadialAxisClasses.mjs";
|
|
|
2
2
|
export declare const useUtilityClasses: (props: {
|
|
3
3
|
classes?: Partial<ChartsRadialAxisClasses>;
|
|
4
4
|
isCentered?: boolean;
|
|
5
|
-
}) => Record<"
|
|
5
|
+
}) => Record<"line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
6
6
|
export { type ChartsRadialAxisClasses, type ChartsRadialAxisClassKey, chartsRadialAxisClasses } from "./sharedRadialAxisClasses.mjs";
|
|
@@ -2,5 +2,5 @@ import type { ChartsRadialAxisClasses } from "./sharedRadialAxisClasses.js";
|
|
|
2
2
|
export declare const useUtilityClasses: (props: {
|
|
3
3
|
classes?: Partial<ChartsRadialAxisClasses>;
|
|
4
4
|
isCentered?: boolean;
|
|
5
|
-
}) => Record<"
|
|
5
|
+
}) => Record<"line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
6
6
|
export { type ChartsRadialAxisClasses, type ChartsRadialAxisClassKey, chartsRadialAxisClasses } from "./sharedRadialAxisClasses.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Higher order function that transform a `getLabelTransform` to the <text /> anchor props.
|
|
3
3
|
*/
|
|
4
|
-
export declare const createGetLabelTextAnchors: (getLabelTransform: (px: number, py: number, tickLabelPosition:
|
|
5
|
-
verticalAlign:
|
|
6
|
-
horizontalAlign:
|
|
7
|
-
}) => (px: number, py: number, tickLabelPosition:
|
|
8
|
-
textAnchor:
|
|
9
|
-
dominantBaseline:
|
|
4
|
+
export declare const createGetLabelTextAnchors: (getLabelTransform: (px: number, py: number, tickLabelPosition: 'center' | 'after' | 'before') => {
|
|
5
|
+
verticalAlign: 'start' | 'middle' | 'end';
|
|
6
|
+
horizontalAlign: 'start' | 'middle' | 'end';
|
|
7
|
+
}) => (px: number, py: number, tickLabelPosition: 'center' | 'after' | 'before') => {
|
|
8
|
+
textAnchor: 'start' | 'middle' | 'end';
|
|
9
|
+
dominantBaseline: 'hanging' | 'middle' | 'auto';
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Higher order function that transform a `getLabelTransform` to the <text /> anchor props.
|
|
3
3
|
*/
|
|
4
|
-
export declare const createGetLabelTextAnchors: (getLabelTransform: (px: number, py: number, tickLabelPosition:
|
|
5
|
-
verticalAlign:
|
|
6
|
-
horizontalAlign:
|
|
7
|
-
}) => (px: number, py: number, tickLabelPosition:
|
|
8
|
-
textAnchor:
|
|
9
|
-
dominantBaseline:
|
|
4
|
+
export declare const createGetLabelTextAnchors: (getLabelTransform: (px: number, py: number, tickLabelPosition: 'center' | 'after' | 'before') => {
|
|
5
|
+
verticalAlign: 'start' | 'middle' | 'end';
|
|
6
|
+
horizontalAlign: 'start' | 'middle' | 'end';
|
|
7
|
+
}) => (px: number, py: number, tickLabelPosition: 'center' | 'after' | 'before') => {
|
|
8
|
+
textAnchor: 'start' | 'middle' | 'end';
|
|
9
|
+
dominantBaseline: 'hanging' | 'middle' | 'auto';
|
|
10
10
|
};
|
|
@@ -2,7 +2,7 @@ import type { ChartsXReferenceLineProps } from "./ChartsXReferenceLine.mjs";
|
|
|
2
2
|
import type { ChartsYReferenceLineProps } from "./ChartsYReferenceLine.mjs";
|
|
3
3
|
import type { XOR } from "../internals/ts-generic.mjs";
|
|
4
4
|
type ChartsReferenceLineProps<TValue extends string | number | Date = string | number | Date> = XOR<ChartsXReferenceLineProps<TValue>, ChartsYReferenceLineProps<TValue>>;
|
|
5
|
-
declare function ChartsReferenceLine(props: ChartsReferenceLineProps): import("react
|
|
5
|
+
declare function ChartsReferenceLine(props: ChartsReferenceLineProps): import("react").JSX.Element;
|
|
6
6
|
declare namespace ChartsReferenceLine {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -2,7 +2,7 @@ import type { ChartsXReferenceLineProps } from "./ChartsXReferenceLine.js";
|
|
|
2
2
|
import type { ChartsYReferenceLineProps } from "./ChartsYReferenceLine.js";
|
|
3
3
|
import type { XOR } from "../internals/ts-generic.js";
|
|
4
4
|
type ChartsReferenceLineProps<TValue extends string | number | Date = string | number | Date> = XOR<ChartsXReferenceLineProps<TValue>, ChartsYReferenceLineProps<TValue>>;
|
|
5
|
-
declare function ChartsReferenceLine(props: ChartsReferenceLineProps): import("react
|
|
5
|
+
declare function ChartsReferenceLine(props: ChartsReferenceLineProps): import("react").JSX.Element;
|
|
6
6
|
declare namespace ChartsReferenceLine {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -7,8 +7,8 @@ export type ChartsXReferenceLineProps<TValue extends string | number | Date = st
|
|
|
7
7
|
*/
|
|
8
8
|
x: TValue;
|
|
9
9
|
};
|
|
10
|
-
export declare function getXReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"
|
|
11
|
-
declare function ChartsXReferenceLine(props: ChartsXReferenceLineProps): import("react
|
|
10
|
+
export declare function getXReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"label" | "line" | "root", string>;
|
|
11
|
+
declare function ChartsXReferenceLine(props: ChartsXReferenceLineProps): import("react").JSX.Element | null;
|
|
12
12
|
declare namespace ChartsXReferenceLine {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@ export type ChartsXReferenceLineProps<TValue extends string | number | Date = st
|
|
|
7
7
|
*/
|
|
8
8
|
x: TValue;
|
|
9
9
|
};
|
|
10
|
-
export declare function getXReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"
|
|
11
|
-
declare function ChartsXReferenceLine(props: ChartsXReferenceLineProps): import("react
|
|
10
|
+
export declare function getXReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"label" | "line" | "root", string>;
|
|
11
|
+
declare function ChartsXReferenceLine(props: ChartsXReferenceLineProps): import("react").JSX.Element | null;
|
|
12
12
|
declare namespace ChartsXReferenceLine {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@ export type ChartsYReferenceLineProps<TValue extends string | number | Date = st
|
|
|
7
7
|
*/
|
|
8
8
|
y: TValue;
|
|
9
9
|
};
|
|
10
|
-
export declare function getYReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"
|
|
11
|
-
declare function ChartsYReferenceLine(props: ChartsYReferenceLineProps): import("react
|
|
10
|
+
export declare function getYReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"label" | "line" | "root", string>;
|
|
11
|
+
declare function ChartsYReferenceLine(props: ChartsYReferenceLineProps): import("react").JSX.Element | null;
|
|
12
12
|
declare namespace ChartsYReferenceLine {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -7,8 +7,8 @@ export type ChartsYReferenceLineProps<TValue extends string | number | Date = st
|
|
|
7
7
|
*/
|
|
8
8
|
y: TValue;
|
|
9
9
|
};
|
|
10
|
-
export declare function getYReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"
|
|
11
|
-
declare function ChartsYReferenceLine(props: ChartsYReferenceLineProps): import("react
|
|
10
|
+
export declare function getYReferenceLineClasses(classes?: Partial<ChartsReferenceLineClasses>): Record<"label" | "line" | "root", string>;
|
|
11
|
+
declare function ChartsYReferenceLine(props: ChartsYReferenceLineProps): import("react").JSX.Element | null;
|
|
12
12
|
declare namespace ChartsYReferenceLine {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartsRotationAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.mjs";
|
|
2
2
|
export interface ChartsRotationAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsRotationAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
|
-
declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react
|
|
4
|
+
declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react").JSX.Element | null;
|
|
5
5
|
declare namespace ChartsRotationAxis {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartsRotationAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.js";
|
|
2
2
|
export interface ChartsRotationAxisSlots extends ChartsAxisSlots {}
|
|
3
3
|
export interface ChartsRotationAxisSlotProps extends ChartsAxisSlotProps {}
|
|
4
|
-
declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react
|
|
4
|
+
declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react").JSX.Element | null;
|
|
5
5
|
declare namespace ChartsRotationAxis {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ChartsRadialAxisClasses } from "../ChartsRadiusAxis/sharedRadialAxisClasses.mjs";
|
|
2
2
|
export declare const useUtilityClasses: (props: {
|
|
3
3
|
classes?: Partial<ChartsRadialAxisClasses>;
|
|
4
|
-
}) => Record<"
|
|
4
|
+
}) => Record<"line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
5
5
|
export { type ChartsRadialAxisClasses, type ChartsRadialAxisClassKey, chartsRadialAxisClasses } from "../ChartsRadiusAxis/sharedRadialAxisClasses.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ChartsRadialAxisClasses } from "../ChartsRadiusAxis/sharedRadialAxisClasses.js";
|
|
2
2
|
export declare const useUtilityClasses: (props: {
|
|
3
3
|
classes?: Partial<ChartsRadialAxisClasses>;
|
|
4
|
-
}) => Record<"
|
|
4
|
+
}) => Record<"line" | "root" | "tick" | "tickContainer" | "tickLabel", string>;
|
|
5
5
|
export { type ChartsRadialAxisClasses, type ChartsRadialAxisClassKey, chartsRadialAxisClasses } from "../ChartsRadiusAxis/sharedRadialAxisClasses.js";
|
|
@@ -10,7 +10,7 @@ export interface ChartsTextProps extends Omit<React.SVGTextElementAttributes<SVG
|
|
|
10
10
|
/**
|
|
11
11
|
* Helper component to manage multiline text in SVG
|
|
12
12
|
*/
|
|
13
|
-
declare function ChartsText(props: ChartsTextProps):
|
|
13
|
+
declare function ChartsText(props: ChartsTextProps): React.JSX.Element;
|
|
14
14
|
declare namespace ChartsText {
|
|
15
15
|
var propTypes: any;
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ export interface ChartsTextProps extends Omit<React.SVGTextElementAttributes<SVG
|
|
|
10
10
|
/**
|
|
11
11
|
* Helper component to manage multiline text in SVG
|
|
12
12
|
*/
|
|
13
|
-
declare function ChartsText(props: ChartsTextProps):
|
|
13
|
+
declare function ChartsText(props: ChartsTextProps): React.JSX.Element;
|
|
14
14
|
declare namespace ChartsText {
|
|
15
15
|
var propTypes: any;
|
|
16
16
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { WithDataAttributes } from '@mui/utils/types';
|
|
1
2
|
import type { ChartsTooltipProps } from "./ChartsTooltip.mjs";
|
|
2
3
|
import type { TriggerOptions } from "./utils.mjs";
|
|
3
4
|
import type { TooltipPropsOverrides } from "../models/chartsSlotsComponentsProps.mjs";
|
|
@@ -13,5 +14,5 @@ export interface ChartsTooltipSlotProps<T extends TriggerOptions = TriggerOption
|
|
|
13
14
|
* Custom component for the tooltip popper.
|
|
14
15
|
* @default ChartsTooltipRoot
|
|
15
16
|
*/
|
|
16
|
-
tooltip?: Partial<ChartsTooltipProps<T>> & TooltipPropsOverrides
|
|
17
|
+
tooltip?: WithDataAttributes<Partial<ChartsTooltipProps<T>> & TooltipPropsOverrides>;
|
|
17
18
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { WithDataAttributes } from '@mui/utils/types';
|
|
1
2
|
import type { ChartsTooltipProps } from "./ChartsTooltip.js";
|
|
2
3
|
import type { TriggerOptions } from "./utils.js";
|
|
3
4
|
import type { TooltipPropsOverrides } from "../models/chartsSlotsComponentsProps.js";
|
|
@@ -13,5 +14,5 @@ export interface ChartsTooltipSlotProps<T extends TriggerOptions = TriggerOption
|
|
|
13
14
|
* Custom component for the tooltip popper.
|
|
14
15
|
* @default ChartsTooltipRoot
|
|
15
16
|
*/
|
|
16
|
-
tooltip?: Partial<ChartsTooltipProps<T>> & TooltipPropsOverrides
|
|
17
|
+
tooltip?: WithDataAttributes<Partial<ChartsTooltipProps<T>> & TooltipPropsOverrides>;
|
|
17
18
|
}
|
|
@@ -14,7 +14,7 @@ export interface ChartsAxisTooltipContentProps {
|
|
|
14
14
|
*/
|
|
15
15
|
sort?: 'none' | 'asc' | 'desc';
|
|
16
16
|
}
|
|
17
|
-
declare function ChartsAxisTooltipContent(props: ChartsAxisTooltipContentProps): import("react
|
|
17
|
+
declare function ChartsAxisTooltipContent(props: ChartsAxisTooltipContentProps): import("react").JSX.Element | null;
|
|
18
18
|
declare namespace ChartsAxisTooltipContent {
|
|
19
19
|
var propTypes: any;
|
|
20
20
|
}
|
|
@@ -14,7 +14,7 @@ export interface ChartsAxisTooltipContentProps {
|
|
|
14
14
|
*/
|
|
15
15
|
sort?: 'none' | 'asc' | 'desc';
|
|
16
16
|
}
|
|
17
|
-
declare function ChartsAxisTooltipContent(props: ChartsAxisTooltipContentProps): import("react
|
|
17
|
+
declare function ChartsAxisTooltipContent(props: ChartsAxisTooltipContentProps): import("react").JSX.Element | null;
|
|
18
18
|
declare namespace ChartsAxisTooltipContent {
|
|
19
19
|
var propTypes: any;
|
|
20
20
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
3
|
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.mjs";
|
|
3
4
|
export interface ChartsItemTooltipContentClasses extends ChartsTooltipClasses {}
|
|
@@ -8,7 +9,7 @@ export interface ChartsItemTooltipContentProps {
|
|
|
8
9
|
classes?: Partial<ChartsTooltipClasses>;
|
|
9
10
|
sx?: SxProps<Theme>;
|
|
10
11
|
}
|
|
11
|
-
declare function ChartsItemTooltipContent(props: ChartsItemTooltipContentProps):
|
|
12
|
+
declare function ChartsItemTooltipContent(props: ChartsItemTooltipContentProps): React.JSX.Element | null;
|
|
12
13
|
declare namespace ChartsItemTooltipContent {
|
|
13
14
|
var propTypes: any;
|
|
14
15
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
3
|
import type { ChartsTooltipClasses } from "./chartsTooltipClasses.js";
|
|
3
4
|
export interface ChartsItemTooltipContentClasses extends ChartsTooltipClasses {}
|
|
@@ -8,7 +9,7 @@ export interface ChartsItemTooltipContentProps {
|
|
|
8
9
|
classes?: Partial<ChartsTooltipClasses>;
|
|
9
10
|
sx?: SxProps<Theme>;
|
|
10
11
|
}
|
|
11
|
-
declare function ChartsItemTooltipContent(props: ChartsItemTooltipContentProps):
|
|
12
|
+
declare function ChartsItemTooltipContent(props: ChartsItemTooltipContentProps): React.JSX.Element | null;
|
|
12
13
|
declare namespace ChartsItemTooltipContent {
|
|
13
14
|
var propTypes: any;
|
|
14
15
|
}
|