Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.01 KB

File metadata and controls

36 lines (28 loc) · 1.01 KB

React Vite + Chart.js Integration

This project demonstrates how to integrate Chart.js with React in a Vite environment using the react-chartjs-2 wrapper. It provides interactive and customizable charts such as line, bar, pie, and more.

🚀 Features

  • 📊 Multiple Chart Types: Line, Bar, Doughnut, Pie, and more.
  • 🎨 Customization: Modify colors, labels, and datasets.
  • 🔄 Dynamic Data: Update charts in real-time.
  • Fast Performance: Built with Vite for faster builds.

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/hamzzay/react-chartjs.git
    cd react-chartjs
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

📌 Dependencies

This project uses:

Happy Coding! 🎉