UNPKG

recharts

Version:
11 lines (10 loc) 377 B
import { ChartCoordinate, ChartOffset, LayoutType } from '../types'; export type CursorRectangle = { stroke: string; fill: string; x: number; y: number; width: number; height: number; }; export declare function getCursorRectangle(layout: LayoutType, activeCoordinate: ChartCoordinate, offset: ChartOffset, tooltipAxisBandSize: number): CursorRectangle;