From: William Entriken Date: Tue, 17 Mar 2015 14:12:01 +0000 (-0400) Subject: fixes #927 X-Git-Tag: v2.0-alpha~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1002%2Fhead;p=thirdparty%2FChart.js.git fixes #927 --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 273b10f2e..97a7dd757 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -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.