react-chartjs-2
React components for Chart.js, the most popular charting library
TypeScript★ 6.9k⑂ 2.4k forksMITupdated 1 day ago
visit the demo
git clone https://github.com/reactchartjs/react-chartjs-2.gitreactchartjs/react-chartjs-2README.mdfork it — it’s yours
react-chartjs-2
React components for Chart.js, the most popular charting library.
Supports Chart.js v4 and v3.
Quickstart • Docs • Stack Overflow
Quickstart
Install this library with peer dependencies:
pnpm add react-chartjs-2 chart.js # or yarn add react-chartjs-2 chart.js # or npm i react-chartjs-2 chart.js
We recommend using chart.js@^4.0.0.
Then, import and use individual components:
import { Doughnut } from 'react-chartjs-2';
<Doughnut data={...} />
Docs
License
MIT Licensed Copyright (c) 2020 Jeremy Ayerst
more like this
Browzarr
A browser-based visualization framework for exploring and analyzing Zarr and NetCDF datasets.
TypeScript★ 67