UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

8 lines (7 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBarGroupOffset = void 0; const getBarGroupOffset = ({ groupWidth, barWidth, gapWidth, barIndex, }) => { return -groupWidth / 2 + barIndex * (barWidth + gapWidth); }; exports.getBarGroupOffset = getBarGroupOffset;