1.0.7 • Published 1 year ago
@kimizuy/react-chartjs v1.0.7
@kimizuy/react-chartjs
A simple React wrapper for Chart.js.
You can see a working demo and try with codesandbox.
Installation
npm install --save @kimizuy/react-chartjs
// or
yarn add @kimizuy/react-chartjs
Usage
import { Bar } from '@kimizuy/react-chartjs'
<Bar data={...} />
For developer
This repo is using Vite, TypeScript and yarn workspaces.
Clone this repo:
git clone https://github.com/kimizuy/react-chartjs.git
Install packages:
yarn
Run the example:
yarn example dev
Build for library:
yarn main build
LICENSE
MIT