UNPKG

victory-native

Version:

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

10 lines (9 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBarLabelText = void 0; const getBarLabelText = (value, formatLabel) => { if (formatLabel) return formatLabel(value); return value == null ? "" : String(value); }; exports.getBarLabelText = getBarLabelText;