]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fixes #927 1002/head
authorWilliam Entriken <github.com@phor.net>
Tue, 17 Mar 2015 14:12:01 +0000 (10:12 -0400)
committerWilliam Entriken <github.com@phor.net>
Tue, 17 Mar 2015 14:12:01 +0000 (10:12 -0400)
docs/00-Getting-Started.md

index 273b10f2e9cc607892d0a0d3c26c7a6f01e249ac..97a7dd757fbc566f5389c7c551313ac333374ac2 100644 (file)
@@ -31,6 +31,10 @@ You can also grab Chart.js using bower:
 bower install Chart.js --save
 ```
 
+Also, Chart.js is available from CDN:
+
+https://cdnjs.com/libraries/chart.js
+
 ###Creating a chart
 
 To create a chart, we need to instantiate the `Chart` class. To do this, we need to pass in the 2d context of where we want to draw the chart. Here's an example.