Skip to content

Files

Latest commit

fa310cd · Apr 22, 2021

History

History
This branch is 297 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