Skip to content

kimizuy/react-chartjs

Repository files navigation

@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

About

A simple React wrapper for Chart.js.

Resources

Stars

Watchers

Forks

Packages

No packages published