react-charter
v0.0.1
Published
A high-performance, tree-shakeable React charting library built with Vite and TypeScript. Designed for speed, minimal bundle size, and ease of use.
Downloads
29
Readme
React Chart components
A high-performance, tree-shakeable React charting library built with Vite and TypeScript. Designed for speed, minimal bundle size, and ease of use.
✨ Features
- 🚀 Multiple Entry Points**: Import only what you need. Smallest possible bundle footprint.
- ⚡ Lightweight and dependency-free
- 🔁 Responsive: adapts when parent container resizes
- 🛡️ TypeScript**: Fully typed components - supporting types can be imported from (
react-charter/types). - 📊 4 Specialized Chart Types**:
- Counter (
react-charter/Counter) - Ranking (
react-charter/Ranking) - Pie (
react-charter/Pie) - TimeLine (
react-charter/TimeLine)
- Counter (
📦 Installation
npm install react-charter
# or
yarn add react-charter🎮 Try the Demo
- Clone repository
- Install dependencies (
npm install) - Launch demo (
npm run demo)
