react-native-gifted-charts/README.md

619 B

react-native-gifted-charts

The most complete library for Bar, Line, Area and Pie charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.

alt text alt text alt text

Installation

npm install react-native-gifted-charts

Usage

import GiftedCharts from "react-native-gifted-charts";

// ...

const result = await GiftedCharts.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT