react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
13 lines (12 loc) • 334 B
JavaScript
export const createSvgRendererCapabilities = (options = {}) => ({
animation: "reactNative",
clipPaths: true,
gradients: true,
hitRegions: true,
layers: true,
shadows: false,
symbols: true,
testIds: true,
textMeasurement: options.measureText ? "custom" : "fallback",
...options.capabilities
});