UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

14 lines (11 loc) 295 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); exports.getDomain = getDomain; function getDomain(rows) { 'worklet'; const values = rows.map(({ value }) => value); return [Math.min(...values), Math.max(...values)]; } //# sourceMappingURL=getDomain.js.map