@mui/x-charts 8.0.0-alpha.12 → 8.0.0-alpha.13
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.d.ts +1 -1
- package/BarChart/BarChart.js +14 -30
- package/BarChart/useBarChartProps.js +3 -18
- package/CHANGELOG.md +299 -0
- package/ChartContainer/ChartContainer.d.ts +1 -1
- package/ChartContainer/ChartContainer.js +15 -7
- package/ChartDataProvider/ChartDataProvider.d.ts +2 -2
- package/ChartDataProvider/ChartDataProvider.js +4 -3
- package/ChartsAxis/ChartsAxis.d.ts +1 -25
- package/ChartsAxis/ChartsAxis.js +25 -87
- package/ChartsAxis/axisClasses.d.ts +5 -1
- package/ChartsLabel/ChartsLabelMark.d.ts +6 -1
- package/ChartsLabel/ChartsLabelMark.js +15 -2
- package/ChartsLabel/index.d.ts +1 -1
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.js +1 -1
- package/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -1
- package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -1
- package/ChartsTooltip/ChartsTooltipTable.js +1 -1
- package/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/ChartsXAxis/ChartsXAxis.js +70 -57
- package/ChartsYAxis/ChartsYAxis.js +11 -15
- package/Gauge/Gauge.js +4 -3
- package/Gauge/GaugeContainer.js +7 -5
- package/LineChart/LineChart.d.ts +1 -1
- package/LineChart/LineChart.js +14 -30
- package/LineChart/useLineChartProps.js +2 -17
- package/PieChart/PieArcLabelPlot.js +1 -1
- package/PieChart/PieArcPlot.js +1 -1
- package/PieChart/PieChart.d.ts +1 -1
- package/PieChart/PieChart.js +6 -4
- package/ScatterChart/ScatterChart.d.ts +1 -1
- package/ScatterChart/ScatterChart.js +14 -30
- package/ScatterChart/useScatterChartProps.js +2 -17
- package/SparkLineChart/SparkLineChart.d.ts +4 -8
- package/SparkLineChart/SparkLineChart.js +23 -21
- package/constants/index.d.ts +8 -1
- package/constants/index.js +13 -6
- package/context/AnimationProvider/useSkipAnimation.js +1 -1
- package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/context/PolarProvider/Polar.types.d.ts +3 -2
- package/esm/BarChart/BarChart.d.ts +1 -1
- package/esm/BarChart/BarChart.js +14 -30
- package/esm/BarChart/useBarChartProps.js +3 -18
- package/esm/ChartContainer/ChartContainer.d.ts +1 -1
- package/esm/ChartContainer/ChartContainer.js +15 -7
- package/esm/ChartDataProvider/ChartDataProvider.d.ts +2 -2
- package/esm/ChartDataProvider/ChartDataProvider.js +4 -3
- package/esm/ChartsAxis/ChartsAxis.d.ts +1 -25
- package/esm/ChartsAxis/ChartsAxis.js +24 -86
- package/esm/ChartsAxis/axisClasses.d.ts +5 -1
- package/esm/ChartsLabel/ChartsLabelMark.d.ts +6 -1
- package/esm/ChartsLabel/ChartsLabelMark.js +15 -2
- package/esm/ChartsLabel/index.d.ts +1 -1
- package/esm/ChartsLabel/index.js +0 -3
- package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.js +1 -1
- package/esm/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -1
- package/esm/ChartsTooltip/ChartsTooltipTable.js +1 -1
- package/esm/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/esm/ChartsXAxis/ChartsXAxis.js +70 -57
- package/esm/ChartsYAxis/ChartsYAxis.js +12 -16
- package/esm/Gauge/Gauge.js +4 -3
- package/esm/Gauge/GaugeContainer.js +7 -5
- package/esm/LineChart/LineChart.d.ts +1 -1
- package/esm/LineChart/LineChart.js +14 -30
- package/esm/LineChart/useLineChartProps.js +2 -17
- package/esm/PieChart/PieArcLabelPlot.js +1 -1
- package/esm/PieChart/PieArcPlot.js +1 -1
- package/esm/PieChart/PieChart.d.ts +1 -1
- package/esm/PieChart/PieChart.js +6 -4
- package/esm/ScatterChart/ScatterChart.d.ts +1 -1
- package/esm/ScatterChart/ScatterChart.js +14 -30
- package/esm/ScatterChart/useScatterChartProps.js +2 -17
- package/esm/SparkLineChart/SparkLineChart.d.ts +4 -8
- package/esm/SparkLineChart/SparkLineChart.js +23 -21
- package/esm/constants/index.d.ts +8 -1
- package/esm/constants/index.js +12 -5
- package/esm/context/AnimationProvider/useSkipAnimation.js +1 -1
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/esm/context/PolarProvider/Polar.types.d.ts +3 -2
- package/esm/hooks/useAxis.d.ts +2 -2
- package/esm/hooks/useAxis.js +1 -1
- package/esm/hooks/useSvgRef.js +1 -1
- package/esm/index.js +1 -1
- package/esm/internals/defaultizeColor.d.ts +23 -23
- package/esm/internals/defaultizeMargin.d.ts +3 -0
- package/esm/internals/defaultizeMargin.js +15 -0
- package/esm/internals/domUtils.js +1 -0
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +52 -31
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +549 -105
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +19 -18
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +7 -16
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +2 -3
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +7 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +13 -15
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +37 -35
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +3 -36
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +37 -9
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +216 -0
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +6 -0
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +15 -14
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +15 -13
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +70 -0
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +4 -0
- package/{internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts → esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts} +1815 -911
- package/{modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js → esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js} +4 -6
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +86 -130
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +188 -71
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +9 -4
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +2 -2
- package/esm/internals/plugins/models/plugin.d.ts +1 -1
- package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +1 -1
- package/esm/internals/plugins/utils/ChartStore.d.ts +7 -7
- package/esm/internals/plugins/utils/selectors.d.ts +1 -0
- package/esm/internals/store/useCharts.js +0 -8
- package/esm/internals/store/useSelector.d.ts +1 -1
- package/esm/internals/store/useSelector.js +4 -1
- package/esm/internals/store/useStore.js +1 -1
- package/esm/models/axis.d.ts +56 -10
- package/esm/models/colorMapping.d.ts +1 -1
- package/esm/models/index.d.ts +0 -1
- package/esm/models/index.js +0 -1
- package/esm/models/seriesType/bar.d.ts +1 -1
- package/esm/models/seriesType/config.d.ts +1 -1
- package/esm/models/seriesType/line.d.ts +1 -1
- package/esm/models/seriesType/pie.d.ts +1 -1
- package/esm/models/seriesType/scatter.d.ts +1 -1
- package/esm/models/z-axis.d.ts +1 -1
- package/hooks/useAxis.d.ts +2 -2
- package/hooks/useAxis.js +5 -5
- package/hooks/useSvgRef.js +1 -1
- package/index.js +1 -1
- package/internals/defaultizeColor.d.ts +23 -23
- package/internals/defaultizeMargin.d.ts +3 -0
- package/internals/defaultizeMargin.js +22 -0
- package/internals/domUtils.js +1 -0
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +51 -30
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +549 -105
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +20 -19
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +7 -16
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +2 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +7 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +13 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +39 -37
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +3 -36
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +36 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +216 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +12 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +16 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +15 -13
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +70 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +11 -0
- package/{modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts → internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts} +1815 -911
- package/internals/plugins/featurePlugins/useChartCartesianAxis/{useChartCartesianAxis.selectors.js → useChartCartesianAxisRendering.selectors.js} +10 -13
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +86 -130
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +188 -71
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +10 -5
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +2 -2
- package/internals/plugins/models/plugin.d.ts +1 -1
- package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +1 -1
- package/internals/plugins/utils/ChartStore.d.ts +7 -7
- package/internals/plugins/utils/selectors.d.ts +1 -0
- package/internals/store/useCharts.js +0 -8
- package/internals/store/useSelector.d.ts +1 -1
- package/internals/store/useSelector.js +5 -1
- package/internals/store/useStore.js +1 -1
- package/models/axis.d.ts +56 -10
- package/models/colorMapping.d.ts +1 -1
- package/models/index.d.ts +0 -1
- package/models/index.js +0 -11
- package/models/seriesType/bar.d.ts +1 -1
- package/models/seriesType/config.d.ts +1 -1
- package/models/seriesType/line.d.ts +1 -1
- package/models/seriesType/pie.d.ts +1 -1
- package/models/seriesType/scatter.d.ts +1 -1
- package/models/z-axis.d.ts +1 -1
- package/modern/BarChart/BarChart.d.ts +1 -1
- package/modern/BarChart/BarChart.js +14 -30
- package/modern/BarChart/useBarChartProps.js +3 -18
- package/modern/ChartContainer/ChartContainer.d.ts +1 -1
- package/modern/ChartContainer/ChartContainer.js +15 -7
- package/modern/ChartDataProvider/ChartDataProvider.d.ts +2 -2
- package/modern/ChartDataProvider/ChartDataProvider.js +4 -3
- package/modern/ChartsAxis/ChartsAxis.d.ts +1 -25
- package/modern/ChartsAxis/ChartsAxis.js +24 -86
- package/modern/ChartsAxis/axisClasses.d.ts +5 -1
- package/modern/ChartsLabel/ChartsLabelMark.d.ts +6 -1
- package/modern/ChartsLabel/ChartsLabelMark.js +15 -2
- package/modern/ChartsLabel/index.d.ts +1 -1
- package/modern/ChartsLabel/index.js +0 -3
- package/modern/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/modern/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/modern/ChartsLabel/labelMarkClasses.js +1 -1
- package/modern/ChartsLegend/chartsLegendClasses.d.ts +1 -1
- package/modern/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/modern/ChartsLegend/piecewiseColorLegendClasses.d.ts +1 -1
- package/modern/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -1
- package/modern/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -1
- package/modern/ChartsTooltip/ChartsTooltipTable.js +1 -1
- package/modern/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/modern/ChartsXAxis/ChartsXAxis.js +70 -57
- package/modern/ChartsYAxis/ChartsYAxis.js +12 -16
- package/modern/Gauge/Gauge.js +4 -3
- package/modern/Gauge/GaugeContainer.js +7 -5
- package/modern/LineChart/LineChart.d.ts +1 -1
- package/modern/LineChart/LineChart.js +14 -30
- package/modern/LineChart/useLineChartProps.js +2 -17
- package/modern/PieChart/PieArcLabelPlot.js +1 -1
- package/modern/PieChart/PieArcPlot.js +1 -1
- package/modern/PieChart/PieChart.d.ts +1 -1
- package/modern/PieChart/PieChart.js +6 -4
- package/modern/ScatterChart/ScatterChart.d.ts +1 -1
- package/modern/ScatterChart/ScatterChart.js +14 -30
- package/modern/ScatterChart/useScatterChartProps.js +2 -17
- package/modern/SparkLineChart/SparkLineChart.d.ts +4 -8
- package/modern/SparkLineChart/SparkLineChart.js +23 -21
- package/modern/constants/index.d.ts +8 -1
- package/modern/constants/index.js +12 -5
- package/modern/context/AnimationProvider/useSkipAnimation.js +1 -1
- package/modern/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/modern/context/PolarProvider/Polar.types.d.ts +3 -2
- package/modern/hooks/useAxis.d.ts +2 -2
- package/modern/hooks/useAxis.js +1 -1
- package/modern/hooks/useSvgRef.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/defaultizeColor.d.ts +23 -23
- package/modern/internals/defaultizeMargin.d.ts +3 -0
- package/modern/internals/defaultizeMargin.js +15 -0
- package/modern/internals/domUtils.js +1 -0
- package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +52 -31
- package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +549 -105
- package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +19 -18
- package/modern/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +7 -16
- package/modern/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +2 -2
- package/modern/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +2 -3
- package/modern/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +3 -3
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +1 -1
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +7 -2
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +13 -15
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.js +37 -35
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +3 -36
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +37 -9
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +1 -1
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +216 -0
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +6 -0
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +15 -14
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +15 -13
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +70 -0
- package/modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +4 -0
- package/{esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.d.ts → modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts} +1815 -911
- package/{esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.selectors.js → modern/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js} +4 -6
- package/modern/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +86 -130
- package/modern/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +2 -2
- package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +188 -71
- package/modern/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +9 -4
- package/modern/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +2 -2
- package/modern/internals/plugins/models/plugin.d.ts +1 -1
- package/modern/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +1 -1
- package/modern/internals/plugins/utils/ChartStore.d.ts +7 -7
- package/modern/internals/plugins/utils/selectors.d.ts +1 -0
- package/modern/internals/store/useCharts.js +0 -8
- package/modern/internals/store/useSelector.d.ts +1 -1
- package/modern/internals/store/useSelector.js +4 -1
- package/modern/internals/store/useStore.js +1 -1
- package/modern/models/axis.d.ts +56 -10
- package/modern/models/colorMapping.d.ts +1 -1
- package/modern/models/index.d.ts +0 -1
- package/modern/models/index.js +0 -1
- package/modern/models/seriesType/bar.d.ts +1 -1
- package/modern/models/seriesType/config.d.ts +1 -1
- package/modern/models/seriesType/line.d.ts +1 -1
- package/modern/models/seriesType/pie.d.ts +1 -1
- package/modern/models/seriesType/scatter.d.ts +1 -1
- package/modern/models/z-axis.d.ts +1 -1
- package/package.json +3 -3
- package/tsconfig.build.tsbuildinfo +1 -1
- package/esm/internals/calculateMargins.d.ts +0 -7
- package/esm/internals/calculateMargins.js +0 -25
- package/esm/models/layout.d.ts +0 -18
- package/esm/models/layout.js +0 -1
- package/internals/calculateMargins.d.ts +0 -7
- package/internals/calculateMargins.js +0 -33
- package/models/layout.d.ts +0 -18
- package/models/layout.js +0 -5
- package/modern/internals/calculateMargins.d.ts +0 -7
- package/modern/internals/calculateMargins.js +0 -25
- package/modern/models/layout.d.ts +0 -18
- package/modern/models/layout.js +0 -1
|
@@ -1,76 +1,8 @@
|
|
|
1
|
-
import { AxisId } from "../../../../models/axis.js";
|
|
2
1
|
import { UseChartCartesianAxisSignature } from "./useChartCartesianAxis.types.js";
|
|
3
2
|
import { ChartState } from "../../models/chart.js";
|
|
4
3
|
import { ZoomData } from "./zoom.types.js";
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
7
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
8
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
9
|
-
};
|
|
10
|
-
export declare const selectorChartRawXAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
11
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
12
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
13
|
-
clearCache: () => void;
|
|
14
|
-
resultsCount: () => number;
|
|
15
|
-
resetResultsCount: () => void;
|
|
16
|
-
} & {
|
|
17
|
-
resultFunc: (resultFuncArgs_0: {
|
|
18
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
19
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
20
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
21
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
22
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
23
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
24
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
25
|
-
clearCache: () => void;
|
|
26
|
-
resultsCount: () => number;
|
|
27
|
-
resetResultsCount: () => void;
|
|
28
|
-
};
|
|
29
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
30
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
31
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
32
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
33
|
-
}];
|
|
34
|
-
recomputations: () => number;
|
|
35
|
-
resetRecomputations: () => void;
|
|
36
|
-
dependencyRecomputations: () => number;
|
|
37
|
-
resetDependencyRecomputations: () => void;
|
|
38
|
-
} & {
|
|
39
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
40
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
41
|
-
};
|
|
42
|
-
export declare const selectorChartRawYAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
43
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
44
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
45
|
-
clearCache: () => void;
|
|
46
|
-
resultsCount: () => number;
|
|
47
|
-
resetResultsCount: () => void;
|
|
48
|
-
} & {
|
|
49
|
-
resultFunc: (resultFuncArgs_0: {
|
|
50
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
51
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
52
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
53
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
54
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
55
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
56
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
57
|
-
clearCache: () => void;
|
|
58
|
-
resultsCount: () => number;
|
|
59
|
-
resetResultsCount: () => void;
|
|
60
|
-
};
|
|
61
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
62
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
63
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
64
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
65
|
-
}];
|
|
66
|
-
recomputations: () => number;
|
|
67
|
-
resetRecomputations: () => void;
|
|
68
|
-
dependencyRecomputations: () => number;
|
|
69
|
-
resetDependencyRecomputations: () => void;
|
|
70
|
-
} & {
|
|
71
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
72
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
73
|
-
};
|
|
4
|
+
import { AxisId } from "../../../../models/axis.js";
|
|
5
|
+
export declare const createZoomMap: (zoom: readonly ZoomData[]) => Map<AxisId, ZoomData>;
|
|
74
6
|
/**
|
|
75
7
|
* Following selectors are not exported because they exist in the MIT chart only to ba able to reuse the Zoom state from the pro.
|
|
76
8
|
*/
|
|
@@ -83,11 +15,11 @@ export declare const selectorChartZoomIsInteracting: ((state: import("../../core
|
|
|
83
15
|
} & {
|
|
84
16
|
resultFunc: (resultFuncArgs_0: {
|
|
85
17
|
isInteracting: boolean;
|
|
86
|
-
zoomData: ZoomData[];
|
|
18
|
+
zoomData: readonly ZoomData[];
|
|
87
19
|
} | undefined) => boolean | undefined;
|
|
88
20
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
89
21
|
isInteracting: boolean;
|
|
90
|
-
zoomData: ZoomData[];
|
|
22
|
+
zoomData: readonly ZoomData[];
|
|
91
23
|
} | undefined) => boolean | undefined) & {
|
|
92
24
|
clearCache: () => void;
|
|
93
25
|
resultsCount: () => number;
|
|
@@ -96,7 +28,7 @@ export declare const selectorChartZoomIsInteracting: ((state: import("../../core
|
|
|
96
28
|
lastResult: () => boolean | undefined;
|
|
97
29
|
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
98
30
|
isInteracting: boolean;
|
|
99
|
-
zoomData: ZoomData[];
|
|
31
|
+
zoomData: readonly ZoomData[];
|
|
100
32
|
} | undefined];
|
|
101
33
|
recomputations: () => number;
|
|
102
34
|
resetRecomputations: () => void;
|
|
@@ -106,7 +38,7 @@ export declare const selectorChartZoomIsInteracting: ((state: import("../../core
|
|
|
106
38
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
107
39
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
108
40
|
};
|
|
109
|
-
export declare const selectorChartZoomOptionsLookup: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
41
|
+
export declare const selectorChartZoomOptionsLookup: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
110
42
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
111
43
|
}) => {
|
|
112
44
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
@@ -132,23 +64,23 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
|
|
|
132
64
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
133
65
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
134
66
|
};
|
|
135
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
67
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
136
68
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
137
69
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
138
70
|
clearCache: () => void;
|
|
139
71
|
resultsCount: () => number;
|
|
140
72
|
resetResultsCount: () => void;
|
|
141
73
|
} & {
|
|
142
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
143
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
74
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
75
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
144
76
|
clearCache: () => void;
|
|
145
77
|
resultsCount: () => number;
|
|
146
78
|
resetResultsCount: () => void;
|
|
147
79
|
};
|
|
148
80
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
149
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
81
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
150
82
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
151
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
83
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
152
84
|
clearCache: () => void;
|
|
153
85
|
resultsCount: () => number;
|
|
154
86
|
resetResultsCount: () => void;
|
|
@@ -156,20 +88,20 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
|
|
|
156
88
|
resultFunc: (resultFuncArgs_0: {
|
|
157
89
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
158
90
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
159
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
91
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
160
92
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
161
93
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
162
94
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
163
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
95
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
164
96
|
clearCache: () => void;
|
|
165
97
|
resultsCount: () => number;
|
|
166
98
|
resetResultsCount: () => void;
|
|
167
99
|
};
|
|
168
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
169
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
100
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
101
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
170
102
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
171
103
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
172
|
-
}];
|
|
104
|
+
} | undefined];
|
|
173
105
|
recomputations: () => number;
|
|
174
106
|
resetRecomputations: () => void;
|
|
175
107
|
dependencyRecomputations: () => number;
|
|
@@ -185,23 +117,23 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
|
|
|
185
117
|
} & {
|
|
186
118
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
187
119
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
188
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
120
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
189
121
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
190
122
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
191
123
|
clearCache: () => void;
|
|
192
124
|
resultsCount: () => number;
|
|
193
125
|
resetResultsCount: () => void;
|
|
194
126
|
} & {
|
|
195
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
196
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
127
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
128
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
197
129
|
clearCache: () => void;
|
|
198
130
|
resultsCount: () => number;
|
|
199
131
|
resetResultsCount: () => void;
|
|
200
132
|
};
|
|
201
133
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
202
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
134
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
203
135
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
204
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
136
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
205
137
|
clearCache: () => void;
|
|
206
138
|
resultsCount: () => number;
|
|
207
139
|
resetResultsCount: () => void;
|
|
@@ -209,20 +141,20 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
|
|
|
209
141
|
resultFunc: (resultFuncArgs_0: {
|
|
210
142
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
211
143
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
212
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
144
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
213
145
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
214
146
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
215
147
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
216
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
148
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
217
149
|
clearCache: () => void;
|
|
218
150
|
resultsCount: () => number;
|
|
219
151
|
resetResultsCount: () => void;
|
|
220
152
|
};
|
|
221
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
222
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
153
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
154
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
223
155
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
224
156
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
225
|
-
}];
|
|
157
|
+
} | undefined];
|
|
226
158
|
recomputations: () => number;
|
|
227
159
|
resetRecomputations: () => void;
|
|
228
160
|
dependencyRecomputations: () => number;
|
|
@@ -250,17 +182,17 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
|
|
|
250
182
|
/**
|
|
251
183
|
* The only interesting selectors that merge axis data and zoom if provided.
|
|
252
184
|
*/
|
|
253
|
-
export declare const selectorChartXAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
185
|
+
export declare const selectorChartXAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
254
186
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
255
|
-
}) => {
|
|
256
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").
|
|
187
|
+
} & Partial<{}> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState) => {
|
|
188
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsXAxisProps>;
|
|
257
189
|
axisIds: string[];
|
|
258
190
|
}) & {
|
|
259
191
|
clearCache: () => void;
|
|
260
192
|
resultsCount: () => number;
|
|
261
193
|
resetResultsCount: () => void;
|
|
262
194
|
} & {
|
|
263
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_1: {
|
|
195
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
264
196
|
width: number;
|
|
265
197
|
left: number;
|
|
266
198
|
right: number;
|
|
@@ -271,10 +203,10 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
271
203
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
272
204
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
273
205
|
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
274
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").
|
|
206
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsXAxisProps>;
|
|
275
207
|
axisIds: string[];
|
|
276
208
|
};
|
|
277
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_1: {
|
|
209
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
278
210
|
width: number;
|
|
279
211
|
left: number;
|
|
280
212
|
right: number;
|
|
@@ -285,7 +217,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
285
217
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
286
218
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
287
219
|
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
288
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").
|
|
220
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsXAxisProps>;
|
|
289
221
|
axisIds: string[];
|
|
290
222
|
}) & {
|
|
291
223
|
clearCache: () => void;
|
|
@@ -293,12 +225,12 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
293
225
|
resetResultsCount: () => void;
|
|
294
226
|
};
|
|
295
227
|
lastResult: () => {
|
|
296
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").
|
|
228
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsXAxisProps>;
|
|
297
229
|
axisIds: string[];
|
|
298
230
|
};
|
|
299
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
231
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
300
232
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
301
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
233
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
302
234
|
clearCache: () => void;
|
|
303
235
|
resultsCount: () => number;
|
|
304
236
|
resetResultsCount: () => void;
|
|
@@ -306,20 +238,20 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
306
238
|
resultFunc: (resultFuncArgs_0: {
|
|
307
239
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
308
240
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
309
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
241
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
310
242
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
311
243
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
312
244
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
313
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
245
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
314
246
|
clearCache: () => void;
|
|
315
247
|
resultsCount: () => number;
|
|
316
248
|
resetResultsCount: () => void;
|
|
317
249
|
};
|
|
318
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
319
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
250
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
251
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
320
252
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
321
253
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
322
|
-
}];
|
|
254
|
+
} | undefined];
|
|
323
255
|
recomputations: () => number;
|
|
324
256
|
resetRecomputations: () => void;
|
|
325
257
|
dependencyRecomputations: () => number;
|
|
@@ -329,7 +261,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
329
261
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
330
262
|
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
331
263
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
332
|
-
}) => {
|
|
264
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => {
|
|
333
265
|
width: number;
|
|
334
266
|
left: number;
|
|
335
267
|
right: number;
|
|
@@ -341,16 +273,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
341
273
|
resultsCount: () => number;
|
|
342
274
|
resetResultsCount: () => void;
|
|
343
275
|
} & {
|
|
344
|
-
resultFunc: (resultFuncArgs_0: {
|
|
345
|
-
left: number;
|
|
346
|
-
top: number;
|
|
347
|
-
bottom: number;
|
|
348
|
-
right: number;
|
|
349
|
-
width: number;
|
|
350
|
-
height: number;
|
|
351
|
-
propsWidth: number | undefined;
|
|
352
|
-
propsHeight: number | undefined;
|
|
353
|
-
}) => {
|
|
276
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number, resultFuncArgs_2: number, resultFuncArgs_3: number, resultFuncArgs_4: number, resultFuncArgs_5: number, resultFuncArgs_6: number, resultFuncArgs_7: number, resultFuncArgs_8: number, resultFuncArgs_9: number) => {
|
|
354
277
|
width: number;
|
|
355
278
|
left: number;
|
|
356
279
|
right: number;
|
|
@@ -358,16 +281,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
358
281
|
top: number;
|
|
359
282
|
bottom: number;
|
|
360
283
|
};
|
|
361
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
362
|
-
left: number;
|
|
363
|
-
top: number;
|
|
364
|
-
bottom: number;
|
|
365
|
-
right: number;
|
|
366
|
-
width: number;
|
|
367
|
-
height: number;
|
|
368
|
-
propsWidth: number | undefined;
|
|
369
|
-
propsHeight: number | undefined;
|
|
370
|
-
}) => {
|
|
284
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number, resultFuncArgs_2: number, resultFuncArgs_3: number, resultFuncArgs_4: number, resultFuncArgs_5: number, resultFuncArgs_6: number, resultFuncArgs_7: number, resultFuncArgs_8: number, resultFuncArgs_9: number) => {
|
|
371
285
|
width: number;
|
|
372
286
|
left: number;
|
|
373
287
|
right: number;
|
|
@@ -387,165 +301,115 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
387
301
|
top: number;
|
|
388
302
|
bottom: number;
|
|
389
303
|
};
|
|
390
|
-
dependencies: [import("
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
dependencyRecomputations: () => number;
|
|
394
|
-
resetDependencyRecomputations: () => void;
|
|
395
|
-
} & {
|
|
396
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
397
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
398
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
399
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
400
|
-
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
401
|
-
clearCache: () => void;
|
|
402
|
-
resultsCount: () => number;
|
|
403
|
-
resetResultsCount: () => void;
|
|
404
|
-
} & {
|
|
405
|
-
resultFunc: (resultFuncArgs_0: {
|
|
406
|
-
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
407
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
408
|
-
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
409
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
410
|
-
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
411
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
412
|
-
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
413
|
-
clearCache: () => void;
|
|
414
|
-
resultsCount: () => number;
|
|
415
|
-
resetResultsCount: () => void;
|
|
416
|
-
};
|
|
417
|
-
lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
418
|
-
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
419
|
-
recomputations: () => number;
|
|
420
|
-
resetRecomputations: () => void;
|
|
421
|
-
dependencyRecomputations: () => number;
|
|
422
|
-
resetDependencyRecomputations: () => void;
|
|
423
|
-
} & {
|
|
424
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
425
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
426
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
427
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
428
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
429
|
-
clearCache: () => void;
|
|
430
|
-
resultsCount: () => number;
|
|
431
|
-
resetResultsCount: () => void;
|
|
432
|
-
} & {
|
|
433
|
-
resultFunc: (resultFuncArgs_0: {
|
|
434
|
-
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
435
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
436
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
437
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
438
|
-
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
439
|
-
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
440
|
-
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
441
|
-
clearCache: () => void;
|
|
442
|
-
resultsCount: () => number;
|
|
443
|
-
resetResultsCount: () => void;
|
|
444
|
-
};
|
|
445
|
-
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
446
|
-
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
447
|
-
recomputations: () => number;
|
|
448
|
-
resetRecomputations: () => void;
|
|
449
|
-
dependencyRecomputations: () => number;
|
|
450
|
-
resetDependencyRecomputations: () => void;
|
|
451
|
-
} & {
|
|
452
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
453
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
454
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
455
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
456
|
-
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
457
|
-
clearCache: () => void;
|
|
458
|
-
resultsCount: () => number;
|
|
459
|
-
resetResultsCount: () => void;
|
|
460
|
-
} & {
|
|
461
|
-
resultFunc: (resultFuncArgs_0: {
|
|
462
|
-
isInteracting: boolean;
|
|
463
|
-
zoomData: ZoomData[];
|
|
464
|
-
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
465
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
466
|
-
isInteracting: boolean;
|
|
467
|
-
zoomData: ZoomData[];
|
|
468
|
-
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
304
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
305
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
306
|
+
}) => number) & {
|
|
469
307
|
clearCache: () => void;
|
|
470
308
|
resultsCount: () => number;
|
|
471
309
|
resetResultsCount: () => void;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
}) & {
|
|
310
|
+
} & {
|
|
311
|
+
resultFunc: (resultFuncArgs_0: {
|
|
312
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
313
|
+
width: number;
|
|
314
|
+
height: number;
|
|
315
|
+
propsWidth: number | undefined;
|
|
316
|
+
propsHeight: number | undefined;
|
|
317
|
+
}) => number;
|
|
318
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
319
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
320
|
+
width: number;
|
|
321
|
+
height: number;
|
|
322
|
+
propsWidth: number | undefined;
|
|
323
|
+
propsHeight: number | undefined;
|
|
324
|
+
}) => number) & {
|
|
325
|
+
clearCache: () => void;
|
|
326
|
+
resultsCount: () => number;
|
|
327
|
+
resetResultsCount: () => void;
|
|
328
|
+
};
|
|
329
|
+
lastResult: () => number;
|
|
330
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
331
|
+
recomputations: () => number;
|
|
332
|
+
resetRecomputations: () => void;
|
|
333
|
+
dependencyRecomputations: () => number;
|
|
334
|
+
resetDependencyRecomputations: () => void;
|
|
335
|
+
} & {
|
|
336
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
337
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
338
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
339
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
340
|
+
}) => number) & {
|
|
503
341
|
clearCache: () => void;
|
|
504
342
|
resultsCount: () => number;
|
|
505
343
|
resetResultsCount: () => void;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
344
|
+
} & {
|
|
345
|
+
resultFunc: (resultFuncArgs_0: {
|
|
346
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
347
|
+
width: number;
|
|
348
|
+
height: number;
|
|
349
|
+
propsWidth: number | undefined;
|
|
350
|
+
propsHeight: number | undefined;
|
|
351
|
+
}) => number;
|
|
352
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
353
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
354
|
+
width: number;
|
|
355
|
+
height: number;
|
|
356
|
+
propsWidth: number | undefined;
|
|
357
|
+
propsHeight: number | undefined;
|
|
358
|
+
}) => number) & {
|
|
359
|
+
clearCache: () => void;
|
|
360
|
+
resultsCount: () => number;
|
|
361
|
+
resetResultsCount: () => void;
|
|
362
|
+
};
|
|
363
|
+
lastResult: () => number;
|
|
364
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
365
|
+
recomputations: () => number;
|
|
366
|
+
resetRecomputations: () => void;
|
|
367
|
+
dependencyRecomputations: () => number;
|
|
368
|
+
resetDependencyRecomputations: () => void;
|
|
369
|
+
} & {
|
|
370
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
371
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
372
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
512
373
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
513
|
-
}) =>
|
|
374
|
+
}) => number) & {
|
|
514
375
|
clearCache: () => void;
|
|
515
376
|
resultsCount: () => number;
|
|
516
377
|
resetResultsCount: () => void;
|
|
517
378
|
} & {
|
|
518
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
519
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
379
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
380
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
520
381
|
clearCache: () => void;
|
|
521
382
|
resultsCount: () => number;
|
|
522
383
|
resetResultsCount: () => void;
|
|
523
384
|
};
|
|
524
|
-
lastResult: () =>
|
|
525
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> &
|
|
385
|
+
lastResult: () => number;
|
|
386
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
526
387
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
527
|
-
}) => import("
|
|
388
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
528
389
|
clearCache: () => void;
|
|
529
390
|
resultsCount: () => number;
|
|
530
391
|
resetResultsCount: () => void;
|
|
531
392
|
} & {
|
|
532
393
|
resultFunc: (resultFuncArgs_0: {
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
394
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
395
|
+
width: number;
|
|
396
|
+
height: number;
|
|
397
|
+
propsWidth: number | undefined;
|
|
398
|
+
propsHeight: number | undefined;
|
|
399
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
536
400
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
401
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
402
|
+
width: number;
|
|
403
|
+
height: number;
|
|
404
|
+
propsWidth: number | undefined;
|
|
405
|
+
propsHeight: number | undefined;
|
|
406
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
540
407
|
clearCache: () => void;
|
|
541
408
|
resultsCount: () => number;
|
|
542
409
|
resetResultsCount: () => void;
|
|
543
410
|
};
|
|
544
|
-
lastResult: () => import("
|
|
545
|
-
dependencies: [(
|
|
546
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
547
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
548
|
-
}];
|
|
411
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
412
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
549
413
|
recomputations: () => number;
|
|
550
414
|
resetRecomputations: () => void;
|
|
551
415
|
dependencyRecomputations: () => number;
|
|
@@ -561,44 +425,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
561
425
|
} & {
|
|
562
426
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
563
427
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
564
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> &
|
|
428
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
565
429
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
566
|
-
}) =>
|
|
430
|
+
}) => number) & {
|
|
567
431
|
clearCache: () => void;
|
|
568
432
|
resultsCount: () => number;
|
|
569
433
|
resetResultsCount: () => void;
|
|
570
434
|
} & {
|
|
571
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
572
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
435
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
436
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
573
437
|
clearCache: () => void;
|
|
574
438
|
resultsCount: () => number;
|
|
575
439
|
resetResultsCount: () => void;
|
|
576
440
|
};
|
|
577
|
-
lastResult: () =>
|
|
578
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> &
|
|
441
|
+
lastResult: () => number;
|
|
442
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
579
443
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
580
|
-
}) => import("
|
|
444
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
581
445
|
clearCache: () => void;
|
|
582
446
|
resultsCount: () => number;
|
|
583
447
|
resetResultsCount: () => void;
|
|
584
448
|
} & {
|
|
585
449
|
resultFunc: (resultFuncArgs_0: {
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
450
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
451
|
+
width: number;
|
|
452
|
+
height: number;
|
|
453
|
+
propsWidth: number | undefined;
|
|
454
|
+
propsHeight: number | undefined;
|
|
455
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
589
456
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
457
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
458
|
+
width: number;
|
|
459
|
+
height: number;
|
|
460
|
+
propsWidth: number | undefined;
|
|
461
|
+
propsHeight: number | undefined;
|
|
462
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
593
463
|
clearCache: () => void;
|
|
594
464
|
resultsCount: () => number;
|
|
595
465
|
resetResultsCount: () => void;
|
|
596
466
|
};
|
|
597
|
-
lastResult: () => import("
|
|
598
|
-
dependencies: [(
|
|
599
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
600
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
601
|
-
}];
|
|
467
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
468
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
602
469
|
recomputations: () => number;
|
|
603
470
|
resetRecomputations: () => void;
|
|
604
471
|
dependencyRecomputations: () => number;
|
|
@@ -614,72 +481,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
614
481
|
} & {
|
|
615
482
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
616
483
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
617
|
-
}
|
|
618
|
-
recomputations: () => number;
|
|
619
|
-
resetRecomputations: () => void;
|
|
620
|
-
dependencyRecomputations: () => number;
|
|
621
|
-
resetDependencyRecomputations: () => void;
|
|
622
|
-
} & {
|
|
623
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
624
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
625
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
626
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
627
|
-
}) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
628
|
-
clearCache: () => void;
|
|
629
|
-
resultsCount: () => number;
|
|
630
|
-
resetResultsCount: () => void;
|
|
631
|
-
} & {
|
|
632
|
-
resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
633
|
-
memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[], resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
634
|
-
clearCache: () => void;
|
|
635
|
-
resultsCount: () => number;
|
|
636
|
-
resetResultsCount: () => void;
|
|
637
|
-
};
|
|
638
|
-
lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
639
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
484
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
640
485
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
641
|
-
}) =>
|
|
486
|
+
}) => number) & {
|
|
642
487
|
clearCache: () => void;
|
|
643
488
|
resultsCount: () => number;
|
|
644
489
|
resetResultsCount: () => void;
|
|
645
490
|
} & {
|
|
646
|
-
resultFunc: (resultFuncArgs_0:
|
|
647
|
-
|
|
648
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
649
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
650
|
-
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
651
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
652
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
653
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
491
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
492
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
654
493
|
clearCache: () => void;
|
|
655
494
|
resultsCount: () => number;
|
|
656
495
|
resetResultsCount: () => void;
|
|
657
496
|
};
|
|
658
|
-
lastResult: () =>
|
|
659
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> &
|
|
497
|
+
lastResult: () => number;
|
|
498
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
660
499
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
661
|
-
}) =>
|
|
500
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
662
501
|
clearCache: () => void;
|
|
663
502
|
resultsCount: () => number;
|
|
664
503
|
resetResultsCount: () => void;
|
|
665
504
|
} & {
|
|
666
505
|
resultFunc: (resultFuncArgs_0: {
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
506
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
507
|
+
width: number;
|
|
508
|
+
height: number;
|
|
509
|
+
propsWidth: number | undefined;
|
|
510
|
+
propsHeight: number | undefined;
|
|
511
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
670
512
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
513
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
514
|
+
width: number;
|
|
515
|
+
height: number;
|
|
516
|
+
propsWidth: number | undefined;
|
|
517
|
+
propsHeight: number | undefined;
|
|
518
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
674
519
|
clearCache: () => void;
|
|
675
520
|
resultsCount: () => number;
|
|
676
521
|
resetResultsCount: () => void;
|
|
677
522
|
};
|
|
678
|
-
lastResult: () =>
|
|
679
|
-
dependencies: [(
|
|
680
|
-
isInteracting: boolean;
|
|
681
|
-
zoomData: ZoomData[];
|
|
682
|
-
} | undefined];
|
|
523
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
524
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
683
525
|
recomputations: () => number;
|
|
684
526
|
resetRecomputations: () => void;
|
|
685
527
|
dependencyRecomputations: () => number;
|
|
@@ -687,139 +529,55 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
687
529
|
} & {
|
|
688
530
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
689
531
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
690
|
-
}
|
|
532
|
+
}];
|
|
533
|
+
recomputations: () => number;
|
|
534
|
+
resetRecomputations: () => void;
|
|
535
|
+
dependencyRecomputations: () => number;
|
|
536
|
+
resetDependencyRecomputations: () => void;
|
|
537
|
+
} & {
|
|
538
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
539
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
540
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
541
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
542
|
+
}) => number) & {
|
|
543
|
+
clearCache: () => void;
|
|
544
|
+
resultsCount: () => number;
|
|
545
|
+
resetResultsCount: () => void;
|
|
546
|
+
} & {
|
|
547
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
548
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
549
|
+
clearCache: () => void;
|
|
550
|
+
resultsCount: () => number;
|
|
551
|
+
resetResultsCount: () => void;
|
|
552
|
+
};
|
|
553
|
+
lastResult: () => number;
|
|
554
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
691
555
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
692
|
-
}) => {
|
|
693
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
694
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
695
|
-
}) & {
|
|
556
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
696
557
|
clearCache: () => void;
|
|
697
558
|
resultsCount: () => number;
|
|
698
559
|
resetResultsCount: () => void;
|
|
699
560
|
} & {
|
|
700
|
-
resultFunc: (resultFuncArgs_0:
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
561
|
+
resultFunc: (resultFuncArgs_0: {
|
|
562
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
563
|
+
width: number;
|
|
564
|
+
height: number;
|
|
565
|
+
propsWidth: number | undefined;
|
|
566
|
+
propsHeight: number | undefined;
|
|
567
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
568
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
569
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
570
|
+
width: number;
|
|
571
|
+
height: number;
|
|
572
|
+
propsWidth: number | undefined;
|
|
573
|
+
propsHeight: number | undefined;
|
|
574
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
708
575
|
clearCache: () => void;
|
|
709
576
|
resultsCount: () => number;
|
|
710
577
|
resetResultsCount: () => void;
|
|
711
578
|
};
|
|
712
|
-
lastResult: () =>
|
|
713
|
-
|
|
714
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
715
|
-
};
|
|
716
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
717
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
718
|
-
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
719
|
-
clearCache: () => void;
|
|
720
|
-
resultsCount: () => number;
|
|
721
|
-
resetResultsCount: () => void;
|
|
722
|
-
} & {
|
|
723
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
724
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
725
|
-
clearCache: () => void;
|
|
726
|
-
resultsCount: () => number;
|
|
727
|
-
resetResultsCount: () => void;
|
|
728
|
-
};
|
|
729
|
-
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
730
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
731
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
732
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
733
|
-
clearCache: () => void;
|
|
734
|
-
resultsCount: () => number;
|
|
735
|
-
resetResultsCount: () => void;
|
|
736
|
-
} & {
|
|
737
|
-
resultFunc: (resultFuncArgs_0: {
|
|
738
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
739
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
740
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
741
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
742
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
743
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
744
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
745
|
-
clearCache: () => void;
|
|
746
|
-
resultsCount: () => number;
|
|
747
|
-
resetResultsCount: () => void;
|
|
748
|
-
};
|
|
749
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
750
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
751
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
752
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
753
|
-
}];
|
|
754
|
-
recomputations: () => number;
|
|
755
|
-
resetRecomputations: () => void;
|
|
756
|
-
dependencyRecomputations: () => number;
|
|
757
|
-
resetDependencyRecomputations: () => void;
|
|
758
|
-
} & {
|
|
759
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
760
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
761
|
-
}];
|
|
762
|
-
recomputations: () => number;
|
|
763
|
-
resetRecomputations: () => void;
|
|
764
|
-
dependencyRecomputations: () => number;
|
|
765
|
-
resetDependencyRecomputations: () => void;
|
|
766
|
-
} & {
|
|
767
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
768
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
769
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
770
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
771
|
-
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
772
|
-
clearCache: () => void;
|
|
773
|
-
resultsCount: () => number;
|
|
774
|
-
resetResultsCount: () => void;
|
|
775
|
-
} & {
|
|
776
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
777
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
778
|
-
clearCache: () => void;
|
|
779
|
-
resultsCount: () => number;
|
|
780
|
-
resetResultsCount: () => void;
|
|
781
|
-
};
|
|
782
|
-
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
783
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
784
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
785
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
786
|
-
clearCache: () => void;
|
|
787
|
-
resultsCount: () => number;
|
|
788
|
-
resetResultsCount: () => void;
|
|
789
|
-
} & {
|
|
790
|
-
resultFunc: (resultFuncArgs_0: {
|
|
791
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
792
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
793
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
794
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
795
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
796
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
797
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
798
|
-
clearCache: () => void;
|
|
799
|
-
resultsCount: () => number;
|
|
800
|
-
resetResultsCount: () => void;
|
|
801
|
-
};
|
|
802
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
803
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
804
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
805
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
806
|
-
}];
|
|
807
|
-
recomputations: () => number;
|
|
808
|
-
resetRecomputations: () => void;
|
|
809
|
-
dependencyRecomputations: () => number;
|
|
810
|
-
resetDependencyRecomputations: () => void;
|
|
811
|
-
} & {
|
|
812
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
813
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
814
|
-
}];
|
|
815
|
-
recomputations: () => number;
|
|
816
|
-
resetRecomputations: () => void;
|
|
817
|
-
dependencyRecomputations: () => number;
|
|
818
|
-
resetDependencyRecomputations: () => void;
|
|
819
|
-
} & {
|
|
820
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
821
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
822
|
-
}];
|
|
579
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
580
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
823
581
|
recomputations: () => number;
|
|
824
582
|
resetRecomputations: () => void;
|
|
825
583
|
dependencyRecomputations: () => number;
|
|
@@ -827,27 +585,52 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
827
585
|
} & {
|
|
828
586
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
829
587
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
830
|
-
}
|
|
588
|
+
}];
|
|
589
|
+
recomputations: () => number;
|
|
590
|
+
resetRecomputations: () => void;
|
|
591
|
+
dependencyRecomputations: () => number;
|
|
592
|
+
resetDependencyRecomputations: () => void;
|
|
593
|
+
} & {
|
|
594
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
595
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
596
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
597
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
598
|
+
}) => number) & {
|
|
599
|
+
clearCache: () => void;
|
|
600
|
+
resultsCount: () => number;
|
|
601
|
+
resetResultsCount: () => void;
|
|
602
|
+
} & {
|
|
603
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
|
|
604
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
|
|
605
|
+
clearCache: () => void;
|
|
606
|
+
resultsCount: () => number;
|
|
607
|
+
resetResultsCount: () => void;
|
|
608
|
+
};
|
|
609
|
+
lastResult: () => number;
|
|
610
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
831
611
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
832
|
-
}) => import("
|
|
612
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
833
613
|
clearCache: () => void;
|
|
834
614
|
resultsCount: () => number;
|
|
835
615
|
resetResultsCount: () => void;
|
|
836
616
|
} & {
|
|
837
617
|
resultFunc: (resultFuncArgs_0: {
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}) => import("
|
|
618
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
619
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
620
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
841
621
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
}) => import("
|
|
622
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
623
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
624
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
845
625
|
clearCache: () => void;
|
|
846
626
|
resultsCount: () => number;
|
|
847
627
|
resetResultsCount: () => void;
|
|
848
628
|
};
|
|
849
|
-
lastResult: () => import("
|
|
850
|
-
dependencies: [
|
|
629
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
630
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
631
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
632
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
633
|
+
} | undefined];
|
|
851
634
|
recomputations: () => number;
|
|
852
635
|
resetRecomputations: () => void;
|
|
853
636
|
dependencyRecomputations: () => number;
|
|
@@ -855,27 +638,52 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
855
638
|
} & {
|
|
856
639
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
857
640
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
858
|
-
}
|
|
641
|
+
}];
|
|
642
|
+
recomputations: () => number;
|
|
643
|
+
resetRecomputations: () => void;
|
|
644
|
+
dependencyRecomputations: () => number;
|
|
645
|
+
resetDependencyRecomputations: () => void;
|
|
646
|
+
} & {
|
|
647
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
648
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
649
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
650
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
651
|
+
}) => number) & {
|
|
652
|
+
clearCache: () => void;
|
|
653
|
+
resultsCount: () => number;
|
|
654
|
+
resetResultsCount: () => void;
|
|
655
|
+
} & {
|
|
656
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
|
|
657
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
|
|
658
|
+
clearCache: () => void;
|
|
659
|
+
resultsCount: () => number;
|
|
660
|
+
resetResultsCount: () => void;
|
|
661
|
+
};
|
|
662
|
+
lastResult: () => number;
|
|
663
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
859
664
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
860
|
-
}) => import("../../..").
|
|
665
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
861
666
|
clearCache: () => void;
|
|
862
667
|
resultsCount: () => number;
|
|
863
668
|
resetResultsCount: () => void;
|
|
864
669
|
} & {
|
|
865
670
|
resultFunc: (resultFuncArgs_0: {
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}) => import("../../..").
|
|
671
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
672
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
673
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
869
674
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}) => import("../../..").
|
|
675
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
676
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
677
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
873
678
|
clearCache: () => void;
|
|
874
679
|
resultsCount: () => number;
|
|
875
680
|
resetResultsCount: () => void;
|
|
876
681
|
};
|
|
877
|
-
lastResult: () => import("../../..").
|
|
878
|
-
dependencies: [
|
|
682
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
683
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
684
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
685
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
686
|
+
} | undefined];
|
|
879
687
|
recomputations: () => number;
|
|
880
688
|
resetRecomputations: () => void;
|
|
881
689
|
dependencyRecomputations: () => number;
|
|
@@ -891,49 +699,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
891
699
|
} & {
|
|
892
700
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
893
701
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
894
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
702
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
895
703
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
896
|
-
}) =>
|
|
704
|
+
}) => number) & {
|
|
897
705
|
clearCache: () => void;
|
|
898
706
|
resultsCount: () => number;
|
|
899
707
|
resetResultsCount: () => void;
|
|
900
708
|
} & {
|
|
901
|
-
resultFunc: (resultFuncArgs_0:
|
|
902
|
-
|
|
903
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
904
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
905
|
-
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
906
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
907
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
908
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../../..").ChartsAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
709
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
|
|
710
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
|
|
909
711
|
clearCache: () => void;
|
|
910
712
|
resultsCount: () => number;
|
|
911
713
|
resetResultsCount: () => void;
|
|
912
714
|
};
|
|
913
|
-
lastResult: () =>
|
|
914
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
715
|
+
lastResult: () => number;
|
|
716
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
915
717
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
916
|
-
}) =>
|
|
718
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
917
719
|
clearCache: () => void;
|
|
918
720
|
resultsCount: () => number;
|
|
919
721
|
resetResultsCount: () => void;
|
|
920
722
|
} & {
|
|
921
723
|
resultFunc: (resultFuncArgs_0: {
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
} | undefined) =>
|
|
724
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
725
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
726
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
925
727
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
} | undefined) =>
|
|
728
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
729
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
730
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
929
731
|
clearCache: () => void;
|
|
930
732
|
resultsCount: () => number;
|
|
931
733
|
resetResultsCount: () => void;
|
|
932
734
|
};
|
|
933
|
-
lastResult: () =>
|
|
934
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
935
|
-
|
|
936
|
-
|
|
735
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
736
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
737
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
738
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
937
739
|
} | undefined];
|
|
938
740
|
recomputations: () => number;
|
|
939
741
|
resetRecomputations: () => void;
|
|
@@ -942,139 +744,1301 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
942
744
|
} & {
|
|
943
745
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
944
746
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
945
|
-
}
|
|
747
|
+
}];
|
|
748
|
+
recomputations: () => number;
|
|
749
|
+
resetRecomputations: () => void;
|
|
750
|
+
dependencyRecomputations: () => number;
|
|
751
|
+
resetDependencyRecomputations: () => void;
|
|
752
|
+
} & {
|
|
753
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
754
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
755
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
756
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
757
|
+
}) => number) & {
|
|
758
|
+
clearCache: () => void;
|
|
759
|
+
resultsCount: () => number;
|
|
760
|
+
resetResultsCount: () => void;
|
|
761
|
+
} & {
|
|
762
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
|
|
763
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
|
|
764
|
+
clearCache: () => void;
|
|
765
|
+
resultsCount: () => number;
|
|
766
|
+
resetResultsCount: () => void;
|
|
767
|
+
};
|
|
768
|
+
lastResult: () => number;
|
|
769
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
946
770
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
947
|
-
}) => {
|
|
948
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
949
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
950
|
-
}) & {
|
|
771
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
951
772
|
clearCache: () => void;
|
|
952
773
|
resultsCount: () => number;
|
|
953
774
|
resetResultsCount: () => void;
|
|
954
775
|
} & {
|
|
955
|
-
resultFunc: (resultFuncArgs_0:
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
};
|
|
959
|
-
memoizedResultFunc: ((resultFuncArgs_0:
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
}) & {
|
|
963
|
-
clearCache: () => void;
|
|
776
|
+
resultFunc: (resultFuncArgs_0: {
|
|
777
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
778
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
779
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
780
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
781
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
782
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
783
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
784
|
+
clearCache: () => void;
|
|
785
|
+
resultsCount: () => number;
|
|
786
|
+
resetResultsCount: () => void;
|
|
787
|
+
};
|
|
788
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
789
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
790
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
791
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
792
|
+
} | undefined];
|
|
793
|
+
recomputations: () => number;
|
|
794
|
+
resetRecomputations: () => void;
|
|
795
|
+
dependencyRecomputations: () => number;
|
|
796
|
+
resetDependencyRecomputations: () => void;
|
|
797
|
+
} & {
|
|
798
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
799
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
800
|
+
}];
|
|
801
|
+
recomputations: () => number;
|
|
802
|
+
resetRecomputations: () => void;
|
|
803
|
+
dependencyRecomputations: () => number;
|
|
804
|
+
resetDependencyRecomputations: () => void;
|
|
805
|
+
} & {
|
|
806
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
807
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
808
|
+
}];
|
|
809
|
+
recomputations: () => number;
|
|
810
|
+
resetRecomputations: () => void;
|
|
811
|
+
dependencyRecomputations: () => number;
|
|
812
|
+
resetDependencyRecomputations: () => void;
|
|
813
|
+
} & {
|
|
814
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
815
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
816
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
817
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
818
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
819
|
+
clearCache: () => void;
|
|
820
|
+
resultsCount: () => number;
|
|
821
|
+
resetResultsCount: () => void;
|
|
822
|
+
} & {
|
|
823
|
+
resultFunc: (resultFuncArgs_0: {
|
|
824
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
825
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
826
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
827
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
828
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
829
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
830
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
831
|
+
clearCache: () => void;
|
|
832
|
+
resultsCount: () => number;
|
|
833
|
+
resetResultsCount: () => void;
|
|
834
|
+
};
|
|
835
|
+
lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
836
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
837
|
+
recomputations: () => number;
|
|
838
|
+
resetRecomputations: () => void;
|
|
839
|
+
dependencyRecomputations: () => number;
|
|
840
|
+
resetDependencyRecomputations: () => void;
|
|
841
|
+
} & {
|
|
842
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
843
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
844
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
845
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
846
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
847
|
+
clearCache: () => void;
|
|
848
|
+
resultsCount: () => number;
|
|
849
|
+
resetResultsCount: () => void;
|
|
850
|
+
} & {
|
|
851
|
+
resultFunc: (resultFuncArgs_0: {
|
|
852
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
853
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
854
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
855
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
856
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
857
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
858
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
859
|
+
clearCache: () => void;
|
|
860
|
+
resultsCount: () => number;
|
|
861
|
+
resetResultsCount: () => void;
|
|
862
|
+
};
|
|
863
|
+
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
864
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
865
|
+
recomputations: () => number;
|
|
866
|
+
resetRecomputations: () => void;
|
|
867
|
+
dependencyRecomputations: () => number;
|
|
868
|
+
resetDependencyRecomputations: () => void;
|
|
869
|
+
} & {
|
|
870
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
871
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
872
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
873
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
874
|
+
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
875
|
+
clearCache: () => void;
|
|
876
|
+
resultsCount: () => number;
|
|
877
|
+
resetResultsCount: () => void;
|
|
878
|
+
} & {
|
|
879
|
+
resultFunc: (resultFuncArgs_0: {
|
|
880
|
+
isInteracting: boolean;
|
|
881
|
+
zoomData: readonly ZoomData[];
|
|
882
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
883
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
884
|
+
isInteracting: boolean;
|
|
885
|
+
zoomData: readonly ZoomData[];
|
|
886
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
887
|
+
clearCache: () => void;
|
|
888
|
+
resultsCount: () => number;
|
|
889
|
+
resetResultsCount: () => void;
|
|
890
|
+
};
|
|
891
|
+
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
892
|
+
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
893
|
+
isInteracting: boolean;
|
|
894
|
+
zoomData: readonly ZoomData[];
|
|
895
|
+
} | undefined];
|
|
896
|
+
recomputations: () => number;
|
|
897
|
+
resetRecomputations: () => void;
|
|
898
|
+
dependencyRecomputations: () => number;
|
|
899
|
+
resetDependencyRecomputations: () => void;
|
|
900
|
+
} & {
|
|
901
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
902
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
903
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
904
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
905
|
+
}) => {
|
|
906
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
907
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
908
|
+
}) & {
|
|
909
|
+
clearCache: () => void;
|
|
910
|
+
resultsCount: () => number;
|
|
911
|
+
resetResultsCount: () => void;
|
|
912
|
+
} & {
|
|
913
|
+
resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
914
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
915
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
916
|
+
};
|
|
917
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
918
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
919
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
920
|
+
}) & {
|
|
921
|
+
clearCache: () => void;
|
|
922
|
+
resultsCount: () => number;
|
|
923
|
+
resetResultsCount: () => void;
|
|
924
|
+
};
|
|
925
|
+
lastResult: () => {
|
|
926
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
927
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
928
|
+
};
|
|
929
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
930
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
931
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
932
|
+
clearCache: () => void;
|
|
933
|
+
resultsCount: () => number;
|
|
934
|
+
resetResultsCount: () => void;
|
|
935
|
+
} & {
|
|
936
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
937
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
938
|
+
clearCache: () => void;
|
|
939
|
+
resultsCount: () => number;
|
|
940
|
+
resetResultsCount: () => void;
|
|
941
|
+
};
|
|
942
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
943
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
944
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
945
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
946
|
+
clearCache: () => void;
|
|
947
|
+
resultsCount: () => number;
|
|
948
|
+
resetResultsCount: () => void;
|
|
949
|
+
} & {
|
|
950
|
+
resultFunc: (resultFuncArgs_0: {
|
|
951
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
952
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
953
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
954
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
955
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
956
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
957
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
958
|
+
clearCache: () => void;
|
|
959
|
+
resultsCount: () => number;
|
|
960
|
+
resetResultsCount: () => void;
|
|
961
|
+
};
|
|
962
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
963
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
964
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
965
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
966
|
+
} | undefined];
|
|
967
|
+
recomputations: () => number;
|
|
968
|
+
resetRecomputations: () => void;
|
|
969
|
+
dependencyRecomputations: () => number;
|
|
970
|
+
resetDependencyRecomputations: () => void;
|
|
971
|
+
} & {
|
|
972
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
973
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
974
|
+
}];
|
|
975
|
+
recomputations: () => number;
|
|
976
|
+
resetRecomputations: () => void;
|
|
977
|
+
dependencyRecomputations: () => number;
|
|
978
|
+
resetDependencyRecomputations: () => void;
|
|
979
|
+
} & {
|
|
980
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
981
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
982
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
983
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
984
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
985
|
+
clearCache: () => void;
|
|
986
|
+
resultsCount: () => number;
|
|
987
|
+
resetResultsCount: () => void;
|
|
988
|
+
} & {
|
|
989
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
990
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
991
|
+
clearCache: () => void;
|
|
992
|
+
resultsCount: () => number;
|
|
993
|
+
resetResultsCount: () => void;
|
|
994
|
+
};
|
|
995
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
996
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
997
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
998
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
999
|
+
clearCache: () => void;
|
|
1000
|
+
resultsCount: () => number;
|
|
1001
|
+
resetResultsCount: () => void;
|
|
1002
|
+
} & {
|
|
1003
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1004
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1005
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1006
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1007
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1008
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1009
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1010
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1011
|
+
clearCache: () => void;
|
|
1012
|
+
resultsCount: () => number;
|
|
1013
|
+
resetResultsCount: () => void;
|
|
1014
|
+
};
|
|
1015
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1016
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1017
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1018
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1019
|
+
} | undefined];
|
|
1020
|
+
recomputations: () => number;
|
|
1021
|
+
resetRecomputations: () => void;
|
|
1022
|
+
dependencyRecomputations: () => number;
|
|
1023
|
+
resetDependencyRecomputations: () => void;
|
|
1024
|
+
} & {
|
|
1025
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1026
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1027
|
+
}];
|
|
1028
|
+
recomputations: () => number;
|
|
1029
|
+
resetRecomputations: () => void;
|
|
1030
|
+
dependencyRecomputations: () => number;
|
|
1031
|
+
resetDependencyRecomputations: () => void;
|
|
1032
|
+
} & {
|
|
1033
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1034
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1035
|
+
}];
|
|
1036
|
+
recomputations: () => number;
|
|
1037
|
+
resetRecomputations: () => void;
|
|
1038
|
+
dependencyRecomputations: () => number;
|
|
1039
|
+
resetDependencyRecomputations: () => void;
|
|
1040
|
+
} & {
|
|
1041
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1042
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1043
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1044
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1045
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
1046
|
+
clearCache: () => void;
|
|
1047
|
+
resultsCount: () => number;
|
|
1048
|
+
resetResultsCount: () => void;
|
|
1049
|
+
} & {
|
|
1050
|
+
resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
1051
|
+
memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
1052
|
+
clearCache: () => void;
|
|
1053
|
+
resultsCount: () => number;
|
|
1054
|
+
resetResultsCount: () => void;
|
|
1055
|
+
};
|
|
1056
|
+
lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
1057
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1058
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1059
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1060
|
+
clearCache: () => void;
|
|
1061
|
+
resultsCount: () => number;
|
|
1062
|
+
resetResultsCount: () => void;
|
|
1063
|
+
} & {
|
|
1064
|
+
resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1065
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1066
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1067
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1068
|
+
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1069
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1070
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1071
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1072
|
+
clearCache: () => void;
|
|
1073
|
+
resultsCount: () => number;
|
|
1074
|
+
resetResultsCount: () => void;
|
|
1075
|
+
};
|
|
1076
|
+
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1077
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1078
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1079
|
+
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
1080
|
+
clearCache: () => void;
|
|
1081
|
+
resultsCount: () => number;
|
|
1082
|
+
resetResultsCount: () => void;
|
|
1083
|
+
} & {
|
|
1084
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1085
|
+
isInteracting: boolean;
|
|
1086
|
+
zoomData: readonly ZoomData[];
|
|
1087
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
1088
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1089
|
+
isInteracting: boolean;
|
|
1090
|
+
zoomData: readonly ZoomData[];
|
|
1091
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
1092
|
+
clearCache: () => void;
|
|
1093
|
+
resultsCount: () => number;
|
|
1094
|
+
resetResultsCount: () => void;
|
|
1095
|
+
};
|
|
1096
|
+
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
1097
|
+
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1098
|
+
isInteracting: boolean;
|
|
1099
|
+
zoomData: readonly ZoomData[];
|
|
1100
|
+
} | undefined];
|
|
1101
|
+
recomputations: () => number;
|
|
1102
|
+
resetRecomputations: () => void;
|
|
1103
|
+
dependencyRecomputations: () => number;
|
|
1104
|
+
resetDependencyRecomputations: () => void;
|
|
1105
|
+
} & {
|
|
1106
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1107
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1108
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1109
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1110
|
+
}) => {
|
|
1111
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1112
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1113
|
+
}) & {
|
|
1114
|
+
clearCache: () => void;
|
|
1115
|
+
resultsCount: () => number;
|
|
1116
|
+
resetResultsCount: () => void;
|
|
1117
|
+
} & {
|
|
1118
|
+
resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
1119
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1120
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1121
|
+
};
|
|
1122
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
1123
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1124
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1125
|
+
}) & {
|
|
1126
|
+
clearCache: () => void;
|
|
1127
|
+
resultsCount: () => number;
|
|
1128
|
+
resetResultsCount: () => void;
|
|
1129
|
+
};
|
|
1130
|
+
lastResult: () => {
|
|
1131
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1132
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1133
|
+
};
|
|
1134
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1135
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1136
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1137
|
+
clearCache: () => void;
|
|
1138
|
+
resultsCount: () => number;
|
|
1139
|
+
resetResultsCount: () => void;
|
|
1140
|
+
} & {
|
|
1141
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1142
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1143
|
+
clearCache: () => void;
|
|
1144
|
+
resultsCount: () => number;
|
|
1145
|
+
resetResultsCount: () => void;
|
|
1146
|
+
};
|
|
1147
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1148
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1149
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1150
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1151
|
+
clearCache: () => void;
|
|
1152
|
+
resultsCount: () => number;
|
|
1153
|
+
resetResultsCount: () => void;
|
|
1154
|
+
} & {
|
|
1155
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1156
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1157
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1158
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1159
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1160
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1161
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1162
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1163
|
+
clearCache: () => void;
|
|
1164
|
+
resultsCount: () => number;
|
|
1165
|
+
resetResultsCount: () => void;
|
|
1166
|
+
};
|
|
1167
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1168
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1169
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1170
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1171
|
+
} | undefined];
|
|
1172
|
+
recomputations: () => number;
|
|
1173
|
+
resetRecomputations: () => void;
|
|
1174
|
+
dependencyRecomputations: () => number;
|
|
1175
|
+
resetDependencyRecomputations: () => void;
|
|
1176
|
+
} & {
|
|
1177
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1178
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1179
|
+
}];
|
|
1180
|
+
recomputations: () => number;
|
|
1181
|
+
resetRecomputations: () => void;
|
|
1182
|
+
dependencyRecomputations: () => number;
|
|
1183
|
+
resetDependencyRecomputations: () => void;
|
|
1184
|
+
} & {
|
|
1185
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1186
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1187
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1188
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1189
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1190
|
+
clearCache: () => void;
|
|
1191
|
+
resultsCount: () => number;
|
|
1192
|
+
resetResultsCount: () => void;
|
|
1193
|
+
} & {
|
|
1194
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1195
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1196
|
+
clearCache: () => void;
|
|
1197
|
+
resultsCount: () => number;
|
|
1198
|
+
resetResultsCount: () => void;
|
|
1199
|
+
};
|
|
1200
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1201
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1202
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1203
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1204
|
+
clearCache: () => void;
|
|
1205
|
+
resultsCount: () => number;
|
|
1206
|
+
resetResultsCount: () => void;
|
|
1207
|
+
} & {
|
|
1208
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1209
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1210
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1211
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1212
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1213
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1214
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1215
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1216
|
+
clearCache: () => void;
|
|
1217
|
+
resultsCount: () => number;
|
|
1218
|
+
resetResultsCount: () => void;
|
|
1219
|
+
};
|
|
1220
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1221
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1222
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1223
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1224
|
+
} | undefined];
|
|
1225
|
+
recomputations: () => number;
|
|
1226
|
+
resetRecomputations: () => void;
|
|
1227
|
+
dependencyRecomputations: () => number;
|
|
1228
|
+
resetDependencyRecomputations: () => void;
|
|
1229
|
+
} & {
|
|
1230
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1231
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1232
|
+
}];
|
|
1233
|
+
recomputations: () => number;
|
|
1234
|
+
resetRecomputations: () => void;
|
|
1235
|
+
dependencyRecomputations: () => number;
|
|
1236
|
+
resetDependencyRecomputations: () => void;
|
|
1237
|
+
} & {
|
|
1238
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1239
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1240
|
+
}];
|
|
1241
|
+
recomputations: () => number;
|
|
1242
|
+
resetRecomputations: () => void;
|
|
1243
|
+
dependencyRecomputations: () => number;
|
|
1244
|
+
resetDependencyRecomputations: () => void;
|
|
1245
|
+
} & {
|
|
1246
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1247
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1248
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1249
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1250
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1251
|
+
clearCache: () => void;
|
|
1252
|
+
resultsCount: () => number;
|
|
1253
|
+
resetResultsCount: () => void;
|
|
1254
|
+
} & {
|
|
1255
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1256
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1257
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1258
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1259
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1260
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1261
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1262
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1263
|
+
clearCache: () => void;
|
|
1264
|
+
resultsCount: () => number;
|
|
1265
|
+
resetResultsCount: () => void;
|
|
1266
|
+
};
|
|
1267
|
+
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1268
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
1269
|
+
recomputations: () => number;
|
|
1270
|
+
resetRecomputations: () => void;
|
|
1271
|
+
dependencyRecomputations: () => number;
|
|
1272
|
+
resetDependencyRecomputations: () => void;
|
|
1273
|
+
} & {
|
|
1274
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1275
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1276
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1277
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1278
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1279
|
+
clearCache: () => void;
|
|
1280
|
+
resultsCount: () => number;
|
|
1281
|
+
resetResultsCount: () => void;
|
|
1282
|
+
} & {
|
|
1283
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1284
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1285
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1286
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1287
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1288
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1289
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1290
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1291
|
+
clearCache: () => void;
|
|
1292
|
+
resultsCount: () => number;
|
|
1293
|
+
resetResultsCount: () => void;
|
|
1294
|
+
};
|
|
1295
|
+
lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1296
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
1297
|
+
recomputations: () => number;
|
|
1298
|
+
resetRecomputations: () => void;
|
|
1299
|
+
dependencyRecomputations: () => number;
|
|
1300
|
+
resetDependencyRecomputations: () => void;
|
|
1301
|
+
} & {
|
|
1302
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1303
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1304
|
+
}];
|
|
1305
|
+
recomputations: () => number;
|
|
1306
|
+
resetRecomputations: () => void;
|
|
1307
|
+
dependencyRecomputations: () => number;
|
|
1308
|
+
resetDependencyRecomputations: () => void;
|
|
1309
|
+
} & {
|
|
1310
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1311
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1312
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1313
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1314
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1315
|
+
clearCache: () => void;
|
|
1316
|
+
resultsCount: () => number;
|
|
1317
|
+
resetResultsCount: () => void;
|
|
1318
|
+
} & {
|
|
1319
|
+
resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1320
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1321
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1322
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1323
|
+
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1324
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1325
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1326
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1327
|
+
clearCache: () => void;
|
|
1328
|
+
resultsCount: () => number;
|
|
1329
|
+
resetResultsCount: () => void;
|
|
1330
|
+
};
|
|
1331
|
+
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1332
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1333
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1334
|
+
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
1335
|
+
clearCache: () => void;
|
|
1336
|
+
resultsCount: () => number;
|
|
1337
|
+
resetResultsCount: () => void;
|
|
1338
|
+
} & {
|
|
1339
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1340
|
+
isInteracting: boolean;
|
|
1341
|
+
zoomData: readonly ZoomData[];
|
|
1342
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
1343
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1344
|
+
isInteracting: boolean;
|
|
1345
|
+
zoomData: readonly ZoomData[];
|
|
1346
|
+
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
1347
|
+
clearCache: () => void;
|
|
1348
|
+
resultsCount: () => number;
|
|
1349
|
+
resetResultsCount: () => void;
|
|
1350
|
+
};
|
|
1351
|
+
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
1352
|
+
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1353
|
+
isInteracting: boolean;
|
|
1354
|
+
zoomData: readonly ZoomData[];
|
|
1355
|
+
} | undefined];
|
|
1356
|
+
recomputations: () => number;
|
|
1357
|
+
resetRecomputations: () => void;
|
|
1358
|
+
dependencyRecomputations: () => number;
|
|
1359
|
+
resetDependencyRecomputations: () => void;
|
|
1360
|
+
} & {
|
|
1361
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1362
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1363
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1364
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1365
|
+
}) => {
|
|
1366
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1367
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1368
|
+
}) & {
|
|
1369
|
+
clearCache: () => void;
|
|
1370
|
+
resultsCount: () => number;
|
|
1371
|
+
resetResultsCount: () => void;
|
|
1372
|
+
} & {
|
|
1373
|
+
resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
1374
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1375
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1376
|
+
};
|
|
1377
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
|
|
1378
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1379
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1380
|
+
}) & {
|
|
1381
|
+
clearCache: () => void;
|
|
1382
|
+
resultsCount: () => number;
|
|
1383
|
+
resetResultsCount: () => void;
|
|
1384
|
+
};
|
|
1385
|
+
lastResult: () => {
|
|
1386
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1387
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1388
|
+
};
|
|
1389
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1390
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1391
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1392
|
+
clearCache: () => void;
|
|
1393
|
+
resultsCount: () => number;
|
|
1394
|
+
resetResultsCount: () => void;
|
|
1395
|
+
} & {
|
|
1396
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1397
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1398
|
+
clearCache: () => void;
|
|
1399
|
+
resultsCount: () => number;
|
|
1400
|
+
resetResultsCount: () => void;
|
|
1401
|
+
};
|
|
1402
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1403
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1404
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1405
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1406
|
+
clearCache: () => void;
|
|
1407
|
+
resultsCount: () => number;
|
|
1408
|
+
resetResultsCount: () => void;
|
|
1409
|
+
} & {
|
|
1410
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1411
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1412
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1413
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1414
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1415
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1416
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1417
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1418
|
+
clearCache: () => void;
|
|
1419
|
+
resultsCount: () => number;
|
|
1420
|
+
resetResultsCount: () => void;
|
|
1421
|
+
};
|
|
1422
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1423
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1424
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1425
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1426
|
+
} | undefined];
|
|
1427
|
+
recomputations: () => number;
|
|
1428
|
+
resetRecomputations: () => void;
|
|
1429
|
+
dependencyRecomputations: () => number;
|
|
1430
|
+
resetDependencyRecomputations: () => void;
|
|
1431
|
+
} & {
|
|
1432
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1433
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1434
|
+
}];
|
|
1435
|
+
recomputations: () => number;
|
|
1436
|
+
resetRecomputations: () => void;
|
|
1437
|
+
dependencyRecomputations: () => number;
|
|
1438
|
+
resetDependencyRecomputations: () => void;
|
|
1439
|
+
} & {
|
|
1440
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1441
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1442
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1443
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1444
|
+
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1445
|
+
clearCache: () => void;
|
|
1446
|
+
resultsCount: () => number;
|
|
1447
|
+
resetResultsCount: () => void;
|
|
1448
|
+
} & {
|
|
1449
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1450
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1451
|
+
clearCache: () => void;
|
|
1452
|
+
resultsCount: () => number;
|
|
1453
|
+
resetResultsCount: () => void;
|
|
1454
|
+
};
|
|
1455
|
+
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1456
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1457
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1458
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1459
|
+
clearCache: () => void;
|
|
1460
|
+
resultsCount: () => number;
|
|
1461
|
+
resetResultsCount: () => void;
|
|
1462
|
+
} & {
|
|
1463
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1464
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1465
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1466
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1467
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1468
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1469
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1470
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1471
|
+
clearCache: () => void;
|
|
1472
|
+
resultsCount: () => number;
|
|
1473
|
+
resetResultsCount: () => void;
|
|
1474
|
+
};
|
|
1475
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1476
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1477
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1478
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1479
|
+
} | undefined];
|
|
1480
|
+
recomputations: () => number;
|
|
1481
|
+
resetRecomputations: () => void;
|
|
1482
|
+
dependencyRecomputations: () => number;
|
|
1483
|
+
resetDependencyRecomputations: () => void;
|
|
1484
|
+
} & {
|
|
1485
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1486
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1487
|
+
}];
|
|
1488
|
+
recomputations: () => number;
|
|
1489
|
+
resetRecomputations: () => void;
|
|
1490
|
+
dependencyRecomputations: () => number;
|
|
1491
|
+
resetDependencyRecomputations: () => void;
|
|
1492
|
+
} & {
|
|
1493
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1494
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1495
|
+
}];
|
|
1496
|
+
recomputations: () => number;
|
|
1497
|
+
resetRecomputations: () => void;
|
|
1498
|
+
dependencyRecomputations: () => number;
|
|
1499
|
+
resetDependencyRecomputations: () => void;
|
|
1500
|
+
} & {
|
|
1501
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1502
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1503
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1504
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1505
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1506
|
+
clearCache: () => void;
|
|
1507
|
+
resultsCount: () => number;
|
|
1508
|
+
resetResultsCount: () => void;
|
|
1509
|
+
} & {
|
|
1510
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1511
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1512
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1513
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1514
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1515
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1516
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1517
|
+
}) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1518
|
+
clearCache: () => void;
|
|
1519
|
+
resultsCount: () => number;
|
|
1520
|
+
resetResultsCount: () => void;
|
|
1521
|
+
};
|
|
1522
|
+
lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1523
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
1524
|
+
recomputations: () => number;
|
|
1525
|
+
resetRecomputations: () => void;
|
|
1526
|
+
dependencyRecomputations: () => number;
|
|
1527
|
+
resetDependencyRecomputations: () => void;
|
|
1528
|
+
} & {
|
|
1529
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1530
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1531
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1532
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1533
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1534
|
+
clearCache: () => void;
|
|
1535
|
+
resultsCount: () => number;
|
|
1536
|
+
resetResultsCount: () => void;
|
|
1537
|
+
} & {
|
|
1538
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1539
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1540
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1541
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1542
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1543
|
+
processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1544
|
+
seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
|
|
1545
|
+
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
1546
|
+
clearCache: () => void;
|
|
1547
|
+
resultsCount: () => number;
|
|
1548
|
+
resetResultsCount: () => void;
|
|
1549
|
+
};
|
|
1550
|
+
lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
|
|
1551
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
|
|
1552
|
+
recomputations: () => number;
|
|
1553
|
+
resetRecomputations: () => void;
|
|
1554
|
+
dependencyRecomputations: () => number;
|
|
1555
|
+
resetDependencyRecomputations: () => void;
|
|
1556
|
+
} & {
|
|
1557
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1558
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1559
|
+
}];
|
|
1560
|
+
recomputations: () => number;
|
|
1561
|
+
resetRecomputations: () => void;
|
|
1562
|
+
dependencyRecomputations: () => number;
|
|
1563
|
+
resetDependencyRecomputations: () => void;
|
|
1564
|
+
} & {
|
|
1565
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1566
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1567
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1568
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1569
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1570
|
+
clearCache: () => void;
|
|
1571
|
+
resultsCount: () => number;
|
|
1572
|
+
resetResultsCount: () => void;
|
|
1573
|
+
} & {
|
|
1574
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1575
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1576
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1577
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1578
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1579
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1580
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1581
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1582
|
+
clearCache: () => void;
|
|
1583
|
+
resultsCount: () => number;
|
|
1584
|
+
resetResultsCount: () => void;
|
|
1585
|
+
};
|
|
1586
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1587
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1588
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1589
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1590
|
+
} | undefined];
|
|
1591
|
+
recomputations: () => number;
|
|
1592
|
+
resetRecomputations: () => void;
|
|
1593
|
+
dependencyRecomputations: () => number;
|
|
1594
|
+
resetDependencyRecomputations: () => void;
|
|
1595
|
+
} & {
|
|
1596
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1597
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1598
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1599
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1600
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1601
|
+
clearCache: () => void;
|
|
1602
|
+
resultsCount: () => number;
|
|
1603
|
+
resetResultsCount: () => void;
|
|
1604
|
+
} & {
|
|
1605
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1606
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1607
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1608
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1609
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1610
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1611
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1612
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1613
|
+
clearCache: () => void;
|
|
1614
|
+
resultsCount: () => number;
|
|
1615
|
+
resetResultsCount: () => void;
|
|
1616
|
+
};
|
|
1617
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1618
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1619
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1620
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1621
|
+
} | undefined];
|
|
1622
|
+
recomputations: () => number;
|
|
1623
|
+
resetRecomputations: () => void;
|
|
1624
|
+
dependencyRecomputations: () => number;
|
|
1625
|
+
resetDependencyRecomputations: () => void;
|
|
1626
|
+
} & {
|
|
1627
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1628
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1629
|
+
}];
|
|
1630
|
+
recomputations: () => number;
|
|
1631
|
+
resetRecomputations: () => void;
|
|
1632
|
+
dependencyRecomputations: () => number;
|
|
1633
|
+
resetDependencyRecomputations: () => void;
|
|
1634
|
+
} & {
|
|
1635
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1636
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1637
|
+
}];
|
|
1638
|
+
recomputations: () => number;
|
|
1639
|
+
resetRecomputations: () => void;
|
|
1640
|
+
dependencyRecomputations: () => number;
|
|
1641
|
+
resetDependencyRecomputations: () => void;
|
|
1642
|
+
} & {
|
|
1643
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1644
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1645
|
+
};
|
|
1646
|
+
export declare const selectorChartYAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1647
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1648
|
+
} & Partial<{}> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState) => {
|
|
1649
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1650
|
+
axisIds: string[];
|
|
1651
|
+
}) & {
|
|
1652
|
+
clearCache: () => void;
|
|
1653
|
+
resultsCount: () => number;
|
|
1654
|
+
resetResultsCount: () => void;
|
|
1655
|
+
} & {
|
|
1656
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
1657
|
+
width: number;
|
|
1658
|
+
left: number;
|
|
1659
|
+
right: number;
|
|
1660
|
+
height: number;
|
|
1661
|
+
top: number;
|
|
1662
|
+
bottom: number;
|
|
1663
|
+
}, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
|
|
1664
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1665
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1666
|
+
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
1667
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1668
|
+
axisIds: string[];
|
|
1669
|
+
};
|
|
1670
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined, resultFuncArgs_1: {
|
|
1671
|
+
width: number;
|
|
1672
|
+
left: number;
|
|
1673
|
+
right: number;
|
|
1674
|
+
height: number;
|
|
1675
|
+
top: number;
|
|
1676
|
+
bottom: number;
|
|
1677
|
+
}, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
|
|
1678
|
+
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1679
|
+
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1680
|
+
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
1681
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1682
|
+
axisIds: string[];
|
|
1683
|
+
}) & {
|
|
1684
|
+
clearCache: () => void;
|
|
1685
|
+
resultsCount: () => number;
|
|
1686
|
+
resetResultsCount: () => void;
|
|
1687
|
+
};
|
|
1688
|
+
lastResult: () => {
|
|
1689
|
+
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1690
|
+
axisIds: string[];
|
|
1691
|
+
};
|
|
1692
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1693
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1694
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1695
|
+
clearCache: () => void;
|
|
1696
|
+
resultsCount: () => number;
|
|
1697
|
+
resetResultsCount: () => void;
|
|
1698
|
+
} & {
|
|
1699
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1700
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1701
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1702
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1703
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1704
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1705
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1706
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1707
|
+
clearCache: () => void;
|
|
1708
|
+
resultsCount: () => number;
|
|
1709
|
+
resetResultsCount: () => void;
|
|
1710
|
+
};
|
|
1711
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1712
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1713
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1714
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1715
|
+
} | undefined];
|
|
1716
|
+
recomputations: () => number;
|
|
1717
|
+
resetRecomputations: () => void;
|
|
1718
|
+
dependencyRecomputations: () => number;
|
|
1719
|
+
resetDependencyRecomputations: () => void;
|
|
1720
|
+
} & {
|
|
1721
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1722
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1723
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1724
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1725
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => {
|
|
1726
|
+
width: number;
|
|
1727
|
+
left: number;
|
|
1728
|
+
right: number;
|
|
1729
|
+
height: number;
|
|
1730
|
+
top: number;
|
|
1731
|
+
bottom: number;
|
|
1732
|
+
}) & {
|
|
1733
|
+
clearCache: () => void;
|
|
1734
|
+
resultsCount: () => number;
|
|
1735
|
+
resetResultsCount: () => void;
|
|
1736
|
+
} & {
|
|
1737
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number, resultFuncArgs_2: number, resultFuncArgs_3: number, resultFuncArgs_4: number, resultFuncArgs_5: number, resultFuncArgs_6: number, resultFuncArgs_7: number, resultFuncArgs_8: number, resultFuncArgs_9: number) => {
|
|
1738
|
+
width: number;
|
|
1739
|
+
left: number;
|
|
1740
|
+
right: number;
|
|
1741
|
+
height: number;
|
|
1742
|
+
top: number;
|
|
1743
|
+
bottom: number;
|
|
1744
|
+
};
|
|
1745
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number, resultFuncArgs_2: number, resultFuncArgs_3: number, resultFuncArgs_4: number, resultFuncArgs_5: number, resultFuncArgs_6: number, resultFuncArgs_7: number, resultFuncArgs_8: number, resultFuncArgs_9: number) => {
|
|
1746
|
+
width: number;
|
|
1747
|
+
left: number;
|
|
1748
|
+
right: number;
|
|
1749
|
+
height: number;
|
|
1750
|
+
top: number;
|
|
1751
|
+
bottom: number;
|
|
1752
|
+
}) & {
|
|
1753
|
+
clearCache: () => void;
|
|
1754
|
+
resultsCount: () => number;
|
|
1755
|
+
resetResultsCount: () => void;
|
|
1756
|
+
};
|
|
1757
|
+
lastResult: () => {
|
|
1758
|
+
width: number;
|
|
1759
|
+
left: number;
|
|
1760
|
+
right: number;
|
|
1761
|
+
height: number;
|
|
1762
|
+
top: number;
|
|
1763
|
+
bottom: number;
|
|
1764
|
+
};
|
|
1765
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1766
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1767
|
+
}) => number) & {
|
|
1768
|
+
clearCache: () => void;
|
|
1769
|
+
resultsCount: () => number;
|
|
1770
|
+
resetResultsCount: () => void;
|
|
1771
|
+
} & {
|
|
1772
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1773
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1774
|
+
width: number;
|
|
1775
|
+
height: number;
|
|
1776
|
+
propsWidth: number | undefined;
|
|
1777
|
+
propsHeight: number | undefined;
|
|
1778
|
+
}) => number;
|
|
1779
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1780
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1781
|
+
width: number;
|
|
1782
|
+
height: number;
|
|
1783
|
+
propsWidth: number | undefined;
|
|
1784
|
+
propsHeight: number | undefined;
|
|
1785
|
+
}) => number) & {
|
|
1786
|
+
clearCache: () => void;
|
|
1787
|
+
resultsCount: () => number;
|
|
1788
|
+
resetResultsCount: () => void;
|
|
1789
|
+
};
|
|
1790
|
+
lastResult: () => number;
|
|
1791
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1792
|
+
recomputations: () => number;
|
|
1793
|
+
resetRecomputations: () => void;
|
|
1794
|
+
dependencyRecomputations: () => number;
|
|
1795
|
+
resetDependencyRecomputations: () => void;
|
|
1796
|
+
} & {
|
|
1797
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1798
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1799
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1800
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1801
|
+
}) => number) & {
|
|
1802
|
+
clearCache: () => void;
|
|
1803
|
+
resultsCount: () => number;
|
|
1804
|
+
resetResultsCount: () => void;
|
|
1805
|
+
} & {
|
|
1806
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1807
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1808
|
+
width: number;
|
|
1809
|
+
height: number;
|
|
1810
|
+
propsWidth: number | undefined;
|
|
1811
|
+
propsHeight: number | undefined;
|
|
1812
|
+
}) => number;
|
|
1813
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1814
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1815
|
+
width: number;
|
|
1816
|
+
height: number;
|
|
1817
|
+
propsWidth: number | undefined;
|
|
1818
|
+
propsHeight: number | undefined;
|
|
1819
|
+
}) => number) & {
|
|
1820
|
+
clearCache: () => void;
|
|
1821
|
+
resultsCount: () => number;
|
|
1822
|
+
resetResultsCount: () => void;
|
|
1823
|
+
};
|
|
1824
|
+
lastResult: () => number;
|
|
1825
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1826
|
+
recomputations: () => number;
|
|
1827
|
+
resetRecomputations: () => void;
|
|
1828
|
+
dependencyRecomputations: () => number;
|
|
1829
|
+
resetDependencyRecomputations: () => void;
|
|
1830
|
+
} & {
|
|
1831
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1832
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1833
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1834
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1835
|
+
}) => number) & {
|
|
1836
|
+
clearCache: () => void;
|
|
1837
|
+
resultsCount: () => number;
|
|
1838
|
+
resetResultsCount: () => void;
|
|
1839
|
+
} & {
|
|
1840
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1841
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1842
|
+
clearCache: () => void;
|
|
1843
|
+
resultsCount: () => number;
|
|
1844
|
+
resetResultsCount: () => void;
|
|
1845
|
+
};
|
|
1846
|
+
lastResult: () => number;
|
|
1847
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1848
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1849
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1850
|
+
clearCache: () => void;
|
|
1851
|
+
resultsCount: () => number;
|
|
1852
|
+
resetResultsCount: () => void;
|
|
1853
|
+
} & {
|
|
1854
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1855
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1856
|
+
width: number;
|
|
1857
|
+
height: number;
|
|
1858
|
+
propsWidth: number | undefined;
|
|
1859
|
+
propsHeight: number | undefined;
|
|
1860
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1861
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1862
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1863
|
+
width: number;
|
|
1864
|
+
height: number;
|
|
1865
|
+
propsWidth: number | undefined;
|
|
1866
|
+
propsHeight: number | undefined;
|
|
1867
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1868
|
+
clearCache: () => void;
|
|
964
1869
|
resultsCount: () => number;
|
|
965
1870
|
resetResultsCount: () => void;
|
|
966
1871
|
};
|
|
967
|
-
lastResult: () =>
|
|
968
|
-
|
|
969
|
-
|
|
1872
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1873
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1874
|
+
recomputations: () => number;
|
|
1875
|
+
resetRecomputations: () => void;
|
|
1876
|
+
dependencyRecomputations: () => number;
|
|
1877
|
+
resetDependencyRecomputations: () => void;
|
|
1878
|
+
} & {
|
|
1879
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1880
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1881
|
+
}];
|
|
1882
|
+
recomputations: () => number;
|
|
1883
|
+
resetRecomputations: () => void;
|
|
1884
|
+
dependencyRecomputations: () => number;
|
|
1885
|
+
resetDependencyRecomputations: () => void;
|
|
1886
|
+
} & {
|
|
1887
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1888
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1889
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1890
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1891
|
+
}) => number) & {
|
|
1892
|
+
clearCache: () => void;
|
|
1893
|
+
resultsCount: () => number;
|
|
1894
|
+
resetResultsCount: () => void;
|
|
1895
|
+
} & {
|
|
1896
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1897
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1898
|
+
clearCache: () => void;
|
|
1899
|
+
resultsCount: () => number;
|
|
1900
|
+
resetResultsCount: () => void;
|
|
1901
|
+
};
|
|
1902
|
+
lastResult: () => number;
|
|
1903
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1904
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1905
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1906
|
+
clearCache: () => void;
|
|
1907
|
+
resultsCount: () => number;
|
|
1908
|
+
resetResultsCount: () => void;
|
|
1909
|
+
} & {
|
|
1910
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1911
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1912
|
+
width: number;
|
|
1913
|
+
height: number;
|
|
1914
|
+
propsWidth: number | undefined;
|
|
1915
|
+
propsHeight: number | undefined;
|
|
1916
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1917
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1918
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1919
|
+
width: number;
|
|
1920
|
+
height: number;
|
|
1921
|
+
propsWidth: number | undefined;
|
|
1922
|
+
propsHeight: number | undefined;
|
|
1923
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1924
|
+
clearCache: () => void;
|
|
1925
|
+
resultsCount: () => number;
|
|
1926
|
+
resetResultsCount: () => void;
|
|
970
1927
|
};
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
1928
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1929
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1930
|
+
recomputations: () => number;
|
|
1931
|
+
resetRecomputations: () => void;
|
|
1932
|
+
dependencyRecomputations: () => number;
|
|
1933
|
+
resetDependencyRecomputations: () => void;
|
|
1934
|
+
} & {
|
|
1935
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1936
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1937
|
+
}];
|
|
1938
|
+
recomputations: () => number;
|
|
1939
|
+
resetRecomputations: () => void;
|
|
1940
|
+
dependencyRecomputations: () => number;
|
|
1941
|
+
resetDependencyRecomputations: () => void;
|
|
1942
|
+
} & {
|
|
1943
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1944
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1945
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1946
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1947
|
+
}) => number) & {
|
|
1948
|
+
clearCache: () => void;
|
|
1949
|
+
resultsCount: () => number;
|
|
1950
|
+
resetResultsCount: () => void;
|
|
1951
|
+
} & {
|
|
1952
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
1953
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
1954
|
+
clearCache: () => void;
|
|
1955
|
+
resultsCount: () => number;
|
|
1956
|
+
resetResultsCount: () => void;
|
|
1957
|
+
};
|
|
1958
|
+
lastResult: () => number;
|
|
1959
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1960
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1961
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1962
|
+
clearCache: () => void;
|
|
1963
|
+
resultsCount: () => number;
|
|
1964
|
+
resetResultsCount: () => void;
|
|
1965
|
+
} & {
|
|
1966
|
+
resultFunc: (resultFuncArgs_0: {
|
|
1967
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1968
|
+
width: number;
|
|
1969
|
+
height: number;
|
|
1970
|
+
propsWidth: number | undefined;
|
|
1971
|
+
propsHeight: number | undefined;
|
|
1972
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1973
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1974
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1975
|
+
width: number;
|
|
1976
|
+
height: number;
|
|
1977
|
+
propsWidth: number | undefined;
|
|
1978
|
+
propsHeight: number | undefined;
|
|
1979
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
974
1980
|
clearCache: () => void;
|
|
975
1981
|
resultsCount: () => number;
|
|
976
1982
|
resetResultsCount: () => void;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1983
|
+
};
|
|
1984
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
1985
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1986
|
+
recomputations: () => number;
|
|
1987
|
+
resetRecomputations: () => void;
|
|
1988
|
+
dependencyRecomputations: () => number;
|
|
1989
|
+
resetDependencyRecomputations: () => void;
|
|
1990
|
+
} & {
|
|
1991
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
1992
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1993
|
+
}];
|
|
1994
|
+
recomputations: () => number;
|
|
1995
|
+
resetRecomputations: () => void;
|
|
1996
|
+
dependencyRecomputations: () => number;
|
|
1997
|
+
resetDependencyRecomputations: () => void;
|
|
1998
|
+
} & {
|
|
1999
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
2000
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2001
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
2002
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2003
|
+
}) => number) & {
|
|
2004
|
+
clearCache: () => void;
|
|
2005
|
+
resultsCount: () => number;
|
|
2006
|
+
resetResultsCount: () => void;
|
|
2007
|
+
} & {
|
|
2008
|
+
resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
|
|
2009
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
|
|
2010
|
+
clearCache: () => void;
|
|
2011
|
+
resultsCount: () => number;
|
|
2012
|
+
resetResultsCount: () => void;
|
|
2013
|
+
};
|
|
2014
|
+
lastResult: () => number;
|
|
2015
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
2016
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2017
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
2018
|
+
clearCache: () => void;
|
|
2019
|
+
resultsCount: () => number;
|
|
2020
|
+
resetResultsCount: () => void;
|
|
2021
|
+
} & {
|
|
2022
|
+
resultFunc: (resultFuncArgs_0: {
|
|
2023
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
2024
|
+
width: number;
|
|
2025
|
+
height: number;
|
|
2026
|
+
propsWidth: number | undefined;
|
|
2027
|
+
propsHeight: number | undefined;
|
|
2028
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
2029
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2030
|
+
margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
2031
|
+
width: number;
|
|
2032
|
+
height: number;
|
|
2033
|
+
propsWidth: number | undefined;
|
|
2034
|
+
propsHeight: number | undefined;
|
|
2035
|
+
}) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
|
|
1027
2036
|
clearCache: () => void;
|
|
1028
2037
|
resultsCount: () => number;
|
|
1029
2038
|
resetResultsCount: () => void;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
clearCache: () => void;
|
|
1034
|
-
resultsCount: () => number;
|
|
1035
|
-
resetResultsCount: () => void;
|
|
1036
|
-
};
|
|
1037
|
-
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1038
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1039
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1040
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
1041
|
-
clearCache: () => void;
|
|
1042
|
-
resultsCount: () => number;
|
|
1043
|
-
resetResultsCount: () => void;
|
|
1044
|
-
} & {
|
|
1045
|
-
resultFunc: (resultFuncArgs_0: {
|
|
1046
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1047
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1048
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1049
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1050
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1051
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1052
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
1053
|
-
clearCache: () => void;
|
|
1054
|
-
resultsCount: () => number;
|
|
1055
|
-
resetResultsCount: () => void;
|
|
1056
|
-
};
|
|
1057
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1058
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1059
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1060
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1061
|
-
}];
|
|
1062
|
-
recomputations: () => number;
|
|
1063
|
-
resetRecomputations: () => void;
|
|
1064
|
-
dependencyRecomputations: () => number;
|
|
1065
|
-
resetDependencyRecomputations: () => void;
|
|
1066
|
-
} & {
|
|
1067
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
1068
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1069
|
-
}];
|
|
1070
|
-
recomputations: () => number;
|
|
1071
|
-
resetRecomputations: () => void;
|
|
1072
|
-
dependencyRecomputations: () => number;
|
|
1073
|
-
resetDependencyRecomputations: () => void;
|
|
1074
|
-
} & {
|
|
1075
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
1076
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1077
|
-
}];
|
|
2039
|
+
};
|
|
2040
|
+
lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
|
|
2041
|
+
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1078
2042
|
recomputations: () => number;
|
|
1079
2043
|
resetRecomputations: () => void;
|
|
1080
2044
|
dependencyRecomputations: () => number;
|
|
@@ -1082,27 +2046,52 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
1082
2046
|
} & {
|
|
1083
2047
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1084
2048
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1085
|
-
}
|
|
2049
|
+
}];
|
|
2050
|
+
recomputations: () => number;
|
|
2051
|
+
resetRecomputations: () => void;
|
|
2052
|
+
dependencyRecomputations: () => number;
|
|
2053
|
+
resetDependencyRecomputations: () => void;
|
|
2054
|
+
} & {
|
|
2055
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
2056
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2057
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2058
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2059
|
+
}) => number) & {
|
|
2060
|
+
clearCache: () => void;
|
|
2061
|
+
resultsCount: () => number;
|
|
2062
|
+
resetResultsCount: () => void;
|
|
2063
|
+
} & {
|
|
2064
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
|
|
2065
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
|
|
2066
|
+
clearCache: () => void;
|
|
2067
|
+
resultsCount: () => number;
|
|
2068
|
+
resetResultsCount: () => void;
|
|
2069
|
+
};
|
|
2070
|
+
lastResult: () => number;
|
|
2071
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1086
2072
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1087
|
-
}) => import("
|
|
2073
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1088
2074
|
clearCache: () => void;
|
|
1089
2075
|
resultsCount: () => number;
|
|
1090
2076
|
resetResultsCount: () => void;
|
|
1091
2077
|
} & {
|
|
1092
2078
|
resultFunc: (resultFuncArgs_0: {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
}) => import("
|
|
2079
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2080
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2081
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1096
2082
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
}) => import("
|
|
2083
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2084
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2085
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1100
2086
|
clearCache: () => void;
|
|
1101
2087
|
resultsCount: () => number;
|
|
1102
2088
|
resetResultsCount: () => void;
|
|
1103
2089
|
};
|
|
1104
|
-
lastResult: () => import("
|
|
1105
|
-
dependencies: [
|
|
2090
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2091
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2092
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2093
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2094
|
+
} | undefined];
|
|
1106
2095
|
recomputations: () => number;
|
|
1107
2096
|
resetRecomputations: () => void;
|
|
1108
2097
|
dependencyRecomputations: () => number;
|
|
@@ -1110,27 +2099,52 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
1110
2099
|
} & {
|
|
1111
2100
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1112
2101
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1113
|
-
}
|
|
2102
|
+
}];
|
|
2103
|
+
recomputations: () => number;
|
|
2104
|
+
resetRecomputations: () => void;
|
|
2105
|
+
dependencyRecomputations: () => number;
|
|
2106
|
+
resetDependencyRecomputations: () => void;
|
|
2107
|
+
} & {
|
|
2108
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
2109
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2110
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2111
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2112
|
+
}) => number) & {
|
|
2113
|
+
clearCache: () => void;
|
|
2114
|
+
resultsCount: () => number;
|
|
2115
|
+
resetResultsCount: () => void;
|
|
2116
|
+
} & {
|
|
2117
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
|
|
2118
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
|
|
2119
|
+
clearCache: () => void;
|
|
2120
|
+
resultsCount: () => number;
|
|
2121
|
+
resetResultsCount: () => void;
|
|
2122
|
+
};
|
|
2123
|
+
lastResult: () => number;
|
|
2124
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1114
2125
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1115
|
-
}) => import("../../..").
|
|
2126
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1116
2127
|
clearCache: () => void;
|
|
1117
2128
|
resultsCount: () => number;
|
|
1118
2129
|
resetResultsCount: () => void;
|
|
1119
2130
|
} & {
|
|
1120
2131
|
resultFunc: (resultFuncArgs_0: {
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
}) => import("../../..").
|
|
2132
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2133
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2134
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1124
2135
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
}) => import("../../..").
|
|
2136
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2137
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2138
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1128
2139
|
clearCache: () => void;
|
|
1129
2140
|
resultsCount: () => number;
|
|
1130
2141
|
resetResultsCount: () => void;
|
|
1131
2142
|
};
|
|
1132
|
-
lastResult: () => import("../../..").
|
|
1133
|
-
dependencies: [
|
|
2143
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2144
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2145
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2146
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2147
|
+
} | undefined];
|
|
1134
2148
|
recomputations: () => number;
|
|
1135
2149
|
resetRecomputations: () => void;
|
|
1136
2150
|
dependencyRecomputations: () => number;
|
|
@@ -1146,29 +2160,51 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
1146
2160
|
} & {
|
|
1147
2161
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1148
2162
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1149
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2163
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1150
2164
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1151
|
-
}) =>
|
|
2165
|
+
}) => number) & {
|
|
1152
2166
|
clearCache: () => void;
|
|
1153
2167
|
resultsCount: () => number;
|
|
1154
2168
|
resetResultsCount: () => void;
|
|
1155
2169
|
} & {
|
|
1156
|
-
resultFunc: (resultFuncArgs_0:
|
|
1157
|
-
|
|
1158
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1159
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
1160
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1161
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1162
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1163
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2170
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
|
|
2171
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
|
|
1164
2172
|
clearCache: () => void;
|
|
1165
2173
|
resultsCount: () => number;
|
|
1166
2174
|
resetResultsCount: () => void;
|
|
1167
2175
|
};
|
|
1168
|
-
lastResult: () =>
|
|
1169
|
-
dependencies: [(state:
|
|
1170
|
-
|
|
1171
|
-
|
|
2176
|
+
lastResult: () => number;
|
|
2177
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2178
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2179
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
2180
|
+
clearCache: () => void;
|
|
2181
|
+
resultsCount: () => number;
|
|
2182
|
+
resetResultsCount: () => void;
|
|
2183
|
+
} & {
|
|
2184
|
+
resultFunc: (resultFuncArgs_0: {
|
|
2185
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2186
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2187
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2188
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2189
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2190
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2191
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
2192
|
+
clearCache: () => void;
|
|
2193
|
+
resultsCount: () => number;
|
|
2194
|
+
resetResultsCount: () => void;
|
|
2195
|
+
};
|
|
2196
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2197
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2198
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2199
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2200
|
+
} | undefined];
|
|
2201
|
+
recomputations: () => number;
|
|
2202
|
+
resetRecomputations: () => void;
|
|
2203
|
+
dependencyRecomputations: () => number;
|
|
2204
|
+
resetDependencyRecomputations: () => void;
|
|
2205
|
+
} & {
|
|
2206
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
2207
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1172
2208
|
}];
|
|
1173
2209
|
recomputations: () => number;
|
|
1174
2210
|
resetRecomputations: () => void;
|
|
@@ -1177,29 +2213,51 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
1177
2213
|
} & {
|
|
1178
2214
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1179
2215
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1180
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2216
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1181
2217
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1182
|
-
}) =>
|
|
2218
|
+
}) => number) & {
|
|
1183
2219
|
clearCache: () => void;
|
|
1184
2220
|
resultsCount: () => number;
|
|
1185
2221
|
resetResultsCount: () => void;
|
|
1186
2222
|
} & {
|
|
1187
|
-
resultFunc: (resultFuncArgs_0:
|
|
1188
|
-
|
|
1189
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1190
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1191
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1192
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1193
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1194
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2223
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
|
|
2224
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
|
|
1195
2225
|
clearCache: () => void;
|
|
1196
2226
|
resultsCount: () => number;
|
|
1197
2227
|
resetResultsCount: () => void;
|
|
1198
2228
|
};
|
|
1199
|
-
lastResult: () =>
|
|
1200
|
-
dependencies: [(state:
|
|
1201
|
-
|
|
1202
|
-
|
|
2229
|
+
lastResult: () => number;
|
|
2230
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2231
|
+
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2232
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2233
|
+
clearCache: () => void;
|
|
2234
|
+
resultsCount: () => number;
|
|
2235
|
+
resetResultsCount: () => void;
|
|
2236
|
+
} & {
|
|
2237
|
+
resultFunc: (resultFuncArgs_0: {
|
|
2238
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2239
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2240
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2241
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2242
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2243
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2244
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2245
|
+
clearCache: () => void;
|
|
2246
|
+
resultsCount: () => number;
|
|
2247
|
+
resetResultsCount: () => void;
|
|
2248
|
+
};
|
|
2249
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2250
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2251
|
+
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2252
|
+
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2253
|
+
} | undefined];
|
|
2254
|
+
recomputations: () => number;
|
|
2255
|
+
resetRecomputations: () => void;
|
|
2256
|
+
dependencyRecomputations: () => number;
|
|
2257
|
+
resetDependencyRecomputations: () => void;
|
|
2258
|
+
} & {
|
|
2259
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
2260
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1203
2261
|
}];
|
|
1204
2262
|
recomputations: () => number;
|
|
1205
2263
|
resetRecomputations: () => void;
|
|
@@ -1216,160 +2274,6 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
|
|
|
1216
2274
|
} & {
|
|
1217
2275
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1218
2276
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1219
|
-
}];
|
|
1220
|
-
recomputations: () => number;
|
|
1221
|
-
resetRecomputations: () => void;
|
|
1222
|
-
dependencyRecomputations: () => number;
|
|
1223
|
-
resetDependencyRecomputations: () => void;
|
|
1224
|
-
} & {
|
|
1225
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
1226
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1227
|
-
};
|
|
1228
|
-
export declare const selectorChartYAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1229
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1230
|
-
}) => {
|
|
1231
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1232
|
-
axisIds: string[];
|
|
1233
|
-
}) & {
|
|
1234
|
-
clearCache: () => void;
|
|
1235
|
-
resultsCount: () => number;
|
|
1236
|
-
resetResultsCount: () => void;
|
|
1237
|
-
} & {
|
|
1238
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[], resultFuncArgs_1: {
|
|
1239
|
-
width: number;
|
|
1240
|
-
left: number;
|
|
1241
|
-
right: number;
|
|
1242
|
-
height: number;
|
|
1243
|
-
top: number;
|
|
1244
|
-
bottom: number;
|
|
1245
|
-
}, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
|
|
1246
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1247
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1248
|
-
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
1249
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1250
|
-
axisIds: string[];
|
|
1251
|
-
};
|
|
1252
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[], resultFuncArgs_1: {
|
|
1253
|
-
width: number;
|
|
1254
|
-
left: number;
|
|
1255
|
-
right: number;
|
|
1256
|
-
height: number;
|
|
1257
|
-
top: number;
|
|
1258
|
-
bottom: number;
|
|
1259
|
-
}, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
|
|
1260
|
-
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1261
|
-
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1262
|
-
}, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => {
|
|
1263
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1264
|
-
axisIds: string[];
|
|
1265
|
-
}) & {
|
|
1266
|
-
clearCache: () => void;
|
|
1267
|
-
resultsCount: () => number;
|
|
1268
|
-
resetResultsCount: () => void;
|
|
1269
|
-
};
|
|
1270
|
-
lastResult: () => {
|
|
1271
|
-
axis: import("./useChartCartesianAxis.types").DefaultizedAxisConfig<import("../../..").ChartsYAxisProps>;
|
|
1272
|
-
axisIds: string[];
|
|
1273
|
-
};
|
|
1274
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1275
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1276
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
1277
|
-
clearCache: () => void;
|
|
1278
|
-
resultsCount: () => number;
|
|
1279
|
-
resetResultsCount: () => void;
|
|
1280
|
-
} & {
|
|
1281
|
-
resultFunc: (resultFuncArgs_0: {
|
|
1282
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1283
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1284
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1285
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1286
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1287
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1288
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
1289
|
-
clearCache: () => void;
|
|
1290
|
-
resultsCount: () => number;
|
|
1291
|
-
resetResultsCount: () => void;
|
|
1292
|
-
};
|
|
1293
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1294
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1295
|
-
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1296
|
-
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1297
|
-
}];
|
|
1298
|
-
recomputations: () => number;
|
|
1299
|
-
resetRecomputations: () => void;
|
|
1300
|
-
dependencyRecomputations: () => number;
|
|
1301
|
-
resetDependencyRecomputations: () => void;
|
|
1302
|
-
} & {
|
|
1303
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
1304
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1305
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1306
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1307
|
-
}) => {
|
|
1308
|
-
width: number;
|
|
1309
|
-
left: number;
|
|
1310
|
-
right: number;
|
|
1311
|
-
height: number;
|
|
1312
|
-
top: number;
|
|
1313
|
-
bottom: number;
|
|
1314
|
-
}) & {
|
|
1315
|
-
clearCache: () => void;
|
|
1316
|
-
resultsCount: () => number;
|
|
1317
|
-
resetResultsCount: () => void;
|
|
1318
|
-
} & {
|
|
1319
|
-
resultFunc: (resultFuncArgs_0: {
|
|
1320
|
-
left: number;
|
|
1321
|
-
top: number;
|
|
1322
|
-
bottom: number;
|
|
1323
|
-
right: number;
|
|
1324
|
-
width: number;
|
|
1325
|
-
height: number;
|
|
1326
|
-
propsWidth: number | undefined;
|
|
1327
|
-
propsHeight: number | undefined;
|
|
1328
|
-
}) => {
|
|
1329
|
-
width: number;
|
|
1330
|
-
left: number;
|
|
1331
|
-
right: number;
|
|
1332
|
-
height: number;
|
|
1333
|
-
top: number;
|
|
1334
|
-
bottom: number;
|
|
1335
|
-
};
|
|
1336
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1337
|
-
left: number;
|
|
1338
|
-
top: number;
|
|
1339
|
-
bottom: number;
|
|
1340
|
-
right: number;
|
|
1341
|
-
width: number;
|
|
1342
|
-
height: number;
|
|
1343
|
-
propsWidth: number | undefined;
|
|
1344
|
-
propsHeight: number | undefined;
|
|
1345
|
-
}) => {
|
|
1346
|
-
width: number;
|
|
1347
|
-
left: number;
|
|
1348
|
-
right: number;
|
|
1349
|
-
height: number;
|
|
1350
|
-
top: number;
|
|
1351
|
-
bottom: number;
|
|
1352
|
-
}) & {
|
|
1353
|
-
clearCache: () => void;
|
|
1354
|
-
resultsCount: () => number;
|
|
1355
|
-
resetResultsCount: () => void;
|
|
1356
|
-
};
|
|
1357
|
-
lastResult: () => {
|
|
1358
|
-
width: number;
|
|
1359
|
-
left: number;
|
|
1360
|
-
right: number;
|
|
1361
|
-
height: number;
|
|
1362
|
-
top: number;
|
|
1363
|
-
bottom: number;
|
|
1364
|
-
};
|
|
1365
|
-
dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
|
|
1366
|
-
recomputations: () => number;
|
|
1367
|
-
resetRecomputations: () => void;
|
|
1368
|
-
dependencyRecomputations: () => number;
|
|
1369
|
-
resetDependencyRecomputations: () => void;
|
|
1370
|
-
} & {
|
|
1371
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
1372
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1373
2277
|
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<{}> & {
|
|
1374
2278
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1375
2279
|
}) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
|
|
@@ -1435,11 +2339,11 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1435
2339
|
} & {
|
|
1436
2340
|
resultFunc: (resultFuncArgs_0: {
|
|
1437
2341
|
isInteracting: boolean;
|
|
1438
|
-
zoomData: ZoomData[];
|
|
2342
|
+
zoomData: readonly ZoomData[];
|
|
1439
2343
|
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
1440
2344
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1441
2345
|
isInteracting: boolean;
|
|
1442
|
-
zoomData: ZoomData[];
|
|
2346
|
+
zoomData: readonly ZoomData[];
|
|
1443
2347
|
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
1444
2348
|
clearCache: () => void;
|
|
1445
2349
|
resultsCount: () => number;
|
|
@@ -1448,7 +2352,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1448
2352
|
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
1449
2353
|
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1450
2354
|
isInteracting: boolean;
|
|
1451
|
-
zoomData: ZoomData[];
|
|
2355
|
+
zoomData: readonly ZoomData[];
|
|
1452
2356
|
} | undefined];
|
|
1453
2357
|
recomputations: () => number;
|
|
1454
2358
|
resetRecomputations: () => void;
|
|
@@ -1457,7 +2361,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1457
2361
|
} & {
|
|
1458
2362
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1459
2363
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1460
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2364
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1461
2365
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1462
2366
|
}) => {
|
|
1463
2367
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
@@ -1483,23 +2387,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1483
2387
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1484
2388
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1485
2389
|
};
|
|
1486
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2390
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1487
2391
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1488
2392
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1489
2393
|
clearCache: () => void;
|
|
1490
2394
|
resultsCount: () => number;
|
|
1491
2395
|
resetResultsCount: () => void;
|
|
1492
2396
|
} & {
|
|
1493
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1494
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2397
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2398
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1495
2399
|
clearCache: () => void;
|
|
1496
2400
|
resultsCount: () => number;
|
|
1497
2401
|
resetResultsCount: () => void;
|
|
1498
2402
|
};
|
|
1499
2403
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1500
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2404
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1501
2405
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1502
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2406
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1503
2407
|
clearCache: () => void;
|
|
1504
2408
|
resultsCount: () => number;
|
|
1505
2409
|
resetResultsCount: () => void;
|
|
@@ -1507,20 +2411,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1507
2411
|
resultFunc: (resultFuncArgs_0: {
|
|
1508
2412
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1509
2413
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1510
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
2414
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1511
2415
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1512
2416
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1513
2417
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1514
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2418
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1515
2419
|
clearCache: () => void;
|
|
1516
2420
|
resultsCount: () => number;
|
|
1517
2421
|
resetResultsCount: () => void;
|
|
1518
2422
|
};
|
|
1519
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
1520
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2423
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2424
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1521
2425
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1522
2426
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1523
|
-
}];
|
|
2427
|
+
} | undefined];
|
|
1524
2428
|
recomputations: () => number;
|
|
1525
2429
|
resetRecomputations: () => void;
|
|
1526
2430
|
dependencyRecomputations: () => number;
|
|
@@ -1536,23 +2440,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1536
2440
|
} & {
|
|
1537
2441
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1538
2442
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1539
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2443
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1540
2444
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1541
2445
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1542
2446
|
clearCache: () => void;
|
|
1543
2447
|
resultsCount: () => number;
|
|
1544
2448
|
resetResultsCount: () => void;
|
|
1545
2449
|
} & {
|
|
1546
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1547
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2450
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2451
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1548
2452
|
clearCache: () => void;
|
|
1549
2453
|
resultsCount: () => number;
|
|
1550
2454
|
resetResultsCount: () => void;
|
|
1551
2455
|
};
|
|
1552
2456
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1553
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2457
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1554
2458
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1555
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2459
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1556
2460
|
clearCache: () => void;
|
|
1557
2461
|
resultsCount: () => number;
|
|
1558
2462
|
resetResultsCount: () => void;
|
|
@@ -1560,20 +2464,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1560
2464
|
resultFunc: (resultFuncArgs_0: {
|
|
1561
2465
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1562
2466
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1563
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
2467
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1564
2468
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1565
2469
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1566
2470
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1567
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2471
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1568
2472
|
clearCache: () => void;
|
|
1569
2473
|
resultsCount: () => number;
|
|
1570
2474
|
resetResultsCount: () => void;
|
|
1571
2475
|
};
|
|
1572
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1573
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2476
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2477
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1574
2478
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1575
2479
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1576
|
-
}];
|
|
2480
|
+
} | undefined];
|
|
1577
2481
|
recomputations: () => number;
|
|
1578
2482
|
resetRecomputations: () => void;
|
|
1579
2483
|
dependencyRecomputations: () => number;
|
|
@@ -1599,13 +2503,13 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1599
2503
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1600
2504
|
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1601
2505
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1602
|
-
}) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
2506
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
1603
2507
|
clearCache: () => void;
|
|
1604
2508
|
resultsCount: () => number;
|
|
1605
2509
|
resetResultsCount: () => void;
|
|
1606
2510
|
} & {
|
|
1607
|
-
resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
1608
|
-
memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2511
|
+
resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
2512
|
+
memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
|
|
1609
2513
|
clearCache: () => void;
|
|
1610
2514
|
resultsCount: () => number;
|
|
1611
2515
|
resetResultsCount: () => void;
|
|
@@ -1613,7 +2517,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1613
2517
|
lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
|
|
1614
2518
|
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1615
2519
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1616
|
-
}) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2520
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1617
2521
|
clearCache: () => void;
|
|
1618
2522
|
resultsCount: () => number;
|
|
1619
2523
|
resetResultsCount: () => void;
|
|
@@ -1621,16 +2525,16 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1621
2525
|
resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1622
2526
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1623
2527
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1624
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2528
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1625
2529
|
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1626
2530
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1627
2531
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1628
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2532
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1629
2533
|
clearCache: () => void;
|
|
1630
2534
|
resultsCount: () => number;
|
|
1631
2535
|
resetResultsCount: () => void;
|
|
1632
2536
|
};
|
|
1633
|
-
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2537
|
+
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1634
2538
|
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1635
2539
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1636
2540
|
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
@@ -1640,11 +2544,11 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1640
2544
|
} & {
|
|
1641
2545
|
resultFunc: (resultFuncArgs_0: {
|
|
1642
2546
|
isInteracting: boolean;
|
|
1643
|
-
zoomData: ZoomData[];
|
|
2547
|
+
zoomData: readonly ZoomData[];
|
|
1644
2548
|
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
1645
2549
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1646
2550
|
isInteracting: boolean;
|
|
1647
|
-
zoomData: ZoomData[];
|
|
2551
|
+
zoomData: readonly ZoomData[];
|
|
1648
2552
|
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
1649
2553
|
clearCache: () => void;
|
|
1650
2554
|
resultsCount: () => number;
|
|
@@ -1653,7 +2557,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1653
2557
|
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
1654
2558
|
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1655
2559
|
isInteracting: boolean;
|
|
1656
|
-
zoomData: ZoomData[];
|
|
2560
|
+
zoomData: readonly ZoomData[];
|
|
1657
2561
|
} | undefined];
|
|
1658
2562
|
recomputations: () => number;
|
|
1659
2563
|
resetRecomputations: () => void;
|
|
@@ -1662,7 +2566,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1662
2566
|
} & {
|
|
1663
2567
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1664
2568
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1665
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2569
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1666
2570
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1667
2571
|
}) => {
|
|
1668
2572
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
@@ -1688,23 +2592,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1688
2592
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1689
2593
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1690
2594
|
};
|
|
1691
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2595
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1692
2596
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1693
2597
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1694
2598
|
clearCache: () => void;
|
|
1695
2599
|
resultsCount: () => number;
|
|
1696
2600
|
resetResultsCount: () => void;
|
|
1697
2601
|
} & {
|
|
1698
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1699
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2602
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2603
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1700
2604
|
clearCache: () => void;
|
|
1701
2605
|
resultsCount: () => number;
|
|
1702
2606
|
resetResultsCount: () => void;
|
|
1703
2607
|
};
|
|
1704
2608
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1705
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2609
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1706
2610
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1707
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2611
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1708
2612
|
clearCache: () => void;
|
|
1709
2613
|
resultsCount: () => number;
|
|
1710
2614
|
resetResultsCount: () => void;
|
|
@@ -1712,20 +2616,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1712
2616
|
resultFunc: (resultFuncArgs_0: {
|
|
1713
2617
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1714
2618
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1715
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
2619
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1716
2620
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1717
2621
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1718
2622
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1719
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2623
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1720
2624
|
clearCache: () => void;
|
|
1721
2625
|
resultsCount: () => number;
|
|
1722
2626
|
resetResultsCount: () => void;
|
|
1723
2627
|
};
|
|
1724
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
1725
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2628
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2629
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1726
2630
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1727
2631
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1728
|
-
}];
|
|
2632
|
+
} | undefined];
|
|
1729
2633
|
recomputations: () => number;
|
|
1730
2634
|
resetRecomputations: () => void;
|
|
1731
2635
|
dependencyRecomputations: () => number;
|
|
@@ -1741,23 +2645,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1741
2645
|
} & {
|
|
1742
2646
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1743
2647
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1744
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2648
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1745
2649
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1746
2650
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1747
2651
|
clearCache: () => void;
|
|
1748
2652
|
resultsCount: () => number;
|
|
1749
2653
|
resetResultsCount: () => void;
|
|
1750
2654
|
} & {
|
|
1751
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1752
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2655
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2656
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1753
2657
|
clearCache: () => void;
|
|
1754
2658
|
resultsCount: () => number;
|
|
1755
2659
|
resetResultsCount: () => void;
|
|
1756
2660
|
};
|
|
1757
2661
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1758
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2662
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1759
2663
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1760
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2664
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1761
2665
|
clearCache: () => void;
|
|
1762
2666
|
resultsCount: () => number;
|
|
1763
2667
|
resetResultsCount: () => void;
|
|
@@ -1765,20 +2669,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1765
2669
|
resultFunc: (resultFuncArgs_0: {
|
|
1766
2670
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1767
2671
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1768
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
2672
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
1769
2673
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1770
2674
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1771
2675
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1772
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2676
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
1773
2677
|
clearCache: () => void;
|
|
1774
2678
|
resultsCount: () => number;
|
|
1775
2679
|
resetResultsCount: () => void;
|
|
1776
2680
|
};
|
|
1777
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
1778
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2681
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2682
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1779
2683
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1780
2684
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1781
|
-
}];
|
|
2685
|
+
} | undefined];
|
|
1782
2686
|
recomputations: () => number;
|
|
1783
2687
|
resetRecomputations: () => void;
|
|
1784
2688
|
dependencyRecomputations: () => number;
|
|
@@ -1868,7 +2772,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1868
2772
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1869
2773
|
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1870
2774
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1871
|
-
}) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2775
|
+
} & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1872
2776
|
clearCache: () => void;
|
|
1873
2777
|
resultsCount: () => number;
|
|
1874
2778
|
resetResultsCount: () => void;
|
|
@@ -1876,16 +2780,16 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1876
2780
|
resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1877
2781
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1878
2782
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1879
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2783
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1880
2784
|
memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
|
|
1881
2785
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1882
2786
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1883
|
-
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2787
|
+
}, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
|
|
1884
2788
|
clearCache: () => void;
|
|
1885
2789
|
resultsCount: () => number;
|
|
1886
2790
|
resetResultsCount: () => void;
|
|
1887
2791
|
};
|
|
1888
|
-
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("
|
|
2792
|
+
lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
|
|
1889
2793
|
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState & Partial<{}> & {
|
|
1890
2794
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1891
2795
|
}) => Map<AxisId, ZoomData> | undefined) & {
|
|
@@ -1895,11 +2799,11 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1895
2799
|
} & {
|
|
1896
2800
|
resultFunc: (resultFuncArgs_0: {
|
|
1897
2801
|
isInteracting: boolean;
|
|
1898
|
-
zoomData: ZoomData[];
|
|
2802
|
+
zoomData: readonly ZoomData[];
|
|
1899
2803
|
} | undefined) => Map<AxisId, ZoomData> | undefined;
|
|
1900
2804
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1901
2805
|
isInteracting: boolean;
|
|
1902
|
-
zoomData: ZoomData[];
|
|
2806
|
+
zoomData: readonly ZoomData[];
|
|
1903
2807
|
} | undefined) => Map<AxisId, ZoomData> | undefined) & {
|
|
1904
2808
|
clearCache: () => void;
|
|
1905
2809
|
resultsCount: () => number;
|
|
@@ -1908,7 +2812,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1908
2812
|
lastResult: () => Map<AxisId, ZoomData> | undefined;
|
|
1909
2813
|
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
1910
2814
|
isInteracting: boolean;
|
|
1911
|
-
zoomData: ZoomData[];
|
|
2815
|
+
zoomData: readonly ZoomData[];
|
|
1912
2816
|
} | undefined];
|
|
1913
2817
|
recomputations: () => number;
|
|
1914
2818
|
resetRecomputations: () => void;
|
|
@@ -1917,7 +2821,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1917
2821
|
} & {
|
|
1918
2822
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1919
2823
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1920
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2824
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1921
2825
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1922
2826
|
}) => {
|
|
1923
2827
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
@@ -1943,23 +2847,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1943
2847
|
[x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1944
2848
|
[x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
|
|
1945
2849
|
};
|
|
1946
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2850
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1947
2851
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1948
2852
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1949
2853
|
clearCache: () => void;
|
|
1950
2854
|
resultsCount: () => number;
|
|
1951
2855
|
resetResultsCount: () => void;
|
|
1952
2856
|
} & {
|
|
1953
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1954
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2857
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2858
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
1955
2859
|
clearCache: () => void;
|
|
1956
2860
|
resultsCount: () => number;
|
|
1957
2861
|
resetResultsCount: () => void;
|
|
1958
2862
|
};
|
|
1959
2863
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
1960
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2864
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
1961
2865
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
1962
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2866
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1963
2867
|
clearCache: () => void;
|
|
1964
2868
|
resultsCount: () => number;
|
|
1965
2869
|
resetResultsCount: () => void;
|
|
@@ -1967,20 +2871,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1967
2871
|
resultFunc: (resultFuncArgs_0: {
|
|
1968
2872
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1969
2873
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1970
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
2874
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
1971
2875
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1972
2876
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1973
2877
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1974
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
2878
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
1975
2879
|
clearCache: () => void;
|
|
1976
2880
|
resultsCount: () => number;
|
|
1977
2881
|
resetResultsCount: () => void;
|
|
1978
2882
|
};
|
|
1979
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
1980
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2883
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2884
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
1981
2885
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
1982
2886
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
1983
|
-
}];
|
|
2887
|
+
} | undefined];
|
|
1984
2888
|
recomputations: () => number;
|
|
1985
2889
|
resetRecomputations: () => void;
|
|
1986
2890
|
dependencyRecomputations: () => number;
|
|
@@ -1996,23 +2900,23 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
1996
2900
|
} & {
|
|
1997
2901
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1998
2902
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
1999
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2903
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2000
2904
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2001
2905
|
}) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2002
2906
|
clearCache: () => void;
|
|
2003
2907
|
resultsCount: () => number;
|
|
2004
2908
|
resetResultsCount: () => void;
|
|
2005
2909
|
} & {
|
|
2006
|
-
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2007
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2910
|
+
resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2911
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
|
|
2008
2912
|
clearCache: () => void;
|
|
2009
2913
|
resultsCount: () => number;
|
|
2010
2914
|
resetResultsCount: () => void;
|
|
2011
2915
|
};
|
|
2012
2916
|
lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
|
|
2013
|
-
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
2917
|
+
dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2014
2918
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2015
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2919
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2016
2920
|
clearCache: () => void;
|
|
2017
2921
|
resultsCount: () => number;
|
|
2018
2922
|
resetResultsCount: () => void;
|
|
@@ -2020,20 +2924,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
2020
2924
|
resultFunc: (resultFuncArgs_0: {
|
|
2021
2925
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2022
2926
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2023
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
2927
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2024
2928
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2025
2929
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2026
2930
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2027
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
2931
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2028
2932
|
clearCache: () => void;
|
|
2029
2933
|
resultsCount: () => number;
|
|
2030
2934
|
resetResultsCount: () => void;
|
|
2031
2935
|
};
|
|
2032
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
2033
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
2936
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2937
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2034
2938
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2035
2939
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2036
|
-
}];
|
|
2940
|
+
} | undefined];
|
|
2037
2941
|
recomputations: () => number;
|
|
2038
2942
|
resetRecomputations: () => void;
|
|
2039
2943
|
dependencyRecomputations: () => number;
|
|
@@ -2121,9 +3025,9 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
2121
3025
|
} & {
|
|
2122
3026
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
2123
3027
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2124
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
3028
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2125
3029
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2126
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
3030
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
2127
3031
|
clearCache: () => void;
|
|
2128
3032
|
resultsCount: () => number;
|
|
2129
3033
|
resetResultsCount: () => void;
|
|
@@ -2131,20 +3035,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
2131
3035
|
resultFunc: (resultFuncArgs_0: {
|
|
2132
3036
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2133
3037
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2134
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
3038
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
2135
3039
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2136
3040
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2137
3041
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2138
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[]) & {
|
|
3042
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
|
|
2139
3043
|
clearCache: () => void;
|
|
2140
3044
|
resultsCount: () => number;
|
|
2141
3045
|
resetResultsCount: () => void;
|
|
2142
3046
|
};
|
|
2143
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[];
|
|
2144
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
3047
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
|
|
3048
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2145
3049
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2146
3050
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2147
|
-
}];
|
|
3051
|
+
} | undefined];
|
|
2148
3052
|
recomputations: () => number;
|
|
2149
3053
|
resetRecomputations: () => void;
|
|
2150
3054
|
dependencyRecomputations: () => number;
|
|
@@ -2152,9 +3056,9 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
2152
3056
|
} & {
|
|
2153
3057
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
2154
3058
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2155
|
-
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("./useChartCartesianAxis.types").UseChartCartesianAxisState
|
|
3059
|
+
}, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState> & {
|
|
2156
3060
|
cacheKey: import("../../models").ChartStateCacheKey;
|
|
2157
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
3061
|
+
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2158
3062
|
clearCache: () => void;
|
|
2159
3063
|
resultsCount: () => number;
|
|
2160
3064
|
resetResultsCount: () => void;
|
|
@@ -2162,20 +3066,20 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
|
|
|
2162
3066
|
resultFunc: (resultFuncArgs_0: {
|
|
2163
3067
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2164
3068
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2165
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
3069
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
2166
3070
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2167
3071
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2168
3072
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2169
|
-
}) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[]) & {
|
|
3073
|
+
} | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
|
|
2170
3074
|
clearCache: () => void;
|
|
2171
3075
|
resultsCount: () => number;
|
|
2172
3076
|
resetResultsCount: () => void;
|
|
2173
3077
|
};
|
|
2174
|
-
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[];
|
|
2175
|
-
dependencies: [(state: ChartState<[UseChartCartesianAxisSignature]>) => {
|
|
3078
|
+
lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
|
|
3079
|
+
dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
|
|
2176
3080
|
x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
|
|
2177
3081
|
y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
|
|
2178
|
-
}];
|
|
3082
|
+
} | undefined];
|
|
2179
3083
|
recomputations: () => number;
|
|
2180
3084
|
resetRecomputations: () => void;
|
|
2181
3085
|
dependencyRecomputations: () => number;
|