UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

8 lines (7 loc) 252 B
import { createSvgTextMeasurer } from "../../../svg-renderer/index"; export const measureLineChartText = createSvgTextMeasurer({ lineHeight: 14 }); export const getFontFamilyProps = (fontFamily) => { return fontFamily ? { fontFamily } : {}; };