UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

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