Chart.js/docs/getting-started/installation.md
Igor Lukanin 69175847ef
Updated docs (why Chart.js + getting started + step-by-step guide) (#10816)
* Update docs

* Minor fixes

* Replace screenshots with live demos

* Replace the last screenshot with a live demo

* Bring back images

* Bring back images #2

* Remove unnecessary files

* Apply suggestions from code review

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>

* Very last tiny fixes

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
2022-11-11 16:37:13 -05:00

1.5 KiB

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.