UNPKG

recharts

Version:
4 lines (3 loc) 323 B
import { ChartCoordinate, Coordinate, LayoutType, ChartOffsetInternal } from '../types'; import { RadialCursorPoints } from './getRadialCursorPoints'; export declare function getCursorPoints(layout: LayoutType, activeCoordinate: ChartCoordinate, offset: ChartOffsetInternal): [Coordinate, Coordinate] | RadialCursorPoints;