@mui/x-charts 8.15.0 → 8.17.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 +1 -1
- package/BarChart/BarChart.js +1 -0
- package/BarChart/BarChart.plugins.d.ts +1 -1
- package/BarChart/BarChart.plugins.js +1 -1
- package/BarChart/BarClipPath.d.ts +1 -1
- package/BarChart/BarElement.d.ts +1 -1
- package/BarChart/BarElement.js +6 -8
- package/BarChart/BarLabel/BarLabel.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelItem.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelPlot.d.ts +2 -3
- package/BarChart/BarLabel/BarLabelPlot.js +41 -36
- package/BarChart/BarPlot.d.ts +13 -3
- package/BarChart/BarPlot.js +3 -3
- package/BarChart/seriesConfig/{extremums.d.ts → bar/extremums.d.ts} +1 -1
- package/BarChart/seriesConfig/{extremums.js → bar/extremums.js} +1 -1
- package/BarChart/seriesConfig/bar/getColor.d.ts +3 -0
- package/BarChart/seriesConfig/{getColor.js → bar/getColor.js} +28 -5
- package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +3 -0
- package/BarChart/seriesConfig/{getSeriesWithDefaultValues.js → bar/getSeriesWithDefaultValues.js} +3 -3
- package/BarChart/seriesConfig/bar/legend.d.ts +3 -0
- package/BarChart/seriesConfig/{legend.js → bar/legend.js} +1 -1
- package/BarChart/seriesConfig/bar/seriesProcessor.d.ts +3 -0
- package/BarChart/seriesConfig/{seriesProcessor.js → bar/seriesProcessor.js} +1 -1
- package/BarChart/seriesConfig/bar/tooltip.d.ts +4 -0
- package/BarChart/seriesConfig/{tooltip.js → bar/tooltip.js} +1 -1
- package/BarChart/seriesConfig/bar/tooltipPosition.d.ts +3 -0
- package/BarChart/seriesConfig/bar/tooltipPosition.js +67 -0
- package/BarChart/seriesConfig/index.d.ts +1 -1
- package/BarChart/seriesConfig/index.js +10 -8
- package/BarChart/types.d.ts +1 -0
- package/BarChart/useBarPlotData.d.ts +17 -2
- package/BarChart/useBarPlotData.js +61 -35
- package/CHANGELOG.md +207 -0
- package/ChartDataProvider/ChartDataProvider.d.ts +1 -1
- package/ChartsAxis/ChartsAxis.d.ts +1 -2
- package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -2
- package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +1 -2
- package/ChartsAxisHighlight/ChartsXAxisHighlight.js +2 -1
- package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +1 -2
- package/ChartsAxisHighlight/ChartsYAxisHighlight.js +2 -1
- package/ChartsBrushOverlay/ChartsBrushOverlay.d.ts +1 -2
- package/ChartsClipPath/ChartsClipPath.d.ts +1 -2
- package/ChartsClipPath/ChartsClipPath.js +0 -2
- package/ChartsGrid/ChartsGrid.d.ts +1 -2
- package/ChartsGrid/ChartsGrid.js +0 -2
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +1 -2
- package/ChartsGrid/ChartsVerticalGrid.d.ts +1 -2
- package/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -2
- package/ChartsOverlay/ChartsLoadingOverlay.js +0 -2
- package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -2
- package/ChartsOverlay/ChartsNoDataOverlay.js +0 -2
- package/ChartsOverlay/ChartsOverlay.d.ts +1 -1
- package/ChartsReferenceLine/ChartsReferenceLine.d.ts +1 -2
- package/ChartsReferenceLine/ChartsReferenceLine.js +0 -2
- package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -2
- package/ChartsReferenceLine/ChartsXReferenceLine.js +0 -2
- package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -2
- package/ChartsReferenceLine/ChartsYReferenceLine.js +0 -2
- package/ChartsSurface/ChartsSurface.js +8 -9
- package/ChartsSurface/chartsSurfaceClasses.d.ts +6 -0
- package/ChartsSurface/chartsSurfaceClasses.js +21 -0
- package/ChartsSurface/index.d.ts +2 -1
- package/ChartsSurface/index.js +12 -1
- package/ChartsText/ChartsText.d.ts +1 -1
- package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +1 -2
- package/ChartsTooltip/ChartsAxisTooltipContent.js +0 -2
- package/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -2
- package/ChartsTooltip/ChartsItemTooltipContent.js +0 -2
- package/ChartsTooltip/ChartsTooltip.d.ts +1 -2
- package/ChartsTooltip/ChartsTooltip.js +9 -2
- package/ChartsTooltip/ChartsTooltipContainer.d.ts +10 -1
- package/ChartsTooltip/ChartsTooltipContainer.js +61 -36
- package/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/ChartsTooltip/useItemTooltip.js +7 -14
- package/ChartsWrapper/ChartsWrapper.d.ts +1 -1
- package/ChartsWrapper/ChartsWrapper.js +5 -6
- package/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -2
- package/ChartsXAxis/ChartsSingleXAxisTicks.d.ts +1 -2
- package/ChartsXAxis/ChartsXAxis.d.ts +1 -2
- package/ChartsXAxis/ChartsXAxis.js +0 -2
- package/ChartsXAxis/ChartsXAxisImpl.d.ts +1 -2
- package/ChartsXAxis/useAxisTicksProps.d.ts +113 -113
- package/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -2
- package/ChartsYAxis/ChartsSingleYAxisTicks.d.ts +1 -2
- package/ChartsYAxis/ChartsYAxis.d.ts +1 -2
- package/ChartsYAxis/ChartsYAxis.js +0 -2
- package/ChartsYAxis/ChartsYAxisImpl.d.ts +1 -2
- package/ChartsYAxis/useAxisTicksProps.d.ts +113 -113
- package/Gauge/GaugeProvider.d.ts +1 -1
- package/Gauge/GaugeReferenceArc.d.ts +1 -1
- package/Gauge/GaugeValueArc.d.ts +1 -1
- package/Gauge/GaugeValueText.d.ts +1 -2
- package/Gauge/GaugeValueText.js +0 -2
- package/LineChart/AnimatedArea.d.ts +1 -1
- package/LineChart/AppearingMask.d.ts +1 -1
- package/LineChart/AreaElement.d.ts +1 -1
- package/LineChart/AreaPlot.d.ts +1 -1
- package/LineChart/CircleMarkElement.d.ts +1 -1
- package/LineChart/FocusedMark.d.ts +1 -2
- package/LineChart/FocusedMark.js +0 -2
- package/LineChart/LineChart.plugins.d.ts +1 -1
- package/LineChart/LineChart.plugins.js +1 -1
- package/LineChart/LineElement.d.ts +1 -1
- package/LineChart/LineHighlightElement.d.ts +1 -1
- package/LineChart/LineHighlightPlot.d.ts +1 -1
- package/LineChart/LinePlot.d.ts +1 -1
- package/LineChart/MarkElement.d.ts +1 -1
- package/LineChart/MarkPlot.d.ts +1 -1
- package/LineChart/seriesConfig/getColor.js +28 -5
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/LineChart/seriesConfig/index.d.ts +1 -1
- package/LineChart/seriesConfig/index.js +4 -2
- package/LineChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/LineChart/seriesConfig/tooltipPosition.js +33 -0
- package/PieChart/PieArcLabelPlot.d.ts +1 -1
- package/PieChart/PieArcPlot.d.ts +1 -1
- package/PieChart/PiePlot.d.ts +1 -2
- package/PieChart/PiePlot.js +0 -2
- package/PieChart/seriesConfig/getSeriesWithDefaultValues.js +5 -6
- package/PieChart/seriesConfig/index.d.ts +1 -1
- package/PieChart/seriesConfig/index.js +4 -2
- package/PieChart/seriesConfig/seriesProcessor.js +2 -1
- package/PieChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/PieChart/seriesConfig/tooltipPosition.js +75 -0
- package/RadarChart/RadarAxis/RadarAxis.d.ts +1 -1
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +2 -2
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -2
- package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.js +7 -3
- package/RadarChart/RadarChart.plugins.d.ts +2 -2
- package/RadarChart/RadarChart.plugins.js +1 -1
- package/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +1 -2
- package/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -2
- package/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -2
- package/RadarChart/RadarGrid/RadarGrid.d.ts +1 -2
- package/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -2
- package/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -2
- package/RadarChart/RadarMetricLabels/RadarMetricLabels.d.ts +1 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.js +1 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -2
- package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.js +1 -3
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +4 -1
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.js +8 -1
- package/RadarChart/seriesConfig/getColor.js +12 -1
- package/RadarChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/ScatterChart/BatchScatter.d.ts +1 -2
- package/ScatterChart/BatchScatter.js +4 -4
- package/ScatterChart/Scatter.d.ts +7 -2
- package/ScatterChart/Scatter.js +7 -3
- package/ScatterChart/ScatterChart.plugins.d.ts +1 -1
- package/ScatterChart/ScatterChart.plugins.js +1 -1
- package/ScatterChart/ScatterMarker.d.ts +1 -1
- package/ScatterChart/ScatterPlot.d.ts +1 -1
- package/ScatterChart/ScatterPlot.js +1 -1
- package/ScatterChart/seriesConfig/getColor.js +36 -7
- package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/ScatterChart/seriesConfig/index.js +4 -2
- package/ScatterChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/ScatterChart/seriesConfig/tooltipPosition.js +33 -0
- package/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.js +5 -5
- package/context/ChartProvider/ChartProvider.types.d.ts +3 -3
- package/context/ChartsSlotsContext.d.ts +1 -1
- package/esm/BarChart/AnimatedBarElement.d.ts +1 -1
- package/esm/BarChart/BarChart.js +1 -0
- package/esm/BarChart/BarChart.plugins.d.ts +1 -1
- package/esm/BarChart/BarChart.plugins.js +1 -1
- package/esm/BarChart/BarClipPath.d.ts +1 -1
- package/esm/BarChart/BarElement.d.ts +1 -1
- package/esm/BarChart/BarElement.js +6 -8
- package/esm/BarChart/BarLabel/BarLabel.d.ts +1 -1
- package/esm/BarChart/BarLabel/BarLabelItem.d.ts +1 -1
- package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +2 -3
- package/esm/BarChart/BarLabel/BarLabelPlot.js +41 -36
- package/esm/BarChart/BarPlot.d.ts +13 -3
- package/esm/BarChart/BarPlot.js +3 -3
- package/esm/BarChart/seriesConfig/{extremums.d.ts → bar/extremums.d.ts} +1 -1
- package/esm/BarChart/seriesConfig/{extremums.js → bar/extremums.js} +1 -1
- package/esm/BarChart/seriesConfig/bar/getColor.d.ts +3 -0
- package/esm/BarChart/seriesConfig/{getColor.js → bar/getColor.js} +28 -5
- package/esm/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +3 -0
- package/esm/BarChart/seriesConfig/{getSeriesWithDefaultValues.js → bar/getSeriesWithDefaultValues.js} +3 -3
- package/esm/BarChart/seriesConfig/bar/legend.d.ts +3 -0
- package/esm/BarChart/seriesConfig/{legend.js → bar/legend.js} +1 -1
- package/esm/BarChart/seriesConfig/bar/seriesProcessor.d.ts +3 -0
- package/esm/BarChart/seriesConfig/{seriesProcessor.js → bar/seriesProcessor.js} +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltip.d.ts +4 -0
- package/esm/BarChart/seriesConfig/{tooltip.js → bar/tooltip.js} +1 -1
- package/esm/BarChart/seriesConfig/bar/tooltipPosition.d.ts +3 -0
- package/esm/BarChart/seriesConfig/bar/tooltipPosition.js +61 -0
- package/esm/BarChart/seriesConfig/index.d.ts +1 -1
- package/esm/BarChart/seriesConfig/index.js +9 -7
- package/esm/BarChart/types.d.ts +1 -0
- package/esm/BarChart/useBarPlotData.d.ts +17 -2
- package/esm/BarChart/useBarPlotData.js +60 -35
- package/esm/ChartDataProvider/ChartDataProvider.d.ts +1 -1
- package/esm/ChartsAxis/ChartsAxis.d.ts +1 -2
- package/esm/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -2
- package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +1 -2
- package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -2
- package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +1 -2
- package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -2
- package/esm/ChartsBrushOverlay/ChartsBrushOverlay.d.ts +1 -2
- package/esm/ChartsClipPath/ChartsClipPath.d.ts +1 -2
- package/esm/ChartsClipPath/ChartsClipPath.js +0 -1
- package/esm/ChartsGrid/ChartsGrid.d.ts +1 -2
- package/esm/ChartsGrid/ChartsGrid.js +0 -1
- package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +1 -2
- package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +1 -2
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +1 -1
- package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -2
- package/esm/ChartsOverlay/ChartsLoadingOverlay.js +0 -1
- package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -2
- package/esm/ChartsOverlay/ChartsNoDataOverlay.js +0 -1
- package/esm/ChartsOverlay/ChartsOverlay.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsReferenceLine.d.ts +1 -2
- package/esm/ChartsReferenceLine/ChartsReferenceLine.js +0 -1
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -2
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +0 -1
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -2
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +0 -1
- package/esm/ChartsSurface/ChartsSurface.js +9 -10
- package/esm/ChartsSurface/chartsSurfaceClasses.d.ts +6 -0
- package/esm/ChartsSurface/chartsSurfaceClasses.js +13 -0
- package/esm/ChartsSurface/index.d.ts +2 -1
- package/esm/ChartsSurface/index.js +2 -1
- package/esm/ChartsText/ChartsText.d.ts +1 -1
- package/esm/ChartsTooltip/ChartsAxisTooltipContent.d.ts +1 -2
- package/esm/ChartsTooltip/ChartsAxisTooltipContent.js +0 -1
- package/esm/ChartsTooltip/ChartsItemTooltipContent.d.ts +1 -2
- package/esm/ChartsTooltip/ChartsItemTooltipContent.js +0 -1
- package/esm/ChartsTooltip/ChartsTooltip.d.ts +1 -2
- package/esm/ChartsTooltip/ChartsTooltip.js +9 -1
- package/esm/ChartsTooltip/ChartsTooltipContainer.d.ts +10 -1
- package/esm/ChartsTooltip/ChartsTooltipContainer.js +62 -37
- package/esm/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/esm/ChartsTooltip/useItemTooltip.js +9 -16
- package/esm/ChartsWrapper/ChartsWrapper.d.ts +1 -1
- package/esm/ChartsWrapper/ChartsWrapper.js +6 -7
- package/esm/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -2
- package/esm/ChartsXAxis/ChartsSingleXAxisTicks.d.ts +1 -2
- package/esm/ChartsXAxis/ChartsXAxis.d.ts +1 -2
- package/esm/ChartsXAxis/ChartsXAxis.js +0 -1
- package/esm/ChartsXAxis/ChartsXAxisImpl.d.ts +1 -2
- package/esm/ChartsXAxis/useAxisTicksProps.d.ts +113 -113
- package/esm/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -2
- package/esm/ChartsYAxis/ChartsSingleYAxisTicks.d.ts +1 -2
- package/esm/ChartsYAxis/ChartsYAxis.d.ts +1 -2
- package/esm/ChartsYAxis/ChartsYAxis.js +0 -1
- package/esm/ChartsYAxis/ChartsYAxisImpl.d.ts +1 -2
- package/esm/ChartsYAxis/useAxisTicksProps.d.ts +113 -113
- package/esm/Gauge/GaugeProvider.d.ts +1 -1
- package/esm/Gauge/GaugeReferenceArc.d.ts +1 -1
- package/esm/Gauge/GaugeValueArc.d.ts +1 -1
- package/esm/Gauge/GaugeValueText.d.ts +1 -2
- package/esm/Gauge/GaugeValueText.js +0 -1
- package/esm/LineChart/AnimatedArea.d.ts +1 -1
- package/esm/LineChart/AppearingMask.d.ts +1 -1
- package/esm/LineChart/AreaElement.d.ts +1 -1
- package/esm/LineChart/AreaPlot.d.ts +1 -1
- package/esm/LineChart/CircleMarkElement.d.ts +1 -1
- package/esm/LineChart/FocusedMark.d.ts +1 -2
- package/esm/LineChart/FocusedMark.js +0 -1
- package/esm/LineChart/LineChart.plugins.d.ts +1 -1
- package/esm/LineChart/LineChart.plugins.js +1 -1
- package/esm/LineChart/LineElement.d.ts +1 -1
- package/esm/LineChart/LineHighlightElement.d.ts +1 -1
- package/esm/LineChart/LineHighlightPlot.d.ts +1 -1
- package/esm/LineChart/LinePlot.d.ts +1 -1
- package/esm/LineChart/MarkElement.d.ts +1 -1
- package/esm/LineChart/MarkPlot.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getColor.js +28 -5
- package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/esm/LineChart/seriesConfig/index.d.ts +1 -1
- package/esm/LineChart/seriesConfig/index.js +3 -1
- package/esm/LineChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/esm/LineChart/seriesConfig/tooltipPosition.js +27 -0
- package/esm/PieChart/PieArcLabelPlot.d.ts +1 -1
- package/esm/PieChart/PieArcPlot.d.ts +1 -1
- package/esm/PieChart/PiePlot.d.ts +1 -2
- package/esm/PieChart/PiePlot.js +0 -1
- package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.js +5 -6
- package/esm/PieChart/seriesConfig/index.d.ts +1 -1
- package/esm/PieChart/seriesConfig/index.js +3 -1
- package/esm/PieChart/seriesConfig/seriesProcessor.js +2 -1
- package/esm/PieChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/esm/PieChart/seriesConfig/tooltipPosition.js +69 -0
- package/esm/RadarChart/RadarAxis/RadarAxis.d.ts +1 -1
- package/esm/RadarChart/RadarAxis/RadarAxis.utils.d.ts +2 -2
- package/esm/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -2
- package/esm/RadarChart/RadarAxisHighlight/RadarAxisHighlight.js +7 -2
- package/esm/RadarChart/RadarChart.plugins.d.ts +2 -2
- package/esm/RadarChart/RadarChart.plugins.js +1 -1
- package/esm/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +1 -2
- package/esm/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -2
- package/esm/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -2
- package/esm/RadarChart/RadarGrid/RadarGrid.d.ts +1 -2
- package/esm/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -2
- package/esm/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -2
- package/esm/RadarChart/RadarMetricLabels/RadarMetricLabels.d.ts +1 -2
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesMarks.js +1 -2
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -2
- package/esm/RadarChart/RadarSeriesPlot/RadarSeriesPlot.js +1 -2
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +4 -1
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.js +8 -1
- package/esm/RadarChart/seriesConfig/getColor.js +12 -1
- package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/esm/ScatterChart/BatchScatter.d.ts +1 -2
- package/esm/ScatterChart/BatchScatter.js +4 -4
- package/esm/ScatterChart/Scatter.d.ts +7 -2
- package/esm/ScatterChart/Scatter.js +7 -3
- package/esm/ScatterChart/ScatterChart.plugins.d.ts +1 -1
- package/esm/ScatterChart/ScatterChart.plugins.js +1 -1
- package/esm/ScatterChart/ScatterMarker.d.ts +1 -1
- package/esm/ScatterChart/ScatterPlot.d.ts +1 -1
- package/esm/ScatterChart/ScatterPlot.js +1 -1
- package/esm/ScatterChart/seriesConfig/getColor.js +36 -7
- package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.js +3 -3
- package/esm/ScatterChart/seriesConfig/index.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/index.js +3 -1
- package/esm/ScatterChart/seriesConfig/tooltipPosition.d.ts +3 -0
- package/esm/ScatterChart/seriesConfig/tooltipPosition.js +27 -0
- package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.js +5 -5
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +3 -3
- package/esm/context/ChartsSlotsContext.d.ts +1 -1
- package/esm/hooks/index.d.ts +1 -0
- package/esm/hooks/index.js +1 -0
- package/esm/hooks/useDataset.d.ts +6 -0
- package/esm/hooks/useDataset.js +13 -0
- package/esm/hooks/useFocusedItem.d.ts +1 -1
- package/esm/hooks/useInteractionItemProps.js +8 -7
- package/esm/hooks/useIsItemFocused.js +5 -3
- package/esm/hooks/useItemHighlighted.js +2 -2
- package/esm/hooks/useItemHighlightedGetter.js +0 -1
- package/esm/index.js +1 -1
- package/esm/internals/colorScale.d.ts +1 -1
- package/esm/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +1 -2
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -2
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradient.js +0 -1
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -2
- package/esm/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.js +0 -1
- package/esm/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -2
- package/esm/internals/configInit.d.ts +1 -1
- package/esm/internals/createSeriesSelectorOfType.js +5 -3
- package/esm/internals/getScale.js +1 -1
- package/esm/internals/getSeriesColorFn.d.ts +5 -0
- package/esm/internals/getSeriesColorFn.js +3 -0
- package/esm/internals/index.d.ts +3 -2
- package/esm/internals/index.js +3 -2
- package/esm/internals/isCartesian.d.ts +3 -2
- package/esm/internals/isCartesian.js +3 -0
- package/esm/internals/plugins/allPlugins.d.ts +2 -2
- package/esm/internals/plugins/allPlugins.js +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.js +7 -15
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +2 -4
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +28 -36
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +11 -17
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +27 -21
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.js +1 -6
- package/esm/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +2 -4
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.js +6 -10
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -4
- package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -4
- package/esm/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +5 -3
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +10 -10
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +11 -7
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +8 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +1 -0
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +29 -28
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +29 -57
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.js +5 -5
- package/esm/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +11 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +15 -15
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +21 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +11 -17
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +12 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +15 -9
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +62 -86
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +69 -45
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +14 -26
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.js +3 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +17 -33
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.js +23 -22
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +11 -15
- package/esm/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +2 -4
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +12 -16
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +23 -21
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +8 -7
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -0
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +30 -43
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +14 -28
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +5 -1
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.d.ts +12 -0
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.js +40 -0
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.d.ts +3 -0
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.js +4 -0
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.d.ts +5 -4
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.js +8 -4
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +47 -53
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +37 -33
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.js +16 -6
- package/esm/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +4 -3
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +3 -5
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +11 -21
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +14 -26
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.js +11 -10
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -3
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +3 -5
- package/esm/internals/plugins/models/plugin.d.ts +3 -2
- 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 +2 -0
- package/esm/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.d.ts +24 -0
- package/esm/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.js +1 -0
- package/esm/internals/plugins/utils/selectors.d.ts +13 -17
- package/esm/internals/plugins/utils/selectors.js +3 -35
- package/esm/internals/plugins/utils/useLazySelectorEffect.d.ts +2 -2
- package/esm/internals/plugins/utils/useLazySelectorEffect.js +2 -2
- package/esm/internals/scales/index.d.ts +3 -0
- package/esm/internals/scales/index.js +3 -0
- package/esm/internals/scales/scaleBand.d.ts +25 -0
- package/esm/internals/scales/scaleBand.js +159 -0
- package/esm/internals/scales/scalePoint.d.ts +25 -0
- package/esm/internals/scales/scalePoint.js +41 -0
- package/esm/internals/scales/scaleSymlog.d.ts +38 -0
- package/esm/internals/{symlogScale.js → scales/scaleSymlog.js} +40 -2
- package/esm/internals/store/useCharts.d.ts +3 -4
- package/esm/internals/store/useCharts.js +2 -2
- package/esm/internals/store/useSelector.d.ts +2 -4
- package/esm/internals/store/useSelector.js +2 -8
- package/esm/internals/store/useStore.d.ts +3 -5
- package/esm/locales/index.d.ts +2 -1
- package/esm/locales/index.js +1 -0
- package/esm/locales/nbNO.d.ts +115 -0
- package/esm/locales/nbNO.js +113 -0
- package/esm/models/seriesType/bar.d.ts +9 -0
- package/esm/models/seriesType/common.d.ts +25 -8
- package/esm/models/seriesType/config.d.ts +7 -16
- package/hooks/index.d.ts +1 -0
- package/hooks/index.js +12 -0
- package/hooks/useDataset.d.ts +6 -0
- package/hooks/useDataset.js +18 -0
- package/hooks/useFocusedItem.d.ts +1 -1
- package/hooks/useInteractionItemProps.js +8 -7
- package/hooks/useIsItemFocused.js +5 -3
- package/hooks/useItemHighlighted.js +2 -2
- package/index.js +1 -1
- package/internals/colorScale.d.ts +1 -1
- package/internals/components/ChartsAxesGradients/ChartsAxesGradients.d.ts +1 -2
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -2
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.js +0 -2
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -2
- package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.js +0 -2
- package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -2
- package/internals/configInit.d.ts +1 -1
- package/internals/createSeriesSelectorOfType.js +6 -3
- package/internals/getScale.js +2 -2
- package/internals/getSeriesColorFn.d.ts +5 -0
- package/internals/getSeriesColorFn.js +9 -0
- package/internals/index.d.ts +3 -2
- package/internals/index.js +13 -1
- package/internals/isCartesian.d.ts +3 -2
- package/internals/isCartesian.js +4 -0
- package/internals/plugins/allPlugins.d.ts +2 -2
- package/internals/plugins/allPlugins.js +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.js +7 -15
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +2 -4
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +28 -36
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +11 -17
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +27 -21
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.js +1 -6
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +2 -4
- package/internals/plugins/corePlugins/useChartId/useChartId.js +6 -10
- package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -4
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +5 -4
- package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +5 -3
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.js +10 -10
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +11 -7
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +9 -2
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +1 -0
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.js +29 -28
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.d.ts +29 -57
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.selectors.js +5 -5
- package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +11 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.js +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +15 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +22 -6
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +11 -17
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +12 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.js +14 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +62 -86
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +70 -46
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.d.ts +14 -26
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianHighlight.selectors.js +3 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +17 -33
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.js +23 -23
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.js +11 -15
- package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.selectors.d.ts +2 -4
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +12 -16
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +23 -21
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +8 -7
- package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -0
- package/internals/plugins/featurePlugins/useChartInteraction/index.js +12 -0
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.js +30 -43
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +14 -28
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +5 -1
- package/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.d.ts +12 -0
- package/internals/plugins/featurePlugins/useChartInteraction/useChartTooltip.selectors.js +46 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.d.ts +3 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/isFocusableSeriesType.js +10 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.d.ts +5 -4
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.helpers.js +7 -4
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +47 -53
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +37 -33
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.js +17 -7
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +4 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +3 -3
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +3 -5
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +11 -21
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +14 -26
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.js +12 -10
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -3
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +3 -5
- package/internals/plugins/models/plugin.d.ts +3 -2
- 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 +2 -0
- package/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.d.ts +24 -0
- package/internals/plugins/models/seriesConfig/tooltipItemPositionGetter.types.js +5 -0
- package/internals/plugins/utils/selectors.d.ts +13 -17
- package/internals/plugins/utils/selectors.js +3 -35
- package/internals/plugins/utils/useLazySelectorEffect.d.ts +2 -2
- package/internals/plugins/utils/useLazySelectorEffect.js +2 -2
- package/internals/scales/index.d.ts +3 -0
- package/internals/scales/index.js +38 -0
- package/internals/scales/scaleBand.d.ts +25 -0
- package/internals/scales/scaleBand.js +167 -0
- package/internals/scales/scalePoint.d.ts +25 -0
- package/internals/scales/scalePoint.js +46 -0
- package/internals/scales/scaleSymlog.d.ts +38 -0
- package/internals/{symlogScale.js → scales/scaleSymlog.js} +39 -2
- package/internals/store/useCharts.d.ts +3 -4
- package/internals/store/useCharts.js +2 -2
- package/internals/store/useSelector.d.ts +2 -4
- package/internals/store/useSelector.js +2 -10
- package/internals/store/useStore.d.ts +3 -5
- package/locales/index.d.ts +2 -1
- package/locales/index.js +11 -0
- package/locales/nbNO.d.ts +115 -0
- package/locales/nbNO.js +119 -0
- package/models/seriesType/bar.d.ts +9 -0
- package/models/seriesType/common.d.ts +25 -8
- package/models/seriesType/config.d.ts +7 -16
- package/package.json +2 -2
- package/BarChart/seriesConfig/getColor.d.ts +0 -3
- package/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +0 -3
- package/BarChart/seriesConfig/legend.d.ts +0 -3
- package/BarChart/seriesConfig/seriesProcessor.d.ts +0 -3
- package/BarChart/seriesConfig/tooltip.d.ts +0 -4
- package/esm/BarChart/seriesConfig/getColor.d.ts +0 -3
- package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +0 -3
- package/esm/BarChart/seriesConfig/legend.d.ts +0 -3
- package/esm/BarChart/seriesConfig/seriesProcessor.d.ts +0 -3
- package/esm/BarChart/seriesConfig/tooltip.d.ts +0 -4
- package/esm/internals/plugins/utils/ChartStore.d.ts +0 -13
- package/esm/internals/plugins/utils/ChartStore.js +0 -22
- package/esm/internals/symlogScale.d.ts +0 -2
- package/internals/plugins/utils/ChartStore.d.ts +0 -13
- package/internals/plugins/utils/ChartStore.js +0 -29
- package/internals/symlogScale.d.ts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChartsYAxisProps } from "../models/axis.js";
|
|
2
2
|
import { ChartsText, ChartsTextProps } from "../ChartsText/index.js";
|
|
3
3
|
export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
4
|
-
yScale: import("@mui/x-charts-vendor/d3-scale").ScaleTime<number, number, never> | import("@mui/x-charts-vendor/d3-scale").
|
|
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;
|
|
6
6
|
}> | import("@mui/x-charts-vendor/d3-scale").ScalePoint<{
|
|
7
7
|
toString(): string;
|
|
@@ -31,8 +31,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
31
31
|
width: number;
|
|
32
32
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
33
33
|
id: import("../internals/index.js").AxisId;
|
|
34
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
35
34
|
dataKey?: string | undefined;
|
|
35
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
36
36
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
37
37
|
hideTooltip?: boolean | undefined;
|
|
38
38
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -69,8 +69,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
69
69
|
width: number;
|
|
70
70
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
71
71
|
id: import("../internals/index.js").AxisId;
|
|
72
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
73
72
|
dataKey?: string | undefined;
|
|
73
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
74
74
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
75
75
|
hideTooltip?: boolean | undefined;
|
|
76
76
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -107,8 +107,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
107
107
|
width: number;
|
|
108
108
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
109
109
|
id: import("../internals/index.js").AxisId;
|
|
110
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
111
110
|
dataKey?: string | undefined;
|
|
111
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
112
112
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
113
113
|
hideTooltip?: boolean | undefined;
|
|
114
114
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -145,8 +145,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
145
145
|
width: number;
|
|
146
146
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
147
147
|
id: import("../internals/index.js").AxisId;
|
|
148
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
149
148
|
dataKey?: string | undefined;
|
|
149
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
150
150
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
151
151
|
hideTooltip?: boolean | undefined;
|
|
152
152
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -183,8 +183,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
183
183
|
width: number;
|
|
184
184
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
185
185
|
id: import("../internals/index.js").AxisId;
|
|
186
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
187
186
|
dataKey?: string | undefined;
|
|
187
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
188
188
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
189
189
|
hideTooltip?: boolean | undefined;
|
|
190
190
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -221,8 +221,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
221
221
|
width: number;
|
|
222
222
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
223
223
|
id: import("../internals/index.js").AxisId;
|
|
224
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
225
224
|
dataKey?: string | undefined;
|
|
225
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
226
226
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
227
227
|
hideTooltip?: boolean | undefined;
|
|
228
228
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -259,8 +259,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
259
259
|
width: number;
|
|
260
260
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
261
261
|
id: import("../internals/index.js").AxisId;
|
|
262
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
263
262
|
dataKey?: string | undefined;
|
|
263
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
264
264
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
265
265
|
hideTooltip?: boolean | undefined;
|
|
266
266
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -297,8 +297,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
297
297
|
width: number;
|
|
298
298
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
299
299
|
id: import("../internals/index.js").AxisId;
|
|
300
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
301
300
|
dataKey?: string | undefined;
|
|
301
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
302
302
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
303
303
|
hideTooltip?: boolean | undefined;
|
|
304
304
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -335,8 +335,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
335
335
|
width: number;
|
|
336
336
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
337
337
|
id: import("../internals/index.js").AxisId;
|
|
338
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
339
338
|
dataKey?: string | undefined;
|
|
339
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
340
340
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
341
341
|
hideTooltip?: boolean | undefined;
|
|
342
342
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -373,8 +373,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
373
373
|
width: number;
|
|
374
374
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
375
375
|
id: import("../internals/index.js").AxisId;
|
|
376
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
377
376
|
dataKey?: string | undefined;
|
|
377
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
378
378
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
379
379
|
hideTooltip?: boolean | undefined;
|
|
380
380
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -383,7 +383,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
383
383
|
}) | undefined;
|
|
384
384
|
ignoreTooltip?: boolean | undefined;
|
|
385
385
|
offset: number;
|
|
386
|
-
scaleType: "
|
|
386
|
+
scaleType: "log";
|
|
387
387
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
388
388
|
triggerTooltip?: boolean;
|
|
389
389
|
} | {
|
|
@@ -411,8 +411,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
411
411
|
width: number;
|
|
412
412
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
413
413
|
id: import("../internals/index.js").AxisId;
|
|
414
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
415
414
|
dataKey?: string | undefined;
|
|
415
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
416
416
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
417
417
|
hideTooltip?: boolean | undefined;
|
|
418
418
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -421,7 +421,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
421
421
|
}) | undefined;
|
|
422
422
|
ignoreTooltip?: boolean | undefined;
|
|
423
423
|
offset: number;
|
|
424
|
-
scaleType: "
|
|
424
|
+
scaleType: "log";
|
|
425
425
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
426
426
|
triggerTooltip?: boolean;
|
|
427
427
|
} | {
|
|
@@ -449,8 +449,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
449
449
|
width: number;
|
|
450
450
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
451
451
|
id: import("../internals/index.js").AxisId;
|
|
452
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
453
452
|
dataKey?: string | undefined;
|
|
453
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
454
454
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
455
455
|
hideTooltip?: boolean | undefined;
|
|
456
456
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -459,7 +459,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
459
459
|
}) | undefined;
|
|
460
460
|
ignoreTooltip?: boolean | undefined;
|
|
461
461
|
offset: number;
|
|
462
|
-
scaleType: "
|
|
462
|
+
scaleType: "log";
|
|
463
463
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
464
464
|
triggerTooltip?: boolean;
|
|
465
465
|
} | {
|
|
@@ -487,8 +487,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
487
487
|
width: number;
|
|
488
488
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
489
489
|
id: import("../internals/index.js").AxisId;
|
|
490
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
491
490
|
dataKey?: string | undefined;
|
|
491
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
492
492
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
493
493
|
hideTooltip?: boolean | undefined;
|
|
494
494
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -497,7 +497,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
497
497
|
}) | undefined;
|
|
498
498
|
ignoreTooltip?: boolean | undefined;
|
|
499
499
|
offset: number;
|
|
500
|
-
scaleType: "
|
|
500
|
+
scaleType: "log";
|
|
501
501
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
502
502
|
triggerTooltip?: boolean;
|
|
503
503
|
} | {
|
|
@@ -525,8 +525,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
525
525
|
width: number;
|
|
526
526
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
527
527
|
id: import("../internals/index.js").AxisId;
|
|
528
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
529
528
|
dataKey?: string | undefined;
|
|
529
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
530
530
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
531
531
|
hideTooltip?: boolean | undefined;
|
|
532
532
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -535,7 +535,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
535
535
|
}) | undefined;
|
|
536
536
|
ignoreTooltip?: boolean | undefined;
|
|
537
537
|
offset: number;
|
|
538
|
-
scaleType: "
|
|
538
|
+
scaleType: "log";
|
|
539
539
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
540
540
|
triggerTooltip?: boolean;
|
|
541
541
|
} | {
|
|
@@ -563,8 +563,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
563
563
|
width: number;
|
|
564
564
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
565
565
|
id: import("../internals/index.js").AxisId;
|
|
566
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
567
566
|
dataKey?: string | undefined;
|
|
567
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
568
568
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
569
569
|
hideTooltip?: boolean | undefined;
|
|
570
570
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -573,7 +573,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
573
573
|
}) | undefined;
|
|
574
574
|
ignoreTooltip?: boolean | undefined;
|
|
575
575
|
offset: number;
|
|
576
|
-
scaleType: "
|
|
576
|
+
scaleType: "log";
|
|
577
577
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
578
578
|
triggerTooltip?: boolean;
|
|
579
579
|
} | {
|
|
@@ -601,8 +601,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
601
601
|
width: number;
|
|
602
602
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
603
603
|
id: import("../internals/index.js").AxisId;
|
|
604
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
605
604
|
dataKey?: string | undefined;
|
|
605
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
606
606
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
607
607
|
hideTooltip?: boolean | undefined;
|
|
608
608
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -611,7 +611,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
611
611
|
}) | undefined;
|
|
612
612
|
ignoreTooltip?: boolean | undefined;
|
|
613
613
|
offset: number;
|
|
614
|
-
scaleType: "
|
|
614
|
+
scaleType: "log";
|
|
615
615
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
616
616
|
triggerTooltip?: boolean;
|
|
617
617
|
} | {
|
|
@@ -639,8 +639,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
639
639
|
width: number;
|
|
640
640
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
641
641
|
id: import("../internals/index.js").AxisId;
|
|
642
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
643
642
|
dataKey?: string | undefined;
|
|
643
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
644
644
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
645
645
|
hideTooltip?: boolean | undefined;
|
|
646
646
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -649,7 +649,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
649
649
|
}) | undefined;
|
|
650
650
|
ignoreTooltip?: boolean | undefined;
|
|
651
651
|
offset: number;
|
|
652
|
-
scaleType: "
|
|
652
|
+
scaleType: "log";
|
|
653
653
|
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>;
|
|
654
654
|
triggerTooltip?: boolean;
|
|
655
655
|
} | {
|
|
@@ -677,8 +677,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
677
677
|
width: number;
|
|
678
678
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
679
679
|
id: import("../internals/index.js").AxisId;
|
|
680
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
681
680
|
dataKey?: string | undefined;
|
|
681
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
682
682
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
683
683
|
hideTooltip?: boolean | undefined;
|
|
684
684
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -687,7 +687,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
687
687
|
}) | undefined;
|
|
688
688
|
ignoreTooltip?: boolean | undefined;
|
|
689
689
|
offset: number;
|
|
690
|
-
scaleType: "
|
|
690
|
+
scaleType: "log";
|
|
691
691
|
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>;
|
|
692
692
|
triggerTooltip?: boolean;
|
|
693
693
|
} | {
|
|
@@ -715,8 +715,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
715
715
|
width: number;
|
|
716
716
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
717
717
|
id: import("../internals/index.js").AxisId;
|
|
718
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
719
718
|
dataKey?: string | undefined;
|
|
719
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
720
720
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
721
721
|
hideTooltip?: boolean | undefined;
|
|
722
722
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -725,7 +725,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
725
725
|
}) | undefined;
|
|
726
726
|
ignoreTooltip?: boolean | undefined;
|
|
727
727
|
offset: number;
|
|
728
|
-
scaleType: "
|
|
728
|
+
scaleType: "linear";
|
|
729
729
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
730
730
|
triggerTooltip?: boolean;
|
|
731
731
|
} | {
|
|
@@ -753,8 +753,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
753
753
|
width: number;
|
|
754
754
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
755
755
|
id: import("../internals/index.js").AxisId;
|
|
756
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
757
756
|
dataKey?: string | undefined;
|
|
757
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
758
758
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
759
759
|
hideTooltip?: boolean | undefined;
|
|
760
760
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -763,7 +763,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
763
763
|
}) | undefined;
|
|
764
764
|
ignoreTooltip?: boolean | undefined;
|
|
765
765
|
offset: number;
|
|
766
|
-
scaleType: "
|
|
766
|
+
scaleType: "linear";
|
|
767
767
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
768
768
|
triggerTooltip?: boolean;
|
|
769
769
|
} | {
|
|
@@ -791,8 +791,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
791
791
|
width: number;
|
|
792
792
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
793
793
|
id: import("../internals/index.js").AxisId;
|
|
794
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
795
794
|
dataKey?: string | undefined;
|
|
795
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
796
796
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
797
797
|
hideTooltip?: boolean | undefined;
|
|
798
798
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -801,7 +801,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
801
801
|
}) | undefined;
|
|
802
802
|
ignoreTooltip?: boolean | undefined;
|
|
803
803
|
offset: number;
|
|
804
|
-
scaleType: "
|
|
804
|
+
scaleType: "linear";
|
|
805
805
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
806
806
|
triggerTooltip?: boolean;
|
|
807
807
|
} | {
|
|
@@ -829,8 +829,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
829
829
|
width: number;
|
|
830
830
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
831
831
|
id: import("../internals/index.js").AxisId;
|
|
832
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
833
832
|
dataKey?: string | undefined;
|
|
833
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
834
834
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
835
835
|
hideTooltip?: boolean | undefined;
|
|
836
836
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -839,7 +839,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
839
839
|
}) | undefined;
|
|
840
840
|
ignoreTooltip?: boolean | undefined;
|
|
841
841
|
offset: number;
|
|
842
|
-
scaleType: "
|
|
842
|
+
scaleType: "linear";
|
|
843
843
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
844
844
|
triggerTooltip?: boolean;
|
|
845
845
|
} | {
|
|
@@ -867,8 +867,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
867
867
|
width: number;
|
|
868
868
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
869
869
|
id: import("../internals/index.js").AxisId;
|
|
870
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
871
870
|
dataKey?: string | undefined;
|
|
871
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
872
872
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
873
873
|
hideTooltip?: boolean | undefined;
|
|
874
874
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -877,7 +877,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
877
877
|
}) | undefined;
|
|
878
878
|
ignoreTooltip?: boolean | undefined;
|
|
879
879
|
offset: number;
|
|
880
|
-
scaleType: "
|
|
880
|
+
scaleType: "linear";
|
|
881
881
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
882
882
|
triggerTooltip?: boolean;
|
|
883
883
|
} | {
|
|
@@ -905,8 +905,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
905
905
|
width: number;
|
|
906
906
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
907
907
|
id: import("../internals/index.js").AxisId;
|
|
908
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
909
908
|
dataKey?: string | undefined;
|
|
909
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
910
910
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
911
911
|
hideTooltip?: boolean | undefined;
|
|
912
912
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -915,7 +915,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
915
915
|
}) | undefined;
|
|
916
916
|
ignoreTooltip?: boolean | undefined;
|
|
917
917
|
offset: number;
|
|
918
|
-
scaleType: "
|
|
918
|
+
scaleType: "linear";
|
|
919
919
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number, string | null>;
|
|
920
920
|
triggerTooltip?: boolean;
|
|
921
921
|
} | {
|
|
@@ -943,8 +943,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
943
943
|
width: number;
|
|
944
944
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
945
945
|
id: import("../internals/index.js").AxisId;
|
|
946
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
947
946
|
dataKey?: string | undefined;
|
|
947
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
948
948
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
949
949
|
hideTooltip?: boolean | undefined;
|
|
950
950
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -953,7 +953,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
953
953
|
}) | undefined;
|
|
954
954
|
ignoreTooltip?: boolean | undefined;
|
|
955
955
|
offset: number;
|
|
956
|
-
scaleType: "
|
|
956
|
+
scaleType: "linear";
|
|
957
957
|
colorScale?: import("@mui/x-charts-vendor/d3-scale").ScaleSequential<string, string | null> | import("@mui/x-charts-vendor/d3-scale").ScaleThreshold<number | Date, string | null>;
|
|
958
958
|
triggerTooltip?: boolean;
|
|
959
959
|
} | {
|
|
@@ -981,8 +981,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
981
981
|
width: number;
|
|
982
982
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
983
983
|
id: import("../internals/index.js").AxisId;
|
|
984
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
985
984
|
dataKey?: string | undefined;
|
|
985
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
986
986
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
987
987
|
hideTooltip?: boolean | undefined;
|
|
988
988
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -991,7 +991,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
991
991
|
}) | undefined;
|
|
992
992
|
ignoreTooltip?: boolean | undefined;
|
|
993
993
|
offset: number;
|
|
994
|
-
scaleType: "
|
|
994
|
+
scaleType: "linear";
|
|
995
995
|
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>;
|
|
996
996
|
triggerTooltip?: boolean;
|
|
997
997
|
} | {
|
|
@@ -1019,8 +1019,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1019
1019
|
width: number;
|
|
1020
1020
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1021
1021
|
id: import("../internals/index.js").AxisId;
|
|
1022
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1023
1022
|
dataKey?: string | undefined;
|
|
1023
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1024
1024
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1025
1025
|
hideTooltip?: boolean | undefined;
|
|
1026
1026
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1029,7 +1029,7 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1029
1029
|
}) | undefined;
|
|
1030
1030
|
ignoreTooltip?: boolean | undefined;
|
|
1031
1031
|
offset: number;
|
|
1032
|
-
scaleType: "
|
|
1032
|
+
scaleType: "linear";
|
|
1033
1033
|
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>;
|
|
1034
1034
|
triggerTooltip?: boolean;
|
|
1035
1035
|
} | {
|
|
@@ -1057,8 +1057,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1057
1057
|
width: number;
|
|
1058
1058
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1059
1059
|
id: import("../internals/index.js").AxisId;
|
|
1060
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1061
1060
|
dataKey?: string | undefined;
|
|
1061
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1062
1062
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1063
1063
|
hideTooltip?: boolean | undefined;
|
|
1064
1064
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1096,8 +1096,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1096
1096
|
width: number;
|
|
1097
1097
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1098
1098
|
id: import("../internals/index.js").AxisId;
|
|
1099
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1100
1099
|
dataKey?: string | undefined;
|
|
1100
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1101
1101
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1102
1102
|
hideTooltip?: boolean | undefined;
|
|
1103
1103
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1135,8 +1135,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1135
1135
|
width: number;
|
|
1136
1136
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1137
1137
|
id: import("../internals/index.js").AxisId;
|
|
1138
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1139
1138
|
dataKey?: string | undefined;
|
|
1139
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1140
1140
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1141
1141
|
hideTooltip?: boolean | undefined;
|
|
1142
1142
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1174,8 +1174,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1174
1174
|
width: number;
|
|
1175
1175
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1176
1176
|
id: import("../internals/index.js").AxisId;
|
|
1177
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1178
1177
|
dataKey?: string | undefined;
|
|
1178
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1179
1179
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1180
1180
|
hideTooltip?: boolean | undefined;
|
|
1181
1181
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1213,8 +1213,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1213
1213
|
width: number;
|
|
1214
1214
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1215
1215
|
id: import("../internals/index.js").AxisId;
|
|
1216
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1217
1216
|
dataKey?: string | undefined;
|
|
1217
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1218
1218
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1219
1219
|
hideTooltip?: boolean | undefined;
|
|
1220
1220
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1252,8 +1252,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1252
1252
|
width: number;
|
|
1253
1253
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1254
1254
|
id: import("../internals/index.js").AxisId;
|
|
1255
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1256
1255
|
dataKey?: string | undefined;
|
|
1256
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1257
1257
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1258
1258
|
hideTooltip?: boolean | undefined;
|
|
1259
1259
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1291,8 +1291,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1291
1291
|
width: number;
|
|
1292
1292
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1293
1293
|
id: import("../internals/index.js").AxisId;
|
|
1294
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1295
1294
|
dataKey?: string | undefined;
|
|
1295
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1296
1296
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1297
1297
|
hideTooltip?: boolean | undefined;
|
|
1298
1298
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1330,8 +1330,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1330
1330
|
width: number;
|
|
1331
1331
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1332
1332
|
id: import("../internals/index.js").AxisId;
|
|
1333
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1334
1333
|
dataKey?: string | undefined;
|
|
1334
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1335
1335
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1336
1336
|
hideTooltip?: boolean | undefined;
|
|
1337
1337
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1369,8 +1369,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1369
1369
|
width: number;
|
|
1370
1370
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1371
1371
|
id: import("../internals/index.js").AxisId;
|
|
1372
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1373
1372
|
dataKey?: string | undefined;
|
|
1373
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1374
1374
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1375
1375
|
hideTooltip?: boolean | undefined;
|
|
1376
1376
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1408,8 +1408,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1408
1408
|
width: number;
|
|
1409
1409
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1410
1410
|
id: import("../internals/index.js").AxisId;
|
|
1411
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1412
1411
|
dataKey?: string | undefined;
|
|
1412
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1413
1413
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1414
1414
|
hideTooltip?: boolean | undefined;
|
|
1415
1415
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1446,8 +1446,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1446
1446
|
width: number;
|
|
1447
1447
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1448
1448
|
id: import("../internals/index.js").AxisId;
|
|
1449
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1450
1449
|
dataKey?: string | undefined;
|
|
1450
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1451
1451
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1452
1452
|
hideTooltip?: boolean | undefined;
|
|
1453
1453
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1484,8 +1484,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1484
1484
|
width: number;
|
|
1485
1485
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1486
1486
|
id: import("../internals/index.js").AxisId;
|
|
1487
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1488
1487
|
dataKey?: string | undefined;
|
|
1488
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1489
1489
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1490
1490
|
hideTooltip?: boolean | undefined;
|
|
1491
1491
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1522,8 +1522,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1522
1522
|
width: number;
|
|
1523
1523
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1524
1524
|
id: import("../internals/index.js").AxisId;
|
|
1525
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1526
1525
|
dataKey?: string | undefined;
|
|
1526
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1527
1527
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1528
1528
|
hideTooltip?: boolean | undefined;
|
|
1529
1529
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1560,8 +1560,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1560
1560
|
width: number;
|
|
1561
1561
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1562
1562
|
id: import("../internals/index.js").AxisId;
|
|
1563
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1564
1563
|
dataKey?: string | undefined;
|
|
1564
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1565
1565
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1566
1566
|
hideTooltip?: boolean | undefined;
|
|
1567
1567
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1598,8 +1598,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1598
1598
|
width: number;
|
|
1599
1599
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1600
1600
|
id: import("../internals/index.js").AxisId;
|
|
1601
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1602
1601
|
dataKey?: string | undefined;
|
|
1602
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1603
1603
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1604
1604
|
hideTooltip?: boolean | undefined;
|
|
1605
1605
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1636,8 +1636,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1636
1636
|
width: number;
|
|
1637
1637
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1638
1638
|
id: import("../internals/index.js").AxisId;
|
|
1639
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1640
1639
|
dataKey?: string | undefined;
|
|
1640
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1641
1641
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1642
1642
|
hideTooltip?: boolean | undefined;
|
|
1643
1643
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1674,8 +1674,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1674
1674
|
width: number;
|
|
1675
1675
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1676
1676
|
id: import("../internals/index.js").AxisId;
|
|
1677
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1678
1677
|
dataKey?: string | undefined;
|
|
1678
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1679
1679
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1680
1680
|
hideTooltip?: boolean | undefined;
|
|
1681
1681
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1712,8 +1712,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1712
1712
|
width: number;
|
|
1713
1713
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1714
1714
|
id: import("../internals/index.js").AxisId;
|
|
1715
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1716
1715
|
dataKey?: string | undefined;
|
|
1716
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1717
1717
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1718
1718
|
hideTooltip?: boolean | undefined;
|
|
1719
1719
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1750,8 +1750,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1750
1750
|
width: number;
|
|
1751
1751
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1752
1752
|
id: import("../internals/index.js").AxisId;
|
|
1753
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1754
1753
|
dataKey?: string | undefined;
|
|
1754
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1755
1755
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1756
1756
|
hideTooltip?: boolean | undefined;
|
|
1757
1757
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1788,8 +1788,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1788
1788
|
width: number;
|
|
1789
1789
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1790
1790
|
id: import("../internals/index.js").AxisId;
|
|
1791
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1792
1791
|
dataKey?: string | undefined;
|
|
1792
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1793
1793
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1794
1794
|
hideTooltip?: boolean | undefined;
|
|
1795
1795
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1826,8 +1826,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1826
1826
|
width: number;
|
|
1827
1827
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1828
1828
|
id: import("../internals/index.js").AxisId;
|
|
1829
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1830
1829
|
dataKey?: string | undefined;
|
|
1830
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1831
1831
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1832
1832
|
hideTooltip?: boolean | undefined;
|
|
1833
1833
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1864,8 +1864,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1864
1864
|
width: number;
|
|
1865
1865
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1866
1866
|
id: import("../internals/index.js").AxisId;
|
|
1867
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1868
1867
|
dataKey?: string | undefined;
|
|
1868
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1869
1869
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1870
1870
|
hideTooltip?: boolean | undefined;
|
|
1871
1871
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1902,8 +1902,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1902
1902
|
width: number;
|
|
1903
1903
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1904
1904
|
id: import("../internals/index.js").AxisId;
|
|
1905
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1906
1905
|
dataKey?: string | undefined;
|
|
1906
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1907
1907
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1908
1908
|
hideTooltip?: boolean | undefined;
|
|
1909
1909
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1940,8 +1940,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1940
1940
|
width: number;
|
|
1941
1941
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1942
1942
|
id: import("../internals/index.js").AxisId;
|
|
1943
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1944
1943
|
dataKey?: string | undefined;
|
|
1944
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1945
1945
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1946
1946
|
hideTooltip?: boolean | undefined;
|
|
1947
1947
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -1978,8 +1978,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
1978
1978
|
width: number;
|
|
1979
1979
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
1980
1980
|
id: import("../internals/index.js").AxisId;
|
|
1981
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1982
1981
|
dataKey?: string | undefined;
|
|
1982
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
1983
1983
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
1984
1984
|
hideTooltip?: boolean | undefined;
|
|
1985
1985
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2016,8 +2016,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2016
2016
|
width: number;
|
|
2017
2017
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2018
2018
|
id: import("../internals/index.js").AxisId;
|
|
2019
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2020
2019
|
dataKey?: string | undefined;
|
|
2020
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2021
2021
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2022
2022
|
hideTooltip?: boolean | undefined;
|
|
2023
2023
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2054,8 +2054,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2054
2054
|
width: number;
|
|
2055
2055
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2056
2056
|
id: import("../internals/index.js").AxisId;
|
|
2057
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2058
2057
|
dataKey?: string | undefined;
|
|
2058
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2059
2059
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2060
2060
|
hideTooltip?: boolean | undefined;
|
|
2061
2061
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2092,8 +2092,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2092
2092
|
width: number;
|
|
2093
2093
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2094
2094
|
id: import("../internals/index.js").AxisId;
|
|
2095
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2096
2095
|
dataKey?: string | undefined;
|
|
2096
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2097
2097
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2098
2098
|
hideTooltip?: boolean | undefined;
|
|
2099
2099
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2130,8 +2130,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2130
2130
|
width: number;
|
|
2131
2131
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2132
2132
|
id: import("../internals/index.js").AxisId;
|
|
2133
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2134
2133
|
dataKey?: string | undefined;
|
|
2134
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2135
2135
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2136
2136
|
hideTooltip?: boolean | undefined;
|
|
2137
2137
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2168,8 +2168,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2168
2168
|
width: number;
|
|
2169
2169
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2170
2170
|
id: import("../internals/index.js").AxisId;
|
|
2171
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2172
2171
|
dataKey?: string | undefined;
|
|
2172
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2173
2173
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2174
2174
|
hideTooltip?: boolean | undefined;
|
|
2175
2175
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2206,8 +2206,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2206
2206
|
width: number;
|
|
2207
2207
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2208
2208
|
id: import("../internals/index.js").AxisId;
|
|
2209
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2210
2209
|
dataKey?: string | undefined;
|
|
2210
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2211
2211
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2212
2212
|
hideTooltip?: boolean | undefined;
|
|
2213
2213
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2244,8 +2244,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2244
2244
|
width: number;
|
|
2245
2245
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2246
2246
|
id: import("../internals/index.js").AxisId;
|
|
2247
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2248
2247
|
dataKey?: string | undefined;
|
|
2248
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2249
2249
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2250
2250
|
hideTooltip?: boolean | undefined;
|
|
2251
2251
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2282,8 +2282,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2282
2282
|
width: number;
|
|
2283
2283
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2284
2284
|
id: import("../internals/index.js").AxisId;
|
|
2285
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2286
2285
|
dataKey?: string | undefined;
|
|
2286
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2287
2287
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2288
2288
|
hideTooltip?: boolean | undefined;
|
|
2289
2289
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2320,8 +2320,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2320
2320
|
width: number;
|
|
2321
2321
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2322
2322
|
id: import("../internals/index.js").AxisId;
|
|
2323
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2324
2323
|
dataKey?: string | undefined;
|
|
2324
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2325
2325
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2326
2326
|
hideTooltip?: boolean | undefined;
|
|
2327
2327
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2358,8 +2358,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2358
2358
|
width: number;
|
|
2359
2359
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2360
2360
|
id: import("../internals/index.js").AxisId;
|
|
2361
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2362
2361
|
dataKey?: string | undefined;
|
|
2362
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2363
2363
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2364
2364
|
hideTooltip?: boolean | undefined;
|
|
2365
2365
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2396,8 +2396,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2396
2396
|
width: number;
|
|
2397
2397
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2398
2398
|
id: import("../internals/index.js").AxisId;
|
|
2399
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2400
2399
|
dataKey?: string | undefined;
|
|
2400
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2401
2401
|
colorMap?: import("../models/colorMapping.js").ContinuousColorConfig<number | Date> | import("../models/colorMapping.js").PiecewiseColorConfig<number | Date> | undefined;
|
|
2402
2402
|
hideTooltip?: boolean | undefined;
|
|
2403
2403
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2434,8 +2434,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2434
2434
|
width: number;
|
|
2435
2435
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2436
2436
|
id: import("../internals/index.js").AxisId;
|
|
2437
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2438
2437
|
dataKey?: string | undefined;
|
|
2438
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2439
2439
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2440
2440
|
hideTooltip?: boolean | undefined;
|
|
2441
2441
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2475,8 +2475,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2475
2475
|
width: number;
|
|
2476
2476
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2477
2477
|
id: import("../internals/index.js").AxisId;
|
|
2478
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2479
2478
|
dataKey?: string | undefined;
|
|
2479
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2480
2480
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2481
2481
|
hideTooltip?: boolean | undefined;
|
|
2482
2482
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2516,8 +2516,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2516
2516
|
width: number;
|
|
2517
2517
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2518
2518
|
id: import("../internals/index.js").AxisId;
|
|
2519
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2520
2519
|
dataKey?: string | undefined;
|
|
2520
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2521
2521
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2522
2522
|
hideTooltip?: boolean | undefined;
|
|
2523
2523
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2557,8 +2557,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2557
2557
|
width: number;
|
|
2558
2558
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2559
2559
|
id: import("../internals/index.js").AxisId;
|
|
2560
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2561
2560
|
dataKey?: string | undefined;
|
|
2561
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2562
2562
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2563
2563
|
hideTooltip?: boolean | undefined;
|
|
2564
2564
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2598,8 +2598,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2598
2598
|
width: number;
|
|
2599
2599
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2600
2600
|
id: import("../internals/index.js").AxisId;
|
|
2601
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2602
2601
|
dataKey?: string | undefined;
|
|
2602
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2603
2603
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2604
2604
|
hideTooltip?: boolean | undefined;
|
|
2605
2605
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2639,8 +2639,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2639
2639
|
width: number;
|
|
2640
2640
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2641
2641
|
id: import("../internals/index.js").AxisId;
|
|
2642
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2643
2642
|
dataKey?: string | undefined;
|
|
2643
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2644
2644
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2645
2645
|
hideTooltip?: boolean | undefined;
|
|
2646
2646
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2680,8 +2680,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2680
2680
|
width: number;
|
|
2681
2681
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2682
2682
|
id: import("../internals/index.js").AxisId;
|
|
2683
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2684
2683
|
dataKey?: string | undefined;
|
|
2684
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2685
2685
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2686
2686
|
hideTooltip?: boolean | undefined;
|
|
2687
2687
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2721,8 +2721,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2721
2721
|
width: number;
|
|
2722
2722
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2723
2723
|
id: import("../internals/index.js").AxisId;
|
|
2724
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2725
2724
|
dataKey?: string | undefined;
|
|
2725
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2726
2726
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2727
2727
|
hideTooltip?: boolean | undefined;
|
|
2728
2728
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2762,8 +2762,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2762
2762
|
width: number;
|
|
2763
2763
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2764
2764
|
id: import("../internals/index.js").AxisId;
|
|
2765
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2766
2765
|
dataKey?: string | undefined;
|
|
2766
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2767
2767
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2768
2768
|
hideTooltip?: boolean | undefined;
|
|
2769
2769
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2803,8 +2803,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2803
2803
|
width: number;
|
|
2804
2804
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2805
2805
|
id: import("../internals/index.js").AxisId;
|
|
2806
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2807
2806
|
dataKey?: string | undefined;
|
|
2807
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2808
2808
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2809
2809
|
hideTooltip?: boolean | undefined;
|
|
2810
2810
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2842,8 +2842,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2842
2842
|
width: number;
|
|
2843
2843
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2844
2844
|
id: import("../internals/index.js").AxisId;
|
|
2845
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2846
2845
|
dataKey?: string | undefined;
|
|
2846
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2847
2847
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2848
2848
|
hideTooltip?: boolean | undefined;
|
|
2849
2849
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2881,8 +2881,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2881
2881
|
width: number;
|
|
2882
2882
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2883
2883
|
id: import("../internals/index.js").AxisId;
|
|
2884
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2885
2884
|
dataKey?: string | undefined;
|
|
2885
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2886
2886
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2887
2887
|
hideTooltip?: boolean | undefined;
|
|
2888
2888
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2920,8 +2920,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2920
2920
|
width: number;
|
|
2921
2921
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2922
2922
|
id: import("../internals/index.js").AxisId;
|
|
2923
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2924
2923
|
dataKey?: string | undefined;
|
|
2924
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2925
2925
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2926
2926
|
hideTooltip?: boolean | undefined;
|
|
2927
2927
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2959,8 +2959,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2959
2959
|
width: number;
|
|
2960
2960
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
2961
2961
|
id: import("../internals/index.js").AxisId;
|
|
2962
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2963
2962
|
dataKey?: string | undefined;
|
|
2963
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
2964
2964
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
2965
2965
|
hideTooltip?: boolean | undefined;
|
|
2966
2966
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -2998,8 +2998,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
2998
2998
|
width: number;
|
|
2999
2999
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3000
3000
|
id: import("../internals/index.js").AxisId;
|
|
3001
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3002
3001
|
dataKey?: string | undefined;
|
|
3002
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3003
3003
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3004
3004
|
hideTooltip?: boolean | undefined;
|
|
3005
3005
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -3037,8 +3037,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3037
3037
|
width: number;
|
|
3038
3038
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3039
3039
|
id: import("../internals/index.js").AxisId;
|
|
3040
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3041
3040
|
dataKey?: string | undefined;
|
|
3041
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3042
3042
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3043
3043
|
hideTooltip?: boolean | undefined;
|
|
3044
3044
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -3076,8 +3076,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3076
3076
|
width: number;
|
|
3077
3077
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3078
3078
|
id: import("../internals/index.js").AxisId;
|
|
3079
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3080
3079
|
dataKey?: string | undefined;
|
|
3080
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3081
3081
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3082
3082
|
hideTooltip?: boolean | undefined;
|
|
3083
3083
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -3115,8 +3115,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3115
3115
|
width: number;
|
|
3116
3116
|
zoom: import("../internals/index.js").DefaultizedZoomOptions | undefined;
|
|
3117
3117
|
id: import("../internals/index.js").AxisId;
|
|
3118
|
-
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3119
3118
|
dataKey?: string | undefined;
|
|
3119
|
+
valueFormatter?: (<TScaleName extends keyof import("../internals/index.js").AxisScaleConfig>(value: any, context: import("../index.js").AxisValueFormatterContext<TScaleName>) => string) | undefined;
|
|
3120
3120
|
colorMap?: import("../models/colorMapping.js").OrdinalColorConfig | import("../models/colorMapping.js").ContinuousColorConfig | import("../models/colorMapping.js").PiecewiseColorConfig;
|
|
3121
3121
|
hideTooltip?: boolean | undefined;
|
|
3122
3122
|
domainLimit?: "nice" | "strict" | ((min: number, max: number) => {
|
|
@@ -3438,23 +3438,29 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3438
3438
|
onTransitionRunCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3439
3439
|
onTransitionStart?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3440
3440
|
onTransitionStartCapture?: import("react").TransitionEventHandler<SVGTextElement> | undefined;
|
|
3441
|
-
|
|
3442
|
-
|
|
3441
|
+
href?: string | undefined | undefined;
|
|
3442
|
+
media?: string | undefined | undefined;
|
|
3443
|
+
target?: string | undefined | undefined;
|
|
3443
3444
|
end?: number | string | undefined | undefined;
|
|
3444
|
-
|
|
3445
|
-
|
|
3445
|
+
mode?: number | string | undefined | undefined;
|
|
3446
|
+
ideographic?: number | string | undefined | undefined;
|
|
3447
|
+
alphabetic?: number | string | undefined | undefined;
|
|
3448
|
+
hanging?: number | string | undefined | undefined;
|
|
3449
|
+
mathematical?: number | string | undefined | undefined;
|
|
3450
|
+
origin?: number | string | undefined | undefined;
|
|
3446
3451
|
x?: number | string | undefined | undefined;
|
|
3447
3452
|
y?: number | string | undefined | undefined;
|
|
3448
3453
|
radius?: number | string | undefined | undefined;
|
|
3449
|
-
|
|
3454
|
+
cx?: number | string | undefined | undefined;
|
|
3455
|
+
cy?: number | string | undefined | undefined;
|
|
3456
|
+
min?: number | string | undefined | undefined;
|
|
3457
|
+
max?: number | string | undefined | undefined;
|
|
3450
3458
|
method?: string | undefined | undefined;
|
|
3451
|
-
target?: string | undefined | undefined;
|
|
3452
3459
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
3453
3460
|
accentHeight?: number | string | undefined | undefined;
|
|
3454
3461
|
accumulate?: "none" | "sum" | undefined | undefined;
|
|
3455
3462
|
additive?: "replace" | "sum" | undefined | undefined;
|
|
3456
3463
|
allowReorder?: "no" | "yes" | undefined | undefined;
|
|
3457
|
-
alphabetic?: number | string | undefined | undefined;
|
|
3458
3464
|
amplitude?: number | string | undefined | undefined;
|
|
3459
3465
|
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | undefined | undefined;
|
|
3460
3466
|
ascent?: number | string | undefined | undefined;
|
|
@@ -3502,11 +3508,8 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3502
3508
|
glyphRef?: number | string | undefined | undefined;
|
|
3503
3509
|
gradientTransform?: string | undefined | undefined;
|
|
3504
3510
|
gradientUnits?: string | undefined | undefined;
|
|
3505
|
-
hanging?: number | string | undefined | undefined;
|
|
3506
3511
|
horizAdvX?: number | string | undefined | undefined;
|
|
3507
3512
|
horizOriginX?: number | string | undefined | undefined;
|
|
3508
|
-
href?: string | undefined | undefined;
|
|
3509
|
-
ideographic?: number | string | undefined | undefined;
|
|
3510
3513
|
in2?: number | string | undefined | undefined;
|
|
3511
3514
|
in?: string | undefined | undefined;
|
|
3512
3515
|
intercept?: number | string | undefined | undefined;
|
|
@@ -3529,13 +3532,10 @@ export declare function useAxisTicksProps(inProps: ChartsYAxisProps): {
|
|
|
3529
3532
|
markerWidth?: number | string | undefined | undefined;
|
|
3530
3533
|
maskContentUnits?: number | string | undefined | undefined;
|
|
3531
3534
|
maskUnits?: number | string | undefined | undefined;
|
|
3532
|
-
mathematical?: number | string | undefined | undefined;
|
|
3533
|
-
mode?: number | string | undefined | undefined;
|
|
3534
3535
|
numOctaves?: number | string | undefined | undefined;
|
|
3535
3536
|
operator?: number | string | undefined | undefined;
|
|
3536
3537
|
orient?: number | string | undefined | undefined;
|
|
3537
3538
|
orientation?: number | string | undefined | undefined;
|
|
3538
|
-
origin?: number | string | undefined | undefined;
|
|
3539
3539
|
overlinePosition?: number | string | undefined | undefined;
|
|
3540
3540
|
overlineThickness?: number | string | undefined | undefined;
|
|
3541
3541
|
panose1?: number | string | undefined | undefined;
|