@mui/x-charts 8.1.0 → 8.3.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 +233 -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/ChartsClipPath/ChartsClipPath.d.ts +8 -0
- package/ChartsClipPath/ChartsClipPath.js +8 -0
- 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/AppearingMask.js +1 -2
- package/LineChart/AreaPlot.js +2 -2
- package/LineChart/CircleMarkElement.d.ts +10 -0
- package/LineChart/CircleMarkElement.js +5 -15
- package/LineChart/LineChart.js +1 -1
- package/LineChart/LineHighlightPlot.js +1 -1
- package/LineChart/LinePlot.js +2 -2
- package/LineChart/MarkElement.d.ts +10 -0
- package/LineChart/MarkElement.js +15 -15
- package/LineChart/MarkPlot.js +19 -3
- 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/PieArcLabel.js +3 -4
- 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.d.ts +19 -0
- package/SparkLineChart/SparkLineChart.js +53 -16
- package/Toolbar/Toolbar.d.ts +5 -0
- package/Toolbar/Toolbar.js +34 -0
- package/Toolbar/ToolbarButton.d.ts +5 -0
- package/Toolbar/ToolbarButton.js +27 -0
- package/Toolbar/index.d.ts +2 -0
- package/Toolbar/index.js +27 -0
- 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/ChartsClipPath/ChartsClipPath.d.ts +8 -0
- package/esm/ChartsClipPath/ChartsClipPath.js +8 -0
- 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/AppearingMask.js +1 -2
- package/esm/LineChart/AreaPlot.js +2 -2
- package/esm/LineChart/CircleMarkElement.d.ts +10 -0
- package/esm/LineChart/CircleMarkElement.js +5 -15
- package/esm/LineChart/LineChart.js +1 -1
- package/esm/LineChart/LineHighlightPlot.js +1 -1
- package/esm/LineChart/LinePlot.js +2 -2
- package/esm/LineChart/MarkElement.d.ts +10 -0
- package/esm/LineChart/MarkElement.js +15 -15
- package/esm/LineChart/MarkPlot.js +20 -4
- 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/PieArcLabel.js +3 -4
- 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.d.ts +19 -0
- package/esm/SparkLineChart/SparkLineChart.js +53 -16
- package/esm/Toolbar/Toolbar.d.ts +5 -0
- package/esm/Toolbar/Toolbar.js +27 -0
- package/esm/Toolbar/ToolbarButton.d.ts +5 -0
- package/esm/Toolbar/ToolbarButton.js +20 -0
- package/esm/Toolbar/index.d.ts +2 -0
- package/esm/Toolbar/index.js +2 -0
- 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 +11 -2
- package/esm/hooks/animation/useAnimatePieArcLabel.js +4 -4
- 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.d.ts +2 -1
- package/esm/index.js +3 -2
- package/esm/internals/constants.d.ts +4 -0
- package/esm/internals/constants.js +5 -0
- package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/esm/internals/createSeriesSelectorOfType.js +1 -1
- package/esm/internals/createSvgIcon.d.ts +3 -0
- package/esm/internals/createSvgIcon.js +2 -0
- 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/index.d.ts +4 -1
- package/esm/internals/index.js +4 -1
- package/esm/internals/material/index.d.ts +4 -0
- package/esm/internals/material/index.js +7 -0
- package/esm/internals/plugins/allPlugins.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
- package/esm/internals/plugins/corePlugins/corePlugins.js +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 +177 -142
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +1 -1
- 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 +6 -7
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +22 -10
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
- 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/useChartAxisSize.selectors.js +5 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
- package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
- 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 -2
- package/esm/internals/plugins/models/plugin.d.ts +2 -32
- 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/useCharts.d.ts +2 -2
- package/esm/internals/store/useCharts.js +11 -12
- package/esm/internals/store/useStore.js +1 -1
- package/esm/locales/enUS.d.ts +2 -0
- package/esm/locales/enUS.js +3 -1
- package/esm/locales/frFR.d.ts +2 -0
- package/esm/locales/frFR.js +2 -0
- package/esm/locales/index.d.ts +1 -1
- package/esm/locales/utils/chartsLocaleTextApi.d.ts +8 -0
- package/esm/locales/utils/getChartsLocalization.d.ts +2 -0
- package/esm/models/axis.d.ts +22 -3
- package/esm/models/axis.js +12 -0
- package/esm/models/index.d.ts +4 -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/models/slots/chartsBaseSlotProps.d.ts +13 -0
- package/esm/models/slots/chartsBaseSlotProps.js +1 -0
- package/esm/models/slots/chartsBaseSlots.d.ts +5 -0
- package/esm/models/slots/chartsBaseSlots.js +1 -0
- package/esm/models/slots/chartsIconSlots.d.ts +1 -0
- package/esm/models/slots/chartsIconSlots.js +1 -0
- package/esm/models/slots/index.d.ts +3 -0
- package/esm/models/slots/index.js +3 -0
- 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 +11 -2
- package/hooks/animation/useAnimatePieArcLabel.js +4 -4
- 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.d.ts +2 -1
- package/index.js +12 -1
- package/internals/constants.d.ts +4 -0
- package/internals/constants.js +11 -0
- package/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/internals/createSeriesSelectorOfType.js +1 -1
- package/internals/createSvgIcon.d.ts +3 -0
- package/internals/createSvgIcon.js +8 -0
- package/internals/defaultizeMargin.d.ts +1 -1
- package/internals/geometry.js +1 -1
- package/internals/getPercentageValue.js +1 -1
- package/internals/index.d.ts +4 -1
- package/internals/index.js +36 -0
- package/internals/material/index.d.ts +4 -0
- package/internals/material/index.js +14 -0
- package/internals/plugins/allPlugins.d.ts +1 -1
- package/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
- package/internals/plugins/corePlugins/corePlugins.js +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 +177 -142
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +2 -2
- 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 +6 -7
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +27 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
- 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/useChartAxisSize.selectors.js +5 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +3 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
- package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
- 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 -2
- package/internals/plugins/models/plugin.d.ts +2 -32
- 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/useCharts.d.ts +2 -2
- package/internals/store/useCharts.js +11 -12
- package/internals/store/useStore.js +1 -1
- package/locales/enUS.d.ts +2 -0
- package/locales/enUS.js +3 -1
- package/locales/frFR.d.ts +2 -0
- package/locales/frFR.js +2 -0
- package/locales/index.d.ts +1 -1
- package/locales/utils/chartsLocaleTextApi.d.ts +8 -0
- package/locales/utils/getChartsLocalization.d.ts +2 -0
- package/models/axis.d.ts +22 -3
- package/models/axis.js +12 -0
- package/models/index.d.ts +4 -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/models/slots/chartsBaseSlotProps.d.ts +13 -0
- package/models/slots/chartsBaseSlotProps.js +5 -0
- package/models/slots/chartsBaseSlots.d.ts +5 -0
- package/models/slots/chartsBaseSlots.js +5 -0
- package/models/slots/chartsIconSlots.d.ts +1 -0
- package/models/slots/chartsIconSlots.js +5 -0
- package/models/slots/index.d.ts +3 -0
- package/models/slots/index.js +38 -0
- package/package.json +5 -5
- 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
- package/esm/internals/store/useChartModels.d.ts +0 -7
- package/esm/internals/store/useChartModels.js +0 -64
- package/internals/store/useChartModels.d.ts +0 -7
- package/internals/store/useChartModels.js +0 -73
package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { UseChartPolarAxisSignature } from "./useChartPolarAxis.types.js";
|
|
2
2
|
import { ChartState } from "../../models/chart.js";
|
|
3
3
|
export declare const selectorChartPolarAxisState: (state: ChartState<[], [UseChartPolarAxisSignature]>) => {
|
|
4
|
-
rotation: import("
|
|
5
|
-
radius: import("
|
|
4
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
5
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
6
6
|
} | undefined;
|
|
7
|
-
export declare const selectorChartRawRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
8
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
9
|
-
}) => import("
|
|
7
|
+
export declare const selectorChartRawRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
8
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
9
|
+
}) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
|
|
10
10
|
clearCache: () => void;
|
|
11
11
|
resultsCount: () => number;
|
|
12
12
|
resetResultsCount: () => void;
|
|
13
13
|
} & {
|
|
14
14
|
resultFunc: (resultFuncArgs_0: {
|
|
15
|
-
rotation: import("
|
|
16
|
-
radius: import("
|
|
17
|
-
} | undefined) => import("
|
|
15
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
16
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
17
|
+
} | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
|
|
18
18
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
19
|
-
rotation: import("
|
|
20
|
-
radius: import("
|
|
21
|
-
} | undefined) => import("
|
|
19
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
20
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
21
|
+
} | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
|
|
22
22
|
clearCache: () => void;
|
|
23
23
|
resultsCount: () => number;
|
|
24
24
|
resetResultsCount: () => void;
|
|
25
25
|
};
|
|
26
|
-
lastResult: () => import("
|
|
26
|
+
lastResult: () => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
|
|
27
27
|
dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
|
|
28
|
-
rotation: import("
|
|
29
|
-
radius: import("
|
|
28
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
29
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
30
30
|
} | undefined];
|
|
31
31
|
recomputations: () => number;
|
|
32
32
|
resetRecomputations: () => void;
|
|
@@ -36,29 +36,29 @@ export declare const selectorChartRawRotationAxis: ((state: import("../../corePl
|
|
|
36
36
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
37
37
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
38
38
|
};
|
|
39
|
-
export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
40
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
41
|
-
}) => import("
|
|
39
|
+
export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
40
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
41
|
+
}) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
|
|
42
42
|
clearCache: () => void;
|
|
43
43
|
resultsCount: () => number;
|
|
44
44
|
resetResultsCount: () => void;
|
|
45
45
|
} & {
|
|
46
46
|
resultFunc: (resultFuncArgs_0: {
|
|
47
|
-
rotation: import("
|
|
48
|
-
radius: import("
|
|
49
|
-
} | undefined) => import("
|
|
47
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
48
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
49
|
+
} | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
|
|
50
50
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
51
|
-
rotation: import("
|
|
52
|
-
radius: import("
|
|
53
|
-
} | undefined) => import("
|
|
51
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
52
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
53
|
+
} | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
|
|
54
54
|
clearCache: () => void;
|
|
55
55
|
resultsCount: () => number;
|
|
56
56
|
resetResultsCount: () => void;
|
|
57
57
|
};
|
|
58
|
-
lastResult: () => import("
|
|
58
|
+
lastResult: () => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
|
|
59
59
|
dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
|
|
60
|
-
rotation: import("
|
|
61
|
-
radius: import("
|
|
60
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
61
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
62
62
|
} | undefined];
|
|
63
63
|
recomputations: () => number;
|
|
64
64
|
resetRecomputations: () => void;
|
|
@@ -71,57 +71,57 @@ export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlug
|
|
|
71
71
|
/**
|
|
72
72
|
* The only interesting selectors that merge axis data and zoom if provided.
|
|
73
73
|
*/
|
|
74
|
-
export declare const selectorChartRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
75
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
76
|
-
} & Partial<{}> & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => import("./computeAxisValue").ComputeResult<import("
|
|
74
|
+
export declare const selectorChartRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
75
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
76
|
+
} & Partial<{}> & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>) & {
|
|
77
77
|
clearCache: () => void;
|
|
78
78
|
resultsCount: () => number;
|
|
79
79
|
resetResultsCount: () => void;
|
|
80
80
|
} & {
|
|
81
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
81
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
82
82
|
width: number;
|
|
83
83
|
left: number;
|
|
84
84
|
right: number;
|
|
85
85
|
height: number;
|
|
86
86
|
top: number;
|
|
87
87
|
bottom: number;
|
|
88
|
-
}, resultFuncArgs_2: import("
|
|
89
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
88
|
+
}, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>;
|
|
89
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
90
90
|
width: number;
|
|
91
91
|
left: number;
|
|
92
92
|
right: number;
|
|
93
93
|
height: number;
|
|
94
94
|
top: number;
|
|
95
95
|
bottom: number;
|
|
96
|
-
}, resultFuncArgs_2: import("
|
|
96
|
+
}, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>) & {
|
|
97
97
|
clearCache: () => void;
|
|
98
98
|
resultsCount: () => number;
|
|
99
99
|
resetResultsCount: () => void;
|
|
100
100
|
};
|
|
101
|
-
lastResult: () => import("./computeAxisValue").ComputeResult<import("
|
|
102
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
103
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
104
|
-
}) => import("
|
|
101
|
+
lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>;
|
|
102
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
103
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
104
|
+
}) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
|
|
105
105
|
clearCache: () => void;
|
|
106
106
|
resultsCount: () => number;
|
|
107
107
|
resetResultsCount: () => void;
|
|
108
108
|
} & {
|
|
109
109
|
resultFunc: (resultFuncArgs_0: {
|
|
110
|
-
rotation: import("
|
|
111
|
-
radius: import("
|
|
112
|
-
} | undefined) => import("
|
|
110
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
111
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
112
|
+
} | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
|
|
113
113
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
114
|
-
rotation: import("
|
|
115
|
-
radius: import("
|
|
116
|
-
} | undefined) => import("
|
|
114
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
115
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
116
|
+
} | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
|
|
117
117
|
clearCache: () => void;
|
|
118
118
|
resultsCount: () => number;
|
|
119
119
|
resetResultsCount: () => void;
|
|
120
120
|
};
|
|
121
|
-
lastResult: () => import("
|
|
121
|
+
lastResult: () => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
|
|
122
122
|
dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
|
|
123
|
-
rotation: import("
|
|
124
|
-
radius: import("
|
|
123
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
124
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
125
125
|
} | undefined];
|
|
126
126
|
recomputations: () => number;
|
|
127
127
|
resetRecomputations: () => void;
|
|
@@ -130,9 +130,9 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
130
130
|
} & {
|
|
131
131
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
132
132
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
133
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
134
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
135
|
-
} & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
|
|
133
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
134
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
135
|
+
} & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
|
|
136
136
|
width: number;
|
|
137
137
|
left: number;
|
|
138
138
|
right: number;
|
|
@@ -172,22 +172,22 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
172
172
|
top: number;
|
|
173
173
|
bottom: number;
|
|
174
174
|
};
|
|
175
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
176
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
175
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
176
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
177
177
|
}) => number) & {
|
|
178
178
|
clearCache: () => void;
|
|
179
179
|
resultsCount: () => number;
|
|
180
180
|
resetResultsCount: () => void;
|
|
181
181
|
} & {
|
|
182
182
|
resultFunc: (resultFuncArgs_0: {
|
|
183
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
183
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
184
184
|
width: number;
|
|
185
185
|
height: number;
|
|
186
186
|
propsWidth: number | undefined;
|
|
187
187
|
propsHeight: number | undefined;
|
|
188
188
|
}) => number;
|
|
189
189
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
190
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
190
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
191
191
|
width: number;
|
|
192
192
|
height: number;
|
|
193
193
|
propsWidth: number | undefined;
|
|
@@ -198,7 +198,7 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
198
198
|
resetResultsCount: () => void;
|
|
199
199
|
};
|
|
200
200
|
lastResult: () => number;
|
|
201
|
-
dependencies: [import("
|
|
201
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
202
202
|
recomputations: () => number;
|
|
203
203
|
resetRecomputations: () => void;
|
|
204
204
|
dependencyRecomputations: () => number;
|
|
@@ -206,22 +206,22 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
206
206
|
} & {
|
|
207
207
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
208
208
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
209
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
210
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
209
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
210
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
211
211
|
}) => number) & {
|
|
212
212
|
clearCache: () => void;
|
|
213
213
|
resultsCount: () => number;
|
|
214
214
|
resetResultsCount: () => void;
|
|
215
215
|
} & {
|
|
216
216
|
resultFunc: (resultFuncArgs_0: {
|
|
217
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
217
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
218
218
|
width: number;
|
|
219
219
|
height: number;
|
|
220
220
|
propsWidth: number | undefined;
|
|
221
221
|
propsHeight: number | undefined;
|
|
222
222
|
}) => number;
|
|
223
223
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
224
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
224
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
225
225
|
width: number;
|
|
226
226
|
height: number;
|
|
227
227
|
propsWidth: number | undefined;
|
|
@@ -232,7 +232,7 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
232
232
|
resetResultsCount: () => void;
|
|
233
233
|
};
|
|
234
234
|
lastResult: () => number;
|
|
235
|
-
dependencies: [import("
|
|
235
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
236
236
|
recomputations: () => number;
|
|
237
237
|
resetRecomputations: () => void;
|
|
238
238
|
dependencyRecomputations: () => number;
|
|
@@ -240,47 +240,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
240
240
|
} & {
|
|
241
241
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
242
242
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
243
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
244
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
243
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
244
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
245
245
|
}) => number) & {
|
|
246
246
|
clearCache: () => void;
|
|
247
247
|
resultsCount: () => number;
|
|
248
248
|
resetResultsCount: () => void;
|
|
249
249
|
} & {
|
|
250
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
251
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
250
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
251
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
252
252
|
clearCache: () => void;
|
|
253
253
|
resultsCount: () => number;
|
|
254
254
|
resetResultsCount: () => void;
|
|
255
255
|
};
|
|
256
256
|
lastResult: () => number;
|
|
257
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
258
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
259
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
257
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
258
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
259
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
260
260
|
clearCache: () => void;
|
|
261
261
|
resultsCount: () => number;
|
|
262
262
|
resetResultsCount: () => void;
|
|
263
263
|
} & {
|
|
264
264
|
resultFunc: (resultFuncArgs_0: {
|
|
265
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
265
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
266
266
|
width: number;
|
|
267
267
|
height: number;
|
|
268
268
|
propsWidth: number | undefined;
|
|
269
269
|
propsHeight: number | undefined;
|
|
270
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
270
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
271
271
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
272
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
272
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
273
273
|
width: number;
|
|
274
274
|
height: number;
|
|
275
275
|
propsWidth: number | undefined;
|
|
276
276
|
propsHeight: number | undefined;
|
|
277
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
277
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
278
278
|
clearCache: () => void;
|
|
279
279
|
resultsCount: () => number;
|
|
280
280
|
resetResultsCount: () => void;
|
|
281
281
|
};
|
|
282
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
283
|
-
dependencies: [import("
|
|
282
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
283
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
284
284
|
recomputations: () => number;
|
|
285
285
|
resetRecomputations: () => void;
|
|
286
286
|
dependencyRecomputations: () => number;
|
|
@@ -296,47 +296,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
296
296
|
} & {
|
|
297
297
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
298
298
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
299
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
300
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
299
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
300
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
301
301
|
}) => number) & {
|
|
302
302
|
clearCache: () => void;
|
|
303
303
|
resultsCount: () => number;
|
|
304
304
|
resetResultsCount: () => void;
|
|
305
305
|
} & {
|
|
306
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
307
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
306
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
307
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
308
308
|
clearCache: () => void;
|
|
309
309
|
resultsCount: () => number;
|
|
310
310
|
resetResultsCount: () => void;
|
|
311
311
|
};
|
|
312
312
|
lastResult: () => number;
|
|
313
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
314
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
315
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
313
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
314
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
315
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
316
316
|
clearCache: () => void;
|
|
317
317
|
resultsCount: () => number;
|
|
318
318
|
resetResultsCount: () => void;
|
|
319
319
|
} & {
|
|
320
320
|
resultFunc: (resultFuncArgs_0: {
|
|
321
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
321
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
322
322
|
width: number;
|
|
323
323
|
height: number;
|
|
324
324
|
propsWidth: number | undefined;
|
|
325
325
|
propsHeight: number | undefined;
|
|
326
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
326
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
327
327
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
328
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
328
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
329
329
|
width: number;
|
|
330
330
|
height: number;
|
|
331
331
|
propsWidth: number | undefined;
|
|
332
332
|
propsHeight: number | undefined;
|
|
333
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
333
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
334
334
|
clearCache: () => void;
|
|
335
335
|
resultsCount: () => number;
|
|
336
336
|
resetResultsCount: () => void;
|
|
337
337
|
};
|
|
338
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
339
|
-
dependencies: [import("
|
|
338
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
339
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
340
340
|
recomputations: () => number;
|
|
341
341
|
resetRecomputations: () => void;
|
|
342
342
|
dependencyRecomputations: () => number;
|
|
@@ -352,47 +352,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
352
352
|
} & {
|
|
353
353
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
354
354
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
355
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
356
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
355
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
356
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
357
357
|
}) => number) & {
|
|
358
358
|
clearCache: () => void;
|
|
359
359
|
resultsCount: () => number;
|
|
360
360
|
resetResultsCount: () => void;
|
|
361
361
|
} & {
|
|
362
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
363
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
362
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
363
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
364
364
|
clearCache: () => void;
|
|
365
365
|
resultsCount: () => number;
|
|
366
366
|
resetResultsCount: () => void;
|
|
367
367
|
};
|
|
368
368
|
lastResult: () => number;
|
|
369
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
370
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
371
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
369
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
370
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
371
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
372
372
|
clearCache: () => void;
|
|
373
373
|
resultsCount: () => number;
|
|
374
374
|
resetResultsCount: () => void;
|
|
375
375
|
} & {
|
|
376
376
|
resultFunc: (resultFuncArgs_0: {
|
|
377
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
377
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
378
378
|
width: number;
|
|
379
379
|
height: number;
|
|
380
380
|
propsWidth: number | undefined;
|
|
381
381
|
propsHeight: number | undefined;
|
|
382
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
382
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
383
383
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
384
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
384
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
385
385
|
width: number;
|
|
386
386
|
height: number;
|
|
387
387
|
propsWidth: number | undefined;
|
|
388
388
|
propsHeight: number | undefined;
|
|
389
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
389
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
390
390
|
clearCache: () => void;
|
|
391
391
|
resultsCount: () => number;
|
|
392
392
|
resetResultsCount: () => void;
|
|
393
393
|
};
|
|
394
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
395
|
-
dependencies: [import("
|
|
394
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
395
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
396
396
|
recomputations: () => number;
|
|
397
397
|
resetRecomputations: () => void;
|
|
398
398
|
dependencyRecomputations: () => number;
|
|
@@ -408,47 +408,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
408
408
|
} & {
|
|
409
409
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
410
410
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
411
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
412
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
411
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
412
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
413
413
|
}) => number) & {
|
|
414
414
|
clearCache: () => void;
|
|
415
415
|
resultsCount: () => number;
|
|
416
416
|
resetResultsCount: () => void;
|
|
417
417
|
} & {
|
|
418
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
419
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
418
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
419
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
420
420
|
clearCache: () => void;
|
|
421
421
|
resultsCount: () => number;
|
|
422
422
|
resetResultsCount: () => void;
|
|
423
423
|
};
|
|
424
424
|
lastResult: () => number;
|
|
425
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
426
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
427
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
425
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
426
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
427
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
428
428
|
clearCache: () => void;
|
|
429
429
|
resultsCount: () => number;
|
|
430
430
|
resetResultsCount: () => void;
|
|
431
431
|
} & {
|
|
432
432
|
resultFunc: (resultFuncArgs_0: {
|
|
433
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
433
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
434
434
|
width: number;
|
|
435
435
|
height: number;
|
|
436
436
|
propsWidth: number | undefined;
|
|
437
437
|
propsHeight: number | undefined;
|
|
438
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
438
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
439
439
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
440
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
440
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
441
441
|
width: number;
|
|
442
442
|
height: number;
|
|
443
443
|
propsWidth: number | undefined;
|
|
444
444
|
propsHeight: number | undefined;
|
|
445
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
445
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
446
446
|
clearCache: () => void;
|
|
447
447
|
resultsCount: () => number;
|
|
448
448
|
resetResultsCount: () => void;
|
|
449
449
|
};
|
|
450
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
451
|
-
dependencies: [import("
|
|
450
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
451
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
452
452
|
recomputations: () => number;
|
|
453
453
|
resetRecomputations: () => void;
|
|
454
454
|
dependencyRecomputations: () => number;
|
|
@@ -464,43 +464,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
464
464
|
} & {
|
|
465
465
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
466
466
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
467
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
468
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
467
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
468
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
469
469
|
}) => number) & {
|
|
470
470
|
clearCache: () => void;
|
|
471
471
|
resultsCount: () => number;
|
|
472
472
|
resetResultsCount: () => void;
|
|
473
473
|
} & {
|
|
474
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
475
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
474
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
475
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
476
476
|
clearCache: () => void;
|
|
477
477
|
resultsCount: () => number;
|
|
478
478
|
resetResultsCount: () => void;
|
|
479
479
|
};
|
|
480
480
|
lastResult: () => number;
|
|
481
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
482
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
483
|
-
}) => import("
|
|
481
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
482
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
483
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
484
484
|
clearCache: () => void;
|
|
485
485
|
resultsCount: () => number;
|
|
486
486
|
resetResultsCount: () => void;
|
|
487
487
|
} & {
|
|
488
488
|
resultFunc: (resultFuncArgs_0: {
|
|
489
|
-
x: import("
|
|
490
|
-
y: import("
|
|
491
|
-
} | undefined) => import("
|
|
489
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
490
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
491
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
492
492
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
493
|
-
x: import("
|
|
494
|
-
y: import("
|
|
495
|
-
} | undefined) => import("
|
|
493
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
494
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
495
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
496
496
|
clearCache: () => void;
|
|
497
497
|
resultsCount: () => number;
|
|
498
498
|
resetResultsCount: () => void;
|
|
499
499
|
};
|
|
500
|
-
lastResult: () => import("
|
|
501
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
502
|
-
x: import("
|
|
503
|
-
y: import("
|
|
500
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
501
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
502
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
503
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
504
504
|
} | undefined];
|
|
505
505
|
recomputations: () => number;
|
|
506
506
|
resetRecomputations: () => void;
|
|
@@ -517,43 +517,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
517
517
|
} & {
|
|
518
518
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
519
519
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
520
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
521
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
520
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
521
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
522
522
|
}) => number) & {
|
|
523
523
|
clearCache: () => void;
|
|
524
524
|
resultsCount: () => number;
|
|
525
525
|
resetResultsCount: () => void;
|
|
526
526
|
} & {
|
|
527
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
528
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
527
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
528
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
529
529
|
clearCache: () => void;
|
|
530
530
|
resultsCount: () => number;
|
|
531
531
|
resetResultsCount: () => void;
|
|
532
532
|
};
|
|
533
533
|
lastResult: () => number;
|
|
534
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
535
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
536
|
-
}) => import("
|
|
534
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
535
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
536
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
537
537
|
clearCache: () => void;
|
|
538
538
|
resultsCount: () => number;
|
|
539
539
|
resetResultsCount: () => void;
|
|
540
540
|
} & {
|
|
541
541
|
resultFunc: (resultFuncArgs_0: {
|
|
542
|
-
x: import("
|
|
543
|
-
y: import("
|
|
544
|
-
} | undefined) => import("
|
|
542
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
543
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
544
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
545
545
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
546
|
-
x: import("
|
|
547
|
-
y: import("
|
|
548
|
-
} | undefined) => import("
|
|
546
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
547
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
548
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
549
549
|
clearCache: () => void;
|
|
550
550
|
resultsCount: () => number;
|
|
551
551
|
resetResultsCount: () => void;
|
|
552
552
|
};
|
|
553
|
-
lastResult: () => import("
|
|
554
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
555
|
-
x: import("
|
|
556
|
-
y: import("
|
|
553
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
554
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
555
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
556
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
557
557
|
} | undefined];
|
|
558
558
|
recomputations: () => number;
|
|
559
559
|
resetRecomputations: () => void;
|
|
@@ -570,43 +570,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
570
570
|
} & {
|
|
571
571
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
572
572
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
573
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
574
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
573
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
574
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
575
575
|
}) => number) & {
|
|
576
576
|
clearCache: () => void;
|
|
577
577
|
resultsCount: () => number;
|
|
578
578
|
resetResultsCount: () => void;
|
|
579
579
|
} & {
|
|
580
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
581
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
580
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
581
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
582
582
|
clearCache: () => void;
|
|
583
583
|
resultsCount: () => number;
|
|
584
584
|
resetResultsCount: () => void;
|
|
585
585
|
};
|
|
586
586
|
lastResult: () => number;
|
|
587
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
588
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
589
|
-
}) => import("
|
|
587
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
588
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
589
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
590
590
|
clearCache: () => void;
|
|
591
591
|
resultsCount: () => number;
|
|
592
592
|
resetResultsCount: () => void;
|
|
593
593
|
} & {
|
|
594
594
|
resultFunc: (resultFuncArgs_0: {
|
|
595
|
-
x: import("
|
|
596
|
-
y: import("
|
|
597
|
-
} | undefined) => import("
|
|
595
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
596
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
597
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
598
598
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
599
|
-
x: import("
|
|
600
|
-
y: import("
|
|
601
|
-
} | undefined) => import("
|
|
599
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
600
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
601
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
602
602
|
clearCache: () => void;
|
|
603
603
|
resultsCount: () => number;
|
|
604
604
|
resetResultsCount: () => void;
|
|
605
605
|
};
|
|
606
|
-
lastResult: () => import("
|
|
607
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
608
|
-
x: import("
|
|
609
|
-
y: import("
|
|
606
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
607
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
608
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
609
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
610
610
|
} | undefined];
|
|
611
611
|
recomputations: () => number;
|
|
612
612
|
resetRecomputations: () => void;
|
|
@@ -623,43 +623,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
623
623
|
} & {
|
|
624
624
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
625
625
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
626
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
627
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
626
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
627
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
628
628
|
}) => number) & {
|
|
629
629
|
clearCache: () => void;
|
|
630
630
|
resultsCount: () => number;
|
|
631
631
|
resetResultsCount: () => void;
|
|
632
632
|
} & {
|
|
633
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
634
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
633
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
634
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
635
635
|
clearCache: () => void;
|
|
636
636
|
resultsCount: () => number;
|
|
637
637
|
resetResultsCount: () => void;
|
|
638
638
|
};
|
|
639
639
|
lastResult: () => number;
|
|
640
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
641
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
642
|
-
}) => import("
|
|
640
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
641
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
642
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
643
643
|
clearCache: () => void;
|
|
644
644
|
resultsCount: () => number;
|
|
645
645
|
resetResultsCount: () => void;
|
|
646
646
|
} & {
|
|
647
647
|
resultFunc: (resultFuncArgs_0: {
|
|
648
|
-
x: import("
|
|
649
|
-
y: import("
|
|
650
|
-
} | undefined) => import("
|
|
648
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
649
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
650
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
651
651
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
652
|
-
x: import("
|
|
653
|
-
y: import("
|
|
654
|
-
} | undefined) => import("
|
|
652
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
653
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
654
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
655
655
|
clearCache: () => void;
|
|
656
656
|
resultsCount: () => number;
|
|
657
657
|
resetResultsCount: () => void;
|
|
658
658
|
};
|
|
659
|
-
lastResult: () => import("
|
|
660
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
661
|
-
x: import("
|
|
662
|
-
y: import("
|
|
659
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
660
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
661
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
662
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
663
663
|
} | undefined];
|
|
664
664
|
recomputations: () => number;
|
|
665
665
|
resetRecomputations: () => void;
|
|
@@ -684,27 +684,27 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
684
684
|
} & {
|
|
685
685
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
686
686
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
687
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
688
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
689
|
-
}) => import("
|
|
687
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
688
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
689
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
690
690
|
clearCache: () => void;
|
|
691
691
|
resultsCount: () => number;
|
|
692
692
|
resetResultsCount: () => void;
|
|
693
693
|
} & {
|
|
694
694
|
resultFunc: (resultFuncArgs_0: {
|
|
695
|
-
processedSeries: import("
|
|
696
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
697
|
-
}) => import("
|
|
695
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
696
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
697
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
698
698
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
699
|
-
processedSeries: import("
|
|
700
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
701
|
-
}) => import("
|
|
699
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
700
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
701
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
702
702
|
clearCache: () => void;
|
|
703
703
|
resultsCount: () => number;
|
|
704
704
|
resetResultsCount: () => void;
|
|
705
705
|
};
|
|
706
|
-
lastResult: () => import("
|
|
707
|
-
dependencies: [import("
|
|
706
|
+
lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
707
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
|
|
708
708
|
recomputations: () => number;
|
|
709
709
|
resetRecomputations: () => void;
|
|
710
710
|
dependencyRecomputations: () => number;
|
|
@@ -712,27 +712,27 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
712
712
|
} & {
|
|
713
713
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
714
714
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
715
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
716
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
717
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
715
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
716
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
717
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
718
718
|
clearCache: () => void;
|
|
719
719
|
resultsCount: () => number;
|
|
720
720
|
resetResultsCount: () => void;
|
|
721
721
|
} & {
|
|
722
722
|
resultFunc: (resultFuncArgs_0: {
|
|
723
|
-
processedSeries: import("
|
|
724
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
725
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
723
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
724
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
725
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
726
726
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
727
|
-
processedSeries: import("
|
|
728
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
729
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
727
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
728
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
729
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
730
730
|
clearCache: () => void;
|
|
731
731
|
resultsCount: () => number;
|
|
732
732
|
resetResultsCount: () => void;
|
|
733
733
|
};
|
|
734
|
-
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("
|
|
735
|
-
dependencies: [import("
|
|
734
|
+
lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
735
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
|
|
736
736
|
recomputations: () => number;
|
|
737
737
|
resetRecomputations: () => void;
|
|
738
738
|
dependencyRecomputations: () => number;
|
|
@@ -749,57 +749,57 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
|
|
|
749
749
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
750
750
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
751
751
|
};
|
|
752
|
-
export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
753
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
754
|
-
} & Partial<{}> & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => import("./computeAxisValue").ComputeResult<import("
|
|
752
|
+
export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
753
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
754
|
+
} & Partial<{}> & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>) & {
|
|
755
755
|
clearCache: () => void;
|
|
756
756
|
resultsCount: () => number;
|
|
757
757
|
resetResultsCount: () => void;
|
|
758
758
|
} & {
|
|
759
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
759
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
760
760
|
width: number;
|
|
761
761
|
left: number;
|
|
762
762
|
right: number;
|
|
763
763
|
height: number;
|
|
764
764
|
top: number;
|
|
765
765
|
bottom: number;
|
|
766
|
-
}, resultFuncArgs_2: import("
|
|
767
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
766
|
+
}, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>;
|
|
767
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
768
768
|
width: number;
|
|
769
769
|
left: number;
|
|
770
770
|
right: number;
|
|
771
771
|
height: number;
|
|
772
772
|
top: number;
|
|
773
773
|
bottom: number;
|
|
774
|
-
}, resultFuncArgs_2: import("
|
|
774
|
+
}, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>) & {
|
|
775
775
|
clearCache: () => void;
|
|
776
776
|
resultsCount: () => number;
|
|
777
777
|
resetResultsCount: () => void;
|
|
778
778
|
};
|
|
779
|
-
lastResult: () => import("./computeAxisValue").ComputeResult<import("
|
|
780
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
781
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
782
|
-
}) => import("
|
|
779
|
+
lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>;
|
|
780
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
|
|
781
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
782
|
+
}) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
|
|
783
783
|
clearCache: () => void;
|
|
784
784
|
resultsCount: () => number;
|
|
785
785
|
resetResultsCount: () => void;
|
|
786
786
|
} & {
|
|
787
787
|
resultFunc: (resultFuncArgs_0: {
|
|
788
|
-
rotation: import("
|
|
789
|
-
radius: import("
|
|
790
|
-
} | undefined) => import("
|
|
788
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
789
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
790
|
+
} | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
|
|
791
791
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
792
|
-
rotation: import("
|
|
793
|
-
radius: import("
|
|
794
|
-
} | undefined) => import("
|
|
792
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
793
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
794
|
+
} | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
|
|
795
795
|
clearCache: () => void;
|
|
796
796
|
resultsCount: () => number;
|
|
797
797
|
resetResultsCount: () => void;
|
|
798
798
|
};
|
|
799
|
-
lastResult: () => import("
|
|
799
|
+
lastResult: () => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
|
|
800
800
|
dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
|
|
801
|
-
rotation: import("
|
|
802
|
-
radius: import("
|
|
801
|
+
rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
|
|
802
|
+
radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
|
|
803
803
|
} | undefined];
|
|
804
804
|
recomputations: () => number;
|
|
805
805
|
resetRecomputations: () => void;
|
|
@@ -808,9 +808,9 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
808
808
|
} & {
|
|
809
809
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
810
810
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
811
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
812
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
813
|
-
} & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
|
|
811
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
812
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
813
|
+
} & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
|
|
814
814
|
width: number;
|
|
815
815
|
left: number;
|
|
816
816
|
right: number;
|
|
@@ -850,22 +850,22 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
850
850
|
top: number;
|
|
851
851
|
bottom: number;
|
|
852
852
|
};
|
|
853
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
854
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
853
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
854
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
855
855
|
}) => number) & {
|
|
856
856
|
clearCache: () => void;
|
|
857
857
|
resultsCount: () => number;
|
|
858
858
|
resetResultsCount: () => void;
|
|
859
859
|
} & {
|
|
860
860
|
resultFunc: (resultFuncArgs_0: {
|
|
861
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
861
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
862
862
|
width: number;
|
|
863
863
|
height: number;
|
|
864
864
|
propsWidth: number | undefined;
|
|
865
865
|
propsHeight: number | undefined;
|
|
866
866
|
}) => number;
|
|
867
867
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
868
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
868
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
869
869
|
width: number;
|
|
870
870
|
height: number;
|
|
871
871
|
propsWidth: number | undefined;
|
|
@@ -876,7 +876,7 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
876
876
|
resetResultsCount: () => void;
|
|
877
877
|
};
|
|
878
878
|
lastResult: () => number;
|
|
879
|
-
dependencies: [import("
|
|
879
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
880
880
|
recomputations: () => number;
|
|
881
881
|
resetRecomputations: () => void;
|
|
882
882
|
dependencyRecomputations: () => number;
|
|
@@ -884,22 +884,22 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
884
884
|
} & {
|
|
885
885
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
886
886
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
887
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
888
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
887
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
888
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
889
889
|
}) => number) & {
|
|
890
890
|
clearCache: () => void;
|
|
891
891
|
resultsCount: () => number;
|
|
892
892
|
resetResultsCount: () => void;
|
|
893
893
|
} & {
|
|
894
894
|
resultFunc: (resultFuncArgs_0: {
|
|
895
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
895
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
896
896
|
width: number;
|
|
897
897
|
height: number;
|
|
898
898
|
propsWidth: number | undefined;
|
|
899
899
|
propsHeight: number | undefined;
|
|
900
900
|
}) => number;
|
|
901
901
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
902
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
902
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
903
903
|
width: number;
|
|
904
904
|
height: number;
|
|
905
905
|
propsWidth: number | undefined;
|
|
@@ -910,7 +910,7 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
910
910
|
resetResultsCount: () => void;
|
|
911
911
|
};
|
|
912
912
|
lastResult: () => number;
|
|
913
|
-
dependencies: [import("
|
|
913
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
914
914
|
recomputations: () => number;
|
|
915
915
|
resetRecomputations: () => void;
|
|
916
916
|
dependencyRecomputations: () => number;
|
|
@@ -918,47 +918,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
918
918
|
} & {
|
|
919
919
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
920
920
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
921
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
922
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
921
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
922
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
923
923
|
}) => number) & {
|
|
924
924
|
clearCache: () => void;
|
|
925
925
|
resultsCount: () => number;
|
|
926
926
|
resetResultsCount: () => void;
|
|
927
927
|
} & {
|
|
928
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
929
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
928
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
929
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
930
930
|
clearCache: () => void;
|
|
931
931
|
resultsCount: () => number;
|
|
932
932
|
resetResultsCount: () => void;
|
|
933
933
|
};
|
|
934
934
|
lastResult: () => number;
|
|
935
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
936
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
937
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
935
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
936
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
937
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
938
938
|
clearCache: () => void;
|
|
939
939
|
resultsCount: () => number;
|
|
940
940
|
resetResultsCount: () => void;
|
|
941
941
|
} & {
|
|
942
942
|
resultFunc: (resultFuncArgs_0: {
|
|
943
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
943
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
944
944
|
width: number;
|
|
945
945
|
height: number;
|
|
946
946
|
propsWidth: number | undefined;
|
|
947
947
|
propsHeight: number | undefined;
|
|
948
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
948
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
949
949
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
950
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
950
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
951
951
|
width: number;
|
|
952
952
|
height: number;
|
|
953
953
|
propsWidth: number | undefined;
|
|
954
954
|
propsHeight: number | undefined;
|
|
955
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
955
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
956
956
|
clearCache: () => void;
|
|
957
957
|
resultsCount: () => number;
|
|
958
958
|
resetResultsCount: () => void;
|
|
959
959
|
};
|
|
960
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
961
|
-
dependencies: [import("
|
|
960
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
961
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
962
962
|
recomputations: () => number;
|
|
963
963
|
resetRecomputations: () => void;
|
|
964
964
|
dependencyRecomputations: () => number;
|
|
@@ -974,47 +974,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
974
974
|
} & {
|
|
975
975
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
976
976
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
977
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
978
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
977
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
978
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
979
979
|
}) => number) & {
|
|
980
980
|
clearCache: () => void;
|
|
981
981
|
resultsCount: () => number;
|
|
982
982
|
resetResultsCount: () => void;
|
|
983
983
|
} & {
|
|
984
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
985
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
984
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
985
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
986
986
|
clearCache: () => void;
|
|
987
987
|
resultsCount: () => number;
|
|
988
988
|
resetResultsCount: () => void;
|
|
989
989
|
};
|
|
990
990
|
lastResult: () => number;
|
|
991
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
992
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
993
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
991
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
992
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
993
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
994
994
|
clearCache: () => void;
|
|
995
995
|
resultsCount: () => number;
|
|
996
996
|
resetResultsCount: () => void;
|
|
997
997
|
} & {
|
|
998
998
|
resultFunc: (resultFuncArgs_0: {
|
|
999
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
999
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1000
1000
|
width: number;
|
|
1001
1001
|
height: number;
|
|
1002
1002
|
propsWidth: number | undefined;
|
|
1003
1003
|
propsHeight: number | undefined;
|
|
1004
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1004
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1005
1005
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1006
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1006
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1007
1007
|
width: number;
|
|
1008
1008
|
height: number;
|
|
1009
1009
|
propsWidth: number | undefined;
|
|
1010
1010
|
propsHeight: number | undefined;
|
|
1011
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1011
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1012
1012
|
clearCache: () => void;
|
|
1013
1013
|
resultsCount: () => number;
|
|
1014
1014
|
resetResultsCount: () => void;
|
|
1015
1015
|
};
|
|
1016
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1017
|
-
dependencies: [import("
|
|
1016
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1017
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1018
1018
|
recomputations: () => number;
|
|
1019
1019
|
resetRecomputations: () => void;
|
|
1020
1020
|
dependencyRecomputations: () => number;
|
|
@@ -1030,47 +1030,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1030
1030
|
} & {
|
|
1031
1031
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1032
1032
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1033
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1034
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1033
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1034
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1035
1035
|
}) => number) & {
|
|
1036
1036
|
clearCache: () => void;
|
|
1037
1037
|
resultsCount: () => number;
|
|
1038
1038
|
resetResultsCount: () => void;
|
|
1039
1039
|
} & {
|
|
1040
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1041
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1040
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1041
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1042
1042
|
clearCache: () => void;
|
|
1043
1043
|
resultsCount: () => number;
|
|
1044
1044
|
resetResultsCount: () => void;
|
|
1045
1045
|
};
|
|
1046
1046
|
lastResult: () => number;
|
|
1047
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1048
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1049
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1047
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1048
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1049
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1050
1050
|
clearCache: () => void;
|
|
1051
1051
|
resultsCount: () => number;
|
|
1052
1052
|
resetResultsCount: () => void;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
resultFunc: (resultFuncArgs_0: {
|
|
1055
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1055
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1056
1056
|
width: number;
|
|
1057
1057
|
height: number;
|
|
1058
1058
|
propsWidth: number | undefined;
|
|
1059
1059
|
propsHeight: number | undefined;
|
|
1060
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1060
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1061
1061
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1062
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1062
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1063
1063
|
width: number;
|
|
1064
1064
|
height: number;
|
|
1065
1065
|
propsWidth: number | undefined;
|
|
1066
1066
|
propsHeight: number | undefined;
|
|
1067
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1067
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1068
1068
|
clearCache: () => void;
|
|
1069
1069
|
resultsCount: () => number;
|
|
1070
1070
|
resetResultsCount: () => void;
|
|
1071
1071
|
};
|
|
1072
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1073
|
-
dependencies: [import("
|
|
1072
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1073
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1074
1074
|
recomputations: () => number;
|
|
1075
1075
|
resetRecomputations: () => void;
|
|
1076
1076
|
dependencyRecomputations: () => number;
|
|
@@ -1086,47 +1086,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1086
1086
|
} & {
|
|
1087
1087
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1088
1088
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1089
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1090
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1089
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1090
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1091
1091
|
}) => number) & {
|
|
1092
1092
|
clearCache: () => void;
|
|
1093
1093
|
resultsCount: () => number;
|
|
1094
1094
|
resetResultsCount: () => void;
|
|
1095
1095
|
} & {
|
|
1096
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1097
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1096
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1097
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1098
1098
|
clearCache: () => void;
|
|
1099
1099
|
resultsCount: () => number;
|
|
1100
1100
|
resetResultsCount: () => void;
|
|
1101
1101
|
};
|
|
1102
1102
|
lastResult: () => number;
|
|
1103
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1104
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1105
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1103
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1104
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1105
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1106
1106
|
clearCache: () => void;
|
|
1107
1107
|
resultsCount: () => number;
|
|
1108
1108
|
resetResultsCount: () => void;
|
|
1109
1109
|
} & {
|
|
1110
1110
|
resultFunc: (resultFuncArgs_0: {
|
|
1111
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1111
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1112
1112
|
width: number;
|
|
1113
1113
|
height: number;
|
|
1114
1114
|
propsWidth: number | undefined;
|
|
1115
1115
|
propsHeight: number | undefined;
|
|
1116
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1116
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1117
1117
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1118
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1118
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1119
1119
|
width: number;
|
|
1120
1120
|
height: number;
|
|
1121
1121
|
propsWidth: number | undefined;
|
|
1122
1122
|
propsHeight: number | undefined;
|
|
1123
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1123
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1124
1124
|
clearCache: () => void;
|
|
1125
1125
|
resultsCount: () => number;
|
|
1126
1126
|
resetResultsCount: () => void;
|
|
1127
1127
|
};
|
|
1128
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1129
|
-
dependencies: [import("
|
|
1128
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1129
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1130
1130
|
recomputations: () => number;
|
|
1131
1131
|
resetRecomputations: () => void;
|
|
1132
1132
|
dependencyRecomputations: () => number;
|
|
@@ -1142,43 +1142,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1142
1142
|
} & {
|
|
1143
1143
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1144
1144
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1145
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1146
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1145
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1146
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1147
1147
|
}) => number) & {
|
|
1148
1148
|
clearCache: () => void;
|
|
1149
1149
|
resultsCount: () => number;
|
|
1150
1150
|
resetResultsCount: () => void;
|
|
1151
1151
|
} & {
|
|
1152
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1153
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1152
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
1153
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
1154
1154
|
clearCache: () => void;
|
|
1155
1155
|
resultsCount: () => number;
|
|
1156
1156
|
resetResultsCount: () => void;
|
|
1157
1157
|
};
|
|
1158
1158
|
lastResult: () => number;
|
|
1159
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1160
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1161
|
-
}) => import("
|
|
1159
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1160
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1161
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1162
1162
|
clearCache: () => void;
|
|
1163
1163
|
resultsCount: () => number;
|
|
1164
1164
|
resetResultsCount: () => void;
|
|
1165
1165
|
} & {
|
|
1166
1166
|
resultFunc: (resultFuncArgs_0: {
|
|
1167
|
-
x: import("
|
|
1168
|
-
y: import("
|
|
1169
|
-
} | undefined) => import("
|
|
1167
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1168
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1169
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1170
1170
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1171
|
-
x: import("
|
|
1172
|
-
y: import("
|
|
1173
|
-
} | undefined) => import("
|
|
1171
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1172
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1173
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1174
1174
|
clearCache: () => void;
|
|
1175
1175
|
resultsCount: () => number;
|
|
1176
1176
|
resetResultsCount: () => void;
|
|
1177
1177
|
};
|
|
1178
|
-
lastResult: () => import("
|
|
1179
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1180
|
-
x: import("
|
|
1181
|
-
y: import("
|
|
1178
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1179
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1180
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1181
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1182
1182
|
} | undefined];
|
|
1183
1183
|
recomputations: () => number;
|
|
1184
1184
|
resetRecomputations: () => void;
|
|
@@ -1195,43 +1195,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1195
1195
|
} & {
|
|
1196
1196
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1197
1197
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1198
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1199
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1198
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1199
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1200
1200
|
}) => number) & {
|
|
1201
1201
|
clearCache: () => void;
|
|
1202
1202
|
resultsCount: () => number;
|
|
1203
1203
|
resetResultsCount: () => void;
|
|
1204
1204
|
} & {
|
|
1205
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1206
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1205
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
1206
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
1207
1207
|
clearCache: () => void;
|
|
1208
1208
|
resultsCount: () => number;
|
|
1209
1209
|
resetResultsCount: () => void;
|
|
1210
1210
|
};
|
|
1211
1211
|
lastResult: () => number;
|
|
1212
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1213
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1214
|
-
}) => import("
|
|
1212
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1213
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1214
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1215
1215
|
clearCache: () => void;
|
|
1216
1216
|
resultsCount: () => number;
|
|
1217
1217
|
resetResultsCount: () => void;
|
|
1218
1218
|
} & {
|
|
1219
1219
|
resultFunc: (resultFuncArgs_0: {
|
|
1220
|
-
x: import("
|
|
1221
|
-
y: import("
|
|
1222
|
-
} | undefined) => import("
|
|
1220
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1221
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1222
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1223
1223
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1224
|
-
x: import("
|
|
1225
|
-
y: import("
|
|
1226
|
-
} | undefined) => import("
|
|
1224
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1225
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1226
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1227
1227
|
clearCache: () => void;
|
|
1228
1228
|
resultsCount: () => number;
|
|
1229
1229
|
resetResultsCount: () => void;
|
|
1230
1230
|
};
|
|
1231
|
-
lastResult: () => import("
|
|
1232
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1233
|
-
x: import("
|
|
1234
|
-
y: import("
|
|
1231
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1232
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1233
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1234
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1235
1235
|
} | undefined];
|
|
1236
1236
|
recomputations: () => number;
|
|
1237
1237
|
resetRecomputations: () => void;
|
|
@@ -1248,43 +1248,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1248
1248
|
} & {
|
|
1249
1249
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1250
1250
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1251
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1252
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1251
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1252
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1253
1253
|
}) => number) & {
|
|
1254
1254
|
clearCache: () => void;
|
|
1255
1255
|
resultsCount: () => number;
|
|
1256
1256
|
resetResultsCount: () => void;
|
|
1257
1257
|
} & {
|
|
1258
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1259
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1258
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
1259
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
1260
1260
|
clearCache: () => void;
|
|
1261
1261
|
resultsCount: () => number;
|
|
1262
1262
|
resetResultsCount: () => void;
|
|
1263
1263
|
};
|
|
1264
1264
|
lastResult: () => number;
|
|
1265
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1266
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1267
|
-
}) => import("
|
|
1265
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1266
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1267
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1268
1268
|
clearCache: () => void;
|
|
1269
1269
|
resultsCount: () => number;
|
|
1270
1270
|
resetResultsCount: () => void;
|
|
1271
1271
|
} & {
|
|
1272
1272
|
resultFunc: (resultFuncArgs_0: {
|
|
1273
|
-
x: import("
|
|
1274
|
-
y: import("
|
|
1275
|
-
} | undefined) => import("
|
|
1273
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1274
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1275
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1276
1276
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1277
|
-
x: import("
|
|
1278
|
-
y: import("
|
|
1279
|
-
} | undefined) => import("
|
|
1277
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1278
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1279
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1280
1280
|
clearCache: () => void;
|
|
1281
1281
|
resultsCount: () => number;
|
|
1282
1282
|
resetResultsCount: () => void;
|
|
1283
1283
|
};
|
|
1284
|
-
lastResult: () => import("
|
|
1285
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1286
|
-
x: import("
|
|
1287
|
-
y: import("
|
|
1284
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1285
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1286
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1287
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1288
1288
|
} | undefined];
|
|
1289
1289
|
recomputations: () => number;
|
|
1290
1290
|
resetRecomputations: () => void;
|
|
@@ -1301,43 +1301,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1301
1301
|
} & {
|
|
1302
1302
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1303
1303
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1304
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1305
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1304
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1305
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1306
1306
|
}) => number) & {
|
|
1307
1307
|
clearCache: () => void;
|
|
1308
1308
|
resultsCount: () => number;
|
|
1309
1309
|
resetResultsCount: () => void;
|
|
1310
1310
|
} & {
|
|
1311
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1312
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1311
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
1312
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
1313
1313
|
clearCache: () => void;
|
|
1314
1314
|
resultsCount: () => number;
|
|
1315
1315
|
resetResultsCount: () => void;
|
|
1316
1316
|
};
|
|
1317
1317
|
lastResult: () => number;
|
|
1318
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1319
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1320
|
-
}) => import("
|
|
1318
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1319
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1320
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1321
1321
|
clearCache: () => void;
|
|
1322
1322
|
resultsCount: () => number;
|
|
1323
1323
|
resetResultsCount: () => void;
|
|
1324
1324
|
} & {
|
|
1325
1325
|
resultFunc: (resultFuncArgs_0: {
|
|
1326
|
-
x: import("
|
|
1327
|
-
y: import("
|
|
1328
|
-
} | undefined) => import("
|
|
1326
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1327
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1328
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1329
1329
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1330
|
-
x: import("
|
|
1331
|
-
y: import("
|
|
1332
|
-
} | undefined) => import("
|
|
1330
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1331
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1332
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1333
1333
|
clearCache: () => void;
|
|
1334
1334
|
resultsCount: () => number;
|
|
1335
1335
|
resetResultsCount: () => void;
|
|
1336
1336
|
};
|
|
1337
|
-
lastResult: () => import("
|
|
1338
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1339
|
-
x: import("
|
|
1340
|
-
y: import("
|
|
1337
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1338
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1339
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1340
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1341
1341
|
} | undefined];
|
|
1342
1342
|
recomputations: () => number;
|
|
1343
1343
|
resetRecomputations: () => void;
|
|
@@ -1362,27 +1362,27 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1362
1362
|
} & {
|
|
1363
1363
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1364
1364
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1365
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1366
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1367
|
-
}) => import("
|
|
1365
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1366
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1367
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
1368
1368
|
clearCache: () => void;
|
|
1369
1369
|
resultsCount: () => number;
|
|
1370
1370
|
resetResultsCount: () => void;
|
|
1371
1371
|
} & {
|
|
1372
1372
|
resultFunc: (resultFuncArgs_0: {
|
|
1373
|
-
processedSeries: import("
|
|
1374
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
1375
|
-
}) => import("
|
|
1373
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1374
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1375
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1376
1376
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1377
|
-
processedSeries: import("
|
|
1378
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
1379
|
-
}) => import("
|
|
1377
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1378
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1379
|
+
}) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
1380
1380
|
clearCache: () => void;
|
|
1381
1381
|
resultsCount: () => number;
|
|
1382
1382
|
resetResultsCount: () => void;
|
|
1383
1383
|
};
|
|
1384
|
-
lastResult: () => import("
|
|
1385
|
-
dependencies: [import("
|
|
1384
|
+
lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1385
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
|
|
1386
1386
|
recomputations: () => number;
|
|
1387
1387
|
resetRecomputations: () => void;
|
|
1388
1388
|
dependencyRecomputations: () => number;
|
|
@@ -1390,27 +1390,27 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1390
1390
|
} & {
|
|
1391
1391
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1392
1392
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1393
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1394
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1395
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
1393
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1394
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1395
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
1396
1396
|
clearCache: () => void;
|
|
1397
1397
|
resultsCount: () => number;
|
|
1398
1398
|
resetResultsCount: () => void;
|
|
1399
1399
|
} & {
|
|
1400
1400
|
resultFunc: (resultFuncArgs_0: {
|
|
1401
|
-
processedSeries: import("
|
|
1402
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
1403
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
1401
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1402
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1403
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1404
1404
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1405
|
-
processedSeries: import("
|
|
1406
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("
|
|
1407
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("
|
|
1405
|
+
processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1406
|
+
seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1407
|
+
}) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
|
|
1408
1408
|
clearCache: () => void;
|
|
1409
1409
|
resultsCount: () => number;
|
|
1410
1410
|
resetResultsCount: () => void;
|
|
1411
1411
|
};
|
|
1412
|
-
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("
|
|
1413
|
-
dependencies: [import("
|
|
1412
|
+
lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
|
|
1413
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
|
|
1414
1414
|
recomputations: () => number;
|
|
1415
1415
|
resetRecomputations: () => void;
|
|
1416
1416
|
dependencyRecomputations: () => number;
|
|
@@ -1427,9 +1427,9 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
|
|
|
1427
1427
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1428
1428
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1429
1429
|
};
|
|
1430
|
-
export declare const selectorChartPolarCenter: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1431
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1432
|
-
} & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
|
|
1430
|
+
export declare const selectorChartPolarCenter: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1431
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1432
|
+
} & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
|
|
1433
1433
|
cx: number;
|
|
1434
1434
|
cy: number;
|
|
1435
1435
|
}) & {
|
|
@@ -1467,9 +1467,9 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1467
1467
|
cx: number;
|
|
1468
1468
|
cy: number;
|
|
1469
1469
|
};
|
|
1470
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1471
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1472
|
-
} & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
|
|
1470
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1471
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1472
|
+
} & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
|
|
1473
1473
|
width: number;
|
|
1474
1474
|
left: number;
|
|
1475
1475
|
right: number;
|
|
@@ -1509,22 +1509,22 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1509
1509
|
top: number;
|
|
1510
1510
|
bottom: number;
|
|
1511
1511
|
};
|
|
1512
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1513
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1512
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1513
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1514
1514
|
}) => number) & {
|
|
1515
1515
|
clearCache: () => void;
|
|
1516
1516
|
resultsCount: () => number;
|
|
1517
1517
|
resetResultsCount: () => void;
|
|
1518
1518
|
} & {
|
|
1519
1519
|
resultFunc: (resultFuncArgs_0: {
|
|
1520
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1520
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1521
1521
|
width: number;
|
|
1522
1522
|
height: number;
|
|
1523
1523
|
propsWidth: number | undefined;
|
|
1524
1524
|
propsHeight: number | undefined;
|
|
1525
1525
|
}) => number;
|
|
1526
1526
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1527
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1527
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1528
1528
|
width: number;
|
|
1529
1529
|
height: number;
|
|
1530
1530
|
propsWidth: number | undefined;
|
|
@@ -1535,7 +1535,7 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1535
1535
|
resetResultsCount: () => void;
|
|
1536
1536
|
};
|
|
1537
1537
|
lastResult: () => number;
|
|
1538
|
-
dependencies: [import("
|
|
1538
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1539
1539
|
recomputations: () => number;
|
|
1540
1540
|
resetRecomputations: () => void;
|
|
1541
1541
|
dependencyRecomputations: () => number;
|
|
@@ -1543,22 +1543,22 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1543
1543
|
} & {
|
|
1544
1544
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1545
1545
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1546
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1547
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1546
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1547
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1548
1548
|
}) => number) & {
|
|
1549
1549
|
clearCache: () => void;
|
|
1550
1550
|
resultsCount: () => number;
|
|
1551
1551
|
resetResultsCount: () => void;
|
|
1552
1552
|
} & {
|
|
1553
1553
|
resultFunc: (resultFuncArgs_0: {
|
|
1554
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1554
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1555
1555
|
width: number;
|
|
1556
1556
|
height: number;
|
|
1557
1557
|
propsWidth: number | undefined;
|
|
1558
1558
|
propsHeight: number | undefined;
|
|
1559
1559
|
}) => number;
|
|
1560
1560
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1561
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1561
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1562
1562
|
width: number;
|
|
1563
1563
|
height: number;
|
|
1564
1564
|
propsWidth: number | undefined;
|
|
@@ -1569,7 +1569,7 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1569
1569
|
resetResultsCount: () => void;
|
|
1570
1570
|
};
|
|
1571
1571
|
lastResult: () => number;
|
|
1572
|
-
dependencies: [import("
|
|
1572
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1573
1573
|
recomputations: () => number;
|
|
1574
1574
|
resetRecomputations: () => void;
|
|
1575
1575
|
dependencyRecomputations: () => number;
|
|
@@ -1577,47 +1577,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1577
1577
|
} & {
|
|
1578
1578
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1579
1579
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1580
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1581
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1580
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1581
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1582
1582
|
}) => number) & {
|
|
1583
1583
|
clearCache: () => void;
|
|
1584
1584
|
resultsCount: () => number;
|
|
1585
1585
|
resetResultsCount: () => void;
|
|
1586
1586
|
} & {
|
|
1587
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1588
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1587
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1588
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1589
1589
|
clearCache: () => void;
|
|
1590
1590
|
resultsCount: () => number;
|
|
1591
1591
|
resetResultsCount: () => void;
|
|
1592
1592
|
};
|
|
1593
1593
|
lastResult: () => number;
|
|
1594
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1595
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1596
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1594
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1595
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1596
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1597
1597
|
clearCache: () => void;
|
|
1598
1598
|
resultsCount: () => number;
|
|
1599
1599
|
resetResultsCount: () => void;
|
|
1600
1600
|
} & {
|
|
1601
1601
|
resultFunc: (resultFuncArgs_0: {
|
|
1602
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1602
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1603
1603
|
width: number;
|
|
1604
1604
|
height: number;
|
|
1605
1605
|
propsWidth: number | undefined;
|
|
1606
1606
|
propsHeight: number | undefined;
|
|
1607
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1607
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1608
1608
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1609
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1609
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1610
1610
|
width: number;
|
|
1611
1611
|
height: number;
|
|
1612
1612
|
propsWidth: number | undefined;
|
|
1613
1613
|
propsHeight: number | undefined;
|
|
1614
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1614
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1615
1615
|
clearCache: () => void;
|
|
1616
1616
|
resultsCount: () => number;
|
|
1617
1617
|
resetResultsCount: () => void;
|
|
1618
1618
|
};
|
|
1619
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1620
|
-
dependencies: [import("
|
|
1619
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1620
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1621
1621
|
recomputations: () => number;
|
|
1622
1622
|
resetRecomputations: () => void;
|
|
1623
1623
|
dependencyRecomputations: () => number;
|
|
@@ -1633,47 +1633,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1633
1633
|
} & {
|
|
1634
1634
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1635
1635
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1636
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1637
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1636
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1637
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1638
1638
|
}) => number) & {
|
|
1639
1639
|
clearCache: () => void;
|
|
1640
1640
|
resultsCount: () => number;
|
|
1641
1641
|
resetResultsCount: () => void;
|
|
1642
1642
|
} & {
|
|
1643
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1644
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1643
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1644
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1645
1645
|
clearCache: () => void;
|
|
1646
1646
|
resultsCount: () => number;
|
|
1647
1647
|
resetResultsCount: () => void;
|
|
1648
1648
|
};
|
|
1649
1649
|
lastResult: () => number;
|
|
1650
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1651
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1652
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1650
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1651
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1652
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1653
1653
|
clearCache: () => void;
|
|
1654
1654
|
resultsCount: () => number;
|
|
1655
1655
|
resetResultsCount: () => void;
|
|
1656
1656
|
} & {
|
|
1657
1657
|
resultFunc: (resultFuncArgs_0: {
|
|
1658
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1658
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1659
1659
|
width: number;
|
|
1660
1660
|
height: number;
|
|
1661
1661
|
propsWidth: number | undefined;
|
|
1662
1662
|
propsHeight: number | undefined;
|
|
1663
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1663
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1664
1664
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1665
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1665
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1666
1666
|
width: number;
|
|
1667
1667
|
height: number;
|
|
1668
1668
|
propsWidth: number | undefined;
|
|
1669
1669
|
propsHeight: number | undefined;
|
|
1670
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1670
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1671
1671
|
clearCache: () => void;
|
|
1672
1672
|
resultsCount: () => number;
|
|
1673
1673
|
resetResultsCount: () => void;
|
|
1674
1674
|
};
|
|
1675
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1676
|
-
dependencies: [import("
|
|
1675
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1676
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1677
1677
|
recomputations: () => number;
|
|
1678
1678
|
resetRecomputations: () => void;
|
|
1679
1679
|
dependencyRecomputations: () => number;
|
|
@@ -1689,47 +1689,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1689
1689
|
} & {
|
|
1690
1690
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1691
1691
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1692
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1693
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1692
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1693
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1694
1694
|
}) => number) & {
|
|
1695
1695
|
clearCache: () => void;
|
|
1696
1696
|
resultsCount: () => number;
|
|
1697
1697
|
resetResultsCount: () => void;
|
|
1698
1698
|
} & {
|
|
1699
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1700
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1699
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1700
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1701
1701
|
clearCache: () => void;
|
|
1702
1702
|
resultsCount: () => number;
|
|
1703
1703
|
resetResultsCount: () => void;
|
|
1704
1704
|
};
|
|
1705
1705
|
lastResult: () => number;
|
|
1706
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1707
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1708
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1706
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1707
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1708
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1709
1709
|
clearCache: () => void;
|
|
1710
1710
|
resultsCount: () => number;
|
|
1711
1711
|
resetResultsCount: () => void;
|
|
1712
1712
|
} & {
|
|
1713
1713
|
resultFunc: (resultFuncArgs_0: {
|
|
1714
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1714
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1715
1715
|
width: number;
|
|
1716
1716
|
height: number;
|
|
1717
1717
|
propsWidth: number | undefined;
|
|
1718
1718
|
propsHeight: number | undefined;
|
|
1719
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1719
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1720
1720
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1721
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1721
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1722
1722
|
width: number;
|
|
1723
1723
|
height: number;
|
|
1724
1724
|
propsWidth: number | undefined;
|
|
1725
1725
|
propsHeight: number | undefined;
|
|
1726
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1726
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1727
1727
|
clearCache: () => void;
|
|
1728
1728
|
resultsCount: () => number;
|
|
1729
1729
|
resetResultsCount: () => void;
|
|
1730
1730
|
};
|
|
1731
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1732
|
-
dependencies: [import("
|
|
1731
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1732
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1733
1733
|
recomputations: () => number;
|
|
1734
1734
|
resetRecomputations: () => void;
|
|
1735
1735
|
dependencyRecomputations: () => number;
|
|
@@ -1745,47 +1745,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1745
1745
|
} & {
|
|
1746
1746
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1747
1747
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1748
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1749
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1748
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1749
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1750
1750
|
}) => number) & {
|
|
1751
1751
|
clearCache: () => void;
|
|
1752
1752
|
resultsCount: () => number;
|
|
1753
1753
|
resetResultsCount: () => void;
|
|
1754
1754
|
} & {
|
|
1755
|
-
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1756
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1755
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
|
|
1756
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
|
|
1757
1757
|
clearCache: () => void;
|
|
1758
1758
|
resultsCount: () => number;
|
|
1759
1759
|
resetResultsCount: () => void;
|
|
1760
1760
|
};
|
|
1761
1761
|
lastResult: () => number;
|
|
1762
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1763
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1764
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1762
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
1763
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1764
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1765
1765
|
clearCache: () => void;
|
|
1766
1766
|
resultsCount: () => number;
|
|
1767
1767
|
resetResultsCount: () => void;
|
|
1768
1768
|
} & {
|
|
1769
1769
|
resultFunc: (resultFuncArgs_0: {
|
|
1770
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1770
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1771
1771
|
width: number;
|
|
1772
1772
|
height: number;
|
|
1773
1773
|
propsWidth: number | undefined;
|
|
1774
1774
|
propsHeight: number | undefined;
|
|
1775
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1775
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1776
1776
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1777
|
-
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1777
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1778
1778
|
width: number;
|
|
1779
1779
|
height: number;
|
|
1780
1780
|
propsWidth: number | undefined;
|
|
1781
1781
|
propsHeight: number | undefined;
|
|
1782
|
-
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1782
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
|
|
1783
1783
|
clearCache: () => void;
|
|
1784
1784
|
resultsCount: () => number;
|
|
1785
1785
|
resetResultsCount: () => void;
|
|
1786
1786
|
};
|
|
1787
|
-
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1788
|
-
dependencies: [import("
|
|
1787
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
|
|
1788
|
+
dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
|
|
1789
1789
|
recomputations: () => number;
|
|
1790
1790
|
resetRecomputations: () => void;
|
|
1791
1791
|
dependencyRecomputations: () => number;
|
|
@@ -1801,43 +1801,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1801
1801
|
} & {
|
|
1802
1802
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1803
1803
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1804
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1805
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1804
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1805
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1806
1806
|
}) => number) & {
|
|
1807
1807
|
clearCache: () => void;
|
|
1808
1808
|
resultsCount: () => number;
|
|
1809
1809
|
resetResultsCount: () => void;
|
|
1810
1810
|
} & {
|
|
1811
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1812
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1811
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
1812
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
1813
1813
|
clearCache: () => void;
|
|
1814
1814
|
resultsCount: () => number;
|
|
1815
1815
|
resetResultsCount: () => void;
|
|
1816
1816
|
};
|
|
1817
1817
|
lastResult: () => number;
|
|
1818
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1819
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1820
|
-
}) => import("
|
|
1818
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1819
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1820
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1821
1821
|
clearCache: () => void;
|
|
1822
1822
|
resultsCount: () => number;
|
|
1823
1823
|
resetResultsCount: () => void;
|
|
1824
1824
|
} & {
|
|
1825
1825
|
resultFunc: (resultFuncArgs_0: {
|
|
1826
|
-
x: import("
|
|
1827
|
-
y: import("
|
|
1828
|
-
} | undefined) => import("
|
|
1826
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1827
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1828
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1829
1829
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1830
|
-
x: import("
|
|
1831
|
-
y: import("
|
|
1832
|
-
} | undefined) => import("
|
|
1830
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1831
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1832
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1833
1833
|
clearCache: () => void;
|
|
1834
1834
|
resultsCount: () => number;
|
|
1835
1835
|
resetResultsCount: () => void;
|
|
1836
1836
|
};
|
|
1837
|
-
lastResult: () => import("
|
|
1838
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1839
|
-
x: import("
|
|
1840
|
-
y: import("
|
|
1837
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1838
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1839
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1840
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1841
1841
|
} | undefined];
|
|
1842
1842
|
recomputations: () => number;
|
|
1843
1843
|
resetRecomputations: () => void;
|
|
@@ -1854,43 +1854,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1854
1854
|
} & {
|
|
1855
1855
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1856
1856
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1857
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1858
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1857
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1858
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1859
1859
|
}) => number) & {
|
|
1860
1860
|
clearCache: () => void;
|
|
1861
1861
|
resultsCount: () => number;
|
|
1862
1862
|
resetResultsCount: () => void;
|
|
1863
1863
|
} & {
|
|
1864
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1865
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1864
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
1865
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
1866
1866
|
clearCache: () => void;
|
|
1867
1867
|
resultsCount: () => number;
|
|
1868
1868
|
resetResultsCount: () => void;
|
|
1869
1869
|
};
|
|
1870
1870
|
lastResult: () => number;
|
|
1871
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1872
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1873
|
-
}) => import("
|
|
1871
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1872
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1873
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1874
1874
|
clearCache: () => void;
|
|
1875
1875
|
resultsCount: () => number;
|
|
1876
1876
|
resetResultsCount: () => void;
|
|
1877
1877
|
} & {
|
|
1878
1878
|
resultFunc: (resultFuncArgs_0: {
|
|
1879
|
-
x: import("
|
|
1880
|
-
y: import("
|
|
1881
|
-
} | undefined) => import("
|
|
1879
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1880
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1881
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1882
1882
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1883
|
-
x: import("
|
|
1884
|
-
y: import("
|
|
1885
|
-
} | undefined) => import("
|
|
1883
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1884
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1885
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1886
1886
|
clearCache: () => void;
|
|
1887
1887
|
resultsCount: () => number;
|
|
1888
1888
|
resetResultsCount: () => void;
|
|
1889
1889
|
};
|
|
1890
|
-
lastResult: () => import("
|
|
1891
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1892
|
-
x: import("
|
|
1893
|
-
y: import("
|
|
1890
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1891
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1892
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1893
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1894
1894
|
} | undefined];
|
|
1895
1895
|
recomputations: () => number;
|
|
1896
1896
|
resetRecomputations: () => void;
|
|
@@ -1907,43 +1907,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1907
1907
|
} & {
|
|
1908
1908
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1909
1909
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1910
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1911
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1910
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1911
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1912
1912
|
}) => number) & {
|
|
1913
1913
|
clearCache: () => void;
|
|
1914
1914
|
resultsCount: () => number;
|
|
1915
1915
|
resetResultsCount: () => void;
|
|
1916
1916
|
} & {
|
|
1917
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1918
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1917
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
1918
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
1919
1919
|
clearCache: () => void;
|
|
1920
1920
|
resultsCount: () => number;
|
|
1921
1921
|
resetResultsCount: () => void;
|
|
1922
1922
|
};
|
|
1923
1923
|
lastResult: () => number;
|
|
1924
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1925
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1926
|
-
}) => import("
|
|
1924
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1925
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1926
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1927
1927
|
clearCache: () => void;
|
|
1928
1928
|
resultsCount: () => number;
|
|
1929
1929
|
resetResultsCount: () => void;
|
|
1930
1930
|
} & {
|
|
1931
1931
|
resultFunc: (resultFuncArgs_0: {
|
|
1932
|
-
x: import("
|
|
1933
|
-
y: import("
|
|
1934
|
-
} | undefined) => import("
|
|
1932
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1933
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1934
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1935
1935
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1936
|
-
x: import("
|
|
1937
|
-
y: import("
|
|
1938
|
-
} | undefined) => import("
|
|
1936
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1937
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1938
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
1939
1939
|
clearCache: () => void;
|
|
1940
1940
|
resultsCount: () => number;
|
|
1941
1941
|
resetResultsCount: () => void;
|
|
1942
1942
|
};
|
|
1943
|
-
lastResult: () => import("
|
|
1944
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1945
|
-
x: import("
|
|
1946
|
-
y: import("
|
|
1943
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
1944
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1945
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1946
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1947
1947
|
} | undefined];
|
|
1948
1948
|
recomputations: () => number;
|
|
1949
1949
|
resetRecomputations: () => void;
|
|
@@ -1960,43 +1960,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
|
|
|
1960
1960
|
} & {
|
|
1961
1961
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1962
1962
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1963
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1964
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1963
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1964
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1965
1965
|
}) => number) & {
|
|
1966
1966
|
clearCache: () => void;
|
|
1967
1967
|
resultsCount: () => number;
|
|
1968
1968
|
resetResultsCount: () => void;
|
|
1969
1969
|
} & {
|
|
1970
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
1971
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
1970
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
1971
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
1972
1972
|
clearCache: () => void;
|
|
1973
1973
|
resultsCount: () => number;
|
|
1974
1974
|
resetResultsCount: () => void;
|
|
1975
1975
|
};
|
|
1976
1976
|
lastResult: () => number;
|
|
1977
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
1978
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1979
|
-
}) => import("
|
|
1977
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
|
|
1978
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
1979
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1980
1980
|
clearCache: () => void;
|
|
1981
1981
|
resultsCount: () => number;
|
|
1982
1982
|
resetResultsCount: () => void;
|
|
1983
1983
|
} & {
|
|
1984
1984
|
resultFunc: (resultFuncArgs_0: {
|
|
1985
|
-
x: import("
|
|
1986
|
-
y: import("
|
|
1987
|
-
} | undefined) => import("
|
|
1985
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1986
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1987
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1988
1988
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1989
|
-
x: import("
|
|
1990
|
-
y: import("
|
|
1991
|
-
} | undefined) => import("
|
|
1989
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1990
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
1991
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
1992
1992
|
clearCache: () => void;
|
|
1993
1993
|
resultsCount: () => number;
|
|
1994
1994
|
resetResultsCount: () => void;
|
|
1995
1995
|
};
|
|
1996
|
-
lastResult: () => import("
|
|
1997
|
-
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
|
|
1998
|
-
x: import("
|
|
1999
|
-
y: import("
|
|
1996
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
1997
|
+
dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
|
|
1998
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
1999
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
2000
2000
|
} | undefined];
|
|
2001
2001
|
recomputations: () => number;
|
|
2002
2002
|
resetRecomputations: () => void;
|