@mui/x-charts 8.20.0 → 8.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BarChart/AnimatedBarElement.d.ts +2 -2
- package/BarChart/BarChart.d.ts +15 -15
- package/BarChart/BarChart.js +40 -1
- package/BarChart/BarChart.plugins.d.ts +9 -8
- package/BarChart/BarChart.plugins.js +2 -1
- package/BarChart/BarElement.d.ts +3 -3
- package/BarChart/BarElement.js +1 -2
- package/BarChart/BarLabel/BarLabel.d.ts +1 -1
- package/BarChart/BarLabel/BarLabel.js +12 -8
- package/BarChart/BarLabel/BarLabel.types.d.ts +5 -4
- package/BarChart/BarLabel/BarLabelItem.d.ts +8 -7
- package/BarChart/BarLabel/BarLabelPlot.d.ts +26 -7
- package/BarChart/BarLabel/BarLabelPlot.js +10 -9
- package/BarChart/BarLabel/getBarLabel.d.ts +7 -6
- package/BarChart/BarLabel/getBarLabel.js +3 -4
- package/BarChart/BarPlot.d.ts +4 -4
- package/BarChart/BarPlot.js +8 -4
- package/BarChart/FocusedBar.d.ts +2 -0
- package/BarChart/FocusedBar.js +68 -0
- package/BarChart/barElementClasses.d.ts +1 -1
- package/BarChart/checkBarChartScaleErrors.d.ts +7 -0
- package/BarChart/{checkScaleErrors.js → checkBarChartScaleErrors.js} +6 -7
- package/BarChart/index.d.ts +1 -0
- package/BarChart/index.js +12 -0
- package/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
- package/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +5 -3
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.js +3 -4
- package/BarChart/seriesConfig/bar/legend.d.ts +1 -1
- package/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
- package/BarChart/seriesConfig/bar/tooltipPosition.js +2 -2
- package/BarChart/seriesConfig/index.d.ts +1 -1
- package/BarChart/seriesConfig/index.js +2 -2
- package/BarChart/types.d.ts +6 -3
- package/BarChart/useBarChartProps.d.ts +9 -9
- package/BarChart/useBarPlotData.d.ts +5 -20
- package/BarChart/useBarPlotData.js +17 -89
- package/CHANGELOG.md +248 -0
- package/ChartContainer/ChartContainer.d.ts +5 -5
- package/ChartContainer/ChartContainer.js +58 -0
- package/ChartContainer/useChartContainerProps.d.ts +6 -6
- package/ChartDataProvider/ChartDataProvider.d.ts +6 -6
- package/ChartDataProvider/useChartDataProviderProps.d.ts +5 -5
- package/ChartsAxis/ChartsAxis.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +1 -1
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +2 -2
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +2 -2
- package/ChartsGrid/ChartsGrid.d.ts +1 -1
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/ChartsGrid/ChartsHorizontalGrid.js +5 -2
- package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/ChartsGrid/ChartsVerticalGrid.js +5 -2
- package/ChartsLabel/ChartsLabel.d.ts +2 -2
- package/ChartsLabel/ChartsLabelGradient.d.ts +2 -2
- package/ChartsLabel/ChartsLabelMark.d.ts +2 -2
- package/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/ChartsLegend/ContinuousColorLegend.d.ts +6 -6
- package/ChartsLegend/PiecewiseColorLegend.d.ts +8 -8
- package/ChartsLegend/chartsLegend.types.d.ts +3 -3
- package/ChartsLegend/colorLegend.types.d.ts +1 -1
- package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/ChartsLegend/legend.types.d.ts +1 -1
- package/ChartsLegend/legendContext.types.d.ts +3 -3
- package/ChartsLegend/onClickContextBuilder.d.ts +1 -1
- package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +1 -1
- package/ChartsLegend/useAxis.d.ts +3 -3
- package/ChartsOverlay/ChartsOverlay.d.ts +2 -2
- package/ChartsReferenceLine/ChartsReferenceLine.d.ts +3 -3
- package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +2 -2
- package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +2 -2
- package/ChartsReferenceLine/common.d.ts +3 -3
- package/ChartsSurface/ChartsSurface.d.ts +1 -1
- package/ChartsSurface/ChartsSurface.js +1 -13
- package/ChartsText/ChartsText.d.ts +1 -1
- package/ChartsText/defaultTextPlacement.d.ts +1 -1
- package/ChartsTooltip/ChartTooltip.types.d.ts +1 -1
- package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +2 -2
- package/ChartsTooltip/ChartsItemTooltipContent.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltip.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltipContainer.d.ts +3 -3
- package/ChartsTooltip/ChartsTooltipContainer.js +4 -2
- package/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/ChartsTooltip/useAxesTooltip.d.ts +1 -1
- package/ChartsTooltip/useAxisTooltip.d.ts +4 -4
- package/ChartsTooltip/useItemTooltip.d.ts +2 -2
- package/ChartsTooltip/useItemTooltip.js +2 -2
- package/ChartsWrapper/ChartsWrapper.d.ts +3 -3
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -1
- package/ChartsXAxis/ChartsSingleXAxisTicks.d.ts +3 -1
- package/ChartsXAxis/ChartsSingleXAxisTicks.js +6 -2
- package/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/ChartsXAxis/ChartsXAxisImpl.d.ts +2 -2
- package/ChartsXAxis/ChartsXAxisImpl.js +9 -3
- package/ChartsXAxis/getVisibleLabels.d.ts +2 -2
- package/ChartsXAxis/shortenLabels.d.ts +3 -3
- package/ChartsXAxis/useAxisTicksProps.d.ts +218 -119
- package/ChartsXAxis/useAxisTicksProps.js +2 -0
- package/ChartsXAxis/utilities.d.ts +1 -1
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -1
- package/ChartsYAxis/ChartsSingleYAxisTicks.d.ts +3 -1
- package/ChartsYAxis/ChartsSingleYAxisTicks.js +6 -2
- package/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/ChartsYAxis/ChartsYAxisImpl.d.ts +2 -2
- package/ChartsYAxis/ChartsYAxisImpl.js +9 -3
- package/ChartsYAxis/shortenLabels.d.ts +3 -3
- package/ChartsYAxis/useAxisTicksProps.d.ts +218 -119
- package/ChartsYAxis/useAxisTicksProps.js +2 -0
- package/ChartsYAxis/utilities.d.ts +1 -1
- package/Gauge/Gauge.d.ts +3 -3
- package/Gauge/GaugeContainer.d.ts +4 -4
- package/Gauge/GaugeValueText.d.ts +1 -1
- package/LineChart/AppearingMask.d.ts +1 -1
- package/LineChart/AreaElement.d.ts +3 -3
- package/LineChart/AreaPlot.d.ts +2 -2
- package/LineChart/AreaPlot.js +4 -1
- package/LineChart/CircleMarkElement.d.ts +1 -1
- package/LineChart/CircleMarkElement.js +1 -1
- package/LineChart/FocusedLineMark.d.ts +1 -0
- package/LineChart/{FocusedMark.js → FocusedLineMark.js} +2 -2
- package/LineChart/LineChart.d.ts +17 -17
- package/LineChart/LineChart.js +40 -2
- package/LineChart/LineChart.plugins.d.ts +9 -8
- package/LineChart/LineChart.plugins.js +2 -1
- package/LineChart/LineElement.d.ts +3 -3
- package/LineChart/LineHighlightElement.d.ts +1 -1
- package/LineChart/LineHighlightPlot.d.ts +2 -2
- package/LineChart/LinePlot.d.ts +2 -2
- package/LineChart/LinePlot.js +4 -1
- package/LineChart/MarkElement.d.ts +1 -1
- package/LineChart/MarkElement.js +1 -1
- package/LineChart/MarkPlot.d.ts +3 -3
- package/LineChart/MarkPlot.js +44 -114
- package/LineChart/index.d.ts +1 -0
- package/LineChart/index.js +12 -0
- package/LineChart/markElementClasses.d.ts +1 -1
- package/LineChart/seriesConfig/extremums.d.ts +1 -1
- package/LineChart/seriesConfig/getColor.d.ts +1 -1
- package/LineChart/seriesConfig/index.d.ts +1 -1
- package/LineChart/seriesConfig/legend.d.ts +1 -1
- package/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/LineChart/seriesConfig/seriesProcessor.js +3 -3
- package/LineChart/useAreaPlotData.d.ts +3 -3
- package/LineChart/useLineChartProps.d.ts +12 -12
- package/LineChart/useLinePlotData.d.ts +3 -3
- package/LineChart/useMarkPlotData.d.ts +18 -0
- package/LineChart/useMarkPlotData.js +105 -0
- package/PieChart/PieArc.d.ts +1 -1
- package/PieChart/PieArcLabel.d.ts +1 -1
- package/PieChart/PieArcLabel.js +4 -1
- package/PieChart/PieArcLabelPlot.d.ts +2 -2
- package/PieChart/PieArcPlot.d.ts +2 -2
- package/PieChart/PieChart.d.ts +11 -11
- package/PieChart/PieChart.plugins.d.ts +6 -5
- package/PieChart/PieChart.plugins.js +2 -1
- package/PieChart/PiePlot.d.ts +2 -2
- package/PieChart/PiePlot.js +9 -53
- package/PieChart/dataTransform/useTransformData.d.ts +1 -1
- package/PieChart/getPieCoordinates.d.ts +2 -2
- package/PieChart/seriesConfig/getColor.d.ts +1 -1
- package/PieChart/seriesConfig/index.d.ts +1 -1
- package/PieChart/seriesConfig/index.js +2 -0
- package/PieChart/seriesConfig/legend.d.ts +1 -1
- package/PieChart/seriesConfig/seriesLayout.d.ts +3 -0
- package/PieChart/seriesConfig/seriesLayout.js +48 -0
- package/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.d.ts +2 -2
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +1 -1
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -1
- package/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.ts +4 -4
- package/RadarChart/RadarChart.d.ts +11 -11
- package/RadarChart/RadarChart.plugins.d.ts +6 -5
- package/RadarChart/RadarChart.plugins.js +2 -1
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +6 -6
- package/RadarChart/RadarDataProvider/radar.types.d.ts +1 -1
- package/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/RadarGrid.types.d.ts +1 -1
- package/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -1
- package/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +4 -4
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +4 -4
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +3 -3
- package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +1 -1
- package/RadarChart/seriesConfig/extremums.d.ts +1 -1
- package/RadarChart/seriesConfig/getColor.d.ts +1 -1
- package/RadarChart/seriesConfig/index.d.ts +1 -1
- package/RadarChart/seriesConfig/index.js +4 -2
- package/RadarChart/seriesConfig/legend.d.ts +1 -1
- package/RadarChart/seriesConfig/seriesProcessor.d.ts +3 -0
- package/RadarChart/seriesConfig/seriesProcessor.js +29 -0
- package/RadarChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/RadarChart/seriesConfig/tooltipPosition.js +80 -0
- package/RadarChart/useRadarChartProps.d.ts +7 -7
- package/RadarChart/useRadarChartProps.js +3 -1
- package/ScatterChart/BatchScatter.d.ts +4 -4
- package/ScatterChart/FocusedScatterMark.d.ts +2 -0
- package/ScatterChart/FocusedScatterMark.js +51 -0
- package/ScatterChart/Scatter.d.ts +5 -5
- package/ScatterChart/Scatter.js +1 -9
- package/ScatterChart/ScatterChart.d.ts +16 -16
- package/ScatterChart/ScatterChart.js +40 -1
- package/ScatterChart/ScatterChart.plugins.d.ts +10 -9
- package/ScatterChart/ScatterChart.plugins.js +2 -1
- package/ScatterChart/ScatterMarker.d.ts +1 -1
- package/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/ScatterChart/ScatterPlot.d.ts +1 -1
- package/ScatterChart/index.d.ts +1 -0
- package/ScatterChart/index.js +12 -0
- package/ScatterChart/seriesConfig/extremums.d.ts +1 -1
- package/ScatterChart/seriesConfig/getColor.d.ts +1 -1
- package/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/ScatterChart/seriesConfig/legend.d.ts +1 -1
- package/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/ScatterChart/useScatterChartProps.d.ts +7 -7
- package/ScatterChart/useScatterPlotData.d.ts +3 -3
- package/SparkLineChart/SparkLineChart.d.ts +12 -12
- package/SparkLineChart/SparkLineChart.js +40 -2
- package/Toolbar/Toolbar.d.ts +1 -1
- package/Toolbar/Toolbar.types.d.ts +1 -1
- package/Toolbar/ToolbarButton.d.ts +2 -2
- package/colorPalettes/categorical/blueberryTwilight.d.ts +1 -1
- package/colorPalettes/categorical/cheerfulFiesta.d.ts +1 -1
- package/colorPalettes/categorical/mangoFusion.d.ts +1 -1
- package/colorPalettes/categorical/rainbowSurge.d.ts +1 -1
- package/colorPalettes/sequential/blue.d.ts +1 -1
- package/colorPalettes/sequential/cyan.d.ts +1 -1
- package/colorPalettes/sequential/green.d.ts +1 -1
- package/colorPalettes/sequential/orange.d.ts +1 -1
- package/colorPalettes/sequential/pink.d.ts +1 -1
- package/colorPalettes/sequential/purple.d.ts +1 -1
- package/colorPalettes/sequential/red.d.ts +1 -1
- package/colorPalettes/sequential/strawberrySky.d.ts +1 -1
- package/colorPalettes/sequential/yellow.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.d.ts +3 -3
- package/context/ChartProvider/ChartProvider.js +2 -1
- package/context/ChartProvider/ChartProvider.types.d.ts +2 -2
- package/context/ChartProvider/useChartContext.d.ts +2 -2
- package/context/ChartsSlotsContext.d.ts +1 -1
- package/context/useChartApiContext.d.ts +1 -1
- package/esm/BarChart/AnimatedBarElement.d.ts +2 -2
- package/esm/BarChart/BarChart.d.ts +15 -15
- package/esm/BarChart/BarChart.js +40 -1
- package/esm/BarChart/BarChart.plugins.d.ts +9 -8
- package/esm/BarChart/BarChart.plugins.js +2 -1
- package/esm/BarChart/BarElement.d.ts +3 -3
- package/esm/BarChart/BarElement.js +1 -2
- package/esm/BarChart/BarLabel/BarLabel.d.ts +1 -1
- package/esm/BarChart/BarLabel/BarLabel.js +12 -8
- package/esm/BarChart/BarLabel/BarLabel.types.d.ts +5 -4
- package/esm/BarChart/BarLabel/BarLabelItem.d.ts +8 -7
- package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +26 -7
- package/esm/BarChart/BarLabel/BarLabelPlot.js +9 -9
- package/esm/BarChart/BarLabel/getBarLabel.d.ts +7 -6
- package/esm/BarChart/BarLabel/getBarLabel.js +2 -2
- package/esm/BarChart/BarPlot.d.ts +4 -4
- package/esm/BarChart/BarPlot.js +8 -4
- package/esm/BarChart/FocusedBar.d.ts +2 -0
- package/esm/BarChart/FocusedBar.js +61 -0
- package/esm/BarChart/barElementClasses.d.ts +1 -1
- package/esm/BarChart/checkBarChartScaleErrors.d.ts +7 -0
- package/esm/BarChart/{checkScaleErrors.js → checkBarChartScaleErrors.js} +5 -6
- package/esm/BarChart/index.d.ts +1 -0
- package/esm/BarChart/index.js +1 -0
- package/esm/BarChart/seriesConfig/bar/extremums.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/getColor.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +5 -3
- package/esm/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.js +2 -3
- package/esm/BarChart/seriesConfig/bar/legend.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/seriesProcessor.d.ts +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltipPosition.js +1 -1
- package/esm/BarChart/seriesConfig/index.d.ts +1 -1
- package/esm/BarChart/seriesConfig/index.js +1 -1
- package/esm/BarChart/types.d.ts +6 -3
- package/esm/BarChart/useBarChartProps.d.ts +9 -9
- package/esm/BarChart/useBarPlotData.d.ts +5 -20
- package/esm/BarChart/useBarPlotData.js +16 -87
- package/esm/ChartContainer/ChartContainer.d.ts +5 -5
- package/esm/ChartContainer/ChartContainer.js +58 -0
- package/esm/ChartContainer/useChartContainerProps.d.ts +6 -6
- package/esm/ChartDataProvider/ChartDataProvider.d.ts +6 -6
- package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +5 -5
- package/esm/ChartsAxis/ChartsAxis.d.ts +1 -1
- package/esm/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -1
- package/esm/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +1 -1
- package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +2 -2
- package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +2 -2
- package/esm/ChartsGrid/ChartsGrid.d.ts +1 -1
- package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/esm/ChartsGrid/ChartsHorizontalGrid.js +5 -2
- package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/esm/ChartsGrid/ChartsVerticalGrid.js +5 -2
- package/esm/ChartsLabel/ChartsLabel.d.ts +2 -2
- package/esm/ChartsLabel/ChartsLabelGradient.d.ts +2 -2
- package/esm/ChartsLabel/ChartsLabelMark.d.ts +2 -2
- package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/esm/ChartsLegend/ContinuousColorLegend.d.ts +6 -6
- package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +8 -8
- package/esm/ChartsLegend/chartsLegend.types.d.ts +3 -3
- package/esm/ChartsLegend/colorLegend.types.d.ts +1 -1
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/esm/ChartsLegend/legend.types.d.ts +1 -1
- package/esm/ChartsLegend/legendContext.types.d.ts +3 -3
- package/esm/ChartsLegend/onClickContextBuilder.d.ts +1 -1
- package/esm/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +1 -1
- package/esm/ChartsLegend/useAxis.d.ts +3 -3
- package/esm/ChartsOverlay/ChartsOverlay.d.ts +2 -2
- package/esm/ChartsReferenceLine/ChartsReferenceLine.d.ts +3 -3
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.d.ts +2 -2
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.d.ts +2 -2
- package/esm/ChartsReferenceLine/common.d.ts +3 -3
- package/esm/ChartsSurface/ChartsSurface.d.ts +1 -1
- package/esm/ChartsSurface/ChartsSurface.js +1 -13
- package/esm/ChartsText/ChartsText.d.ts +1 -1
- package/esm/ChartsText/defaultTextPlacement.d.ts +1 -1
- package/esm/ChartsTooltip/ChartTooltip.types.d.ts +1 -1
- package/esm/ChartsTooltip/ChartsAxisTooltipContent.d.ts +2 -2
- package/esm/ChartsTooltip/ChartsItemTooltipContent.d.ts +2 -2
- package/esm/ChartsTooltip/ChartsTooltip.d.ts +2 -2
- package/esm/ChartsTooltip/ChartsTooltipContainer.d.ts +3 -3
- package/esm/ChartsTooltip/ChartsTooltipContainer.js +4 -2
- package/esm/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/esm/ChartsTooltip/useAxesTooltip.d.ts +1 -1
- package/esm/ChartsTooltip/useAxisTooltip.d.ts +4 -4
- package/esm/ChartsTooltip/useItemTooltip.d.ts +2 -2
- package/esm/ChartsTooltip/useItemTooltip.js +1 -1
- package/esm/ChartsWrapper/ChartsWrapper.d.ts +3 -3
- package/esm/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -1
- package/esm/ChartsXAxis/ChartsSingleXAxisTicks.d.ts +3 -1
- package/esm/ChartsXAxis/ChartsSingleXAxisTicks.js +6 -2
- package/esm/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/esm/ChartsXAxis/ChartsXAxisImpl.d.ts +2 -2
- package/esm/ChartsXAxis/ChartsXAxisImpl.js +9 -3
- package/esm/ChartsXAxis/getVisibleLabels.d.ts +2 -2
- package/esm/ChartsXAxis/shortenLabels.d.ts +3 -3
- package/esm/ChartsXAxis/useAxisTicksProps.d.ts +218 -119
- package/esm/ChartsXAxis/useAxisTicksProps.js +2 -0
- package/esm/ChartsXAxis/utilities.d.ts +1 -1
- package/esm/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -1
- package/esm/ChartsYAxis/ChartsSingleYAxisTicks.d.ts +3 -1
- package/esm/ChartsYAxis/ChartsSingleYAxisTicks.js +6 -2
- package/esm/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/esm/ChartsYAxis/ChartsYAxisImpl.d.ts +2 -2
- package/esm/ChartsYAxis/ChartsYAxisImpl.js +9 -3
- package/esm/ChartsYAxis/shortenLabels.d.ts +3 -3
- package/esm/ChartsYAxis/useAxisTicksProps.d.ts +218 -119
- package/esm/ChartsYAxis/useAxisTicksProps.js +2 -0
- package/esm/ChartsYAxis/utilities.d.ts +1 -1
- package/esm/Gauge/Gauge.d.ts +3 -3
- package/esm/Gauge/GaugeContainer.d.ts +4 -4
- package/esm/Gauge/GaugeValueText.d.ts +1 -1
- package/esm/LineChart/AppearingMask.d.ts +1 -1
- package/esm/LineChart/AreaElement.d.ts +3 -3
- package/esm/LineChart/AreaPlot.d.ts +2 -2
- package/esm/LineChart/AreaPlot.js +4 -1
- package/esm/LineChart/CircleMarkElement.d.ts +1 -1
- package/esm/LineChart/CircleMarkElement.js +1 -1
- package/esm/LineChart/FocusedLineMark.d.ts +1 -0
- package/esm/LineChart/{FocusedMark.js → FocusedLineMark.js} +1 -1
- package/esm/LineChart/LineChart.d.ts +17 -17
- package/esm/LineChart/LineChart.js +40 -2
- package/esm/LineChart/LineChart.plugins.d.ts +9 -8
- package/esm/LineChart/LineChart.plugins.js +2 -1
- package/esm/LineChart/LineElement.d.ts +3 -3
- package/esm/LineChart/LineHighlightElement.d.ts +1 -1
- package/esm/LineChart/LineHighlightPlot.d.ts +2 -2
- package/esm/LineChart/LinePlot.d.ts +2 -2
- package/esm/LineChart/LinePlot.js +4 -1
- package/esm/LineChart/MarkElement.d.ts +1 -1
- package/esm/LineChart/MarkElement.js +1 -1
- package/esm/LineChart/MarkPlot.d.ts +3 -3
- package/esm/LineChart/MarkPlot.js +44 -114
- package/esm/LineChart/index.d.ts +1 -0
- package/esm/LineChart/index.js +1 -0
- package/esm/LineChart/markElementClasses.d.ts +1 -1
- package/esm/LineChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/LineChart/seriesConfig/index.d.ts +1 -1
- package/esm/LineChart/seriesConfig/legend.d.ts +1 -1
- package/esm/LineChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/LineChart/seriesConfig/seriesProcessor.js +3 -3
- package/esm/LineChart/useAreaPlotData.d.ts +3 -3
- package/esm/LineChart/useLineChartProps.d.ts +12 -12
- package/esm/LineChart/useLinePlotData.d.ts +3 -3
- package/esm/LineChart/useMarkPlotData.d.ts +18 -0
- package/esm/LineChart/useMarkPlotData.js +97 -0
- package/esm/PieChart/PieArc.d.ts +1 -1
- package/esm/PieChart/PieArcLabel.d.ts +1 -1
- package/esm/PieChart/PieArcLabel.js +4 -1
- package/esm/PieChart/PieArcLabelPlot.d.ts +2 -2
- package/esm/PieChart/PieArcPlot.d.ts +2 -2
- package/esm/PieChart/PieChart.d.ts +11 -11
- package/esm/PieChart/PieChart.plugins.d.ts +6 -5
- package/esm/PieChart/PieChart.plugins.js +2 -1
- package/esm/PieChart/PiePlot.d.ts +2 -2
- package/esm/PieChart/PiePlot.js +10 -54
- package/esm/PieChart/dataTransform/useTransformData.d.ts +1 -1
- package/esm/PieChart/getPieCoordinates.d.ts +2 -2
- package/esm/PieChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/PieChart/seriesConfig/index.d.ts +1 -1
- package/esm/PieChart/seriesConfig/index.js +2 -0
- package/esm/PieChart/seriesConfig/legend.d.ts +1 -1
- package/esm/PieChart/seriesConfig/seriesLayout.d.ts +3 -0
- package/esm/PieChart/seriesConfig/seriesLayout.js +42 -0
- package/esm/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/RadarChart/RadarAxis/RadarAxis.d.ts +2 -2
- package/esm/RadarChart/RadarAxis/RadarAxis.utils.d.ts +1 -1
- package/esm/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -1
- package/esm/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.ts +4 -4
- package/esm/RadarChart/RadarChart.d.ts +11 -11
- package/esm/RadarChart/RadarChart.plugins.d.ts +6 -5
- package/esm/RadarChart/RadarChart.plugins.js +2 -1
- package/esm/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +6 -6
- package/esm/RadarChart/RadarDataProvider/radar.types.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/RadarGrid.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/RadarGrid.types.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +4 -4
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +4 -4
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +3 -3
- package/esm/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/index.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/index.js +4 -2
- package/esm/RadarChart/seriesConfig/legend.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/seriesProcessor.d.ts +3 -0
- package/esm/RadarChart/seriesConfig/seriesProcessor.js +22 -0
- package/esm/RadarChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/esm/RadarChart/seriesConfig/tooltipPosition.js +74 -0
- package/esm/RadarChart/useRadarChartProps.d.ts +7 -7
- package/esm/RadarChart/useRadarChartProps.js +3 -1
- package/esm/ScatterChart/BatchScatter.d.ts +4 -4
- package/esm/ScatterChart/FocusedScatterMark.d.ts +2 -0
- package/esm/ScatterChart/FocusedScatterMark.js +44 -0
- package/esm/ScatterChart/Scatter.d.ts +5 -5
- package/esm/ScatterChart/Scatter.js +1 -9
- package/esm/ScatterChart/ScatterChart.d.ts +16 -16
- package/esm/ScatterChart/ScatterChart.js +40 -1
- package/esm/ScatterChart/ScatterChart.plugins.d.ts +10 -9
- package/esm/ScatterChart/ScatterChart.plugins.js +2 -1
- package/esm/ScatterChart/ScatterMarker.d.ts +1 -1
- package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/esm/ScatterChart/ScatterPlot.d.ts +1 -1
- package/esm/ScatterChart/index.d.ts +1 -0
- package/esm/ScatterChart/index.js +1 -0
- package/esm/ScatterChart/seriesConfig/extremums.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/getColor.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/legend.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/esm/ScatterChart/useScatterChartProps.d.ts +7 -7
- package/esm/ScatterChart/useScatterPlotData.d.ts +3 -3
- package/esm/SparkLineChart/SparkLineChart.d.ts +12 -12
- package/esm/SparkLineChart/SparkLineChart.js +40 -2
- package/esm/Toolbar/Toolbar.d.ts +1 -1
- package/esm/Toolbar/Toolbar.types.d.ts +1 -1
- package/esm/Toolbar/ToolbarButton.d.ts +2 -2
- package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +1 -1
- package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +1 -1
- package/esm/colorPalettes/categorical/mangoFusion.d.ts +1 -1
- package/esm/colorPalettes/categorical/rainbowSurge.d.ts +1 -1
- package/esm/colorPalettes/sequential/blue.d.ts +1 -1
- package/esm/colorPalettes/sequential/cyan.d.ts +1 -1
- package/esm/colorPalettes/sequential/green.d.ts +1 -1
- package/esm/colorPalettes/sequential/orange.d.ts +1 -1
- package/esm/colorPalettes/sequential/pink.d.ts +1 -1
- package/esm/colorPalettes/sequential/purple.d.ts +1 -1
- package/esm/colorPalettes/sequential/red.d.ts +1 -1
- package/esm/colorPalettes/sequential/strawberrySky.d.ts +1 -1
- package/esm/colorPalettes/sequential/yellow.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.d.ts +3 -3
- package/esm/context/ChartProvider/ChartProvider.js +2 -1
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +2 -2
- package/esm/context/ChartProvider/useChartContext.d.ts +2 -2
- package/esm/context/ChartsSlotsContext.d.ts +1 -1
- package/esm/context/useChartApiContext.d.ts +1 -1
- package/esm/hooks/animation/useAnimate.d.ts +1 -1
- package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/esm/hooks/animation/useAnimateGaugeValueArc.d.ts +1 -1
- package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
- package/esm/hooks/index.d.ts +1 -1
- package/esm/hooks/index.js +1 -1
- package/esm/hooks/useAxis.d.ts +1 -1
- package/esm/hooks/useBarSeries.d.ts +3 -3
- package/esm/hooks/useChartGradientId.d.ts +1 -1
- package/esm/hooks/useChartRootRef.d.ts +1 -1
- package/esm/hooks/useColorScale.d.ts +1 -1
- package/esm/hooks/useDataset.d.ts +1 -1
- package/esm/hooks/useFocusedItem.d.ts +2 -2
- package/esm/hooks/useInteractionItemProps.d.ts +7 -6
- package/esm/hooks/useInteractionItemProps.js +6 -8
- package/esm/hooks/useIsHydrated.js +1 -1
- package/esm/hooks/useIsItemFocused.d.ts +1 -1
- package/esm/hooks/useIsItemFocusedGetter.d.ts +1 -1
- package/esm/hooks/useItemHighlighted.d.ts +1 -1
- package/esm/hooks/useLineSeries.d.ts +3 -3
- package/esm/hooks/usePieSeries.d.ts +10 -4
- package/esm/hooks/usePieSeries.js +13 -0
- package/esm/hooks/useRadarSeries.d.ts +3 -3
- package/esm/hooks/useScale.d.ts +1 -1
- package/esm/hooks/useScatterSeries.d.ts +3 -3
- package/esm/hooks/useSvgRef.d.ts +1 -1
- package/esm/hooks/useTicks.d.ts +22 -7
- package/esm/hooks/useTicks.js +125 -9
- package/esm/hooks/useTicksGrouped.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/internals/Flatbush.d.ts +0 -1
- package/esm/internals/Flatbush.js +1 -1
- package/esm/internals/colorScale.d.ts +3 -3
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -1
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -1
- package/esm/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -1
- package/esm/internals/components/NotRendered.d.ts +1 -1
- package/esm/internals/configInit.d.ts +1 -1
- package/esm/internals/createSvgIcon.d.ts +2 -2
- package/esm/internals/dateHelpers.d.ts +3 -3
- package/esm/internals/defaultValueFormatters.d.ts +1 -1
- package/esm/internals/domUtils.d.ts +7 -4
- package/esm/internals/findMinMax.d.ts +7 -0
- package/esm/internals/findMinMax.js +7 -0
- package/esm/internals/getBandSize.d.ts +13 -0
- package/esm/internals/getBandSize.js +23 -0
- package/esm/internals/getBarDimensions.d.ts +17 -0
- package/esm/internals/getBarDimensions.js +44 -0
- package/esm/internals/getCurve.d.ts +1 -1
- package/esm/internals/getScale.d.ts +2 -2
- package/esm/internals/getSeriesColorFn.d.ts +1 -1
- package/esm/internals/getWordsByLines.d.ts +2 -1
- package/esm/internals/index.d.ts +6 -1
- package/esm/internals/index.js +6 -1
- package/esm/internals/invertScale.d.ts +1 -1
- package/esm/internals/invertTextAnchor.d.ts +1 -1
- package/esm/internals/isCartesian.d.ts +1 -1
- package/esm/internals/isPolar.d.ts +1 -1
- package/esm/internals/material/index.d.ts +2 -2
- package/esm/internals/plugins/allPlugins.d.ts +13 -12
- package/esm/internals/plugins/allPlugins.js +2 -1
- package/esm/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +14 -5
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +29 -0
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +2 -7
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +11 -3
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +11 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +6 -5
- package/esm/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +7 -7
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +7 -67
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +7 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.ts +4 -5
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +12 -10
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.ts +8 -7
- package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +0 -1
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.js +1 -2
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +9 -30
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +0 -6
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +0 -2
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +8 -20
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +7 -2
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +10 -7
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartTooltip/index.d.ts +3 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/index.js +2 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.d.ts +3 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.js +44 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +26 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +58 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.d.ts +29 -0
- package/esm/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.js +1 -0
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +5 -5
- package/esm/internals/plugins/models/plugin.d.ts +4 -4
- package/esm/internals/plugins/models/seriesConfig/index.d.ts +1 -0
- package/esm/internals/plugins/models/seriesConfig/index.js +1 -0
- package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +8 -3
- package/esm/internals/plugins/models/seriesConfig/seriesLayout.types.d.ts +6 -0
- package/esm/internals/plugins/models/seriesConfig/seriesLayout.types.js +1 -0
- package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +7 -7
- package/esm/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.d.ts +9 -7
- package/esm/internals/plugins/utils/selectors.d.ts +2 -2
- package/esm/internals/plugins/utils/useLazySelectorEffect.d.ts +1 -1
- package/esm/internals/scaleGuards.d.ts +1 -1
- package/esm/internals/scales/scaleSymlog.d.ts +1 -1
- package/esm/internals/seriesSelectorOfType.d.ts +3 -3
- package/esm/internals/seriesSelectorOfType.js +1 -1
- package/esm/internals/stackSeries.d.ts +50 -4
- package/esm/internals/store/extractPluginParamsFromProps.d.ts +3 -3
- package/esm/internals/store/useCharts.d.ts +4 -4
- package/esm/internals/store/useCharts.types.d.ts +2 -2
- package/esm/internals/store/useStore.d.ts +2 -2
- package/esm/locales/elGR.d.ts +1 -1
- package/esm/locales/enUS.d.ts +1 -1
- package/esm/locales/frFR.d.ts +1 -1
- package/esm/locales/nbNO.d.ts +1 -1
- package/esm/locales/ptBR.d.ts +1 -1
- package/esm/locales/ptPT.d.ts +1 -1
- package/esm/locales/svSE.d.ts +1 -1
- package/esm/locales/utils/chartsLocaleTextApi.d.ts +1 -1
- package/esm/locales/utils/getChartsLocalization.d.ts +1 -1
- package/esm/models/axis.d.ts +20 -6
- package/esm/models/index.d.ts +2 -1
- package/esm/models/seriesType/bar.d.ts +6 -5
- package/esm/models/seriesType/common.d.ts +5 -2
- package/esm/models/seriesType/config.d.ts +17 -7
- package/esm/models/seriesType/index.d.ts +3 -2
- package/esm/models/seriesType/line.d.ts +3 -3
- package/esm/models/seriesType/pie.d.ts +39 -4
- package/esm/models/seriesType/radar.d.ts +2 -2
- package/esm/models/seriesType/scatter.d.ts +2 -2
- package/esm/models/slots/chartsBaseSlots.d.ts +2 -2
- package/esm/models/timeTicks.d.ts +37 -0
- package/esm/models/timeTicks.js +1 -0
- package/esm/models/z-axis.d.ts +1 -1
- package/esm/plugins/index.d.ts +1 -0
- package/esm/plugins/index.js +1 -0
- package/esm/themeAugmentation/components.d.ts +1 -1
- package/esm/themeAugmentation/overrides.d.ts +7 -7
- package/esm/themeAugmentation/props.d.ts +12 -12
- package/esm/utils/index.d.ts +2 -1
- package/esm/utils/index.js +2 -1
- package/esm/utils/niceDomain.d.ts +2 -2
- package/esm/utils/timeTicks.d.ts +2 -0
- package/esm/utils/timeTicks.js +62 -0
- package/hooks/animation/useAnimate.d.ts +1 -1
- package/hooks/animation/useAnimateArea.d.ts +1 -1
- package/hooks/animation/useAnimateBar.d.ts +1 -1
- package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/hooks/animation/useAnimateGaugeValueArc.d.ts +1 -1
- package/hooks/animation/useAnimateLine.d.ts +1 -1
- package/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
- package/hooks/index.d.ts +1 -1
- package/hooks/index.js +14 -11
- package/hooks/useAxis.d.ts +1 -1
- package/hooks/useBarSeries.d.ts +3 -3
- package/hooks/useChartGradientId.d.ts +1 -1
- package/hooks/useChartRootRef.d.ts +1 -1
- package/hooks/useColorScale.d.ts +1 -1
- package/hooks/useDataset.d.ts +1 -1
- package/hooks/useFocusedItem.d.ts +2 -2
- package/hooks/useInteractionItemProps.d.ts +7 -6
- package/hooks/useInteractionItemProps.js +6 -8
- package/hooks/useIsHydrated.js +1 -1
- package/hooks/useIsItemFocused.d.ts +1 -1
- package/hooks/useIsItemFocusedGetter.d.ts +1 -1
- package/hooks/useItemHighlighted.d.ts +1 -1
- package/hooks/useLineSeries.d.ts +3 -3
- package/hooks/usePieSeries.d.ts +10 -4
- package/hooks/usePieSeries.js +14 -0
- package/hooks/useRadarSeries.d.ts +3 -3
- package/hooks/useScale.d.ts +1 -1
- package/hooks/useScatterSeries.d.ts +3 -3
- package/hooks/useSvgRef.d.ts +1 -1
- package/hooks/useTicks.d.ts +22 -7
- package/hooks/useTicks.js +127 -10
- package/hooks/useTicksGrouped.d.ts +1 -1
- package/index.js +1 -1
- package/internals/Flatbush.d.ts +0 -1
- package/internals/Flatbush.js +1 -1
- package/internals/colorScale.d.ts +3 -3
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -1
- package/internals/components/NotRendered.d.ts +1 -1
- package/internals/configInit.d.ts +1 -1
- package/internals/createSvgIcon.d.ts +2 -2
- package/internals/dateHelpers.d.ts +3 -3
- package/internals/defaultValueFormatters.d.ts +1 -1
- package/internals/domUtils.d.ts +7 -4
- package/internals/findMinMax.d.ts +7 -0
- package/internals/findMinMax.js +7 -0
- package/internals/getBandSize.d.ts +13 -0
- package/internals/getBandSize.js +29 -0
- package/internals/getBarDimensions.d.ts +17 -0
- package/internals/getBarDimensions.js +50 -0
- package/internals/getCurve.d.ts +1 -1
- package/internals/getScale.d.ts +2 -2
- package/internals/getSeriesColorFn.d.ts +1 -1
- package/internals/getWordsByLines.d.ts +2 -1
- package/internals/index.d.ts +6 -1
- package/internals/index.js +60 -12
- package/internals/invertScale.d.ts +1 -1
- package/internals/invertTextAnchor.d.ts +1 -1
- package/internals/isCartesian.d.ts +1 -1
- package/internals/isPolar.d.ts +1 -1
- package/internals/material/index.d.ts +2 -2
- package/internals/plugins/allPlugins.d.ts +13 -12
- package/internals/plugins/allPlugins.js +2 -1
- package/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +14 -5
- package/internals/plugins/corePlugins/useChartSeries/processSeries.js +32 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +2 -8
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +11 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +11 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +6 -5
- package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.js +1 -1
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +7 -7
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +4 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +7 -67
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +6 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.js +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.ts +4 -5
- package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.js +1 -1
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +12 -10
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.ts +8 -7
- package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/highlightStates.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +0 -1
- package/internals/plugins/featurePlugins/useChartInteraction/index.js +0 -12
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +9 -30
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +0 -6
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +1 -3
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +8 -20
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +4 -4
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +7 -2
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +10 -6
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartTooltip/index.d.ts +3 -0
- package/internals/plugins/featurePlugins/useChartTooltip/index.js +27 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.d.ts +3 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.js +52 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +26 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +64 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.d.ts +29 -0
- package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.types.js +5 -0
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +5 -5
- package/internals/plugins/models/plugin.d.ts +4 -4
- package/internals/plugins/models/seriesConfig/index.d.ts +1 -0
- package/internals/plugins/models/seriesConfig/index.js +11 -0
- package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +8 -3
- package/internals/plugins/models/seriesConfig/seriesLayout.types.d.ts +6 -0
- package/internals/plugins/models/seriesConfig/seriesLayout.types.js +5 -0
- package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +7 -7
- package/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.d.ts +9 -7
- package/internals/plugins/utils/selectors.d.ts +2 -2
- package/internals/plugins/utils/useLazySelectorEffect.d.ts +1 -1
- package/internals/scaleGuards.d.ts +1 -1
- package/internals/scales/scaleSymlog.d.ts +1 -1
- package/internals/seriesSelectorOfType.d.ts +3 -3
- package/internals/seriesSelectorOfType.js +1 -1
- package/internals/stackSeries.d.ts +50 -4
- package/internals/store/extractPluginParamsFromProps.d.ts +3 -3
- package/internals/store/useCharts.d.ts +4 -4
- package/internals/store/useCharts.types.d.ts +2 -2
- package/internals/store/useStore.d.ts +2 -2
- package/locales/elGR.d.ts +1 -1
- package/locales/enUS.d.ts +1 -1
- package/locales/frFR.d.ts +1 -1
- package/locales/nbNO.d.ts +1 -1
- package/locales/ptBR.d.ts +1 -1
- package/locales/ptPT.d.ts +1 -1
- package/locales/svSE.d.ts +1 -1
- package/locales/utils/chartsLocaleTextApi.d.ts +1 -1
- package/locales/utils/getChartsLocalization.d.ts +1 -1
- package/models/axis.d.ts +20 -6
- package/models/index.d.ts +2 -1
- package/models/seriesType/bar.d.ts +6 -5
- package/models/seriesType/common.d.ts +5 -2
- package/models/seriesType/config.d.ts +17 -7
- package/models/seriesType/index.d.ts +3 -2
- package/models/seriesType/line.d.ts +3 -3
- package/models/seriesType/pie.d.ts +39 -4
- package/models/seriesType/radar.d.ts +2 -2
- package/models/seriesType/scatter.d.ts +2 -2
- package/models/slots/chartsBaseSlots.d.ts +2 -2
- package/models/timeTicks.d.ts +37 -0
- package/models/timeTicks.js +5 -0
- package/models/z-axis.d.ts +1 -1
- package/package.json +4 -5
- package/plugins/index.d.ts +1 -0
- package/plugins/index.js +7 -0
- package/themeAugmentation/components.d.ts +1 -1
- package/themeAugmentation/overrides.d.ts +7 -7
- package/themeAugmentation/props.d.ts +12 -12
- package/utils/index.d.ts +2 -1
- package/utils/index.js +12 -1
- package/utils/niceDomain.d.ts +2 -2
- package/utils/timeTicks.d.ts +2 -0
- package/utils/timeTicks.js +68 -0
- package/BarChart/checkScaleErrors.d.ts +0 -10
- package/LineChart/FocusedMark.d.ts +0 -1
- package/RadarChart/seriesConfig/formatter.d.ts +0 -3
- package/RadarChart/seriesConfig/formatter.js +0 -18
- package/esm/BarChart/checkScaleErrors.d.ts +0 -10
- package/esm/LineChart/FocusedMark.d.ts +0 -1
- package/esm/RadarChart/seriesConfig/formatter.d.ts +0 -3
- package/esm/RadarChart/seriesConfig/formatter.js +0 -12
- package/esm/internals/defaultizeValueFormatter.d.ts +0 -6
- package/esm/internals/defaultizeValueFormatter.js +0 -10
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.d.ts +0 -12
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.js +0 -40
- package/internals/defaultizeValueFormatter.d.ts +0 -6
- package/internals/defaultizeValueFormatter.js +0 -17
- package/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.d.ts +0 -12
- package/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.js +0 -46
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ChartsYAxisProps } from "../models/axis.js";
|
|
2
|
-
import { ChartsText, ChartsTextProps } from "../ChartsText/index.js";
|
|
1
|
+
import { type ChartsYAxisProps } from "../models/axis.js";
|
|
2
|
+
import { ChartsText, type ChartsTextProps } from "../ChartsText/index.js";
|
|
3
3
|
export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
4
4
|
yScale: import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLogarithmic<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleSymLog<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScalePower<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleBand<{
|
|
5
5
|
toString(): string;
|
|
@@ -14,6 +14,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
14
14
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
15
15
|
labelStyle?: ChartsTextProps["style"];
|
|
16
16
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
17
|
+
tickSpacing?: number;
|
|
17
18
|
label?: string;
|
|
18
19
|
tickSize: number;
|
|
19
20
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -31,9 +32,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
31
32
|
width: number;
|
|
32
33
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
33
34
|
id: import("../internals/index.js").AxisId;
|
|
35
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
34
36
|
dataKey?: string | undefined;
|
|
35
37
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
36
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
37
38
|
hideTooltip?: boolean | undefined;
|
|
38
39
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
39
40
|
min: number;
|
|
@@ -52,6 +53,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
52
53
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
53
54
|
labelStyle?: ChartsTextProps["style"];
|
|
54
55
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
56
|
+
tickSpacing?: number;
|
|
55
57
|
label?: string;
|
|
56
58
|
tickSize: number;
|
|
57
59
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -69,9 +71,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
69
71
|
width: number;
|
|
70
72
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
71
73
|
id: import("../internals/index.js").AxisId;
|
|
74
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
72
75
|
dataKey?: string | undefined;
|
|
73
76
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
74
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
75
77
|
hideTooltip?: boolean | undefined;
|
|
76
78
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
77
79
|
min: number;
|
|
@@ -90,6 +92,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
90
92
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
91
93
|
labelStyle?: ChartsTextProps["style"];
|
|
92
94
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
95
|
+
tickSpacing?: number;
|
|
93
96
|
label?: string;
|
|
94
97
|
tickSize: number;
|
|
95
98
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -107,9 +110,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
107
110
|
width: number;
|
|
108
111
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
109
112
|
id: import("../internals/index.js").AxisId;
|
|
113
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
110
114
|
dataKey?: string | undefined;
|
|
111
115
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
112
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
113
116
|
hideTooltip?: boolean | undefined;
|
|
114
117
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
115
118
|
min: number;
|
|
@@ -128,6 +131,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
128
131
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
129
132
|
labelStyle?: ChartsTextProps["style"];
|
|
130
133
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
134
|
+
tickSpacing?: number;
|
|
131
135
|
label?: string;
|
|
132
136
|
tickSize: number;
|
|
133
137
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -145,9 +149,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
145
149
|
width: number;
|
|
146
150
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
147
151
|
id: import("../internals/index.js").AxisId;
|
|
152
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
148
153
|
dataKey?: string | undefined;
|
|
149
154
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
150
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
151
155
|
hideTooltip?: boolean | undefined;
|
|
152
156
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
153
157
|
min: number;
|
|
@@ -166,6 +170,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
166
170
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
167
171
|
labelStyle?: ChartsTextProps["style"];
|
|
168
172
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
173
|
+
tickSpacing?: number;
|
|
169
174
|
label?: string;
|
|
170
175
|
tickSize: number;
|
|
171
176
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -183,9 +188,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
183
188
|
width: number;
|
|
184
189
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
185
190
|
id: import("../internals/index.js").AxisId;
|
|
191
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
186
192
|
dataKey?: string | undefined;
|
|
187
193
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
188
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
189
194
|
hideTooltip?: boolean | undefined;
|
|
190
195
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
191
196
|
min: number;
|
|
@@ -204,6 +209,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
204
209
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
205
210
|
labelStyle?: ChartsTextProps["style"];
|
|
206
211
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
212
|
+
tickSpacing?: number;
|
|
207
213
|
label?: string;
|
|
208
214
|
tickSize: number;
|
|
209
215
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -221,9 +227,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
221
227
|
width: number;
|
|
222
228
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
223
229
|
id: import("../internals/index.js").AxisId;
|
|
230
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
224
231
|
dataKey?: string | undefined;
|
|
225
232
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
226
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
227
233
|
hideTooltip?: boolean | undefined;
|
|
228
234
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
229
235
|
min: number;
|
|
@@ -242,6 +248,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
242
248
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
243
249
|
labelStyle?: ChartsTextProps["style"];
|
|
244
250
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
251
|
+
tickSpacing?: number;
|
|
245
252
|
label?: string;
|
|
246
253
|
tickSize: number;
|
|
247
254
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -259,9 +266,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
259
266
|
width: number;
|
|
260
267
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
261
268
|
id: import("../internals/index.js").AxisId;
|
|
269
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
262
270
|
dataKey?: string | undefined;
|
|
263
271
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
264
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
265
272
|
hideTooltip?: boolean | undefined;
|
|
266
273
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
267
274
|
min: number;
|
|
@@ -280,6 +287,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
280
287
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
281
288
|
labelStyle?: ChartsTextProps["style"];
|
|
282
289
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
290
|
+
tickSpacing?: number;
|
|
283
291
|
label?: string;
|
|
284
292
|
tickSize: number;
|
|
285
293
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -297,9 +305,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
297
305
|
width: number;
|
|
298
306
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
299
307
|
id: import("../internals/index.js").AxisId;
|
|
308
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
300
309
|
dataKey?: string | undefined;
|
|
301
310
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
302
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
303
311
|
hideTooltip?: boolean | undefined;
|
|
304
312
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
305
313
|
min: number;
|
|
@@ -318,6 +326,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
318
326
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
319
327
|
labelStyle?: ChartsTextProps["style"];
|
|
320
328
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
329
|
+
tickSpacing?: number;
|
|
321
330
|
label?: string;
|
|
322
331
|
tickSize: number;
|
|
323
332
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -335,9 +344,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
335
344
|
width: number;
|
|
336
345
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
337
346
|
id: import("../internals/index.js").AxisId;
|
|
347
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
338
348
|
dataKey?: string | undefined;
|
|
339
349
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
340
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
341
350
|
hideTooltip?: boolean | undefined;
|
|
342
351
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
343
352
|
min: number;
|
|
@@ -356,6 +365,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
356
365
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
357
366
|
labelStyle?: ChartsTextProps["style"];
|
|
358
367
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
368
|
+
tickSpacing?: number;
|
|
359
369
|
label?: string;
|
|
360
370
|
tickSize: number;
|
|
361
371
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -373,9 +383,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
373
383
|
width: number;
|
|
374
384
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
375
385
|
id: import("../internals/index.js").AxisId;
|
|
386
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
376
387
|
dataKey?: string | undefined;
|
|
377
388
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
378
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
379
389
|
hideTooltip?: boolean | undefined;
|
|
380
390
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
381
391
|
min: number;
|
|
@@ -394,6 +404,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
394
404
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
395
405
|
labelStyle?: ChartsTextProps["style"];
|
|
396
406
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
407
|
+
tickSpacing?: number;
|
|
397
408
|
label?: string;
|
|
398
409
|
tickSize: number;
|
|
399
410
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -411,9 +422,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
411
422
|
width: number;
|
|
412
423
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
413
424
|
id: import("../internals/index.js").AxisId;
|
|
425
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
414
426
|
dataKey?: string | undefined;
|
|
415
427
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
416
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
417
428
|
hideTooltip?: boolean | undefined;
|
|
418
429
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
419
430
|
min: number;
|
|
@@ -432,6 +443,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
432
443
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
433
444
|
labelStyle?: ChartsTextProps["style"];
|
|
434
445
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
446
|
+
tickSpacing?: number;
|
|
435
447
|
label?: string;
|
|
436
448
|
tickSize: number;
|
|
437
449
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -449,9 +461,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
449
461
|
width: number;
|
|
450
462
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
451
463
|
id: import("../internals/index.js").AxisId;
|
|
464
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
452
465
|
dataKey?: string | undefined;
|
|
453
466
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
454
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
455
467
|
hideTooltip?: boolean | undefined;
|
|
456
468
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
457
469
|
min: number;
|
|
@@ -470,6 +482,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
470
482
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
471
483
|
labelStyle?: ChartsTextProps["style"];
|
|
472
484
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
485
|
+
tickSpacing?: number;
|
|
473
486
|
label?: string;
|
|
474
487
|
tickSize: number;
|
|
475
488
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -487,9 +500,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
487
500
|
width: number;
|
|
488
501
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
489
502
|
id: import("../internals/index.js").AxisId;
|
|
503
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
490
504
|
dataKey?: string | undefined;
|
|
491
505
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
492
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
493
506
|
hideTooltip?: boolean | undefined;
|
|
494
507
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
495
508
|
min: number;
|
|
@@ -508,6 +521,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
508
521
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
509
522
|
labelStyle?: ChartsTextProps["style"];
|
|
510
523
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
524
|
+
tickSpacing?: number;
|
|
511
525
|
label?: string;
|
|
512
526
|
tickSize: number;
|
|
513
527
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -525,9 +539,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
525
539
|
width: number;
|
|
526
540
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
527
541
|
id: import("../internals/index.js").AxisId;
|
|
542
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
528
543
|
dataKey?: string | undefined;
|
|
529
544
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
530
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
531
545
|
hideTooltip?: boolean | undefined;
|
|
532
546
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
533
547
|
min: number;
|
|
@@ -546,6 +560,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
546
560
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
547
561
|
labelStyle?: ChartsTextProps["style"];
|
|
548
562
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
563
|
+
tickSpacing?: number;
|
|
549
564
|
label?: string;
|
|
550
565
|
tickSize: number;
|
|
551
566
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -563,9 +578,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
563
578
|
width: number;
|
|
564
579
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
565
580
|
id: import("../internals/index.js").AxisId;
|
|
581
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
566
582
|
dataKey?: string | undefined;
|
|
567
583
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
568
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
569
584
|
hideTooltip?: boolean | undefined;
|
|
570
585
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
571
586
|
min: number;
|
|
@@ -584,6 +599,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
584
599
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
585
600
|
labelStyle?: ChartsTextProps["style"];
|
|
586
601
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
602
|
+
tickSpacing?: number;
|
|
587
603
|
label?: string;
|
|
588
604
|
tickSize: number;
|
|
589
605
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -601,9 +617,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
601
617
|
width: number;
|
|
602
618
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
603
619
|
id: import("../internals/index.js").AxisId;
|
|
620
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
604
621
|
dataKey?: string | undefined;
|
|
605
622
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
606
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
607
623
|
hideTooltip?: boolean | undefined;
|
|
608
624
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
609
625
|
min: number;
|
|
@@ -622,6 +638,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
622
638
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
623
639
|
labelStyle?: ChartsTextProps["style"];
|
|
624
640
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
641
|
+
tickSpacing?: number;
|
|
625
642
|
label?: string;
|
|
626
643
|
tickSize: number;
|
|
627
644
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -639,9 +656,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
639
656
|
width: number;
|
|
640
657
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
641
658
|
id: import("../internals/index.js").AxisId;
|
|
659
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
642
660
|
dataKey?: string | undefined;
|
|
643
661
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
644
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
645
662
|
hideTooltip?: boolean | undefined;
|
|
646
663
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
647
664
|
min: number;
|
|
@@ -660,6 +677,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
660
677
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
661
678
|
labelStyle?: ChartsTextProps["style"];
|
|
662
679
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
680
|
+
tickSpacing?: number;
|
|
663
681
|
label?: string;
|
|
664
682
|
tickSize: number;
|
|
665
683
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -677,9 +695,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
677
695
|
width: number;
|
|
678
696
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
679
697
|
id: import("../internals/index.js").AxisId;
|
|
698
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
680
699
|
dataKey?: string | undefined;
|
|
681
700
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
682
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
683
701
|
hideTooltip?: boolean | undefined;
|
|
684
702
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
685
703
|
min: number;
|
|
@@ -698,6 +716,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
698
716
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
699
717
|
labelStyle?: ChartsTextProps["style"];
|
|
700
718
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
719
|
+
tickSpacing?: number;
|
|
701
720
|
label?: string;
|
|
702
721
|
tickSize: number;
|
|
703
722
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -715,9 +734,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
715
734
|
width: number;
|
|
716
735
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
717
736
|
id: import("../internals/index.js").AxisId;
|
|
737
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
718
738
|
dataKey?: string | undefined;
|
|
719
739
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
720
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
721
740
|
hideTooltip?: boolean | undefined;
|
|
722
741
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
723
742
|
min: number;
|
|
@@ -736,6 +755,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
736
755
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
737
756
|
labelStyle?: ChartsTextProps["style"];
|
|
738
757
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
758
|
+
tickSpacing?: number;
|
|
739
759
|
label?: string;
|
|
740
760
|
tickSize: number;
|
|
741
761
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -753,9 +773,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
753
773
|
width: number;
|
|
754
774
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
755
775
|
id: import("../internals/index.js").AxisId;
|
|
776
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
756
777
|
dataKey?: string | undefined;
|
|
757
778
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
758
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
759
779
|
hideTooltip?: boolean | undefined;
|
|
760
780
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
761
781
|
min: number;
|
|
@@ -774,6 +794,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
774
794
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
775
795
|
labelStyle?: ChartsTextProps["style"];
|
|
776
796
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
797
|
+
tickSpacing?: number;
|
|
777
798
|
label?: string;
|
|
778
799
|
tickSize: number;
|
|
779
800
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -791,9 +812,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
791
812
|
width: number;
|
|
792
813
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
793
814
|
id: import("../internals/index.js").AxisId;
|
|
815
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
794
816
|
dataKey?: string | undefined;
|
|
795
817
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
796
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
797
818
|
hideTooltip?: boolean | undefined;
|
|
798
819
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
799
820
|
min: number;
|
|
@@ -812,6 +833,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
812
833
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
813
834
|
labelStyle?: ChartsTextProps["style"];
|
|
814
835
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
836
|
+
tickSpacing?: number;
|
|
815
837
|
label?: string;
|
|
816
838
|
tickSize: number;
|
|
817
839
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -829,9 +851,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
829
851
|
width: number;
|
|
830
852
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
831
853
|
id: import("../internals/index.js").AxisId;
|
|
854
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
832
855
|
dataKey?: string | undefined;
|
|
833
856
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
834
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
835
857
|
hideTooltip?: boolean | undefined;
|
|
836
858
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
837
859
|
min: number;
|
|
@@ -850,6 +872,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
850
872
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
851
873
|
labelStyle?: ChartsTextProps["style"];
|
|
852
874
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
875
|
+
tickSpacing?: number;
|
|
853
876
|
label?: string;
|
|
854
877
|
tickSize: number;
|
|
855
878
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -867,9 +890,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
867
890
|
width: number;
|
|
868
891
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
869
892
|
id: import("../internals/index.js").AxisId;
|
|
893
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
870
894
|
dataKey?: string | undefined;
|
|
871
895
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
872
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
873
896
|
hideTooltip?: boolean | undefined;
|
|
874
897
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
875
898
|
min: number;
|
|
@@ -888,6 +911,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
888
911
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
889
912
|
labelStyle?: ChartsTextProps["style"];
|
|
890
913
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
914
|
+
tickSpacing?: number;
|
|
891
915
|
label?: string;
|
|
892
916
|
tickSize: number;
|
|
893
917
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -905,9 +929,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
905
929
|
width: number;
|
|
906
930
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
907
931
|
id: import("../internals/index.js").AxisId;
|
|
932
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
908
933
|
dataKey?: string | undefined;
|
|
909
934
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
910
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
911
935
|
hideTooltip?: boolean | undefined;
|
|
912
936
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
913
937
|
min: number;
|
|
@@ -926,6 +950,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
926
950
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
927
951
|
labelStyle?: ChartsTextProps["style"];
|
|
928
952
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
953
|
+
tickSpacing?: number;
|
|
929
954
|
label?: string;
|
|
930
955
|
tickSize: number;
|
|
931
956
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -943,9 +968,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
943
968
|
width: number;
|
|
944
969
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
945
970
|
id: import("../internals/index.js").AxisId;
|
|
971
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
946
972
|
dataKey?: string | undefined;
|
|
947
973
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
948
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
949
974
|
hideTooltip?: boolean | undefined;
|
|
950
975
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
951
976
|
min: number;
|
|
@@ -964,6 +989,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
964
989
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
965
990
|
labelStyle?: ChartsTextProps["style"];
|
|
966
991
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
992
|
+
tickSpacing?: number;
|
|
967
993
|
label?: string;
|
|
968
994
|
tickSize: number;
|
|
969
995
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -981,9 +1007,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
981
1007
|
width: number;
|
|
982
1008
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
983
1009
|
id: import("../internals/index.js").AxisId;
|
|
1010
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
984
1011
|
dataKey?: string | undefined;
|
|
985
1012
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
986
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
987
1013
|
hideTooltip?: boolean | undefined;
|
|
988
1014
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
989
1015
|
min: number;
|
|
@@ -1002,6 +1028,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1002
1028
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1003
1029
|
labelStyle?: ChartsTextProps["style"];
|
|
1004
1030
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1031
|
+
tickSpacing?: number;
|
|
1005
1032
|
label?: string;
|
|
1006
1033
|
tickSize: number;
|
|
1007
1034
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1019,9 +1046,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1019
1046
|
width: number;
|
|
1020
1047
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1021
1048
|
id: import("../internals/index.js").AxisId;
|
|
1049
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1022
1050
|
dataKey?: string | undefined;
|
|
1023
1051
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1024
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1025
1052
|
hideTooltip?: boolean | undefined;
|
|
1026
1053
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1027
1054
|
min: number;
|
|
@@ -1040,6 +1067,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1040
1067
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1041
1068
|
labelStyle?: ChartsTextProps["style"];
|
|
1042
1069
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1070
|
+
tickSpacing?: number;
|
|
1043
1071
|
label?: string;
|
|
1044
1072
|
tickSize: number;
|
|
1045
1073
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1057,9 +1085,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1057
1085
|
width: number;
|
|
1058
1086
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1059
1087
|
id: import("../internals/index.js").AxisId;
|
|
1088
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1060
1089
|
dataKey?: string | undefined;
|
|
1061
1090
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1062
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1063
1091
|
hideTooltip?: boolean | undefined;
|
|
1064
1092
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1065
1093
|
min: number;
|
|
@@ -1079,6 +1107,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1079
1107
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1080
1108
|
labelStyle?: ChartsTextProps["style"];
|
|
1081
1109
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1110
|
+
tickSpacing?: number;
|
|
1082
1111
|
label?: string;
|
|
1083
1112
|
tickSize: number;
|
|
1084
1113
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1096,9 +1125,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1096
1125
|
width: number;
|
|
1097
1126
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1098
1127
|
id: import("../internals/index.js").AxisId;
|
|
1128
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1099
1129
|
dataKey?: string | undefined;
|
|
1100
1130
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1101
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1102
1131
|
hideTooltip?: boolean | undefined;
|
|
1103
1132
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1104
1133
|
min: number;
|
|
@@ -1118,6 +1147,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1118
1147
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1119
1148
|
labelStyle?: ChartsTextProps["style"];
|
|
1120
1149
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1150
|
+
tickSpacing?: number;
|
|
1121
1151
|
label?: string;
|
|
1122
1152
|
tickSize: number;
|
|
1123
1153
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1135,9 +1165,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1135
1165
|
width: number;
|
|
1136
1166
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1137
1167
|
id: import("../internals/index.js").AxisId;
|
|
1168
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1138
1169
|
dataKey?: string | undefined;
|
|
1139
1170
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1140
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1141
1171
|
hideTooltip?: boolean | undefined;
|
|
1142
1172
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1143
1173
|
min: number;
|
|
@@ -1157,6 +1187,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1157
1187
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1158
1188
|
labelStyle?: ChartsTextProps["style"];
|
|
1159
1189
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1190
|
+
tickSpacing?: number;
|
|
1160
1191
|
label?: string;
|
|
1161
1192
|
tickSize: number;
|
|
1162
1193
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1174,9 +1205,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1174
1205
|
width: number;
|
|
1175
1206
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1176
1207
|
id: import("../internals/index.js").AxisId;
|
|
1208
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1177
1209
|
dataKey?: string | undefined;
|
|
1178
1210
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1179
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1180
1211
|
hideTooltip?: boolean | undefined;
|
|
1181
1212
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1182
1213
|
min: number;
|
|
@@ -1196,6 +1227,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1196
1227
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1197
1228
|
labelStyle?: ChartsTextProps["style"];
|
|
1198
1229
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1230
|
+
tickSpacing?: number;
|
|
1199
1231
|
label?: string;
|
|
1200
1232
|
tickSize: number;
|
|
1201
1233
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1213,9 +1245,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1213
1245
|
width: number;
|
|
1214
1246
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1215
1247
|
id: import("../internals/index.js").AxisId;
|
|
1248
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1216
1249
|
dataKey?: string | undefined;
|
|
1217
1250
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1218
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1219
1251
|
hideTooltip?: boolean | undefined;
|
|
1220
1252
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1221
1253
|
min: number;
|
|
@@ -1235,6 +1267,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1235
1267
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1236
1268
|
labelStyle?: ChartsTextProps["style"];
|
|
1237
1269
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1270
|
+
tickSpacing?: number;
|
|
1238
1271
|
label?: string;
|
|
1239
1272
|
tickSize: number;
|
|
1240
1273
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1252,9 +1285,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1252
1285
|
width: number;
|
|
1253
1286
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1254
1287
|
id: import("../internals/index.js").AxisId;
|
|
1288
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1255
1289
|
dataKey?: string | undefined;
|
|
1256
1290
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1257
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1258
1291
|
hideTooltip?: boolean | undefined;
|
|
1259
1292
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1260
1293
|
min: number;
|
|
@@ -1274,6 +1307,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1274
1307
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1275
1308
|
labelStyle?: ChartsTextProps["style"];
|
|
1276
1309
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1310
|
+
tickSpacing?: number;
|
|
1277
1311
|
label?: string;
|
|
1278
1312
|
tickSize: number;
|
|
1279
1313
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1291,9 +1325,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1291
1325
|
width: number;
|
|
1292
1326
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1293
1327
|
id: import("../internals/index.js").AxisId;
|
|
1328
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1294
1329
|
dataKey?: string | undefined;
|
|
1295
1330
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1296
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1297
1331
|
hideTooltip?: boolean | undefined;
|
|
1298
1332
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1299
1333
|
min: number;
|
|
@@ -1313,6 +1347,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1313
1347
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1314
1348
|
labelStyle?: ChartsTextProps["style"];
|
|
1315
1349
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1350
|
+
tickSpacing?: number;
|
|
1316
1351
|
label?: string;
|
|
1317
1352
|
tickSize: number;
|
|
1318
1353
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1330,9 +1365,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1330
1365
|
width: number;
|
|
1331
1366
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1332
1367
|
id: import("../internals/index.js").AxisId;
|
|
1368
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1333
1369
|
dataKey?: string | undefined;
|
|
1334
1370
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1335
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1336
1371
|
hideTooltip?: boolean | undefined;
|
|
1337
1372
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1338
1373
|
min: number;
|
|
@@ -1352,6 +1387,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1352
1387
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1353
1388
|
labelStyle?: ChartsTextProps["style"];
|
|
1354
1389
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1390
|
+
tickSpacing?: number;
|
|
1355
1391
|
label?: string;
|
|
1356
1392
|
tickSize: number;
|
|
1357
1393
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1369,9 +1405,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1369
1405
|
width: number;
|
|
1370
1406
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1371
1407
|
id: import("../internals/index.js").AxisId;
|
|
1408
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1372
1409
|
dataKey?: string | undefined;
|
|
1373
1410
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1374
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1375
1411
|
hideTooltip?: boolean | undefined;
|
|
1376
1412
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1377
1413
|
min: number;
|
|
@@ -1391,6 +1427,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1391
1427
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1392
1428
|
labelStyle?: ChartsTextProps["style"];
|
|
1393
1429
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1430
|
+
tickSpacing?: number;
|
|
1394
1431
|
label?: string;
|
|
1395
1432
|
tickSize: number;
|
|
1396
1433
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1408,9 +1445,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1408
1445
|
width: number;
|
|
1409
1446
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1410
1447
|
id: import("../internals/index.js").AxisId;
|
|
1448
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1411
1449
|
dataKey?: string | undefined;
|
|
1412
1450
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1413
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1414
1451
|
hideTooltip?: boolean | undefined;
|
|
1415
1452
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1416
1453
|
min: number;
|
|
@@ -1429,6 +1466,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1429
1466
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1430
1467
|
labelStyle?: ChartsTextProps["style"];
|
|
1431
1468
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1469
|
+
tickSpacing?: number;
|
|
1432
1470
|
label?: string;
|
|
1433
1471
|
tickSize: number;
|
|
1434
1472
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1446,9 +1484,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1446
1484
|
width: number;
|
|
1447
1485
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1448
1486
|
id: import("../internals/index.js").AxisId;
|
|
1487
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1449
1488
|
dataKey?: string | undefined;
|
|
1450
1489
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1451
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1452
1490
|
hideTooltip?: boolean | undefined;
|
|
1453
1491
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1454
1492
|
min: number;
|
|
@@ -1467,6 +1505,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1467
1505
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1468
1506
|
labelStyle?: ChartsTextProps["style"];
|
|
1469
1507
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1508
|
+
tickSpacing?: number;
|
|
1470
1509
|
label?: string;
|
|
1471
1510
|
tickSize: number;
|
|
1472
1511
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1484,9 +1523,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1484
1523
|
width: number;
|
|
1485
1524
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1486
1525
|
id: import("../internals/index.js").AxisId;
|
|
1526
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1487
1527
|
dataKey?: string | undefined;
|
|
1488
1528
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1489
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1490
1529
|
hideTooltip?: boolean | undefined;
|
|
1491
1530
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1492
1531
|
min: number;
|
|
@@ -1505,6 +1544,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1505
1544
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1506
1545
|
labelStyle?: ChartsTextProps["style"];
|
|
1507
1546
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1547
|
+
tickSpacing?: number;
|
|
1508
1548
|
label?: string;
|
|
1509
1549
|
tickSize: number;
|
|
1510
1550
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1522,9 +1562,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1522
1562
|
width: number;
|
|
1523
1563
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1524
1564
|
id: import("../internals/index.js").AxisId;
|
|
1565
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1525
1566
|
dataKey?: string | undefined;
|
|
1526
1567
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1527
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1528
1568
|
hideTooltip?: boolean | undefined;
|
|
1529
1569
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1530
1570
|
min: number;
|
|
@@ -1543,6 +1583,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1543
1583
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1544
1584
|
labelStyle?: ChartsTextProps["style"];
|
|
1545
1585
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1586
|
+
tickSpacing?: number;
|
|
1546
1587
|
label?: string;
|
|
1547
1588
|
tickSize: number;
|
|
1548
1589
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1560,9 +1601,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1560
1601
|
width: number;
|
|
1561
1602
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1562
1603
|
id: import("../internals/index.js").AxisId;
|
|
1604
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1563
1605
|
dataKey?: string | undefined;
|
|
1564
1606
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1565
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1566
1607
|
hideTooltip?: boolean | undefined;
|
|
1567
1608
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1568
1609
|
min: number;
|
|
@@ -1581,6 +1622,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1581
1622
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1582
1623
|
labelStyle?: ChartsTextProps["style"];
|
|
1583
1624
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1625
|
+
tickSpacing?: number;
|
|
1584
1626
|
label?: string;
|
|
1585
1627
|
tickSize: number;
|
|
1586
1628
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1598,9 +1640,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1598
1640
|
width: number;
|
|
1599
1641
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1600
1642
|
id: import("../internals/index.js").AxisId;
|
|
1643
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1601
1644
|
dataKey?: string | undefined;
|
|
1602
1645
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1603
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1604
1646
|
hideTooltip?: boolean | undefined;
|
|
1605
1647
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1606
1648
|
min: number;
|
|
@@ -1619,6 +1661,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1619
1661
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1620
1662
|
labelStyle?: ChartsTextProps["style"];
|
|
1621
1663
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1664
|
+
tickSpacing?: number;
|
|
1622
1665
|
label?: string;
|
|
1623
1666
|
tickSize: number;
|
|
1624
1667
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1636,9 +1679,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1636
1679
|
width: number;
|
|
1637
1680
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1638
1681
|
id: import("../internals/index.js").AxisId;
|
|
1682
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1639
1683
|
dataKey?: string | undefined;
|
|
1640
1684
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1641
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1642
1685
|
hideTooltip?: boolean | undefined;
|
|
1643
1686
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1644
1687
|
min: number;
|
|
@@ -1657,6 +1700,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1657
1700
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1658
1701
|
labelStyle?: ChartsTextProps["style"];
|
|
1659
1702
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1703
|
+
tickSpacing?: number;
|
|
1660
1704
|
label?: string;
|
|
1661
1705
|
tickSize: number;
|
|
1662
1706
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1674,9 +1718,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1674
1718
|
width: number;
|
|
1675
1719
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1676
1720
|
id: import("../internals/index.js").AxisId;
|
|
1721
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1677
1722
|
dataKey?: string | undefined;
|
|
1678
1723
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1679
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1680
1724
|
hideTooltip?: boolean | undefined;
|
|
1681
1725
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1682
1726
|
min: number;
|
|
@@ -1695,6 +1739,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1695
1739
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1696
1740
|
labelStyle?: ChartsTextProps["style"];
|
|
1697
1741
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1742
|
+
tickSpacing?: number;
|
|
1698
1743
|
label?: string;
|
|
1699
1744
|
tickSize: number;
|
|
1700
1745
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1712,9 +1757,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1712
1757
|
width: number;
|
|
1713
1758
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1714
1759
|
id: import("../internals/index.js").AxisId;
|
|
1760
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1715
1761
|
dataKey?: string | undefined;
|
|
1716
1762
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1717
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1718
1763
|
hideTooltip?: boolean | undefined;
|
|
1719
1764
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1720
1765
|
min: number;
|
|
@@ -1733,6 +1778,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1733
1778
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1734
1779
|
labelStyle?: ChartsTextProps["style"];
|
|
1735
1780
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1781
|
+
tickSpacing?: number;
|
|
1736
1782
|
label?: string;
|
|
1737
1783
|
tickSize: number;
|
|
1738
1784
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1750,9 +1796,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1750
1796
|
width: number;
|
|
1751
1797
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1752
1798
|
id: import("../internals/index.js").AxisId;
|
|
1799
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1753
1800
|
dataKey?: string | undefined;
|
|
1754
1801
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1755
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1756
1802
|
hideTooltip?: boolean | undefined;
|
|
1757
1803
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1758
1804
|
min: number;
|
|
@@ -1771,6 +1817,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1771
1817
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1772
1818
|
labelStyle?: ChartsTextProps["style"];
|
|
1773
1819
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1820
|
+
tickSpacing?: number;
|
|
1774
1821
|
label?: string;
|
|
1775
1822
|
tickSize: number;
|
|
1776
1823
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1788,9 +1835,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1788
1835
|
width: number;
|
|
1789
1836
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1790
1837
|
id: import("../internals/index.js").AxisId;
|
|
1838
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1791
1839
|
dataKey?: string | undefined;
|
|
1792
1840
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1793
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1794
1841
|
hideTooltip?: boolean | undefined;
|
|
1795
1842
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1796
1843
|
min: number;
|
|
@@ -1809,6 +1856,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1809
1856
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1810
1857
|
labelStyle?: ChartsTextProps["style"];
|
|
1811
1858
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1859
|
+
tickSpacing?: number;
|
|
1812
1860
|
label?: string;
|
|
1813
1861
|
tickSize: number;
|
|
1814
1862
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1826,9 +1874,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1826
1874
|
width: number;
|
|
1827
1875
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1828
1876
|
id: import("../internals/index.js").AxisId;
|
|
1877
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1829
1878
|
dataKey?: string | undefined;
|
|
1830
1879
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1831
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1832
1880
|
hideTooltip?: boolean | undefined;
|
|
1833
1881
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1834
1882
|
min: number;
|
|
@@ -1847,6 +1895,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1847
1895
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1848
1896
|
labelStyle?: ChartsTextProps["style"];
|
|
1849
1897
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1898
|
+
tickSpacing?: number;
|
|
1850
1899
|
label?: string;
|
|
1851
1900
|
tickSize: number;
|
|
1852
1901
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1864,9 +1913,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1864
1913
|
width: number;
|
|
1865
1914
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1866
1915
|
id: import("../internals/index.js").AxisId;
|
|
1916
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1867
1917
|
dataKey?: string | undefined;
|
|
1868
1918
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1869
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1870
1919
|
hideTooltip?: boolean | undefined;
|
|
1871
1920
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1872
1921
|
min: number;
|
|
@@ -1885,6 +1934,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1885
1934
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1886
1935
|
labelStyle?: ChartsTextProps["style"];
|
|
1887
1936
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1937
|
+
tickSpacing?: number;
|
|
1888
1938
|
label?: string;
|
|
1889
1939
|
tickSize: number;
|
|
1890
1940
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1902,9 +1952,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1902
1952
|
width: number;
|
|
1903
1953
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1904
1954
|
id: import("../internals/index.js").AxisId;
|
|
1955
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1905
1956
|
dataKey?: string | undefined;
|
|
1906
1957
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1907
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1908
1958
|
hideTooltip?: boolean | undefined;
|
|
1909
1959
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1910
1960
|
min: number;
|
|
@@ -1923,6 +1973,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1923
1973
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1924
1974
|
labelStyle?: ChartsTextProps["style"];
|
|
1925
1975
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1976
|
+
tickSpacing?: number;
|
|
1926
1977
|
label?: string;
|
|
1927
1978
|
tickSize: number;
|
|
1928
1979
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1940,9 +1991,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1940
1991
|
width: number;
|
|
1941
1992
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1942
1993
|
id: import("../internals/index.js").AxisId;
|
|
1994
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1943
1995
|
dataKey?: string | undefined;
|
|
1944
1996
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1945
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1946
1997
|
hideTooltip?: boolean | undefined;
|
|
1947
1998
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1948
1999
|
min: number;
|
|
@@ -1961,6 +2012,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1961
2012
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1962
2013
|
labelStyle?: ChartsTextProps["style"];
|
|
1963
2014
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2015
|
+
tickSpacing?: number;
|
|
1964
2016
|
label?: string;
|
|
1965
2017
|
tickSize: number;
|
|
1966
2018
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -1978,9 +2030,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1978
2030
|
width: number;
|
|
1979
2031
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1980
2032
|
id: import("../internals/index.js").AxisId;
|
|
2033
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1981
2034
|
dataKey?: string | undefined;
|
|
1982
2035
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1983
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1984
2036
|
hideTooltip?: boolean | undefined;
|
|
1985
2037
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
1986
2038
|
min: number;
|
|
@@ -1999,6 +2051,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1999
2051
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2000
2052
|
labelStyle?: ChartsTextProps["style"];
|
|
2001
2053
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2054
|
+
tickSpacing?: number;
|
|
2002
2055
|
label?: string;
|
|
2003
2056
|
tickSize: number;
|
|
2004
2057
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2016,9 +2069,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2016
2069
|
width: number;
|
|
2017
2070
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2018
2071
|
id: import("../internals/index.js").AxisId;
|
|
2072
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2019
2073
|
dataKey?: string | undefined;
|
|
2020
2074
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2021
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2022
2075
|
hideTooltip?: boolean | undefined;
|
|
2023
2076
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2024
2077
|
min: number;
|
|
@@ -2037,6 +2090,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2037
2090
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2038
2091
|
labelStyle?: ChartsTextProps["style"];
|
|
2039
2092
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2093
|
+
tickSpacing?: number;
|
|
2040
2094
|
label?: string;
|
|
2041
2095
|
tickSize: number;
|
|
2042
2096
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2054,9 +2108,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2054
2108
|
width: number;
|
|
2055
2109
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2056
2110
|
id: import("../internals/index.js").AxisId;
|
|
2111
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2057
2112
|
dataKey?: string | undefined;
|
|
2058
2113
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2059
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2060
2114
|
hideTooltip?: boolean | undefined;
|
|
2061
2115
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2062
2116
|
min: number;
|
|
@@ -2075,6 +2129,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2075
2129
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2076
2130
|
labelStyle?: ChartsTextProps["style"];
|
|
2077
2131
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2132
|
+
tickSpacing?: number;
|
|
2078
2133
|
label?: string;
|
|
2079
2134
|
tickSize: number;
|
|
2080
2135
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2092,9 +2147,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2092
2147
|
width: number;
|
|
2093
2148
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2094
2149
|
id: import("../internals/index.js").AxisId;
|
|
2150
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2095
2151
|
dataKey?: string | undefined;
|
|
2096
2152
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2097
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2098
2153
|
hideTooltip?: boolean | undefined;
|
|
2099
2154
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2100
2155
|
min: number;
|
|
@@ -2113,6 +2168,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2113
2168
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2114
2169
|
labelStyle?: ChartsTextProps["style"];
|
|
2115
2170
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2171
|
+
tickSpacing?: number;
|
|
2116
2172
|
label?: string;
|
|
2117
2173
|
tickSize: number;
|
|
2118
2174
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2130,9 +2186,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2130
2186
|
width: number;
|
|
2131
2187
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2132
2188
|
id: import("../internals/index.js").AxisId;
|
|
2189
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2133
2190
|
dataKey?: string | undefined;
|
|
2134
2191
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2135
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2136
2192
|
hideTooltip?: boolean | undefined;
|
|
2137
2193
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2138
2194
|
min: number;
|
|
@@ -2151,6 +2207,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2151
2207
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2152
2208
|
labelStyle?: ChartsTextProps["style"];
|
|
2153
2209
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2210
|
+
tickSpacing?: number;
|
|
2154
2211
|
label?: string;
|
|
2155
2212
|
tickSize: number;
|
|
2156
2213
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2168,9 +2225,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2168
2225
|
width: number;
|
|
2169
2226
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2170
2227
|
id: import("../internals/index.js").AxisId;
|
|
2228
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2171
2229
|
dataKey?: string | undefined;
|
|
2172
2230
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2173
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2174
2231
|
hideTooltip?: boolean | undefined;
|
|
2175
2232
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2176
2233
|
min: number;
|
|
@@ -2189,6 +2246,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2189
2246
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2190
2247
|
labelStyle?: ChartsTextProps["style"];
|
|
2191
2248
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2249
|
+
tickSpacing?: number;
|
|
2192
2250
|
label?: string;
|
|
2193
2251
|
tickSize: number;
|
|
2194
2252
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2206,9 +2264,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2206
2264
|
width: number;
|
|
2207
2265
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2208
2266
|
id: import("../internals/index.js").AxisId;
|
|
2267
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2209
2268
|
dataKey?: string | undefined;
|
|
2210
2269
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2211
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2212
2270
|
hideTooltip?: boolean | undefined;
|
|
2213
2271
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2214
2272
|
min: number;
|
|
@@ -2227,6 +2285,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2227
2285
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2228
2286
|
labelStyle?: ChartsTextProps["style"];
|
|
2229
2287
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2288
|
+
tickSpacing?: number;
|
|
2230
2289
|
label?: string;
|
|
2231
2290
|
tickSize: number;
|
|
2232
2291
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2244,9 +2303,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2244
2303
|
width: number;
|
|
2245
2304
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2246
2305
|
id: import("../internals/index.js").AxisId;
|
|
2306
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2247
2307
|
dataKey?: string | undefined;
|
|
2248
2308
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2249
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2250
2309
|
hideTooltip?: boolean | undefined;
|
|
2251
2310
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2252
2311
|
min: number;
|
|
@@ -2265,6 +2324,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2265
2324
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2266
2325
|
labelStyle?: ChartsTextProps["style"];
|
|
2267
2326
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2327
|
+
tickSpacing?: number;
|
|
2268
2328
|
label?: string;
|
|
2269
2329
|
tickSize: number;
|
|
2270
2330
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2282,9 +2342,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2282
2342
|
width: number;
|
|
2283
2343
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2284
2344
|
id: import("../internals/index.js").AxisId;
|
|
2345
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2285
2346
|
dataKey?: string | undefined;
|
|
2286
2347
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2287
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2288
2348
|
hideTooltip?: boolean | undefined;
|
|
2289
2349
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2290
2350
|
min: number;
|
|
@@ -2303,6 +2363,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2303
2363
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2304
2364
|
labelStyle?: ChartsTextProps["style"];
|
|
2305
2365
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2366
|
+
tickSpacing?: number;
|
|
2306
2367
|
label?: string;
|
|
2307
2368
|
tickSize: number;
|
|
2308
2369
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2320,9 +2381,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2320
2381
|
width: number;
|
|
2321
2382
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2322
2383
|
id: import("../internals/index.js").AxisId;
|
|
2384
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2323
2385
|
dataKey?: string | undefined;
|
|
2324
2386
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2325
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2326
2387
|
hideTooltip?: boolean | undefined;
|
|
2327
2388
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2328
2389
|
min: number;
|
|
@@ -2341,6 +2402,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2341
2402
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2342
2403
|
labelStyle?: ChartsTextProps["style"];
|
|
2343
2404
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2405
|
+
tickSpacing?: number;
|
|
2344
2406
|
label?: string;
|
|
2345
2407
|
tickSize: number;
|
|
2346
2408
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2358,9 +2420,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2358
2420
|
width: number;
|
|
2359
2421
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2360
2422
|
id: import("../internals/index.js").AxisId;
|
|
2423
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2361
2424
|
dataKey?: string | undefined;
|
|
2362
2425
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2363
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2364
2426
|
hideTooltip?: boolean | undefined;
|
|
2365
2427
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2366
2428
|
min: number;
|
|
@@ -2379,6 +2441,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2379
2441
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2380
2442
|
labelStyle?: ChartsTextProps["style"];
|
|
2381
2443
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2444
|
+
tickSpacing?: number;
|
|
2382
2445
|
label?: string;
|
|
2383
2446
|
tickSize: number;
|
|
2384
2447
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2396,9 +2459,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2396
2459
|
width: number;
|
|
2397
2460
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2398
2461
|
id: import("../internals/index.js").AxisId;
|
|
2462
|
+
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2399
2463
|
dataKey?: string | undefined;
|
|
2400
2464
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2401
|
-
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2402
2465
|
hideTooltip?: boolean | undefined;
|
|
2403
2466
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2404
2467
|
min: number;
|
|
@@ -2417,6 +2480,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2417
2480
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2418
2481
|
labelStyle?: ChartsTextProps["style"];
|
|
2419
2482
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2483
|
+
tickSpacing?: number;
|
|
2420
2484
|
label?: string;
|
|
2421
2485
|
tickSize: number;
|
|
2422
2486
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2434,9 +2498,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2434
2498
|
width: number;
|
|
2435
2499
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2436
2500
|
id: import("../internals/index.js").AxisId;
|
|
2501
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2437
2502
|
dataKey?: string | undefined;
|
|
2438
2503
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2439
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2440
2504
|
hideTooltip?: boolean | undefined;
|
|
2441
2505
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2442
2506
|
min: number;
|
|
@@ -2445,6 +2509,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2445
2509
|
ignoreTooltip?: boolean | undefined;
|
|
2446
2510
|
offset: number;
|
|
2447
2511
|
scaleType: "band";
|
|
2512
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2448
2513
|
categoryGapRatio: number;
|
|
2449
2514
|
barGapRatio: number;
|
|
2450
2515
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2458,6 +2523,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2458
2523
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2459
2524
|
labelStyle?: ChartsTextProps["style"];
|
|
2460
2525
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2526
|
+
tickSpacing?: number;
|
|
2461
2527
|
label?: string;
|
|
2462
2528
|
tickSize: number;
|
|
2463
2529
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2475,9 +2541,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2475
2541
|
width: number;
|
|
2476
2542
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2477
2543
|
id: import("../internals/index.js").AxisId;
|
|
2544
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2478
2545
|
dataKey?: string | undefined;
|
|
2479
2546
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2480
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2481
2547
|
hideTooltip?: boolean | undefined;
|
|
2482
2548
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2483
2549
|
min: number;
|
|
@@ -2486,6 +2552,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2486
2552
|
ignoreTooltip?: boolean | undefined;
|
|
2487
2553
|
offset: number;
|
|
2488
2554
|
scaleType: "band";
|
|
2555
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2489
2556
|
categoryGapRatio: number;
|
|
2490
2557
|
barGapRatio: number;
|
|
2491
2558
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2499,6 +2566,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2499
2566
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2500
2567
|
labelStyle?: ChartsTextProps["style"];
|
|
2501
2568
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2569
|
+
tickSpacing?: number;
|
|
2502
2570
|
label?: string;
|
|
2503
2571
|
tickSize: number;
|
|
2504
2572
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2516,9 +2584,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2516
2584
|
width: number;
|
|
2517
2585
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2518
2586
|
id: import("../internals/index.js").AxisId;
|
|
2587
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2519
2588
|
dataKey?: string | undefined;
|
|
2520
2589
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2521
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2522
2590
|
hideTooltip?: boolean | undefined;
|
|
2523
2591
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2524
2592
|
min: number;
|
|
@@ -2527,6 +2595,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2527
2595
|
ignoreTooltip?: boolean | undefined;
|
|
2528
2596
|
offset: number;
|
|
2529
2597
|
scaleType: "band";
|
|
2598
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2530
2599
|
categoryGapRatio: number;
|
|
2531
2600
|
barGapRatio: number;
|
|
2532
2601
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2540,6 +2609,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2540
2609
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2541
2610
|
labelStyle?: ChartsTextProps["style"];
|
|
2542
2611
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2612
|
+
tickSpacing?: number;
|
|
2543
2613
|
label?: string;
|
|
2544
2614
|
tickSize: number;
|
|
2545
2615
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2557,9 +2627,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2557
2627
|
width: number;
|
|
2558
2628
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2559
2629
|
id: import("../internals/index.js").AxisId;
|
|
2630
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2560
2631
|
dataKey?: string | undefined;
|
|
2561
2632
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2562
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2563
2633
|
hideTooltip?: boolean | undefined;
|
|
2564
2634
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2565
2635
|
min: number;
|
|
@@ -2568,6 +2638,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2568
2638
|
ignoreTooltip?: boolean | undefined;
|
|
2569
2639
|
offset: number;
|
|
2570
2640
|
scaleType: "band";
|
|
2641
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2571
2642
|
categoryGapRatio: number;
|
|
2572
2643
|
barGapRatio: number;
|
|
2573
2644
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2581,6 +2652,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2581
2652
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2582
2653
|
labelStyle?: ChartsTextProps["style"];
|
|
2583
2654
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2655
|
+
tickSpacing?: number;
|
|
2584
2656
|
label?: string;
|
|
2585
2657
|
tickSize: number;
|
|
2586
2658
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2598,9 +2670,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2598
2670
|
width: number;
|
|
2599
2671
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2600
2672
|
id: import("../internals/index.js").AxisId;
|
|
2673
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2601
2674
|
dataKey?: string | undefined;
|
|
2602
2675
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2603
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2604
2676
|
hideTooltip?: boolean | undefined;
|
|
2605
2677
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2606
2678
|
min: number;
|
|
@@ -2609,6 +2681,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2609
2681
|
ignoreTooltip?: boolean | undefined;
|
|
2610
2682
|
offset: number;
|
|
2611
2683
|
scaleType: "band";
|
|
2684
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2612
2685
|
categoryGapRatio: number;
|
|
2613
2686
|
barGapRatio: number;
|
|
2614
2687
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2622,6 +2695,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2622
2695
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2623
2696
|
labelStyle?: ChartsTextProps["style"];
|
|
2624
2697
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2698
|
+
tickSpacing?: number;
|
|
2625
2699
|
label?: string;
|
|
2626
2700
|
tickSize: number;
|
|
2627
2701
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2639,9 +2713,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2639
2713
|
width: number;
|
|
2640
2714
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2641
2715
|
id: import("../internals/index.js").AxisId;
|
|
2716
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2642
2717
|
dataKey?: string | undefined;
|
|
2643
2718
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2644
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2645
2719
|
hideTooltip?: boolean | undefined;
|
|
2646
2720
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2647
2721
|
min: number;
|
|
@@ -2650,6 +2724,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2650
2724
|
ignoreTooltip?: boolean | undefined;
|
|
2651
2725
|
offset: number;
|
|
2652
2726
|
scaleType: "band";
|
|
2727
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2653
2728
|
categoryGapRatio: number;
|
|
2654
2729
|
barGapRatio: number;
|
|
2655
2730
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2663,6 +2738,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2663
2738
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2664
2739
|
labelStyle?: ChartsTextProps["style"];
|
|
2665
2740
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2741
|
+
tickSpacing?: number;
|
|
2666
2742
|
label?: string;
|
|
2667
2743
|
tickSize: number;
|
|
2668
2744
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2680,9 +2756,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2680
2756
|
width: number;
|
|
2681
2757
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2682
2758
|
id: import("../internals/index.js").AxisId;
|
|
2759
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2683
2760
|
dataKey?: string | undefined;
|
|
2684
2761
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2685
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2686
2762
|
hideTooltip?: boolean | undefined;
|
|
2687
2763
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2688
2764
|
min: number;
|
|
@@ -2691,6 +2767,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2691
2767
|
ignoreTooltip?: boolean | undefined;
|
|
2692
2768
|
offset: number;
|
|
2693
2769
|
scaleType: "band";
|
|
2770
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2694
2771
|
categoryGapRatio: number;
|
|
2695
2772
|
barGapRatio: number;
|
|
2696
2773
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2704,6 +2781,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2704
2781
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2705
2782
|
labelStyle?: ChartsTextProps["style"];
|
|
2706
2783
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2784
|
+
tickSpacing?: number;
|
|
2707
2785
|
label?: string;
|
|
2708
2786
|
tickSize: number;
|
|
2709
2787
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2721,9 +2799,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2721
2799
|
width: number;
|
|
2722
2800
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2723
2801
|
id: import("../internals/index.js").AxisId;
|
|
2802
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2724
2803
|
dataKey?: string | undefined;
|
|
2725
2804
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2726
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2727
2805
|
hideTooltip?: boolean | undefined;
|
|
2728
2806
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2729
2807
|
min: number;
|
|
@@ -2732,6 +2810,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2732
2810
|
ignoreTooltip?: boolean | undefined;
|
|
2733
2811
|
offset: number;
|
|
2734
2812
|
scaleType: "band";
|
|
2813
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2735
2814
|
categoryGapRatio: number;
|
|
2736
2815
|
barGapRatio: number;
|
|
2737
2816
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2745,6 +2824,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2745
2824
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2746
2825
|
labelStyle?: ChartsTextProps["style"];
|
|
2747
2826
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2827
|
+
tickSpacing?: number;
|
|
2748
2828
|
label?: string;
|
|
2749
2829
|
tickSize: number;
|
|
2750
2830
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2762,9 +2842,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2762
2842
|
width: number;
|
|
2763
2843
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2764
2844
|
id: import("../internals/index.js").AxisId;
|
|
2845
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2765
2846
|
dataKey?: string | undefined;
|
|
2766
2847
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2767
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2768
2848
|
hideTooltip?: boolean | undefined;
|
|
2769
2849
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2770
2850
|
min: number;
|
|
@@ -2773,6 +2853,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2773
2853
|
ignoreTooltip?: boolean | undefined;
|
|
2774
2854
|
offset: number;
|
|
2775
2855
|
scaleType: "band";
|
|
2856
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2776
2857
|
categoryGapRatio: number;
|
|
2777
2858
|
barGapRatio: number;
|
|
2778
2859
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
@@ -2786,6 +2867,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2786
2867
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2787
2868
|
labelStyle?: ChartsTextProps["style"];
|
|
2788
2869
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2870
|
+
tickSpacing?: number;
|
|
2789
2871
|
label?: string;
|
|
2790
2872
|
tickSize: number;
|
|
2791
2873
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2803,9 +2885,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2803
2885
|
width: number;
|
|
2804
2886
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2805
2887
|
id: import("../internals/index.js").AxisId;
|
|
2888
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2806
2889
|
dataKey?: string | undefined;
|
|
2807
2890
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2808
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2809
2891
|
hideTooltip?: boolean | undefined;
|
|
2810
2892
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2811
2893
|
min: number;
|
|
@@ -2814,6 +2896,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2814
2896
|
ignoreTooltip?: boolean | undefined;
|
|
2815
2897
|
offset: number;
|
|
2816
2898
|
scaleType: "point";
|
|
2899
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2817
2900
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
2818
2901
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
2819
2902
|
triggerTooltip?: boolean;
|
|
@@ -2825,6 +2908,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2825
2908
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2826
2909
|
labelStyle?: ChartsTextProps["style"];
|
|
2827
2910
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2911
|
+
tickSpacing?: number;
|
|
2828
2912
|
label?: string;
|
|
2829
2913
|
tickSize: number;
|
|
2830
2914
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2842,9 +2926,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2842
2926
|
width: number;
|
|
2843
2927
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2844
2928
|
id: import("../internals/index.js").AxisId;
|
|
2929
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2845
2930
|
dataKey?: string | undefined;
|
|
2846
2931
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2847
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2848
2932
|
hideTooltip?: boolean | undefined;
|
|
2849
2933
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2850
2934
|
min: number;
|
|
@@ -2853,6 +2937,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2853
2937
|
ignoreTooltip?: boolean | undefined;
|
|
2854
2938
|
offset: number;
|
|
2855
2939
|
scaleType: "point";
|
|
2940
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2856
2941
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
2857
2942
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2858
2943
|
triggerTooltip?: boolean;
|
|
@@ -2864,6 +2949,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2864
2949
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2865
2950
|
labelStyle?: ChartsTextProps["style"];
|
|
2866
2951
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2952
|
+
tickSpacing?: number;
|
|
2867
2953
|
label?: string;
|
|
2868
2954
|
tickSize: number;
|
|
2869
2955
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2881,9 +2967,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2881
2967
|
width: number;
|
|
2882
2968
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2883
2969
|
id: import("../internals/index.js").AxisId;
|
|
2970
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2884
2971
|
dataKey?: string | undefined;
|
|
2885
2972
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2886
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2887
2973
|
hideTooltip?: boolean | undefined;
|
|
2888
2974
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2889
2975
|
min: number;
|
|
@@ -2892,6 +2978,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2892
2978
|
ignoreTooltip?: boolean | undefined;
|
|
2893
2979
|
offset: number;
|
|
2894
2980
|
scaleType: "point";
|
|
2981
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2895
2982
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
2896
2983
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2897
2984
|
triggerTooltip?: boolean;
|
|
@@ -2903,6 +2990,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2903
2990
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2904
2991
|
labelStyle?: ChartsTextProps["style"];
|
|
2905
2992
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2993
|
+
tickSpacing?: number;
|
|
2906
2994
|
label?: string;
|
|
2907
2995
|
tickSize: number;
|
|
2908
2996
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2920,9 +3008,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2920
3008
|
width: number;
|
|
2921
3009
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2922
3010
|
id: import("../internals/index.js").AxisId;
|
|
3011
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2923
3012
|
dataKey?: string | undefined;
|
|
2924
3013
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2925
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2926
3014
|
hideTooltip?: boolean | undefined;
|
|
2927
3015
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2928
3016
|
min: number;
|
|
@@ -2931,6 +3019,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2931
3019
|
ignoreTooltip?: boolean | undefined;
|
|
2932
3020
|
offset: number;
|
|
2933
3021
|
scaleType: "point";
|
|
3022
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2934
3023
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
2935
3024
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2936
3025
|
triggerTooltip?: boolean;
|
|
@@ -2942,6 +3031,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2942
3031
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2943
3032
|
labelStyle?: ChartsTextProps["style"];
|
|
2944
3033
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3034
|
+
tickSpacing?: number;
|
|
2945
3035
|
label?: string;
|
|
2946
3036
|
tickSize: number;
|
|
2947
3037
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2959,9 +3049,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2959
3049
|
width: number;
|
|
2960
3050
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2961
3051
|
id: import("../internals/index.js").AxisId;
|
|
3052
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2962
3053
|
dataKey?: string | undefined;
|
|
2963
3054
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2964
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2965
3055
|
hideTooltip?: boolean | undefined;
|
|
2966
3056
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
2967
3057
|
min: number;
|
|
@@ -2970,6 +3060,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2970
3060
|
ignoreTooltip?: boolean | undefined;
|
|
2971
3061
|
offset: number;
|
|
2972
3062
|
scaleType: "point";
|
|
3063
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
2973
3064
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
2974
3065
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
2975
3066
|
triggerTooltip?: boolean;
|
|
@@ -2981,6 +3072,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2981
3072
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2982
3073
|
labelStyle?: ChartsTextProps["style"];
|
|
2983
3074
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3075
|
+
tickSpacing?: number;
|
|
2984
3076
|
label?: string;
|
|
2985
3077
|
tickSize: number;
|
|
2986
3078
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -2998,9 +3090,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2998
3090
|
width: number;
|
|
2999
3091
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3000
3092
|
id: import("../internals/index.js").AxisId;
|
|
3093
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3001
3094
|
dataKey?: string | undefined;
|
|
3002
3095
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3003
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3004
3096
|
hideTooltip?: boolean | undefined;
|
|
3005
3097
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
3006
3098
|
min: number;
|
|
@@ -3009,6 +3101,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3009
3101
|
ignoreTooltip?: boolean | undefined;
|
|
3010
3102
|
offset: number;
|
|
3011
3103
|
scaleType: "point";
|
|
3104
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3012
3105
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
3013
3106
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
3014
3107
|
triggerTooltip?: boolean;
|
|
@@ -3020,6 +3113,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3020
3113
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3021
3114
|
labelStyle?: ChartsTextProps["style"];
|
|
3022
3115
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3116
|
+
tickSpacing?: number;
|
|
3023
3117
|
label?: string;
|
|
3024
3118
|
tickSize: number;
|
|
3025
3119
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -3037,9 +3131,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3037
3131
|
width: number;
|
|
3038
3132
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3039
3133
|
id: import("../internals/index.js").AxisId;
|
|
3134
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3040
3135
|
dataKey?: string | undefined;
|
|
3041
3136
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3042
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3043
3137
|
hideTooltip?: boolean | undefined;
|
|
3044
3138
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
3045
3139
|
min: number;
|
|
@@ -3048,6 +3142,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3048
3142
|
ignoreTooltip?: boolean | undefined;
|
|
3049
3143
|
offset: number;
|
|
3050
3144
|
scaleType: "point";
|
|
3145
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3051
3146
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
3052
3147
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3053
3148
|
triggerTooltip?: boolean;
|
|
@@ -3059,6 +3154,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3059
3154
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3060
3155
|
labelStyle?: ChartsTextProps["style"];
|
|
3061
3156
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3157
|
+
tickSpacing?: number;
|
|
3062
3158
|
label?: string;
|
|
3063
3159
|
tickSize: number;
|
|
3064
3160
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -3076,9 +3172,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3076
3172
|
width: number;
|
|
3077
3173
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3078
3174
|
id: import("../internals/index.js").AxisId;
|
|
3175
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3079
3176
|
dataKey?: string | undefined;
|
|
3080
3177
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3081
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3082
3178
|
hideTooltip?: boolean | undefined;
|
|
3083
3179
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
3084
3180
|
min: number;
|
|
@@ -3087,6 +3183,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3087
3183
|
ignoreTooltip?: boolean | undefined;
|
|
3088
3184
|
offset: number;
|
|
3089
3185
|
scaleType: "point";
|
|
3186
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3090
3187
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
3091
3188
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3092
3189
|
triggerTooltip?: boolean;
|
|
@@ -3098,6 +3195,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3098
3195
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3099
3196
|
labelStyle?: ChartsTextProps["style"];
|
|
3100
3197
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3198
|
+
tickSpacing?: number;
|
|
3101
3199
|
label?: string;
|
|
3102
3200
|
tickSize: number;
|
|
3103
3201
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
@@ -3115,9 +3213,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3115
3213
|
width: number;
|
|
3116
3214
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3117
3215
|
id: import("../internals/index.js").AxisId;
|
|
3216
|
+
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3118
3217
|
dataKey?: string | undefined;
|
|
3119
3218
|
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3120
|
-
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3121
3219
|
hideTooltip?: boolean | undefined;
|
|
3122
3220
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
3123
3221
|
min: number;
|
|
@@ -3126,6 +3224,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3126
3224
|
ignoreTooltip?: boolean | undefined;
|
|
3127
3225
|
offset: number;
|
|
3128
3226
|
scaleType: "point";
|
|
3227
|
+
ordinalTimeTicks?: import("../index.js").OrdinalTimeTicks;
|
|
3129
3228
|
groups?: import("../internals/index.js").AxisGroup[];
|
|
3130
3229
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<string | number | Date, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleOrdinal<number, string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
3131
3230
|
triggerTooltip?: boolean;
|
|
@@ -3150,49 +3249,41 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3150
3249
|
spacing?: number | string | undefined | undefined;
|
|
3151
3250
|
name?: string | undefined | undefined;
|
|
3152
3251
|
fontWeight?: number | string | undefined | undefined;
|
|
3252
|
+
alignmentBaseline?: "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit" | undefined | undefined;
|
|
3253
|
+
baselineShift?: number | string | undefined | undefined;
|
|
3254
|
+
clipRule?: number | string | undefined | undefined;
|
|
3153
3255
|
color?: string | undefined | undefined;
|
|
3256
|
+
colorInterpolationFilters?: "auto" | "sRGB" | "linearRGB" | "inherit" | undefined | undefined;
|
|
3154
3257
|
cursor?: number | string | undefined | undefined;
|
|
3258
|
+
cx?: number | string | undefined | undefined;
|
|
3259
|
+
cy?: number | string | undefined | undefined;
|
|
3260
|
+
d?: string | undefined | undefined;
|
|
3155
3261
|
display?: number | string | undefined | undefined;
|
|
3262
|
+
fillOpacity?: number | string | undefined | undefined;
|
|
3263
|
+
fillRule?: "nonzero" | "evenodd" | "inherit" | undefined | undefined;
|
|
3264
|
+
floodColor?: number | string | undefined | undefined;
|
|
3265
|
+
floodOpacity?: number | string | undefined | undefined;
|
|
3156
3266
|
fontFamily?: string | undefined | undefined;
|
|
3157
3267
|
fontSize?: number | string | undefined | undefined;
|
|
3158
3268
|
fontSizeAdjust?: number | string | undefined | undefined;
|
|
3159
|
-
fontStretch?: number | string | undefined | undefined;
|
|
3160
3269
|
fontStyle?: number | string | undefined | undefined;
|
|
3161
3270
|
fontVariant?: number | string | undefined | undefined;
|
|
3162
3271
|
height?: number | string | undefined | undefined;
|
|
3163
3272
|
imageRendering?: number | string | undefined | undefined;
|
|
3164
3273
|
letterSpacing?: number | string | undefined | undefined;
|
|
3274
|
+
lightingColor?: number | string | undefined | undefined;
|
|
3275
|
+
markerEnd?: string | undefined | undefined;
|
|
3276
|
+
markerMid?: string | undefined | undefined;
|
|
3277
|
+
markerStart?: string | undefined | undefined;
|
|
3165
3278
|
opacity?: number | string | undefined | undefined;
|
|
3166
3279
|
order?: number | string | undefined | undefined;
|
|
3167
3280
|
paintOrder?: number | string | undefined | undefined;
|
|
3168
3281
|
pointerEvents?: number | string | undefined | undefined;
|
|
3282
|
+
r?: number | string | undefined | undefined;
|
|
3169
3283
|
rotate?: number | string | undefined | undefined;
|
|
3284
|
+
rx?: number | string | undefined | undefined;
|
|
3285
|
+
ry?: number | string | undefined | undefined;
|
|
3170
3286
|
scale?: number | string | undefined | undefined;
|
|
3171
|
-
textRendering?: number | string | undefined | undefined;
|
|
3172
|
-
transform?: string | undefined | undefined;
|
|
3173
|
-
unicodeBidi?: number | string | undefined | undefined;
|
|
3174
|
-
visibility?: number | string | undefined | undefined;
|
|
3175
|
-
wordSpacing?: number | string | undefined | undefined;
|
|
3176
|
-
writingMode?: number | string | undefined | undefined;
|
|
3177
|
-
offset?: number | string | undefined | undefined;
|
|
3178
|
-
overflow?: number | string | undefined | undefined;
|
|
3179
|
-
textDecoration?: number | string | undefined | undefined;
|
|
3180
|
-
azimuth?: number | string | undefined | undefined;
|
|
3181
|
-
clip?: number | string | undefined | undefined;
|
|
3182
|
-
alignmentBaseline?: "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit" | undefined | undefined;
|
|
3183
|
-
baselineShift?: number | string | undefined | undefined;
|
|
3184
|
-
clipRule?: number | string | undefined | undefined;
|
|
3185
|
-
colorInterpolation?: number | string | undefined | undefined;
|
|
3186
|
-
colorRendering?: number | string | undefined | undefined;
|
|
3187
|
-
fillOpacity?: number | string | undefined | undefined;
|
|
3188
|
-
fillRule?: "nonzero" | "evenodd" | "inherit" | undefined | undefined;
|
|
3189
|
-
floodColor?: number | string | undefined | undefined;
|
|
3190
|
-
floodOpacity?: number | string | undefined | undefined;
|
|
3191
|
-
glyphOrientationVertical?: number | string | undefined | undefined;
|
|
3192
|
-
lightingColor?: number | string | undefined | undefined;
|
|
3193
|
-
markerEnd?: string | undefined | undefined;
|
|
3194
|
-
markerMid?: string | undefined | undefined;
|
|
3195
|
-
markerStart?: string | undefined | undefined;
|
|
3196
3287
|
shapeRendering?: number | string | undefined | undefined;
|
|
3197
3288
|
stopColor?: string | undefined | undefined;
|
|
3198
3289
|
stopOpacity?: number | string | undefined | undefined;
|
|
@@ -3205,7 +3296,23 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3205
3296
|
strokeOpacity?: number | string | undefined | undefined;
|
|
3206
3297
|
strokeWidth?: number | string | undefined | undefined;
|
|
3207
3298
|
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
3299
|
+
textRendering?: number | string | undefined | undefined;
|
|
3300
|
+
transform?: string | undefined | undefined;
|
|
3301
|
+
unicodeBidi?: number | string | undefined | undefined;
|
|
3208
3302
|
vectorEffect?: number | string | undefined | undefined;
|
|
3303
|
+
visibility?: number | string | undefined | undefined;
|
|
3304
|
+
wordSpacing?: number | string | undefined | undefined;
|
|
3305
|
+
writingMode?: number | string | undefined | undefined;
|
|
3306
|
+
x?: number | string | undefined | undefined;
|
|
3307
|
+
y?: number | string | undefined | undefined;
|
|
3308
|
+
offset?: number | string | undefined | undefined;
|
|
3309
|
+
overflow?: number | string | undefined | undefined;
|
|
3310
|
+
textDecoration?: number | string | undefined | undefined;
|
|
3311
|
+
clip?: number | string | undefined | undefined;
|
|
3312
|
+
fontStretch?: number | string | undefined | undefined;
|
|
3313
|
+
colorInterpolation?: number | string | undefined | undefined;
|
|
3314
|
+
colorRendering?: number | string | undefined | undefined;
|
|
3315
|
+
glyphOrientationVertical?: number | string | undefined | undefined;
|
|
3209
3316
|
key?: import("react").Key | null | undefined;
|
|
3210
3317
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
3211
3318
|
className?: string | undefined | undefined;
|
|
@@ -3448,13 +3555,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3448
3555
|
hanging?: number | string | undefined | undefined;
|
|
3449
3556
|
mathematical?: number | string | undefined | undefined;
|
|
3450
3557
|
origin?: number | string | undefined | undefined;
|
|
3451
|
-
x?: number | string | undefined | undefined;
|
|
3452
|
-
y?: number | string | undefined | undefined;
|
|
3453
|
-
radius?: number | string | undefined | undefined;
|
|
3454
|
-
cx?: number | string | undefined | undefined;
|
|
3455
|
-
cy?: number | string | undefined | undefined;
|
|
3456
3558
|
min?: number | string | undefined | undefined;
|
|
3457
3559
|
max?: number | string | undefined | undefined;
|
|
3560
|
+
radius?: number | string | undefined | undefined;
|
|
3458
3561
|
method?: string | undefined | undefined;
|
|
3459
3562
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
3460
3563
|
accentHeight?: number | string | undefined | undefined;
|
|
@@ -3467,6 +3570,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3467
3570
|
attributeName?: string | undefined | undefined;
|
|
3468
3571
|
attributeType?: string | undefined | undefined;
|
|
3469
3572
|
autoReverse?: (boolean | "true" | "false") | undefined;
|
|
3573
|
+
azimuth?: number | string | undefined | undefined;
|
|
3470
3574
|
baseFrequency?: number | string | undefined | undefined;
|
|
3471
3575
|
baseProfile?: number | string | undefined | undefined;
|
|
3472
3576
|
bbox?: number | string | undefined | undefined;
|
|
@@ -3476,11 +3580,9 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3476
3580
|
calcMode?: number | string | undefined | undefined;
|
|
3477
3581
|
capHeight?: number | string | undefined | undefined;
|
|
3478
3582
|
clipPathUnits?: number | string | undefined | undefined;
|
|
3479
|
-
colorInterpolationFilters?: "auto" | "sRGB" | "linearRGB" | "inherit" | undefined | undefined;
|
|
3480
3583
|
colorProfile?: number | string | undefined | undefined;
|
|
3481
3584
|
contentScriptType?: number | string | undefined | undefined;
|
|
3482
3585
|
contentStyleType?: number | string | undefined | undefined;
|
|
3483
|
-
d?: string | undefined | undefined;
|
|
3484
3586
|
decelerate?: number | string | undefined | undefined;
|
|
3485
3587
|
descent?: number | string | undefined | undefined;
|
|
3486
3588
|
diffuseConstant?: number | string | undefined | undefined;
|
|
@@ -3550,7 +3652,6 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3550
3652
|
preserveAlpha?: (boolean | "true" | "false") | undefined;
|
|
3551
3653
|
preserveAspectRatio?: string | undefined | undefined;
|
|
3552
3654
|
primitiveUnits?: number | string | undefined | undefined;
|
|
3553
|
-
r?: number | string | undefined | undefined;
|
|
3554
3655
|
refX?: number | string | undefined | undefined;
|
|
3555
3656
|
refY?: number | string | undefined | undefined;
|
|
3556
3657
|
renderingIntent?: number | string | undefined | undefined;
|
|
@@ -3560,8 +3661,6 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3560
3661
|
requiredFeatures?: number | string | undefined | undefined;
|
|
3561
3662
|
restart?: number | string | undefined | undefined;
|
|
3562
3663
|
result?: string | undefined | undefined;
|
|
3563
|
-
rx?: number | string | undefined | undefined;
|
|
3564
|
-
ry?: number | string | undefined | undefined;
|
|
3565
3664
|
seed?: number | string | undefined | undefined;
|
|
3566
3665
|
slope?: number | string | undefined | undefined;
|
|
3567
3666
|
specularConstant?: number | string | undefined | undefined;
|