Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.5 KB

installation.md

File metadata and controls

36 lines (20 loc) · 1.5 KB

Installation

npm

npm npm

npm install chart.js

CDN

CDNJS

cdnjs

Chart.js built files are available on CDNJS:

https://cdnjs.com/libraries/Chart.js

jsDelivr

jsdelivr jsdelivr hits

Chart.js built files are also available through jsDelivr:

https://www.jsdelivr.com/package/npm/chart.js?path=dist

GitHub

github

You can download the latest version of Chart.js on GitHub.

If you download or clone the repository, you must build Chart.js to generate the dist files. Chart.js no longer comes with prebuilt release versions, so an alternative option to downloading the repo is strongly advised.