UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

8 lines (6 loc) 190 B
export function getDomain(rows) { 'worklet'; const values = rows.map(({ value }) => value); return [Math.min(...values), Math.max(...values)]; } //# sourceMappingURL=getDomain.js.map