@kimizuy/react-chartjs

A simple React wrapper for Chart.js.

Usage no npm install needed!

<script type="module">
  import kimizuyReactChartjs from 'https://cdn.skypack.dev/@kimizuy/react-chartjs';
</script>

README

@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