react-native-chartify
v0.1.0
Published
A customizable and lightweight chart library for React Native with support for bar charts, animations, and flexible layouts.
Readme
react-native-chartify
A customizable and lightweight chart library for React Native with support for bar charts, animations, and flexible layouts.
Installation
npm install react-native-chartify react-native-svgor
yarn add react-native-chartify react-native-svgUsage
import { BarChart } from 'react-native-chartify';
const data = [
{ name: 'John', time: 12 },
{ name: 'Alice', time: 15 },
{ name: 'Bob', time: 18 },
];
// ...
<BarChart
data={data}
title="Pick Time / Pick (Sec)"
barColor="#0B9E07"
/>;Contributing
License
MIT
Made with create-react-native-library
