UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

6 lines (5 loc) 425 B
import PizzaChart from './components/PizzaChartParts/PizzaChart'; export { PizzaChart }; export { StorageItem, StorageChartProps, LegendProps, AnimatedArcPathProps, AnimatedInnerPathProps, AnimatedLegendItemProps } from './components/types/StorageTypes'; export { getChartDimensions, polarToCartesian, gapAngle } from './components/utils/ChartUtils'; export { defaultStorageData } from './components/utils/DefaultData';