From: Barry Gitarts Date: Sat, 12 Sep 2015 13:02:26 +0000 (-0400) Subject: adding template language reference to docs X-Git-Tag: v1.1.0~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1449%2Fhead;p=thirdparty%2FChart.js.git adding template language reference to docs --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 8659d6cbd..fc0430310 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -72,6 +72,10 @@ We call a method of the name of the chart we want to create. We pass in the data This concept was introduced in Chart.js 1.0 to keep configuration DRY, and allow for changing options globally across chart types, avoiding the need to specify options for each instance, or the default for a particular chart type. +Templates are based on micro templating by John Resig: + +http://ejohn.org/blog/javascript-micro-templating/ + ```javascript Chart.defaults.global = { // Boolean - Whether to animate the chart