| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 39 | function RangedAreaTemplateWithChartBaseValue({ |
| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 56 | export function AreaRangeViaBaseValueNumber() { |
| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 74 | export function AreaRangeViaChartBaseValueNumber() { |
| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 91 | export function AreaRangeViaBaseValueDataMin() { |
| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 109 | export function AreaRangeViaChartBaseValueDataMax() { |
| LOW | test-vr/tests/www/RangedAreaTemplate.tsx | 126 | export function AreaRangeViaBaseValueDataMax() { |
| LOW | test-vr/tests/ReferenceLine/ReferenceLineComponents.tsx | 5 | export function IfOverflowTestWithSegment(props: { ifOverflow: IfOverflow | undefined }) { |
| LOW | test/cartesian/GraphicalItemClipPath.spec.tsx | 198 | const { spy } = renderTestCase(function useNeedsClipNumericalOverflow() { |
| LOW | test/cartesian/Bar.zeroDimensionFiltering.spec.tsx | 15 | function generateSparseStackedData(totalCategories: number, nonZeroCount: number) { |
| LOW | test/cartesian/Scatter.animation.spec.tsx | 93 | function getAllScatterPointPathsDs(container: Element): ReadonlyArray<string | null> { |
| LOW | test/cartesian/CartesianGrid.spec.tsx | 47 | function expectHorizontalGridLines(container: Element, expectedLines: ReadonlyArray<ExpectedHorizontalLine>) { |
| LOW | test/cartesian/Area.animation.spec.tsx | 133 | async function expectAreaCurveDoesNotChange(container: Element, animationManager: MockAnimationManager) { |
| LOW | test/cartesian/Area.animation.spec.tsx | 198 | async function expectLabelsHideDuringAnimation(container: Element, animationManager: MockAnimationManager) { |
| LOW | test/cartesian/Area.animation.spec.tsx | 214 | async function horizontalClipPathAnimation( |
| LOW | test/cartesian/Funnel.animation.spec.tsx | 20 | async function expectAnimatedFunnelPaths( |
| LOW | test/polar/PolarGrid.spec.tsx | 875 | function RadialBarChartWithMultipleAxesWrapper({ children }: { children: React.ReactNode }) { |
| LOW | test/polar/Radar.animation.spec.tsx | 42 | async function expectAnimatedRadarPolygons( |
| LOW | test/polar/PolarAngleAxis/PolarAngleAxis.spec.tsx | 67 | function expectAngleAxisTickLabels(container: Element, expectedLabels: ReadonlyArray<ExpectedAxisTickLabel>) { |
| LOW | test/polar/RadialBar/RadialBar.animation.spec.tsx | 17 | async function expectAnimatedRadialBarPaths( |
| LOW | test/shape/Rectangle.animation.spec.tsx | 87 | async function expectAnimatedStrokeDasharray(container: HTMLElement, animationManager: MockAnimationManager) { |
| LOW | test/chart/PieChart.spec.tsx | 134 | function assertActiveShapeInteractions(container: HTMLElement, selectors: string) { |
| LOW | test/chart/RadialBarChart.spec.tsx | 13 | function assertActiveShapeInteractions(container: HTMLElement) { |
| LOW | test/chart/ScatterChart.spec.tsx | 401 | function assertActiveShapeInteractions(container: HTMLElement) { |
| LOW | test/chart/AccessibilityLayer.spec.tsx | 63 | function assertNoKeyboardInteractions(container: HTMLElement) { |
| LOW | test/chart/BarChart.spec.tsx | 67 | function assertActiveBarInteractions(container: HTMLElement) { |
| LOW | test/animation/legacyAnimationLengthChange.spec.tsx | 257 | function renderChartWithSelectorSpy(chart: ChartWrapper) { |
| LOW | test/animation/legacyAnimationLengthChange.spec.tsx | 277 | async function completeLengthChangeAnimation(renderResult: ReturnType<typeof renderChartWithSelectorSpy>) { |
| LOW | test/component/Legend.itemSorter.spec.tsx | 391 | function MyLegendHidingLineChartTestCase({ children }: { children: ReactNode }) { |
| LOW | test/component/Legend.itemSorter.spec.tsx | 468 | function MyLegendHidingAreaChartTestCase({ children }: { children: ReactNode }) { |
| LOW | test/component/Tooltip/tooltipTestHelpers.tsx | 97 | export function showTooltipOnCoordinateTouch( |
| LOW | …electors/combiners/combineDisplayedStackedData.spec.ts | 21 | function createMockBaseCartesianAxis(partialBaseAxis: Partial<BaseCartesianAxis>): BaseCartesianAxis { |
| LOW | test/hooks/useAxisScale.spec.tsx | 226 | function useCartesianScaleNumerical() { |
| LOW | test/helper/selectorTestHelpers.tsx | 9 | export function shouldReturnUndefinedOutOfContext(selector: Selector<RechartsRootState, unknown, never>): void { |
| LOW | test/helper/consoleWarningToError.ts | 78 | export function setupConsoleWarningToError(): void { |
| LOW | test/helper/logAllReduxActionsMiddleware.ts | 1 | export function logAllReduxActionsMiddleware(actionsThatLogPayload?: RegExp) { |
| LOW | test/helper/mockGetBoundingClientRect.ts | 34 | export function mockGetBoundingClientRect(rect: Partial<DOMRect>, mockClientHeightWidth = true): void { |
| LOW | test/helper/mockGetBoundingClientRect.ts | 52 | export function mockSequenceOfGetBoundingClientRect( |
| LOW | test/helper/mockHTMLElementProperty.ts | 15 | export function restoreHTMLElementProperties() { |
| LOW | test/helper/createSelectorTestCase.tsx | 194 | export function createSynchronisedSelectorTestCase( |
| LOW | test/helper/expectScale.ts | 49 | export function expectLastCalledWithScale(spy: Mock<(scale: RechartsScale) => unknown>, expected: ExpectedScale) { |
| LOW | test/helper/expectStackGroups.ts | 65 | function rechartsStackedDataMatcher( |
| LOW | test/helper/expectStackGroups.ts | 85 | function rechartsStackedSeriesMatcher( |
| LOW | test/helper/expectStackGroups.ts | 105 | function rechartsStackedSeriesPointMatcher(received: StackDataPoint, expected: StackDataPoint): SyncExpectationResult { |
| LOW | test/helper/expectStackGroups.ts | 157 | export function expectGraphicalItemSettings(expected: MaybeStackedGraphicalItem): MaybeStackedGraphicalItem { |
| LOW | test/helper/mockTouchingElement.ts | 30 | export function mockTouchingUnrelatedElement(): void { |
| LOW | www/src/navigation.ts | 138 | export function normalizePathnameToLocale(pathname: string) { |
| LOW | …alBarChart/RadialBarChartClickToFocusLegendExample.tsx | 72 | export default function RadialBarChartClickToFocusLegendExample() { |
| LOW | …pleComponents/PieChart/PieChartWithCustomizedLabel.tsx | 37 | export default function PieChartWithCustomizedLabel({ isAnimationActive = true }: { isAnimationActive?: boolean }) { |
| LOW | …ampleComponents/PieChart/CustomActiveShapePieChart.tsx | 70 | export default function CustomActiveShapePieChart({ |
| LOW | …ineChart/LineChartNegativeValuesWithReferenceLines.tsx | 56 | export default function LineChartNegativeValuesWithReferenceLines() { |
| LOW | …mpleComponents/AreaChart/AreaChartWithCustomEvents.tsx | 17 | export default function AreaChartWithCustomEvents() { |
| LOW | …exampleComponents/SunburstChart/BundleSizeSunburst.tsx | 261 | function loadGeneratedBundleVisualizationEntry(): Promise<BundleVisualizationEntry | null> { |
| LOW | …exampleComponents/SunburstChart/BundleSizeSunburst.tsx | 274 | function useBundleVisualizationEntry(forceFallbackData: boolean = false): BundleVisualizationLoadState { |
| LOW | …c/docs/exampleComponents/TreeMap/BundleSizeTreemap.tsx | 264 | function loadGeneratedBundleVisualizationEntry(): Promise<BundleVisualizationEntry | null> { |
| LOW | …c/docs/exampleComponents/TreeMap/BundleSizeTreemap.tsx | 277 | function useBundleVisualizationEntry(forceFallbackData: boolean = false): BundleVisualizationLoadState { |
| LOW | …c/docs/exampleComponents/TreeMap/BundleSizeTreemap.tsx | 479 | function renderCustomizedTreemapNode(props: CustomizedTreemapNode) { |
| LOW | …GuideView/DomainAndTicks/MassBarChartCustomYDomain.tsx | 85 | export default function MassBarChartCustomYDomain() { |
| LOW | …iew/ChartSizing/ResponsiveContainerResponsiveChart.tsx | 4 | export default function ResponsiveContainerResponsiveChart() { |
| LOW | …GuideView/Customize/CustomizeLegendAndTooltipStyle.tsx | 52 | export default function CustomizeLegendAndTooltipStyle() { |
| LOW | www/src/components/color-mode/defineColorModeStore.ts | 64 | function subscribeToStorageAndSystemChanges(onChange: () => void) { |
| 46 more matches not shown… |