Skip to content

Files

This branch is 244 commits behind reactchartjs/react-chartjs-2:master.

example

react-chartjs-2 examples

Live: reactchartjs.github.io/react-chartjs-2

Running locally

# clone repo
https://github.com/reactchartjs/react-chart.js

# install react-chartjs-2 dependencies
npm install

# cd into the example, install example dependencies
cd example && npm install

npm start