UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

8 lines (6 loc) 242 B
import { interpolate, Extrapolate } from 'react-native-reanimated'; export function getY({ value, domain, maxHeight }) { 'worklet'; return interpolate(value, domain, [maxHeight, 0], Extrapolate.CLAMP); } //# sourceMappingURL=getY.js.map