react-native-bar-graph
v1.0.1
Published
Customizable bar graph react native
Maintainers
Readme
📊 react-native-barchart
A customizable and lightweight bar chart component for React Native apps.
✨ Features
- 📦 Easy to use
- 🎨 Customizable colors, height, and animations
- ⚡ Smooth performance with
Animated - 💡 Great for dashboards, analytics, and data display
🚀 Installation
npm install react-native-bar-graph
# or
yarn add react-native-bar-graphimport Bargraph from 'react-native-bar-graph';
const data = [ { label: 'Jan', value: 40 }, { label: 'Feb', value: 60 }, { label: 'Mar', value: 30 } ];
