]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
adding template language reference to docs 1449/head
authorBarry Gitarts <bgitarts@gmail.com>
Sat, 12 Sep 2015 13:02:26 +0000 (09:02 -0400)
committerBarry Gitarts <bgitarts@gmail.com>
Sat, 12 Sep 2015 13:02:26 +0000 (09:02 -0400)
docs/00-Getting-Started.md

index 8659d6cbdc787a66a6951797738a32c92c73d032..fc04303105a1d72d63c80bdd1655836fbf65accc 100644 (file)
@@ -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