react-chartjs-2
TypeScript icon, indicating that this package has built-in type declarations

5.2.0 • Public • Published

react-chartjs-2

Logo

React components for Chart.js, the most popular charting library.

Supports Chart.js v4 and v3.

NPM version Downloads Build status Coverage status Bundle size


Quickstart   •   Docs   •   Slack   •   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={...} />

Need an API to fetch data? Consider Cube, an open-source API for data apps.


supported by Cube

Docs

License

MIT Licensed Copyright (c) 2020 Jeremy Ayerst

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-chartjs-2

      Weekly Downloads

      949,238

      Version

      5.2.0

      License

      MIT

      Unpacked Size

      56.9 kB

      Total Files

      18

      Last publish

      Collaborators

      • dangreen
      • gor181
      • jerairrest
      • igorlukanin