@mui/x-charts 8.1.0 → 8.2.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/BarChart.js +1 -1
- package/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
- package/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
- package/BarChart/BarLabel/index.d.ts +4 -4
- package/BarChart/checkScaleErrors.d.ts +3 -3
- package/BarChart/checkScaleErrors.js +4 -4
- package/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/BarChart/seriesConfig/seriesProcessor.js +2 -2
- package/BarChart/seriesConfig/tooltip.d.ts +1 -1
- package/BarChart/types.d.ts +2 -2
- package/BarChart/useBarChartProps.d.ts +2 -2
- package/BarChart/useBarChartProps.js +20 -2
- package/CHANGELOG.md +126 -7
- package/ChartContainer/ChartContainer.js +1 -1
- package/ChartContainer/useChartContainerProps.d.ts +1 -1
- package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
- package/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/ChartsLabel/ChartsLabelMark.js +8 -4
- package/ChartsLabel/index.d.ts +4 -4
- package/ChartsLabel/labelClasses.d.ts +1 -1
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
- package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
- package/ChartsLegend/chartsLegend.types.d.ts +1 -1
- package/ChartsLegend/chartsLegendClasses.d.ts +2 -2
- package/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
- package/ChartsLegend/index.d.ts +4 -4
- package/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
- package/ChartsLegend/useAxis.d.ts +2 -2
- package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/ChartsLocalizationProvider/index.d.ts +1 -1
- package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
- package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
- package/ChartsOverlay/index.d.ts +1 -1
- package/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
- package/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
- package/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
- package/ChartsText/index.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltipContainer.js +1 -0
- package/ChartsTooltip/index.d.ts +3 -3
- package/ChartsTooltip/useAxisTooltip.d.ts +2 -2
- package/LineChart/AnimatedArea.d.ts +1 -1
- package/LineChart/AnimatedLine.d.ts +1 -1
- package/LineChart/AreaPlot.js +2 -2
- package/LineChart/LineChart.js +1 -1
- package/LineChart/LineHighlightPlot.js +1 -1
- package/LineChart/LinePlot.js +2 -2
- package/LineChart/MarkPlot.js +1 -1
- package/LineChart/index.d.ts +1 -1
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/LineChart/seriesConfig/seriesProcessor.js +2 -2
- package/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/LineChart/useLineChartProps.d.ts +2 -2
- package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadarChart/RadarGrid/index.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
- package/RadarChart/index.d.ts +2 -2
- package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadarChart/useRadarChartProps.d.ts +2 -2
- package/ScatterChart/ScatterChart.js +1 -1
- package/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
- package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/ScatterChart/useScatterChartProps.d.ts +3 -3
- package/SparkLineChart/SparkLineChart.js +1 -1
- package/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
- package/colorPalettes/categorical/blueberryTwilight.js +10 -0
- package/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
- package/colorPalettes/categorical/cheerfulFiesta.js +10 -0
- package/colorPalettes/categorical/mangoFusion.d.ts +4 -0
- package/colorPalettes/categorical/mangoFusion.js +10 -0
- package/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
- package/colorPalettes/categorical/rainbowSurge.js +10 -0
- package/colorPalettes/index.d.ts +14 -1
- package/colorPalettes/index.js +147 -4
- package/colorPalettes/sequential/blue.d.ts +4 -0
- package/colorPalettes/sequential/blue.js +12 -0
- package/colorPalettes/sequential/cyan.d.ts +4 -0
- package/colorPalettes/sequential/cyan.js +12 -0
- package/colorPalettes/sequential/green.d.ts +4 -0
- package/colorPalettes/sequential/green.js +12 -0
- package/colorPalettes/sequential/orange.d.ts +4 -0
- package/colorPalettes/sequential/orange.js +12 -0
- package/colorPalettes/sequential/pink.d.ts +4 -0
- package/colorPalettes/sequential/pink.js +12 -0
- package/colorPalettes/sequential/purple.d.ts +4 -0
- package/colorPalettes/sequential/purple.js +12 -0
- package/colorPalettes/sequential/red.d.ts +4 -0
- package/colorPalettes/sequential/red.js +12 -0
- package/colorPalettes/sequential/strawberrySky.d.ts +4 -0
- package/colorPalettes/sequential/strawberrySky.js +10 -0
- package/colorPalettes/sequential/yellow.d.ts +4 -0
- package/colorPalettes/sequential/yellow.js +12 -0
- package/colorPalettes/types.d.ts +4 -0
- package/colorPalettes/types.js +5 -0
- package/context/ChartProvider/ChartContext.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/context/ChartProvider/useChartContext.js +1 -1
- package/context/index.d.ts +1 -1
- package/esm/BarChart/BarChart.js +1 -1
- package/esm/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
- package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
- package/esm/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
- package/esm/BarChart/BarLabel/index.d.ts +4 -4
- package/esm/BarChart/checkScaleErrors.d.ts +3 -3
- package/esm/BarChart/checkScaleErrors.js +4 -4
- package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/BarChart/seriesConfig/seriesProcessor.js +2 -2
- package/esm/BarChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/BarChart/types.d.ts +2 -2
- package/esm/BarChart/useBarChartProps.d.ts +2 -2
- package/esm/BarChart/useBarChartProps.js +20 -2
- package/esm/ChartContainer/ChartContainer.js +1 -1
- package/esm/ChartContainer/useChartContainerProps.d.ts +1 -1
- package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
- package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
- package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/esm/ChartsLabel/ChartsLabelMark.js +8 -4
- package/esm/ChartsLabel/index.d.ts +4 -4
- package/esm/ChartsLabel/labelClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
- package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
- package/esm/ChartsLegend/chartsLegend.types.d.ts +1 -1
- package/esm/ChartsLegend/chartsLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/index.d.ts +4 -4
- package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/useAxis.d.ts +2 -2
- package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/esm/ChartsLocalizationProvider/index.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
- package/esm/ChartsOverlay/index.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
- package/esm/ChartsText/index.d.ts +2 -2
- package/esm/ChartsTooltip/ChartsTooltipContainer.js +1 -0
- package/esm/ChartsTooltip/index.d.ts +3 -3
- package/esm/ChartsTooltip/useAxisTooltip.d.ts +2 -2
- package/esm/LineChart/AnimatedArea.d.ts +1 -1
- package/esm/LineChart/AnimatedLine.d.ts +1 -1
- package/esm/LineChart/AreaPlot.js +2 -2
- package/esm/LineChart/LineChart.js +1 -1
- package/esm/LineChart/LineHighlightPlot.js +1 -1
- package/esm/LineChart/LinePlot.js +2 -2
- package/esm/LineChart/MarkPlot.js +1 -1
- package/esm/LineChart/index.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/LineChart/seriesConfig/seriesProcessor.js +2 -2
- package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/LineChart/useLineChartProps.d.ts +2 -2
- package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/index.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
- package/esm/RadarChart/index.d.ts +2 -2
- package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/RadarChart/useRadarChartProps.d.ts +2 -2
- package/esm/ScatterChart/ScatterChart.js +1 -1
- package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
- package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/ScatterChart/useScatterChartProps.d.ts +3 -3
- package/esm/SparkLineChart/SparkLineChart.js +1 -1
- package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
- package/esm/colorPalettes/categorical/blueberryTwilight.js +3 -0
- package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
- package/esm/colorPalettes/categorical/cheerfulFiesta.js +3 -0
- package/esm/colorPalettes/categorical/mangoFusion.d.ts +4 -0
- package/esm/colorPalettes/categorical/mangoFusion.js +3 -0
- package/esm/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
- package/esm/colorPalettes/categorical/rainbowSurge.js +3 -0
- package/esm/colorPalettes/index.d.ts +14 -1
- package/esm/colorPalettes/index.js +20 -1
- package/esm/colorPalettes/sequential/blue.d.ts +4 -0
- package/esm/colorPalettes/sequential/blue.js +5 -0
- package/esm/colorPalettes/sequential/cyan.d.ts +4 -0
- package/esm/colorPalettes/sequential/cyan.js +5 -0
- package/esm/colorPalettes/sequential/green.d.ts +4 -0
- package/esm/colorPalettes/sequential/green.js +5 -0
- package/esm/colorPalettes/sequential/orange.d.ts +4 -0
- package/esm/colorPalettes/sequential/orange.js +5 -0
- package/esm/colorPalettes/sequential/pink.d.ts +4 -0
- package/esm/colorPalettes/sequential/pink.js +5 -0
- package/esm/colorPalettes/sequential/purple.d.ts +4 -0
- package/esm/colorPalettes/sequential/purple.js +5 -0
- package/esm/colorPalettes/sequential/red.d.ts +4 -0
- package/esm/colorPalettes/sequential/red.js +5 -0
- package/esm/colorPalettes/sequential/strawberrySky.d.ts +4 -0
- package/esm/colorPalettes/sequential/strawberrySky.js +3 -0
- package/esm/colorPalettes/sequential/yellow.d.ts +4 -0
- package/esm/colorPalettes/sequential/yellow.js +5 -0
- package/esm/colorPalettes/types.d.ts +4 -0
- package/esm/colorPalettes/types.js +1 -0
- package/esm/context/ChartProvider/ChartContext.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/esm/context/ChartProvider/useChartContext.js +1 -1
- package/esm/context/index.d.ts +1 -1
- package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
- package/esm/hooks/useAxis.d.ts +6 -6
- package/esm/hooks/useChartsLocalization.d.ts +1 -1
- package/esm/hooks/useChartsLocalization.js +1 -1
- package/esm/hooks/useItemHighlightedGetter.d.ts +2 -2
- package/esm/hooks/useLegend.d.ts +1 -1
- package/esm/hooks/useSeries.d.ts +1 -1
- package/esm/hooks/useSvgRef.js +1 -1
- package/esm/hooks/useZAxis.d.ts +3 -3
- package/esm/index.js +1 -1
- package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/esm/internals/createSeriesSelectorOfType.js +1 -1
- package/esm/internals/defaultizeMargin.d.ts +1 -1
- package/esm/internals/geometry.js +1 -1
- package/esm/internals/getPercentageValue.js +1 -1
- package/esm/internals/plugins/allPlugins.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +142 -142
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +6 -6
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +18 -14
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +892 -892
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
- package/esm/internals/plugins/models/chart.d.ts +3 -3
- package/esm/internals/plugins/models/helpers.d.ts +1 -1
- package/esm/internals/plugins/models/plugin.d.ts +2 -2
- package/esm/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
- package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
- package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
- package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
- package/esm/internals/plugins/utils/ChartStore.d.ts +2 -2
- package/esm/internals/stackSeries.d.ts +1 -1
- package/esm/internals/store/useChartModels.js +2 -2
- package/esm/internals/store/useCharts.d.ts +1 -1
- package/esm/internals/store/useStore.js +1 -1
- package/esm/locales/index.d.ts +1 -1
- package/esm/models/axis.d.ts +15 -3
- package/esm/models/axis.js +8 -0
- package/esm/models/index.d.ts +3 -3
- package/esm/models/seriesType/bar.d.ts +1 -1
- package/esm/models/seriesType/common.d.ts +2 -2
- package/esm/models/seriesType/line.d.ts +1 -1
- package/esm/models/seriesType/pie.d.ts +1 -1
- package/esm/themeAugmentation/components.js +1 -0
- package/esm/themeAugmentation/index.d.ts +3 -3
- package/esm/themeAugmentation/overrides.d.ts +3 -12
- package/esm/themeAugmentation/overrides.js +2 -0
- package/esm/themeAugmentation/props.d.ts +0 -7
- package/esm/themeAugmentation/props.js +2 -0
- package/hooks/animation/useAnimateArea.d.ts +1 -1
- package/hooks/animation/useAnimateBar.d.ts +1 -1
- package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/hooks/animation/useAnimateLine.d.ts +1 -1
- package/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
- package/hooks/useAxis.d.ts +6 -6
- package/hooks/useChartsLocalization.d.ts +1 -1
- package/hooks/useChartsLocalization.js +1 -1
- package/hooks/useItemHighlightedGetter.d.ts +2 -2
- package/hooks/useLegend.d.ts +1 -1
- package/hooks/useSeries.d.ts +1 -1
- package/hooks/useSvgRef.js +1 -1
- package/hooks/useZAxis.d.ts +3 -3
- package/index.js +1 -1
- package/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/internals/createSeriesSelectorOfType.js +1 -1
- package/internals/defaultizeMargin.d.ts +1 -1
- package/internals/geometry.js +1 -1
- package/internals/getPercentageValue.js +1 -1
- package/internals/plugins/allPlugins.d.ts +1 -1
- package/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
- package/internals/plugins/corePlugins/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +142 -142
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +6 -6
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +18 -14
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +892 -892
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
- package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
- package/internals/plugins/models/chart.d.ts +3 -3
- package/internals/plugins/models/helpers.d.ts +1 -1
- package/internals/plugins/models/plugin.d.ts +2 -2
- package/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
- package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
- package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
- package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
- package/internals/plugins/utils/ChartStore.d.ts +2 -2
- package/internals/stackSeries.d.ts +1 -1
- package/internals/store/useChartModels.js +2 -2
- package/internals/store/useCharts.d.ts +1 -1
- package/internals/store/useStore.js +1 -1
- package/locales/index.d.ts +1 -1
- package/models/axis.d.ts +15 -3
- package/models/axis.js +8 -0
- package/models/index.d.ts +3 -3
- package/models/seriesType/bar.d.ts +1 -1
- package/models/seriesType/common.d.ts +2 -2
- package/models/seriesType/line.d.ts +1 -1
- package/models/seriesType/pie.d.ts +1 -1
- package/package.json +2 -2
- package/themeAugmentation/components.js +5 -0
- package/themeAugmentation/index.d.ts +3 -3
- package/themeAugmentation/overrides.d.ts +3 -12
- package/themeAugmentation/overrides.js +5 -0
- package/themeAugmentation/props.d.ts +0 -7
- package/themeAugmentation/props.js +5 -0
- package/colorPalettes/colorPalettes.d.ts +0 -16
- package/colorPalettes/colorPalettes.js +0 -22
- package/esm/colorPalettes/colorPalettes.d.ts +0 -16
- package/esm/colorPalettes/colorPalettes.js +0 -12
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ChartRootSelector } from "../../utils/selectors.js";
|
|
2
|
-
import type { UseChartDimensionsSignature } from
|
|
2
|
+
import type { UseChartDimensionsSignature } from "./useChartDimensions.types.js";
|
|
3
3
|
export declare const selectorChartDimensionsState: ChartRootSelector<UseChartDimensionsSignature>;
|
|
4
|
-
export declare const selectorChartDrawingArea: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
5
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
6
|
-
} & Partial<import("
|
|
4
|
+
export declare const selectorChartDrawingArea: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
5
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
6
|
+
} & Partial<import("../../../index.js").UseChartCartesianAxisState>) => {
|
|
7
7
|
width: number;
|
|
8
8
|
left: number;
|
|
9
9
|
right: number;
|
|
@@ -43,22 +43,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
43
43
|
top: number;
|
|
44
44
|
bottom: number;
|
|
45
45
|
};
|
|
46
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
47
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
46
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
47
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
48
48
|
}) => number) & {
|
|
49
49
|
clearCache: () => void;
|
|
50
50
|
resultsCount: () => number;
|
|
51
51
|
resetResultsCount: () => void;
|
|
52
52
|
} & {
|
|
53
53
|
resultFunc: (resultFuncArgs_0: {
|
|
54
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
54
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
55
55
|
width: number;
|
|
56
56
|
height: number;
|
|
57
57
|
propsWidth: number | undefined;
|
|
58
58
|
propsHeight: number | undefined;
|
|
59
59
|
}) => number;
|
|
60
60
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
61
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
61
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
62
62
|
width: number;
|
|
63
63
|
height: number;
|
|
64
64
|
propsWidth: number | undefined;
|
|
@@ -77,22 +77,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
77
77
|
} & {
|
|
78
78
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
79
79
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
80
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
81
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
80
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
81
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
82
82
|
}) => number) & {
|
|
83
83
|
clearCache: () => void;
|
|
84
84
|
resultsCount: () => number;
|
|
85
85
|
resetResultsCount: () => void;
|
|
86
86
|
} & {
|
|
87
87
|
resultFunc: (resultFuncArgs_0: {
|
|
88
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
88
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
89
89
|
width: number;
|
|
90
90
|
height: number;
|
|
91
91
|
propsWidth: number | undefined;
|
|
92
92
|
propsHeight: number | undefined;
|
|
93
93
|
}) => number;
|
|
94
94
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
95
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
95
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
96
96
|
width: number;
|
|
97
97
|
height: number;
|
|
98
98
|
propsWidth: number | undefined;
|
|
@@ -111,46 +111,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
111
111
|
} & {
|
|
112
112
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
113
113
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
114
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
115
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
114
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
115
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
116
116
|
}) => number) & {
|
|
117
117
|
clearCache: () => void;
|
|
118
118
|
resultsCount: () => number;
|
|
119
119
|
resetResultsCount: () => void;
|
|
120
120
|
} & {
|
|
121
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
122
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
121
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
122
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
123
123
|
clearCache: () => void;
|
|
124
124
|
resultsCount: () => number;
|
|
125
125
|
resetResultsCount: () => void;
|
|
126
126
|
};
|
|
127
127
|
lastResult: () => number;
|
|
128
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
129
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
130
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
128
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
129
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
130
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
131
131
|
clearCache: () => void;
|
|
132
132
|
resultsCount: () => number;
|
|
133
133
|
resetResultsCount: () => void;
|
|
134
134
|
} & {
|
|
135
135
|
resultFunc: (resultFuncArgs_0: {
|
|
136
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
136
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
137
137
|
width: number;
|
|
138
138
|
height: number;
|
|
139
139
|
propsWidth: number | undefined;
|
|
140
140
|
propsHeight: number | undefined;
|
|
141
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
141
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
142
142
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
143
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
143
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
144
144
|
width: number;
|
|
145
145
|
height: number;
|
|
146
146
|
propsWidth: number | undefined;
|
|
147
147
|
propsHeight: number | undefined;
|
|
148
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
148
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
149
149
|
clearCache: () => void;
|
|
150
150
|
resultsCount: () => number;
|
|
151
151
|
resetResultsCount: () => void;
|
|
152
152
|
};
|
|
153
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
153
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
154
154
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
155
155
|
recomputations: () => number;
|
|
156
156
|
resetRecomputations: () => void;
|
|
@@ -167,46 +167,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
167
167
|
} & {
|
|
168
168
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
169
169
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
170
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
171
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
170
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
171
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
172
172
|
}) => number) & {
|
|
173
173
|
clearCache: () => void;
|
|
174
174
|
resultsCount: () => number;
|
|
175
175
|
resetResultsCount: () => void;
|
|
176
176
|
} & {
|
|
177
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
178
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
177
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
178
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
179
179
|
clearCache: () => void;
|
|
180
180
|
resultsCount: () => number;
|
|
181
181
|
resetResultsCount: () => void;
|
|
182
182
|
};
|
|
183
183
|
lastResult: () => number;
|
|
184
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
185
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
186
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
184
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
185
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
186
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
187
187
|
clearCache: () => void;
|
|
188
188
|
resultsCount: () => number;
|
|
189
189
|
resetResultsCount: () => void;
|
|
190
190
|
} & {
|
|
191
191
|
resultFunc: (resultFuncArgs_0: {
|
|
192
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
192
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
193
193
|
width: number;
|
|
194
194
|
height: number;
|
|
195
195
|
propsWidth: number | undefined;
|
|
196
196
|
propsHeight: number | undefined;
|
|
197
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
197
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
198
198
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
199
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
199
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
200
200
|
width: number;
|
|
201
201
|
height: number;
|
|
202
202
|
propsWidth: number | undefined;
|
|
203
203
|
propsHeight: number | undefined;
|
|
204
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
204
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
205
205
|
clearCache: () => void;
|
|
206
206
|
resultsCount: () => number;
|
|
207
207
|
resetResultsCount: () => void;
|
|
208
208
|
};
|
|
209
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
209
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
210
210
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
211
211
|
recomputations: () => number;
|
|
212
212
|
resetRecomputations: () => void;
|
|
@@ -223,46 +223,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
223
223
|
} & {
|
|
224
224
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
225
225
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
226
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
227
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
226
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
227
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
228
228
|
}) => number) & {
|
|
229
229
|
clearCache: () => void;
|
|
230
230
|
resultsCount: () => number;
|
|
231
231
|
resetResultsCount: () => void;
|
|
232
232
|
} & {
|
|
233
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
234
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
233
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
234
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
235
235
|
clearCache: () => void;
|
|
236
236
|
resultsCount: () => number;
|
|
237
237
|
resetResultsCount: () => void;
|
|
238
238
|
};
|
|
239
239
|
lastResult: () => number;
|
|
240
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
241
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
242
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
240
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
241
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
242
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
243
243
|
clearCache: () => void;
|
|
244
244
|
resultsCount: () => number;
|
|
245
245
|
resetResultsCount: () => void;
|
|
246
246
|
} & {
|
|
247
247
|
resultFunc: (resultFuncArgs_0: {
|
|
248
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
248
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
249
249
|
width: number;
|
|
250
250
|
height: number;
|
|
251
251
|
propsWidth: number | undefined;
|
|
252
252
|
propsHeight: number | undefined;
|
|
253
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
253
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
254
254
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
255
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
255
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
256
256
|
width: number;
|
|
257
257
|
height: number;
|
|
258
258
|
propsWidth: number | undefined;
|
|
259
259
|
propsHeight: number | undefined;
|
|
260
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
260
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
261
261
|
clearCache: () => void;
|
|
262
262
|
resultsCount: () => number;
|
|
263
263
|
resetResultsCount: () => void;
|
|
264
264
|
};
|
|
265
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
265
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
266
266
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
267
267
|
recomputations: () => number;
|
|
268
268
|
resetRecomputations: () => void;
|
|
@@ -279,46 +279,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
279
279
|
} & {
|
|
280
280
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
281
281
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
282
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
283
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
282
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
283
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
284
284
|
}) => number) & {
|
|
285
285
|
clearCache: () => void;
|
|
286
286
|
resultsCount: () => number;
|
|
287
287
|
resetResultsCount: () => void;
|
|
288
288
|
} & {
|
|
289
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
290
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
289
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
290
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
291
291
|
clearCache: () => void;
|
|
292
292
|
resultsCount: () => number;
|
|
293
293
|
resetResultsCount: () => void;
|
|
294
294
|
};
|
|
295
295
|
lastResult: () => number;
|
|
296
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
297
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
298
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
296
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
297
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
298
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
299
299
|
clearCache: () => void;
|
|
300
300
|
resultsCount: () => number;
|
|
301
301
|
resetResultsCount: () => void;
|
|
302
302
|
} & {
|
|
303
303
|
resultFunc: (resultFuncArgs_0: {
|
|
304
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
304
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
305
305
|
width: number;
|
|
306
306
|
height: number;
|
|
307
307
|
propsWidth: number | undefined;
|
|
308
308
|
propsHeight: number | undefined;
|
|
309
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
309
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
310
310
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
311
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
311
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
312
312
|
width: number;
|
|
313
313
|
height: number;
|
|
314
314
|
propsWidth: number | undefined;
|
|
315
315
|
propsHeight: number | undefined;
|
|
316
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
316
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
317
317
|
clearCache: () => void;
|
|
318
318
|
resultsCount: () => number;
|
|
319
319
|
resetResultsCount: () => void;
|
|
320
320
|
};
|
|
321
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
321
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
322
322
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
323
323
|
recomputations: () => number;
|
|
324
324
|
resetRecomputations: () => void;
|
|
@@ -335,43 +335,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
335
335
|
} & {
|
|
336
336
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
337
337
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
338
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
339
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
338
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
339
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
340
340
|
}) => number) & {
|
|
341
341
|
clearCache: () => void;
|
|
342
342
|
resultsCount: () => number;
|
|
343
343
|
resetResultsCount: () => void;
|
|
344
344
|
} & {
|
|
345
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
346
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
345
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
346
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
347
347
|
clearCache: () => void;
|
|
348
348
|
resultsCount: () => number;
|
|
349
349
|
resetResultsCount: () => void;
|
|
350
350
|
};
|
|
351
351
|
lastResult: () => number;
|
|
352
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
353
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
354
|
-
}) => import("
|
|
352
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
353
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
354
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
355
355
|
clearCache: () => void;
|
|
356
356
|
resultsCount: () => number;
|
|
357
357
|
resetResultsCount: () => void;
|
|
358
358
|
} & {
|
|
359
359
|
resultFunc: (resultFuncArgs_0: {
|
|
360
|
-
x: import("
|
|
361
|
-
y: import("
|
|
362
|
-
} | undefined) => import("
|
|
360
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
361
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
362
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
363
363
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
364
|
-
x: import("
|
|
365
|
-
y: import("
|
|
366
|
-
} | undefined) => import("
|
|
364
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
365
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
366
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
367
367
|
clearCache: () => void;
|
|
368
368
|
resultsCount: () => number;
|
|
369
369
|
resetResultsCount: () => void;
|
|
370
370
|
};
|
|
371
|
-
lastResult: () => import("
|
|
372
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
373
|
-
x: import("
|
|
374
|
-
y: import("
|
|
371
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
372
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
373
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
374
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
375
375
|
} | undefined];
|
|
376
376
|
recomputations: () => number;
|
|
377
377
|
resetRecomputations: () => void;
|
|
@@ -388,43 +388,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
388
388
|
} & {
|
|
389
389
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
390
390
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
391
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
392
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
391
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
392
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
393
393
|
}) => number) & {
|
|
394
394
|
clearCache: () => void;
|
|
395
395
|
resultsCount: () => number;
|
|
396
396
|
resetResultsCount: () => void;
|
|
397
397
|
} & {
|
|
398
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
399
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
398
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
399
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
400
400
|
clearCache: () => void;
|
|
401
401
|
resultsCount: () => number;
|
|
402
402
|
resetResultsCount: () => void;
|
|
403
403
|
};
|
|
404
404
|
lastResult: () => number;
|
|
405
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
406
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
407
|
-
}) => import("
|
|
405
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
406
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
407
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
408
408
|
clearCache: () => void;
|
|
409
409
|
resultsCount: () => number;
|
|
410
410
|
resetResultsCount: () => void;
|
|
411
411
|
} & {
|
|
412
412
|
resultFunc: (resultFuncArgs_0: {
|
|
413
|
-
x: import("
|
|
414
|
-
y: import("
|
|
415
|
-
} | undefined) => import("
|
|
413
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
414
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
415
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
416
416
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
417
|
-
x: import("
|
|
418
|
-
y: import("
|
|
419
|
-
} | undefined) => import("
|
|
417
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
418
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
419
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
420
420
|
clearCache: () => void;
|
|
421
421
|
resultsCount: () => number;
|
|
422
422
|
resetResultsCount: () => void;
|
|
423
423
|
};
|
|
424
|
-
lastResult: () => import("
|
|
425
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
426
|
-
x: import("
|
|
427
|
-
y: import("
|
|
424
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
425
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
426
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
427
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
428
428
|
} | undefined];
|
|
429
429
|
recomputations: () => number;
|
|
430
430
|
resetRecomputations: () => void;
|
|
@@ -441,43 +441,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
441
441
|
} & {
|
|
442
442
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
443
443
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
444
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
445
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
444
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
445
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
446
446
|
}) => number) & {
|
|
447
447
|
clearCache: () => void;
|
|
448
448
|
resultsCount: () => number;
|
|
449
449
|
resetResultsCount: () => void;
|
|
450
450
|
} & {
|
|
451
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
452
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
451
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
452
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
453
453
|
clearCache: () => void;
|
|
454
454
|
resultsCount: () => number;
|
|
455
455
|
resetResultsCount: () => void;
|
|
456
456
|
};
|
|
457
457
|
lastResult: () => number;
|
|
458
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
459
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
460
|
-
}) => import("
|
|
458
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
459
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
460
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
461
461
|
clearCache: () => void;
|
|
462
462
|
resultsCount: () => number;
|
|
463
463
|
resetResultsCount: () => void;
|
|
464
464
|
} & {
|
|
465
465
|
resultFunc: (resultFuncArgs_0: {
|
|
466
|
-
x: import("
|
|
467
|
-
y: import("
|
|
468
|
-
} | undefined) => import("
|
|
466
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
467
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
468
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
469
469
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
470
|
-
x: import("
|
|
471
|
-
y: import("
|
|
472
|
-
} | undefined) => import("
|
|
470
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
471
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
472
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
473
473
|
clearCache: () => void;
|
|
474
474
|
resultsCount: () => number;
|
|
475
475
|
resetResultsCount: () => void;
|
|
476
476
|
};
|
|
477
|
-
lastResult: () => import("
|
|
478
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
479
|
-
x: import("
|
|
480
|
-
y: import("
|
|
477
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
478
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
479
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
480
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
481
481
|
} | undefined];
|
|
482
482
|
recomputations: () => number;
|
|
483
483
|
resetRecomputations: () => void;
|
|
@@ -494,43 +494,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
494
494
|
} & {
|
|
495
495
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
496
496
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
497
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
498
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
497
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
498
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
499
499
|
}) => number) & {
|
|
500
500
|
clearCache: () => void;
|
|
501
501
|
resultsCount: () => number;
|
|
502
502
|
resetResultsCount: () => void;
|
|
503
503
|
} & {
|
|
504
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
505
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
504
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
505
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
506
506
|
clearCache: () => void;
|
|
507
507
|
resultsCount: () => number;
|
|
508
508
|
resetResultsCount: () => void;
|
|
509
509
|
};
|
|
510
510
|
lastResult: () => number;
|
|
511
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
512
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
513
|
-
}) => import("
|
|
511
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
512
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
513
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
514
514
|
clearCache: () => void;
|
|
515
515
|
resultsCount: () => number;
|
|
516
516
|
resetResultsCount: () => void;
|
|
517
517
|
} & {
|
|
518
518
|
resultFunc: (resultFuncArgs_0: {
|
|
519
|
-
x: import("
|
|
520
|
-
y: import("
|
|
521
|
-
} | undefined) => import("
|
|
519
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
520
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
521
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
522
522
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
523
|
-
x: import("
|
|
524
|
-
y: import("
|
|
525
|
-
} | undefined) => import("
|
|
523
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
524
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
525
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
526
526
|
clearCache: () => void;
|
|
527
527
|
resultsCount: () => number;
|
|
528
528
|
resetResultsCount: () => void;
|
|
529
529
|
};
|
|
530
|
-
lastResult: () => import("
|
|
531
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
532
|
-
x: import("
|
|
533
|
-
y: import("
|
|
530
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
531
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
532
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
533
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
534
534
|
} | undefined];
|
|
535
535
|
recomputations: () => number;
|
|
536
536
|
resetRecomputations: () => void;
|
|
@@ -556,8 +556,8 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
556
556
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
557
557
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
558
558
|
};
|
|
559
|
-
export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
560
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
559
|
+
export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
560
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
561
561
|
}) => {
|
|
562
562
|
width: number | undefined;
|
|
563
563
|
height: number | undefined;
|
|
@@ -567,7 +567,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
567
567
|
resetResultsCount: () => void;
|
|
568
568
|
} & {
|
|
569
569
|
resultFunc: (resultFuncArgs_0: {
|
|
570
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
570
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
571
571
|
width: number;
|
|
572
572
|
height: number;
|
|
573
573
|
propsWidth: number | undefined;
|
|
@@ -577,7 +577,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
577
577
|
height: number | undefined;
|
|
578
578
|
};
|
|
579
579
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
580
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
580
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
581
581
|
width: number;
|
|
582
582
|
height: number;
|
|
583
583
|
propsWidth: number | undefined;
|
|
@@ -603,8 +603,8 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
603
603
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
604
604
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
605
605
|
};
|
|
606
|
-
export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
607
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
606
|
+
export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
607
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
608
608
|
}) => {
|
|
609
609
|
width: number;
|
|
610
610
|
height: number;
|
|
@@ -629,22 +629,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
|
|
|
629
629
|
width: number;
|
|
630
630
|
height: number;
|
|
631
631
|
};
|
|
632
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
633
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
632
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
633
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
634
634
|
}) => number) & {
|
|
635
635
|
clearCache: () => void;
|
|
636
636
|
resultsCount: () => number;
|
|
637
637
|
resetResultsCount: () => void;
|
|
638
638
|
} & {
|
|
639
639
|
resultFunc: (resultFuncArgs_0: {
|
|
640
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
640
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
641
641
|
width: number;
|
|
642
642
|
height: number;
|
|
643
643
|
propsWidth: number | undefined;
|
|
644
644
|
propsHeight: number | undefined;
|
|
645
645
|
}) => number;
|
|
646
646
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
647
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
647
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
648
648
|
width: number;
|
|
649
649
|
height: number;
|
|
650
650
|
propsWidth: number | undefined;
|
|
@@ -663,22 +663,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
|
|
|
663
663
|
} & {
|
|
664
664
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
665
665
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
666
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
667
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
666
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
667
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
668
668
|
}) => number) & {
|
|
669
669
|
clearCache: () => void;
|
|
670
670
|
resultsCount: () => number;
|
|
671
671
|
resetResultsCount: () => void;
|
|
672
672
|
} & {
|
|
673
673
|
resultFunc: (resultFuncArgs_0: {
|
|
674
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
674
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
675
675
|
width: number;
|
|
676
676
|
height: number;
|
|
677
677
|
propsWidth: number | undefined;
|
|
678
678
|
propsHeight: number | undefined;
|
|
679
679
|
}) => number;
|
|
680
680
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
681
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
681
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
682
682
|
width: number;
|
|
683
683
|
height: number;
|
|
684
684
|
propsWidth: number | undefined;
|