Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 362 Bytes

File metadata and controls

18 lines (12 loc) · 362 Bytes

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