UNPKG

react-native-responsive-linechart

Version:

Customizable linechart for react-native that works with flex

4 lines (3 loc) 280 B
import { Stroke, XYValue } from './types'; export declare const adjustPointsForThickStroke: (originalPoints: XYValue[], stroke: Required<Stroke>) => XYValue[]; export declare const calculateTooltipIndex: (points: XYValue[], lastTouch?: XYValue | undefined) => number | undefined;