Popularity
9.0
Growing
Activity
3.9
-
6,381
46
2,183

Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
Tags: UI Components     Chart    
Latest version: v4.3.1

react-chartjs-2 alternatives and similar libraries

Based on the "Chart" category.
Alternatively, view react-chartjs-2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-chartjs-2 or a related project?

Add another 'Chart' Library

README

react-chartjs-2

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

Supports Chart.js v3 and v2.

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@^3.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](LICENSE) Copyright (c) 2020 Jeremy Ayerst


*Note that all licence references and agreements mentioned in the react-chartjs-2 README section above are relevant to that project's source code only.