From cb113c645285f92abe5a6ab74d4f91e50ea849d2 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 17 Mar 2015 10:12:01 -0400 Subject: [PATCH] fixes #927 --- docs/00-Getting-Started.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.47.2