All Projects → reactchartjs → React Chartjs 2

reactchartjs / React Chartjs 2

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

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to React Chartjs 2

Chartkick.py
Create beautiful Javascript charts with minimal code
Stars: ✭ 695 (-85.11%)
Mutual labels:  chart, charts, charting-library, chartjs
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (-80.57%)
Mutual labels:  chart, charts, charting-library
Chart
Quick & smart charting for STDIN
Stars: ✭ 521 (-88.84%)
Mutual labels:  chart, charting-library, chartjs
awesome-tools
Open-source list of awesome data visualization tools (e.g., charting libraries) for software developers 📊📈
Stars: ✭ 47 (-98.99%)
Mutual labels:  chart, charts, dataviz-tools
Devextreme
HTML5 JavaScript Component Suite for Responsive Web Development
Stars: ✭ 1,385 (-70.32%)
Mutual labels:  chart, charts, charting-library
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-91%)
Mutual labels:  chart, charts, charting-library
Django Jchart
📈 A Django package for plotting charts using the excellent Chart.JS library.
Stars: ✭ 115 (-97.54%)
Mutual labels:  chart, charting-library, chartjs
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-93.83%)
Mutual labels:  chart, charts, charting-library
Timeline Plus
Timeline - chronological visualization of your data
Stars: ✭ 140 (-97%)
Mutual labels:  chart, charting-library, datavisualization
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (-65.74%)
Mutual labels:  chart, charts, charting-library
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-92.8%)
Mutual labels:  chart, charts, charting-library
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (-98.97%)
Mutual labels:  charts, charting-library, chartjs
Anychart Android
AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Stars: ✭ 1,762 (-62.25%)
Mutual labels:  chart, charts, charting-library
Graphic
A Flutter data visualization library based on Grammar of Graphics.
Stars: ✭ 173 (-96.29%)
Mutual labels:  chart, charts, charting-library
HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (-99.53%)
Mutual labels:  chart, charts, charting-library
Plotly.swift
Interactive data visualization library for Swift
Stars: ✭ 70 (-98.5%)
Mutual labels:  charts, charting-library
asciichart-sharp
C# port of asciichart
Stars: ✭ 27 (-99.42%)
Mutual labels:  chart, charting-library
charts
My helm charts
Stars: ✭ 15 (-99.68%)
Mutual labels:  chart, charts
better-access-charts
Better charts for Access with chart.js
Stars: ✭ 19 (-99.59%)
Mutual labels:  chart, charts
laravel-chartjs
No description or website provided.
Stars: ✭ 13 (-99.72%)
Mutual labels:  charts, chartjs

react-chartjs-2

Logo

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

Supports Chart.js v3 and v2.

version downloads license


Quickstart   •   Docs   •   Slack   •   Stack Overflow

Quickstart

Install this library with peer dependencies:

npm install --save 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.

Docs

License

MIT Licensed Copyright (c) 2020 Jeremy Ayerst

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].