Overview:
React Native Pure Chart is a pure React Native chart library that does not rely on SVG or ART. It utilizes only React Native components, making it easier to integrate into your project without the need to import additional drawing libraries. With support for line charts, bar charts, and a beta version of pie charts, React Native Pure Chart is a versatile tool for visualizing data in your React Native applications.
Features:
- Line Chart: Easily create line charts to represent data trends.
- Multi Series Line Chart: Display multiple series of data in a line chart for comparison.
- Bar Chart: Visualize data in a bar chart format.
- Multi Series Bar Chart: Compare multiple series of data in a bar chart.
- Pie Chart (Beta): Experiment with a beta version of pie chart support.
Installation:
To install React Native Pure Chart, you can use npm:
npm install react-native-pure-chart
Summary:
React Native Pure Chart is a lightweight and versatile chart library for React Native applications. It offers support for line charts, bar charts, and a beta version of pie charts. With its use of React Native components, it eliminates the need to import other drawing libraries. Installation is easy with npm. Contributions to the library are welcome, and it is licensed under the MIT license.