Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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