UNPKG

react-financial-charts

Version:
19 lines (18 loc) 595 B
export default function ({ xScale, useWholeData, clamp, pointsPerPxThreshold, minPointsPerPxThreshold, flipXScale, }: { xScale: any; useWholeData: any; clamp: any; pointsPerPxThreshold: any; minPointsPerPxThreshold: any; flipXScale: any; }): { filterData: (data: any, inputDomain: any, xAccessor: any, initialXScale: any, { currentPlotData, currentDomain, fallbackStart, fallbackEnd }?: { currentPlotData: any; currentDomain: any; fallbackStart: any; fallbackEnd: any; }) => { plotData: any; domain: any; }; };